Stopping Vac Hack

06/02/2010 04:15 bigdog306smhs#1
I have been searching these forums and have not found what I am looking for.


My question is, is there a way to stop the Vac hack once i enable it, because i would like to not have to exit the game completely and then just restart it again to get the hack to stop.


Right now i am using CE 5.6 and the hacks that i am currently using i got from [Only registered and activated users can see links. Click Here To Register...]


Any suggestion.


Thanks
06/02/2010 05:18 Vaidas B#2
You could use the original script that cheat engine replaces and use a return scroll. (I'll find it and post it in an edit)

~edit~
Just test it, and make use you updated ur offsets in this script.
Code:
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

0045D29D:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here


originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx

exit:
jmp returnhere
[DISABLE]
06/03/2010 15:00 SheWasntThere#3
since your using CE y not just disable the hack from CE then go to another map...
and i mean literally CE, not trainers made from CE or whatever...
06/03/2010 15:04 Vaidas B#4
Quote:
Originally Posted by SheWasntThere View Post
since your using CE y not just disable the hack from CE then go to another map...
and i mean literally CE, not trainers made from CE or whatever...
Sure you can (at least you could, in the good old days) you just untick ur CE script, turn on the original, and reload the map. I think that this still works.