
Originally Posted by
Takari
You need to know C++ .
Too be honest , I think the thread with the addresses I gave you is outdated .
Did Z8Games update Cross Fire this week , because they are a week old ?
They still look good to me. Unless CF updated this morning.
Yesterday those were good.
@
h3llb0y2012
I dont know exactly how its detecting but i can explain alittle from debugging a base i was making.
If the thread never finishes, xtrap detects it somehow. No idea how, im gonna research this alittle.
Your loop while(1) keeps the thread from returning and keeping it open so you can write hacks.
A normal thread will close once all the code is executed otherwise, hense the loop.
If you remove the loop, you can inject and run code BUT since cshell gets loaded after you inject, any code you have in the thread
never gets written because you cant write to a module that isnt loaded.
I'v been messing with a C++ base too so dont feel bad, everyone is in the same boat.