Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


C++ VirtualProtect

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
almar2023
Newbie cheater
Reputation: 0

Joined: 14 Feb 2009
Posts: 19

PostPosted: Wed Feb 06, 2013 9:14 am    Post subject: C++ VirtualProtect Reply with quote

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]
Back to top
View user's profile Send private message
Obitio
Advanced Cheater
Reputation: 0

Joined: 09 Apr 2012
Posts: 68
Location: null

PostPosted: Wed Feb 06, 2013 12:41 pm    Post subject: Reply with quote

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.

_________________
Gamer
Back to top
View user's profile Send private message
Screitor
Cheater
Reputation: 1

Joined: 26 Nov 2012
Posts: 33
Location: Venezuela

PostPosted: Wed Feb 06, 2013 2:27 pm    Post subject: Reply with quote

CRC Checks?
_________________
Everybody lies.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Wed Feb 06, 2013 8:55 pm    Post subject: Reply with quote

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

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites