SolvedHow do I find Player Pointer & Ghost Mode Offset?

Posts 19 of 9 · Page 1 of 1
How do I find Player Pointer & Ghost Mode Offset?
Hey guys,

I want to get a little bit into coding and I want to know how to find those?

After I know how to get them I guess I will try my best to do everything on my own but for now I need to know how to find them.

I read that it is harder now to code and I need to bypass the GameGuard in order to do that, is that true?

Regards
Quote Originally Posted by Heiko88 View Post
Hey guys,

I want to get a little bit into coding and I want to know how to find those?

After I know how to get them I guess I will try my best to do everything on my own but for now I need to know how to find them.

I read that it is harder now to code and I need to bypass the GameGuard in order to do that, is that true?

Regards
Yes you have to bypass GameGuard.
Ghost Offset =0xB8 ( You do not have to update this )
All you need to update is PlayerPointer
PM me on how to find Player Pointer
This is a source code for ghost
Code:
*(DWORD*)(*(DWORD*)(PlayerPointer) + 0xB8) = 0; //on
*(DWORD*)(*(DWORD*)(PlayerPointer) + 0xB8) = 1; //off
Quote Originally Posted by rushil69 View Post


Yes you have to bypass GameGuard.
Ghost Offset =0xB8 ( You do not have to update this )
All you need to update is PlayerPointer
PM me on how to find Player Pointer
This is a source code for ghost
Code:
*(DWORD*)(*(DWORD*)(PlayerPointer) + 0xB8) = 0; //on
*(DWORD*)(*(DWORD*)(PlayerPointer) + 0xB8) = 1; //off
So I got the Player Pointer but now I need a game guard bypass and I guess that is way to hard for me right now, RIP. ^^
Quote Originally Posted by Heiko88 View Post
So I got the Player Pointer but now I need a game guard bypass and I guess that is way to hard for me right now, RIP. ^^
i find some PlayerPointer I dont realiy Know is Still work for not just try OK

PlayPointer : 0x00a36b3c
Quote Originally Posted by MrsWolf View Post
i find some PlayerPointer I dont realiy Know is Still work for not just try OK

PlayPointer : 0x00a36b3c
Player Pointer for EU is 0x00a3f3bc but I need to know how to bypass the anticheat. xD
Quote Originally Posted by Heiko88 View Post
Player Pointer for EU is 0x00a3f3bc but I need to know how to bypass the anticheat. xD
you already have the address you need . Why would you need to bypass the anti cheat? PM me
Quote Originally Posted by rushil69 View Post


you already have the address you need . Why would you need to bypass the anti cheat? PM me
I get gamehack detected when I inject. ^^ Could that be because of the injector?
Quote Originally Posted by Heiko88 View Post
I get gamehack detected when I inject. ^^ Could that be because of the injector?
Yes it can be because of injector or if i am not wrong GameGuard does signature scanning now
Its been over a weeks since the last bump, assuming solved.

/Closed.
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?