With a Code C++hello mpgh i work on a code today but i get errors a lot xD can you help me #include<windows.h> DWORD WINAPI Hacks(LPVOID) { bool Change = true, NoReload = true, SingleFire = false, GunRange = true, while(1); { DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); DWORD pLtClient = *(DWORD*)(CShell + 0xA2A7E8 ); in while(1); i get a error ?????? can some one help me ?
wait... I gonna be testing that in second! EDIT: I fixed it... Just put it in .cpp format... And i pm you code!
Originally Posted by Isaakske nice bro, but i cant help u , im just a starter in C++ I posted him working/fixed code of same thing... Taked about 5minutes to make it work...(it could be perfect base when to add some stuff)
Code: #include<windows.h> DWORD WINAPI Hacks(LPVOID) { bool Change = true, NoReload = true, SingleFire = false, GunRange = true; while(1); { DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); DWORD pLtClient = *(DWORD*)(CShell + 0xA2A7E8 ); Do this and it wil work..