Thumbs upGhost Mode

Posts 1630 of 37 · Page 2 of 3
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;
}
Quote Originally Posted by zakwanhero019 View Post
Why me got crash/dump ?

Code

This For Global Not SEA .
Could not use the address ----> *(BYTE*) (*(DWORD*) 0x0099A25C + 0xbc) = 0;
-
-
Please update new pointer, thanks
Quote Originally Posted by Aprediz_do_hamilton View Post
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
Quote Originally Posted by MafiaBoy BlackShit View Post

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; ??
Quote Originally Posted by Aiman View Post
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 .
Quote Originally Posted by Aiman View Post
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
Quote Originally Posted by RuShi View Post
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
Quote Originally Posted by RuShi View Post
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 ??
Quote Originally Posted by HaXiNgRuLeZ View Post
Credits
╚══.♥.═╝
✎ @C0DEBREAKER
✎ @viinnyAndRoots
✎ @HaXiNgRuLeZ
Credits to you? For ctrl c + ctrl v ?
Quote Originally Posted by Obliteration View Post
Credits to you? For ctrl c + ctrl v ?
Obliteration Is Back ?
Quote Originally Posted by Obliteration View Post
Credits to you? For ctrl c + ctrl v ?

I'm Sorry :'(
I Know I'm Just A Noobies :'(
this is interesting ...
Posts 1630 of 37 · Page 2 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?