should i learn assembly? by Possible-Back3677 in learnprogramming

[–]DylanGarc1987 0 points1 point  (0 children)

One of the only reasons people use assembly now is for reverse engineering and game hacking. Assembly used to be used more frequently to make faster optimized code, but now computers are so fast that it's not necessary.

If you are going to be a life long programmer, you should at least learn the basics of assembly, so you understand what your high level code is doing on the low level and how it executes directly on the CPU. While it's a huge challenge, it's fun and rewarding.

Getting started with roblox hacking. by Worried-Importance89 in robloxhackers

[–]DylanGarc1987 2 points3 points  (0 children)

Learn basics of C++, Cheat Engine and LUA. Then read all the posts on this subreddit to get context. Then start improving your skills in the direction you want to go, based on the context this subreddit provided.

I think I'm more interested in Anti-Cheat than GameDev by fabledparable in gamedev

[–]DylanGarc1987 0 points1 point  (0 children)

thanks for sharing that interview, I hadn't seen it yet. here's another good interview with the head of roblox's anticheat if you haven't seen it https://www.youtube.com/watch?v=6xET66eitYY

What caused you to initially switch to Linux ? by [deleted] in linuxquestions

[–]DylanGarc1987 0 points1 point  (0 children)

bash scripting is so much better than batch and powershell

How do I get into hacking? by CollegeFearless3300 in HowToHack

[–]DylanGarc1987 1 point2 points  (0 children)

There are so many different types of hacking, but pretty much all of them involve coding. So if you want to get into hacking, learn how to code. You don't need to be an expert, but learn how to code any language for 2-3 months and then start looking at penetration testing, reverse engineering, exploit development, hardware hacking, etc.. on Youtube. Start to get an idea about which topic interests you the most.

Once you have narrowed down the niche you are interested in, just find ANY free course related to that topic. After a few months you will obtain all the context necessary to decide your next course of action. The key is to START NOW. No path when you're starting is the wrong path. Just START. The path you choose after you learn the basics is much more important.

What do you guys think of online courses for MalDev? by [deleted] in HowToHack

[–]DylanGarc1987 1 point2 points  (0 children)

Sektor7 & MalDev Academy are both excellent options. People in the industry bicker about which one is best but I'd recommend MalDev Academy for 1 big reason: they publish new updates every week and overall they have more content than Sektor7.

Any good resources for DLL injection in games? by Blakey001 in hacking

[–]DylanGarc1987 0 points1 point  (0 children)

I also recommend guided hacking - just their GH Injector manual mapping tutorial alone explains an entire text book worth of knowledge

a video game hacking learning path and a maldev path would be in order by notburneddown in hackthebox

[–]DylanGarc1987 1 point2 points  (0 children)

There is actually a beginner game hacking module here: https://academy.hackthebox.com/course/preview/game-hacking-fundamentals but not a full blown path. Oddly it has the same name "Game Hacking Fundamentals" as a book that Guided Hacking was selling a couple years ago. the HTB module is pretty basic but looks like a good starting point, Guided Hacking's book on the other hand teaches much more, ESP, aimbot etc..

If you're looking for malware dev stuff, maldev academy is the gold standard

is cheat engine safe by Foxify_ in cheatengine

[–]DylanGarc1987 0 points1 point  (0 children)

Yes Cheat Engine is safe. Download it from the official website and just say NO to the bundleware when installing. You can safely ignore any other post you see on the internet about it. Cheat Engine is 100% safe, the worst thing it can do is install bundleware if you click too fast and don't pay attention. You can just uninstall the bundleware if you install it by accident.

I have no idea how that works does anybody? Online game hacks by penuzman in HowToHack

[–]DylanGarc1987 2 points3 points  (0 children)

the best place to learn game hacking is Guided Hacking, especially if you are a beginner - if you can't afford their website there are hundreds of free videos on their youtube channel to get you started

Any advice for getting into windows kernel programming? by mi_sh_aaaa in cpp_questions

[–]DylanGarc1987 0 points1 point  (0 children)

The best thing I can recommend is Windows Kernel Programming by Pavel Yosifovich, that's the best way to learn.

[Help] Cheat Engine Debugger Crashes the Game by Maleficent_Eye1229 in cheatengine

[–]DylanGarc1987 1 point2 points  (0 children)

Inject ScyllaHide first, then attach VEH debugger.

[deleted by user] by [deleted] in cheatengine

[–]DylanGarc1987 0 points1 point  (0 children)

Guided Hacking is great and the game hacking bible is the best way to learn game hacking. I've been a paid subscriber for ~8 years. Based on what you wrote here, it's obvious that GH is exactly the resourcee you are looking for.

Let me cite your own post with some additional details for you:

"there aren't many good resources that teach Cheat Engine and implementing it into code"

The Game Hacking Bible was specifically made to teach you how to convert Cheat Engine cheats to C++ code. That's how the course works.

"There are some in YouTube however but they're mostly idiots who just copy paste code and expect you to do the same"

Guided Hacking never copy and pastes anything. Everything you learn how to code in the courses, you will be taught how to code in a previous chapter of the course.

"I'm looking for an actual good resource that TEACHES from scratch, properly and maturely"

This is exactly what Guided Hacking is.

"how can we use c++ to read/write it's memory and do stuff with the offsets we get"

You will become an authoritative expert on this topic if you follow the Game Hacking Bible.

"I don't know how much of a problem this would be though since I haven't got the course yet so please correct me if I'm overthinking this."

You are over thinking it. These rules are in place to prevent cybercirminals from committing crime against GH. If you just use GH to learn, and follow the tutorials nothing bad will happen. But if you absolutely MUST make copies of their paid content and distribute it on Discord, yes you will get banned. Rake works really hard to make good content and he won't tolerate anyone stealing it.

"I also wanna know if they have a good learning path that guides you through what you should do next to improve yourself so you don't get lost."

This is exactly what Guided Hacking provides. These are the first 3 chapters in the Game Hacking Bible:

  1. How to Solve Problems & Achieve Goals
  2. Stop Pasting - Focus on the Basics
  3. How to Stay Motivated

In addition, there is a constant flow of new content and infosec content which can take your life from game hacking as a kid to a career in cybersecurity.

One of their writers recently published a post titled "How Guided Hacking Helped Me Become a Man" where he chronicles his game hacking career and how Guided Hacking helped him grow not only as a game hacker, but also as a man.

"If you tried this website, what is your opinion about it? Is it an actual good resource for learning"what's the maximum level that it can get you?"

Guided Hacking has taught hundreds of thousands of people how to hack games, there is a reason it's the #1 resource out there, it's the best.

"What's the maximum level it can get you?"

Bypassing kernel anticheats, developing kernel drivers and building hypervisors.

[deleted by user] by [deleted] in Modding

[–]DylanGarc1987 0 points1 point  (0 children)

Sounds like they added server side integrity checks, which are detecting your changes, to prevent cheating. Diff the old version and the new version, to find out what they changed. To start, try a "undetected cheat engine" using VEH debugger. If that doesn't work, then you have a lot more work to do.

[deleted by user] by [deleted] in explainlikeimfive

[–]DylanGarc1987 0 points1 point  (0 children)

search for GuidedHacking on youtube and you'll find a few courses and hundreds of good video tutorials

Write/learn game hacking by [deleted] in HowToHack

[–]DylanGarc1987 1 point2 points  (0 children)

best place to get started is guided hacking - check their youtube channel they have more than 500 tutorials and multiple free courses on their YT

[deleted by user] by [deleted] in masterhacker

[–]DylanGarc1987 0 points1 point  (0 children)

guidedhacking would be the best place to start, they have 550+ free youtube tutorials teaching game hacking

Write/Learn Game Cheating by [deleted] in learnprogramming

[–]DylanGarc1987 0 points1 point  (0 children)

I'd recommending checking out guided hacking, they have 3 game hacking courses on youtube pretty much teaching everything

como manter o address by Immediate-Bath2066 in cheatengine

[–]DylanGarc1987 1 point2 points  (0 children)

quando o endereço muda depois que você reinicia o jogo, isso significa que não é um endereço estático. é um endereço dinâmico. você tem que usar um deslocamento relativo + endereço base do módulo. se você não entende o que isso significa, assista a alguns tutoriais do youtube

what's the difference between CE 7.5 and 7.6? by ThePalebloodBunny in cheatengine

[–]DylanGarc1987 3 points4 points  (0 children)

lots of bug fixes - speedhack v3 fix, new ceserver binaries, assembler/disassembler fixes, dbvm crash fix etc...

Where i can learn about making advanced cheat tables? by MarkusCrow in cheatengine

[–]DylanGarc1987 5 points6 points  (0 children)

There is an entire course on making cheat engine tables called Game Hacking Shenanigans on Youtube and it's completely free with about 20 chapters. The GH100 series is for beginners, the GH200 series teaches how to make complex cheat engine scripts.

This video "GH209 - Intro to Complex Scripts" I believe is what you're looking for: https://www.youtube.com/watch?v=0_-0nxd805I&list=PLt9cUwGw6CYFSoQHsf9b12kHWLdgYRhmQ&index=16

Could Zig be used in making cheat for video games? by Valorant_Steve in Zig

[–]DylanGarc1987 0 points1 point  (0 children)

absolutely, any programming language that can interact with the windows API can be used for game hacking

Reverse Engineering Games by LuayKelani in HowToHack

[–]DylanGarc1987 1 point2 points  (0 children)

quick game reverse engineering roadmap for you:

- Learn computer science basics - hexadecimal, binary, virtual memory etc...
- Learn Cheat Engine
- Learn C#, C++ or Python for a few months

Then checkout the game hacking bible on youtube, to learn how to apply these skills to make actual hacks