void Init ()
{
while (1)
{
if (GetAsyncKeyState ( VK_INSERT ) & 1)
ESP =! ESP;
main ();
Sleep (100);
}
}
Is that code correct, or did I miss something?
that fined
COD3RIN, how do I make it undetected by GG? Surely, it'll get detected right?
- - - Updated - - -
Rushil69, are you finished with it?
- - - Updated - - -
Wait, what kind of file is it?
Win32 project?
CLR?
I'm really stuck...
Nop i Nop i cant get it to work. What are you using to create the dll. im using microsoft Visual Studio Express C++ 2013.
im stuck too it is really confusing errrr
- - - Updated - - -
im using win32 project if im not wrong. how do i check it?
I'm using Microsoft Express 2013
I'm also using Win32 project
I can inject it alright, but when I join a game, I DC and the game crashes.