Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. I hate native just as much as the next guy. However, the exe being passed around is NOT safe. Its extremely blatant hes just modifying the FOV in memory, this is bannable. This is the exact method a cheater would use to say, null out bloom. Modifying text files is one thing, but intercepting bytes in memory is CHEATING. Now dont get me wrong of course there is a small chance he is actually modifying text files hidden somewhere, however even this is considered unfair play in epics rules.
  2.  
  3. My goal is not to shit on the guy who made it, and you shouldn't. Until he/she explicitly states how they done it, I would not use it and it very well may warrant a ban.
  4.  
  5. If you dont know what memory hacking is iv'e made a small explanation below.
  6.  
  7. Your ram holds the games memory temporarily, and is meant to only be accessed by the windows os, and other forms of modification that the game authorizes. Anticheats like Battleye, and EAC [Easy anti Cheat] work on the kernel level. They scan memory for unwanted, reading and writing.
  8.  
  9. THIS IS NOT A HACKING TUTORIAL JUST A EXAMPLE TO SHOW YOU THAT THIS IS NOT SAFE
  10.  
  11.  
  12.  
  13. Example of read/write memory: Taking a byte in memory that corresponds to bloom, and passing it a 0 value, this will give you no recoil on your client. Some games will stop things like this server side, but only so much the server can do.
  14.  
  15. AGAIN, it is very possible this is a cheat. I would recommend you not use this until someone higher up confirms this is allowed, I assume it wont be.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement