Poll

Interested?

Yes
47 (100%)
No
0 (0%)

Total Members Voted: 46

Author Topic: Game Hacking Tutorial  (Read 3771 times)

0 Members and 1 Guest are viewing this topic.

Offline cr4zi8

  • Serf
  • *
  • Posts: 29
  • Cookies: 26
    • View Profile
Game Hacking Tutorial
« on: March 09, 2015, 03:41:56 pm »
So I was thinking about doing a tutorial on game hacking using the game Assault Cube. I would start out with some basic external memory hacks such as infinite health and ammo. Then I was thinking of moving on to dll injection etc for no recoil hacks and then finally move on to things that work in multiplayer such as aim assist and trigger bots. I just wanted to gage interest in such a tutorial.
« Last Edit: March 09, 2015, 03:43:45 pm by cr4zi8 »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Game Hacking Tutorial
« Reply #1 on: March 09, 2015, 07:23:57 pm »
Me gusta! Can't wait.

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Re: Game Hacking Tutorial
« Reply #2 on: March 09, 2015, 08:11:24 pm »
Would be amazing if someone can cover the subject of game hacking in this forum. Do it.

Offline Matriplex

  • Knight
  • **
  • Posts: 323
  • Cookies: 66
  • Java
    • View Profile
Re: Game Hacking Tutorial
« Reply #3 on: March 09, 2015, 09:27:28 pm »
I could help. I've experience. PM me if you want me to contribute on your tut.
Be careful, there are many many beginner reverse engineering tutorials using Assault Cube, no copy pasta.
Also, there's no need to go internal for things like no recoil. If it's in memory and isn't a virtual function, you can access it. Of course you could reverse the virtual funcs but I digress.
« Last Edit: March 09, 2015, 09:29:30 pm by Matriplex »
\x64\x6F\x75\x65\x76\x65\x6E\x00

Offline cr4zi8

  • Serf
  • *
  • Posts: 29
  • Cookies: 26
    • View Profile
Re: Game Hacking Tutorial
« Reply #4 on: March 09, 2015, 10:03:00 pm »
Well going internal allows you to nop out certain ask instructions for easy no time between shots etc. Plus you have a much better chance at evading vac if you inject a Dll instead of being noisy and writing to memory.

But yeah you could do that externally just used that as an example of something that could be done internally because you do need to know how to make internal hacks if you want to get into it.
« Last Edit: March 09, 2015, 10:12:59 pm by cr4zi8 »

Offline Matriplex

  • Knight
  • **
  • Posts: 323
  • Cookies: 66
  • Java
    • View Profile
Re: Game Hacking Tutorial
« Reply #5 on: March 10, 2015, 03:58:48 am »
Internal vs External makes no difference in detection of cheats. If you're internal you're still accessing the memory region of the program. Of course you're technically the program since you're injected but it makes no difference.
But in the end you are correct, internal is better simply for the easy ability to access reversed data structures directly instead of reading offsets.
\x64\x6F\x75\x65\x76\x65\x6E\x00

Offline cr4zi8

  • Serf
  • *
  • Posts: 29
  • Cookies: 26
    • View Profile
Re: Game Hacking Tutorial
« Reply #6 on: March 10, 2015, 04:38:16 am »
Hmm that's my bad I was under the impression that the vac sweep function had a harder time with internal hacks I must have misinterpreted someone anyways back on topic...

EDIT:
P1 External Hacks is up
« Last Edit: March 11, 2015, 07:50:56 pm by cr4zi8 »

Offline jes9ter

  • Serf
  • *
  • Posts: 29
  • Cookies: -19
  • I wouldnt trade u for all the cookies in the world
    • View Profile
Re: Game Hacking Tutorial
« Reply #7 on: April 17, 2015, 02:07:53 pm »
If you can do that it would be amazing. xD
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."

Offline coldking123

  • NULL
  • Posts: 2
  • Cookies: -1
  • Swag Swag
    • View Profile
Re: Game Hacking Tutorial
« Reply #8 on: May 08, 2015, 06:48:08 pm »
that would be awesome send me a link if you end up doing it.
The quieter you are, the more you spaghetti

Offline yhi

  • Serf
  • *
  • Posts: 42
  • Cookies: -70
    • View Profile
Re: Game Hacking Tutorial
« Reply #9 on: May 08, 2015, 09:47:17 pm »
So I was thinking about doing a tutorial on game hacking using the game Assault Cube. I would start out with some basic external memory hacks such as infinite health and ammo. Then I was thinking of moving on to dll injection etc for no recoil hacks and then finally move on to things that work in multiplayer such as aim assist and trigger bots. I just wanted to gage interest in such a tutorial.

m excited :D
& i hope tutorial would be noob friendly :P so that i can understand it
lol

Offline x0nic

  • Peasant
  • *
  • Posts: 51
  • Cookies: 5
    • View Profile
Re: Game Hacking Tutorial
« Reply #10 on: May 25, 2015, 02:32:38 pm »
ye, gief
And maybe you'd like to check out Quake Live, since many vulnerabilities of the plain old q3 engine still weren't fixed, haha. Reversing the bins shouldn't be much of a problem. Plus, quake gameplay > all. Could be fun for you, maybe
« Last Edit: May 25, 2015, 02:35:00 pm by x0nic »

Offline khofo

  • EZ's Swashbuckler
  • Knight
  • **
  • Posts: 350
  • Cookies: 25
  • My humor is so black, it could go cotton picking.
    • View Profile
Re: Game Hacking Tutorial
« Reply #11 on: May 25, 2015, 04:02:37 pm »
With Matriplex (Contributor and creator of an online BF4 hack), ane this new guy (sorry know nothing about you), but appears to be promising, the community is looking forward tonget this tuto do it guys
Quote from: #Evilzone
<Spacecow18> priests are bad ppl
<Insanity> Holy crap
Of course God isnt dead. He's out there partying with the Easter Bunny, Santa Clause, Tooth Fairy, and the Man on the moon...
Some of my work: Introduction to Physical Security

dotcppfile

  • Guest
Re: Game Hacking Tutorial
« Reply #12 on: May 26, 2015, 09:06:21 pm »
Well, I believe most of the first part is based on something like cheat engine? Editing a process's memory using DLL Injections but I'm interested in the second part such as aimbots and so whatever because everyone knows that this requires a wide knowledge in reverse engineering and if you're getting into this then I'm more than interested so let us know when is it going to happen.

Offline Awakened

  • NULL
  • Posts: 3
  • Cookies: -2
  • Free GFX | Looking for a hacking mentor
    • View Profile
Re: Game Hacking Tutorial
« Reply #13 on: August 10, 2015, 03:16:19 am »
I'd be really interested in this. The only form of "hacking" I've done is using CharlesProxy for a few iPhone games. I'll keep checking up to see if you've made any progress on the tutorials. I hope you follow through!