Thread: How to hack

Page 1 of 6 123 ... LastLast
Results 1 to 15 of 87
  1. #1
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired

    How to hack

    Here's how to hack:

    1. Go to your local book store/amazon
    2. Go to computers/tech section
    3. Buy literally any book on C++
    4. Read it and do all the work in the book
    5. Read it again and do all the work in the book again.
    6. Buy another book.
    7. Repeat steps 4 and 5.
    8. Come back here and ask us where to get started with hacking.
    9. Listen to us.
    10. Learn things from online tutorials
    11. Learn D3D.
    12. Make hacks.




    Contribution by ArhkXi:
    1.Go to Amazon.com look for programming books with good reviews on what you're tryin' to learn
    2.Order these books or download them via a torrent search engine (like torrentz.com)
    3.Get a book on C, and then learn C++
    4.reread your C/C++ books and keep doing the exercises and expanding on them
    5.Get a book on Assembly, I'm going to tell you straight-up it is not only literally 100x easier when you know Assembly, but you know how the different memory segments work and how to manipulate memory because you know how things work.
    6. Reread your assembly book if its a decent one like Amazon.com: Assembly Language Step-by-Step: Programming with Linux (9780470497029): Jeff Duntemann: Books it would have laid out how computer memory works in a way you can completely understand.
    7. After you have a better understand of how memory works you might want to skim through your C/C++ books and realize how much more you know once you understand basic architecture and memory through Assembly.
    8. Get a book on WinAPI like Amazon.com: Programming Windows (Microsoft Programming Series) (0790145199508): Charles Petzold: Books torrent search and you will find a pdf, the examples and executables that come with the original accompanying CD can be downloaded from his site at https://www.charlespetzold.com/src/ProgWin5.zip

    9.Get familiar with the API, and pick up an O'Reily book on hacking, and with all of your knowledge now all you really need is someone to show the techniques that are the underlying tactics in hacking, which will turn out to be lots of controlled memory corruption techniques.
    10 Learn D3D, I'm currently reading a pdf of Amazon.com: Beginning Direct3D Game Programming, Second Edition (9781931841399): Wolfgang Engel: Books

    And I myself am stuck on step 10 .

    I can't over e***asize the importance of learning ASM, that some others seem to undermine so much. Reading through hacking books is cryptic when you don't know ASM and the segments, but if you knew ASM you would have navigated these segments many times before and understand completely what each segment is and their respective purposes. Learning ASM would also reveal to you how different types of variable are stored into memory, static the default type of a variables storage is pushed onto the stack (SS, Stack segment) with its respective stack frame. Global variables are on heap, and other etc I probably don't know
    / Knowing that the SS grew from high memory to low memory while instructions naturally run from low memory to high memory, let me understand more of what was going on, because if you didn't know that thing worked that way wouldn't you be confused, when trying to hack, something that actively requires memory manipulation.

    Reading through hacking books knowing how memory works now, whenever I come across a new concept in a chapter I may feel more like a goof for not already knowing, rather than struggling to understand.


    Another thing you'll want to do, just to be a good tech savvy person is to Google ANY tech related term you don't know, or you think you could know more about. That's just the habit of a good hacker who wants to know everything.
    DNA Processing (in relation to the processor being made form DNA), Quadratic processor, quantum processor, VM (Virtual Machine), VNC (Virtual Network Computing), IP (Internet Protocol), MAC (Media Access Control, relating to MAC address), Encryption, RSA.
    Last edited by Hell_Demon; 07-01-2010 at 04:16 AM.

  2. The Following 45 Users Say Thank You to Lolland For This Useful Post:

    -=Coffee=- (05-14-2011),A$IAN (04-24-2011),aiTmaster (08-29-2010),Alexlemaitre (05-10-2012),Alroundeath (06-29-2010),Auxilium (08-07-2010),bocayroi1 (06-23-2016),Dnz9r (07-01-2010),DogPatch1992 (09-13-2010),donut1116 (09-10-2010),Drake (08-18-2010),dudemil (07-29-2010),FileCorrupt (04-24-2011),Flash3 (04-26-2011),Fly3r (06-19-2011),fuked (06-29-2010),Giotis11 (08-12-2010),Hell_Demon (06-29-2010),hgmf8124 (07-25-2010),Illuminatus (09-19-2010),ion agarbiceanu (05-08-2012),jake2222 (09-01-2010),jogja (01-12-2011),kaoz812 (03-16-2011),kmanev073 (05-02-2011),Lady GaGa (08-16-2010),lalakijilp (06-30-2010),magicb0y (05-19-2012),noadcud (09-17-2011),quevreauxx (07-03-2011),ruisu (05-07-2011),sigfri3d (08-16-2010),stannats (08-19-2011),teddygun300 (04-26-2011),THEBOYZRULE (07-19-2012),trutik (11-14-2012),TurTLeZ (09-19-2010),uknown1 (08-08-2010),wayneo101 (04-18-2011),XemRoxas (06-18-2011),YellowDanger (10-26-2010),Yepikiyay (07-02-2010),Zer0w (03-27-2011),[HE]Περσεύς[RO] (09-08-2010),[PA]nts (06-29-2010)

  3. #2
    Talking walls speak and spell my life story.
    MPGH Member
    -ParallaX's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Posts
    1,896
    Reputation
    211
    Thanks
    128
    My Mood
    Stressed
    u srs? D:


  4. #3
    [PA]nts's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    218
    Reputation
    12
    Thanks
    10
    My Mood
    Relaxed
    omg liek u helpd me totlly.

  5. #4
    Czar's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    12,699
    Reputation
    1277
    Thanks
    4,294,967,295
    You totally got inspiration to post this from my thread.

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

    AeroSkinn (06-11-2011)

  7. #5
    fuked's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Florida
    Posts
    31
    Reputation
    10
    Thanks
    3
    My Mood
    Bored
    Perfect!
    I'm still on #1! =X

  8. #6
    serpentine's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In your moms bed
    Posts
    1,623
    Reputation
    22
    Thanks
    176
    You walk slow then...?
    [IMG]https://i306.photobucke*****m/albums/nn265/chugsweet23/Reverb.png[/IMG]


    Bans: 1337

    .:Gifts:.

    Johhny 3 Tears: [x] [x]

  9. #7
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Quote Originally Posted by Czar View Post
    You totally got inspiration to post this from my thread.
    You were my inspiration towards my every post.

  10. #8
    Tsar's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Over the moon
    Posts
    598
    Reputation
    27
    Thanks
    24
    My Mood
    Cheerful
    Quote Originally Posted by lolland View Post


    You were my inspiration towards my every post.
    I knew this.

  11. #9
    Alroundeath's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    331
    Reputation
    8
    Thanks
    29
    My Mood
    Amused
    /Thanked

    Pro Tutorial x)

  12. The Following User Says Thank You to Alroundeath For This Useful Post:

    Lolland (06-29-2010)

  13. #10
    lalakijilp's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    310
    Reputation
    9
    Thanks
    53
    My Mood
    Blah
    Quote Originally Posted by lolland View Post
    Here's how to hack:

    1. Go to your local book store/amazon.com
    2. Go to computers/tech section
    3. Buy literally any book on C++
    4. Read it and do all the work in the book
    5. Read it again and do all the work in the book again.
    6. Buy another book.
    7. Repeat steps 4 and 5.
    8. Come back here and ask us where to get started with hacking.
    9. Listen to us.
    10. Learn things from online tutorials
    11. Learn D3D.
    12. Make hacks.
    The message you have entered is too short. Please lengthen your message to at least 10 characters.

  14. The Following 3 Users Say Thank You to lalakijilp For This Useful Post:

    Cotar (07-15-2010),Lolland (06-30-2010),WoOkMan (09-13-2010)

  15. #11
    AirforceSS's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    144
    Reputation
    10
    Thanks
    4
    My Mood
    Aggressive
    Quote Originally Posted by Alroundeath View Post
    /Thanked

    Pro Tutorial x)
    are you joking? This tutorial is just basically directions on where to learn C++ it has nothing to do with teaching you itself.

  16. #12
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Quote Originally Posted by AirforceSS View Post
    are you joking? This tutorial is just basically directions on where to learn C++ it has nothing to do with teaching you itself.
    It took me like 3/12 hours to write up the tutorial, the least you can do is be grateful

  17. The Following 5 Users Say Thank You to Lolland For This Useful Post:

    -=Coffee=- (05-14-2011),elhikillu (04-03-2012),Hell_Demon (06-30-2010),lalakijilp (07-01-2010),wayneo101 (05-03-2011)

  18. #13
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,682
    My Mood
    Mellow
    I lol'd at the noobs actually getting angry at not having a hack tutorial laid out like the yellow brick road.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  19. The Following User Says Thank You to Jason For This Useful Post:

    Hell_Demon (06-30-2010)

  20. #14
    ArhkXi's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    405
    Reputation
    12
    Thanks
    18
    My Mood
    Innocent
    If you want to be a 1337 hacker just give up on everything else in your life you have going for you.
    ~
    But I guess the upside is, corporations like Google even hire hackers to test their security.
    Last edited by ArhkXi; 07-01-2010 at 01:19 AM.

  21. #15
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,977
    Reputation
    343
    Thanks
    4,324
    My Mood
    Cheeky
    Quote Originally Posted by ArhkXi View Post
    If you want to be a 1337 hacker just give up on everything else in your life you have going for you.
    ~
    But I guess the upside is, corporations like Google even hirer hackers to test their security.
    My stephbrother did tech support for XS4All(I guess it's only a dutch internet provider), if you could crack/hack/whateverthefuck your way into their database or even change a single thing in their configs you'd get 1 month of free internet and a pie xD
    Ah we-a blaze the fyah, make it bun dem!

Page 1 of 6 123 ... LastLast

Similar Threads

  1. Replies: 14
    Last Post: 08-07-2006, 08:12 PM
  2. How to hack?
    By cool_guy in forum General Game Hacking
    Replies: 33
    Last Post: 08-06-2006, 09:20 PM
  3. how to hack a vending machine!
    By EleMentX in forum General
    Replies: 1
    Last Post: 07-26-2006, 04:56 PM
  4. How to hack a website domain?
    By Azrael in forum General Game Hacking
    Replies: 9
    Last Post: 07-21-2006, 12:25 AM
  5. can u tell me how to hack forums?
    By Strik3r666 in forum General Game Hacking
    Replies: 12
    Last Post: 07-14-2006, 05:33 AM