ItsMods

Full Version: fakeName + src
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
current name= kazanova
color=green

rungame
inject dll

make ur Own name
.......................................
#include <windows.h>

BYTE any[] = {0xC3 };

BOOL WINAPI DllMain (HINSTANCE hModule, DWORD dwAttached, LPVOID lpvReserved)
{
if (dwAttached == DLL_PROCESS_ATTACH)
{


WriteProcessMemory(GetCurrentProcess(), (void*)0x4A578C , &any, 0xC3, 0);
strcpy((char*)0x05A7B1B4, "^2KasaNoVa" );



}

return 1;
}
attachment unapproved, we need to make sure that its clean first.
currently i cant check the file, its marked and will get checked soon through another moderator
Why use write process memory when you inject your code and have directaccess to the games memory?

char* name = (char*)0x1234567

strcpy(...

Also this might get you VAC banned since you change read only
File aproved.
You can change your name at any time with steam .. right?
Yes, but the purpose of this is to have different game in-game than on Steam.