Posted: Wed Feb 06, 2013 9:14 am Post subject: C++ VirtualProtect
Yesterday my hack was Working perfectly..
But After the patch few hours back.. the method i use is not working..
i even updated the base and offset..
i think the memory is now protected..
But i dont know how to memory edit a protected memory..
here's how i write it before..
*(DWORD*)(Ammo + 0x12C) =50;
in CE it was Working.. But in C++ its not... _________________
Hi im almar from philippines and i'm using cheatengine in all of my games i've played
i join now here because i wanted to learn and
share if how to make the UCE [undetectable cheat engine]
I'm not much of a c++ user but I believe it is written something like this:
DWORD old;
VirtualProtect((LPVOID)0x343fe000,4,PAGE_READWRITE,&old);
*(DWORD*)(Ammo + 0x12C) = 50;
VirtualProtect((LPVOID)0x343fe000,4,old,&old);
bah I'm probably doing it wrong,but just try. _________________
If its working in CE then there's no crc checker and protection of any sort. Here is the virtualprotect function code straight from my trainer
VirtualProtect,eax,20,PAGE_EXECUTE_READWRITE,addr oldProt
in C++, itwould be something like what VEVO. Don't have a compiler to check sorry _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum