How To Code a Hack For ANY Game! C# – Game Hacking #1 | Video



This is pt. 1 of a long soon to come series! Hope you learned a lot! What should I go over next?
————–
Join the Discord! https://discord.gg/ag7q75c
VS 2017: https://www.visualstudio.com/downloads/
VAMemorty: https://vivid-abstractions.net/logical/programming/vamemory-c-memory-class-net-3-5/
Assault Cub: https://github.com/assaultcube/AC/archive/v1.1.0.4.zip
MPGH Addy’s + Offsets: https://www.mpgh.net/forum/showthread.php?t=664311
Final Code: https://pastebin.com/raw/pTa7TdxB
————–
Discord: Cyborg Elf#7462
Proudly WWW.PONIREVO.COM

READ ALSO:  Ethical Hacking Tutorials In Hindi Class-12 (Part 3) | Practical Lab Setting For Buffer Overflow | Video

Source

21 Comments

  1. in this tutorial we do not go over how to make a cheat undetected, that will be later in the series, so please only test this on games without an anti cheat!

  2. Your naming conventions for variables should be camel cased but not start with a capital letter. Only classes and functions should. It helps other dev's down the road who work on your projects.

  3. Which version of Visual Studio Community 2019 should I install to have all the option you do? (Because I'm new to this and trying to learn alot) Super vids btw! Keep it up, much love <3

  4. i get this error when trying to start it

    System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.'

    its giving me this problem for int LocalPlayer = vam.ReadInt32((IntPtr)Base);

Comments are closed.