[Help] Anticheat bullshit
Games with anticheat shit
Anticheat bullshit Posted on: 02/24/2015 12:47pm
Quote Post

Some games have anticheat shit that i don't understand how it works. I also haven't tried to figure out how it works. But i would like to be able to bypass it. This anticheat shit is for example, 2 online games, pwo (pokemon world online) and Roblox. Both of these games are un hackable in my eyes. I say this because whenever you open wpe pro/cheat engine/ some stupid ce rip called like money cash or something retarded, the clients force close themselves. I've even tried editiing the registry and filenames of cheat engine so that when it runs it shows that it's actually running cars.exe and not cheatengine, yet they still force close. W0t do?




~Some signature here~
RE: Anticheat bullshit Posted on: 02/24/2015 1:19pm
Quote Post
TIM the Enchanter
Level: 1
ADR Info

Run your game in sandboxie, run CE outside of sandboxie, the games shouldn't be able to see the CE process, hack away.

If that doesn't work, fire up a virtual machine, run your game in the virtual machine, and use CE on your host to hack the entire virtual machine.  Had to do this shit with BlueStack since it both buries and hemorrhages memory.





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: Anticheat bullshit Posted on: 02/24/2015 1:27pm
Quote Post
Never let a computer tell me shit.

silly human. You will have to do more than just rename the exe to defeat these adversaries.
If very lazy, open cheatengine in your best hex editor and replace all instances of "cheat" with "kadat" . Once that's done, go ahead and fire up Kadat Engine. If game still exits, you will need to do some extra work.

Here are some functions to look out for:

FindWindow 

https://msdn.microsoft.com/en-us/library/windows/desktop/ms633499(v=vs.85).aspx

EnumWindows 

https://msdn.microsoft.com/en-us/library/windows/desktop/ms633497(v=vs.85).aspx

NtQuerySystemInformation 

https://msdn.microsoft.com/en-us/library/windows/desktop/ms724509(v=vs.85).aspx
 

NtQueryInformationProcess 

https://msdn.microsoft.com/en-us/library/windows/desktop/ms684280(v=vs.85).aspx
 

NtTerminateProcess 

https://msdn.microsoft.com/en-us/library/windows/hardware/ff567115(v=vs.85).aspx

 



 




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Anticheat bullshit Posted on: 02/24/2015 4:14pm
Quote Post
The Laziest Man on KongHack
kolonelkadat Posted on: 02/24/2015 8:27am

Here are some functions to look out for
-snip-



you forgot one

IsDebuggerPresent




RE: Anticheat bullshit Posted on: 02/24/2015 5:18pm
Quote Post
Never let a computer tell me shit.

I didnt forget anything. I chose not to list it for a couple of reasons. Primarily due to the  fact that IsDebuggerPresent only returns a non zero value when a debugger is attached to the process and CE doesn't automatically attach a debugger until you tell it to. Secondarily, NtQueryInformationProcess contains already a debuger check.




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Anticheat bullshit Posted on: 02/24/2015 6:19pm
Quote Post
kolonelkadat Posted on: 02/24/2015 8:27am

silly human. You will have to do more than just rename the exe to defeat these adversaries.
If very lazy, open cheatengine in your best hex editor and replace all instances of "cheat" with "kadat" . Once that's done, go ahead and fire up Kadat Engine. If game still exits, you will need to do some extra work.

Here are some functions to look out for:

FindWindow 

https://msdn.microsoft.com/en-us/library/windows/desktop/ms633499(v=vs.85).aspx

EnumWindows 

https://msdn.microsoft.com/en-us/library/windows/desktop/ms633497(v=vs.85).aspx

NtQuerySystemInformation 

https://msdn.microsoft.com/en-us/library/windows/desktop/ms724509(v=vs.85).aspx
 

NtQueryInformationProcess 

https://msdn.microsoft.com/en-us/library/windows/desktop/ms684280(v=vs.85).aspx
 

NtTerminateProcess 

https://msdn.microsoft.com/en-us/library/windows/hardware/ff567115(v=vs.85).aspx

 



 



I usually use hxd hex editor. Got a better suggestion?




~Some signature here~
RE: Anticheat bullshit Posted on: 02/24/2015 7:27pm
Quote Post
Never let a computer tell me shit.

I use 010, but hxd is fine for this purpose. 010 is miles better though when you're doing real work with binary files




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Anticheat bullshit Posted on: 02/24/2015 7:39pm
Quote Post
kolonelkadat Posted on: 02/24/2015 2:27pm

I use 010, but hxd is fine for this purpose. 010 is miles better though when you're doing real work with binary files



Got any nice torrents for this? or am i screwed if i don't purchase it.




~Some signature here~
RE: Anticheat bullshit Posted on: 02/24/2015 7:41pm
Quote Post
Never let a computer tell me shit.

Sorry, I buy all my tools. 




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"