Page 1 of 8 123 ... LastLast
Results 1 to 15 of 108
  1. #1
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy

    Lightbulb How to start into Game Hacking

    First of all, you don't start hacking right way, so.. if this is what you are looking for, Give up.

    Ok, I feel the need to create this thread as this question keeps being asked over and over and over... (We all can see this from threads created)
    So this pretty much will be useful to Link for those who are BLIND and can't look at stickies before posting.


    How to Game Hack:

    Your first step should be picking up a Programming Language to learn. This is not an easy step as there is multiple languages.
    • My personal Opinion is for you to start with a lower level language as C or C++ (I did start with C)

    Be patient, get a book, get some documentation, READ IT.
    If you are not at a school, you won't get someone to teach you everything. You need to explore (We are here to assist you on your problems as long as you tried something first and you show to us that you want to proper learn)
    • Proper Learning: Learning by trying, and reading what stuff does and how it works. Not Copy & Pasting already written code and Click run button.

    After you feel comfortable with this Language (I will be honest here, this will take time, a long time.. Most of the books at the end of each chapter has small projects for you to practice what you learnt, which is good and informative), start looking into specific Memory Manipulaton WinAPI functions. Such as:


    Your best friend will be that Documentation (And google), is says everything but everything you need to know about those functions, and how do they work: MSDN Library

    These steps are the baby steps, do not get ahead of yourself, or you will end up failing as almost everyone did.

    Few tips:
    1. Forget About GUI Projects for now, It is much better to start coding on a console project. No gay auto generated code and you will learn without stupid events that objects create. (See.. you have no idea what I am talking about, yet it is there right on your first project)
    2. Why Books? Because most of them explain decently, have good examples and will be teaching you on the correct order. Plus, of course, practice exercises.
    3. Copy & Pasting code is bad... You are not creating anything new, you are just copying what someone else did. You won't be learning and you will be hated most likely for those who actually know what they do and could help you.
    4. There is some more stuff that you need to know to proper game hacking, but as for now, this is enough. As I said, don't get ahead of yourself.
    5. Get back here when you feel ready for more


    Any question related to this, there is no need to open a new thread. Just post here and ask away.
    Peace.
    Last edited by 'Bruno; 08-13-2012 at 07:05 AM.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  2. The Following 83 Users Say Thank You to 'Bruno For This Useful Post:

    $%^&zfsg343FSED (02-17-2015),-MAJ (08-18-2012),Barstarzz (06-17-2013),4days (12-22-2023),Amkay (09-05-2012),amro3000 (05-14-2013),Angels Die (09-15-2012),Arthenix (09-27-2017),asdflul (05-23-2013),Bebo1342 (07-27-2019),Bensha (07-14-2016),BeStMaN-Dz (06-06-2018),BioHazard (03-11-2013),BloxyTheKing (01-24-2015),BORATownage (03-05-2013),botespiatorio (09-16-2012),brisrock (08-10-2013),ConnorG1337 (12-25-2016),corssa (12-23-2012),CroHacker2 (10-01-2012),Crunch00 (12-03-2012),DarkSt0rmX (08-28-2012),DIRTY_FISH (08-14-2012),dizzyeasy (08-20-2012),DKJones5500 (07-19-2013),end360 (10-22-2014),Eragon347 (12-08-2013),ExcessxD (09-22-2016),fout12 (07-29-2019),Greythorne (08-21-2018),haziqkings (06-30-2018),iAim (09-06-2018),IAMANGAD (08-07-2014),index1123 (06-09-2017),Instagram (11-20-2012),IvailoXD (04-02-2018),Jamzy_ (03-25-2016),jedaru762 (09-01-2012),joeyfangaz88 (09-17-2012),kaitokid19xx (02-28-2019),Khacruel (12-03-2014),Kiss on the floor (11-30-2012),Madr0 (09-19-2012),Marcus Holloway808 (02-07-2018),mastoridis13 (11-20-2012),MBG7878 (04-27-2021),milad_hacker (12-29-2014),minhanking (10-26-2012),Moerphy8329 (12-01-2016),Monster Vision (06-15-2014),Mulch Diggums (12-19-2014),mwxplayer (11-20-2012),Ndrom (12-08-2013),NeTBuS (04-21-2015),ONEBIT (05-27-2013),PainKiller2001 (10-17-2016),Paul (08-23-2012),PeekabooNinja123 (01-03-2016),Priam (07-12-2014),psa47 (11-23-2014),punisher54 (09-19-2014),Rackrafa (10-13-2020),rader3 (06-17-2016),Rasesz (01-07-2017),razlicious (10-27-2014),RedKelly (12-03-2016),rodrigotravessa (10-27-2014),Sa3id. (07-22-2013),ShadowFaith (12-24-2016),silentNQQB (06-03-2013),StereoJuice (12-01-2013),sycophantsaint (01-09-2019),Syperus (05-11-2013),tvojama (04-01-2015),U7UU (12-27-2017),unkown identity (11-11-2012),W1Z (11-11-2012),wiruss (12-30-2013),xCyberxx (06-21-2013),zachgoebs15 (01-26-2015),Zeracks (09-18-2012),Zygx (01-17-2016),`Techno (07-05-2013)

  3. #2
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Maybe you should add some general terminology of what to look up and maybe a brief description. i.e. Reverse Engineering, diassembling, ect.

  4. The Following User Says Thank You to Void For This Useful Post:

    DIRTY_FISH (08-14-2012)

  5. #3
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Void View Post
    Maybe you should add some general terminology of what to look up and maybe a brief description. i.e. Reverse Engineering, diassembling, ect.
    "4. There is some more stuff that you need to know to proper game hacking, but as for now, this is enough. As I said, don't get ahead of yourself."

    This thread is just to stop all those threads about where to start bla bla bla, its link and close. If they reach this far, they will know what to do eventually. ; )
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  6. The Following User Says Thank You to 'Bruno For This Useful Post:

    DIRTY_FISH (08-14-2012)

  7. #4
    .::SCHiM::.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    733
    Reputation
    180
    Thanks
    880
    My Mood
    Twisted
    But this wont stop those threads, just saying.

    They'll keep coming, they are relentless, they are legion they and always forget, expect them!

    But seriously

    its link and close.
    Are you going to close the threads as they pop-up? Because that'd really clean the programming section up. I believe most of the people that post such threads do it only because they want to say something on the forum instead of actually wanting to start/learn anything.

    I'm SCHiM

    Morals derive from the instinct to survive. Moral behavior is survival behavior above the individual level.

    Polymorphic engine
    Interprocess callback class
    SIN
    Infinite-precision arithmetic
    Hooking dynamic linkage
    (sloppy)Kernel mode Disassembler!!!

    Semi debugger




  8. The Following User Says Thank You to .::SCHiM::. For This Useful Post:

    maknik (04-23-2013)

  9. #5
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by .::SCHiM::. View Post
    But this wont stop those threads, just saying.

    They'll keep coming, they are relentless, they are legion they and always forget, expect them!

    But seriously



    Are you going to close the threads as they pop-up? Because that'd really clean the programming section up. I believe most of the people that post such threads do it only because they want to say something on the forum instead of actually wanting to start/learn anything.
    What do they want to say when they open a thread with: "omgz i dont knowz how to code pliz give injectoxz"?

    You misunderstood what I typed.
    And as I said, they will come, of course, but there is no need to type the same answer over and over again, link to the thread and done.

    If you understand what I mean
    Last edited by 'Bruno; 08-14-2012 at 07:37 AM.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  10. The Following User Says Thank You to 'Bruno For This Useful Post:

    rader3 (06-17-2016)

  11. #6
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    I used to close such threads but Dave said you can't just do that because you are annoyed ! Just help them and that's all.

  12. #7
    Broderick's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Basement.
    Posts
    100
    Reputation
    42
    Thanks
    30
    Quote Originally Posted by Hassan View Post
    I used to close such threads but Dave said you can't just do that because you are annoyed ! Just help them and that's all.
    Which is why the programming section is so full of crap.
    The fish trap exists because of the fish.
    Once you've gotten the fish you can forget the trap.
    The rabbit snare exists because of the rabbit.
    Once you've gotten the rabbit, you can forget the snare.
    Words exist because of meaning.
    Once you've gotten the meaning, you can forget the words.
    Where can I find a man who has forgotten words so I can talk with him?

  13. #8
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by Broderick View Post


    Which is why the programming section is so full of crap.
    And who are you to say that? If it's so crap why don't you try doing something about it rather than complaining ?

  14. The Following 5 Users Say Thank You to Auxilium For This Useful Post:

    CroHacker2 (10-01-2012),kedjro (12-23-2019),postik (02-21-2014),notcoolatall (08-26-2014),xMomoxx (11-25-2017)

  15. #9
    Paul's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    6,296
    Reputation
    473
    Thanks
    1,061
    My Mood
    Sleepy
    9/10 would rep if i could


  16. #10
    Retrojump's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Belgium
    Posts
    101
    Reputation
    10
    Thanks
    6
    My Mood
    Amused
    Sounds good, I want to learn C++ or something, because I'm interested.
    So I visited this subforum and first watched the sticky, this one ^^

  17. #11
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    Thanks, I think ill wait awile to learn c++ but i got down C and .Net.

  18. #12
    ugotm1lk?'s Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Mordor
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    nice stuff bro !

  19. #13
    francmargallo's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    well i only know c and a little bit of java. and our c programming was all about procedural programming, while our java was all about OOP but the fact that we just started with the java thingy.

  20. #14
    jedaru762's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Confused
    Could somebody give me a few links or a few book titles to get started on? Thanks in advance

  21. #15
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by jedaru762 View Post
    Could somebody give me a few links or a few book titles to get started on? Thanks in advance
    https://www.mpgh.net/forum/31-c-c-pro...resources.html

    But id tell you just to get on a local book store and buy one.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

Page 1 of 8 123 ... LastLast

Similar Threads

  1. [Solved] HOW TO start MAKE A HACK
    By hanoke in forum CrossFire Help
    Replies: 3
    Last Post: 04-16-2012, 03:35 PM
  2. Any tips on how to start trying to hack? :3
    By qq12345 in forum Dragon Nest Discussions
    Replies: 3
    Last Post: 08-02-2011, 01:31 PM
  3. [Release] How to Get into Elite Hack Section
    By Stewie_Griffin in forum Combat Arms Discussions
    Replies: 39
    Last Post: 06-29-2011, 02:54 PM
  4. Getting Started In Game Hacking
    By LegendaryAbbo in forum Programming Tutorials
    Replies: 0
    Last Post: 07-28-2009, 02:55 AM
  5. how can i make game hack?!!!!
    By UnknownID in forum General Game Hacking
    Replies: 2
    Last Post: 02-07-2006, 07:21 PM