Advertisement
Guest User

Led it

a guest
Feb 10th, 2016
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Hello i'm a very experienced coder and reverse engineer and today i'm sharing my suggestions to the VAC4 module!
  2.  
  3. As many of you know, the current VAC version is 3. VAC3 is very old and easily bypassed since it uses signature detection. Anyone can go online on cheat forums and download a source code and move the functions and variables around and they've bypassed VAC3!
  4.  
  5. Here are my suggestions to how we can stop these filthy cheaters from ruining our games!
  6.  
  7. Blocking off DLL injection is the key to success. Many cheaters are using manual map injected cheats. P2C cheats are usually doing this cause of the manual map injection process doesn't need the .dll file anywhere on the disk, it will just read the byte array and inject it straight into csgo.exe, undetected.
  8.  
  9. Blocking Writing/Reading Process Memory to csgo.exe, this is also a major thing in csgo cheating since glow cheats just write to the csgo glow struct and boom, enemies are glowing.
  10.  
  11. Instantly banning anyone hooking the vtables of CSGO, this is just blatantly easy for Valve to do and it's only used for cheating, also banning anyone bypassing VirtualProtect.
  12.  
  13. VAC Kicking anyone using radpi or anything related to it, it's used for aimbots and only aimbots. Come on Valve!
  14.  
  15. Valve should also make a kernel driver for their anticheat so that no one can mess with VAC!
  16.  
  17. Ban the cheaters ip addresses, mac addresses, cpu ids and bios strings!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement