• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
fakeName + src
#1
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;
}


Attached Files
.rar   fakename.rar (Size: 20.53 KB / Downloads: 29)
  Reply
#2
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
  Reply
#3
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
  Reply
#4
File aproved.
  Reply
#5
You can change your name at any time with steam .. right?
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#6
Yes, but the purpose of this is to have different game in-game than on Steam.
[Image: lQDUjba.jpg]
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)