Why me got crash/dump ? Code #include <windows.h> //Ghosth Mod // ativa e desativa ghost void ghost () { bool trocar = false; while (true) { if (GetAsyncKeyState (VK_INSERT)) { trocar =! trocar; if (trocar) { // ativado *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 0; } else { // desativado *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 1; } } Sleep (100); } } BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved) { if (dwReason == DLL_PROCESS_ATTACH ) { CreateThread (0,0, ( LPTHREAD_START_ROUTINE ) ghost, 0,0,0); } return 1; }
Could not use the address ----> *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 0; - - Please update new pointer, thanks
Originally Posted by Aprediz_do_hamilton Could not use the address ----> *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 0; - - Please update new pointer, thanks It is the pointer .. this code , address for BlackShot Global .. update yourself
Originally Posted by MafiaBoy BlackShit Example - *(byte*) 0x(SSG82 address) = 58; .. if you dont know how to find the address .. try find in coding section example knife code is (random) 01 and another p weapon code is 44 so... *(byte*) 0x(Knife address) = 44; ??
Originally Posted by astron52 example knife code is (random) 01 and another p weapon code is 44 so... *(byte*) 0x(Knife address) = 44; ?? Not Static Address . Try & Not Work , Need To Use Ptr + Offset Or Sig Scan . I Recommend Ptr + Offset Cuz More Easy On Wep Hack .
Originally Posted by astron52 example knife code is (random) 01 and another p weapon code is 44 so... *(byte*) 0x(Knife address) = 44; ?? Ya ,, you need to find pointer and offset too
Originally Posted by HaXiNgRuLeZ Credits ╚══.♥.═╝ ✎ @C0DEBREAKER ✎ @viinnyAndRoots ✎ @HaXiNgRuLeZ Credits to you? For ctrl c + ctrl v ?
Originally Posted by Obliteration Credits to you? For ctrl c + ctrl v ? I'm Sorry :'( I Know I'm Just A Noobies :'(
Originally Posted by Akem125zr Not Static Address . Try & Not Work , Need To Use Ptr + Offset Or Sig Scan . I Recommend Ptr + Offset Cuz More Easy On Wep Hack . Yes , now i get it ..thanks man
Originally Posted by Akem125zr Not Static Address . Try & Not Work , Need To Use Ptr + Offset Or Sig Scan . I Recommend Ptr + Offset Cuz More Easy On Wep Hack . Wait ... why I press the hotkey always crash and the pointer + offset is change ??