michaelRoberts How do I cheat?
Reputation: 0
Joined: 27 Jun 2020 Posts: 1
|
Posted: Sat Jun 27, 2020 11:40 pm Post subject: CheatEngine won't affect the values in game |
|
|
Hello folks. I have an issue here. This topic is about changing values on Rage Multiplayer GTA 5 Role Play. Maybe someone may know what this issue could be. The client side scripts of the role play servers are written in js. I was looking for a way to modify some scripts in those js files in the memory, because modifying the file itself caused Rage Multiplayer to redownload the file upon entering the game server. So I used Cheat Engine, I was able to get advantage of the game, I was searching some values using String with Unicode and everything was fine until yesterday. After the update of Rage MP, if you modify any values in js scripts inside the memory it doesn't affect the game anymore, its like as if it ignores the memory scripts and reads them somewhere else. I tried deleting the js file after I logged in to the game server and still the game was running fine with all the scripts. I tried to search inside the whole Physical Memory for the values I used to change but all I got are the results from the game memory and changing them doesn't do anything. The value I used to search and change what it does is this Code: | mp.keys.bind(53,!0,function(){My code here}) | . This means binding my code to the keyboard key 5. Can someone tell me please what am I missing? Thanks.
|
|