Team Anonymous
Would you like to react to this message? Create an account in a few clicks or log in to continue.


We are Anonymous, We are legion, We don't forgive, We don't forget, United as one, Divided by zero, Expect us.
 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Search
 
 

Display results as :
 
Rechercher Advanced Search
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Control panel

Your profile

Information

Preference

Signature

Avatar

Social

Friends and Foes

Memberlist

Groups

Private messages

Inbox

PM sent

 Other

Topic is being watched

Top posting users this week
No user
Top posters
GeneralChristian
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
lashnelan
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
claves
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
pennbenis
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
fender24
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
jaguar034
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
A-Heroic
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
joemarie
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
Ako Xzi Mhark
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
HattoriHanzo
How to start into Game Hacking I_vote_lcapHow to start into Game Hacking I_voting_barHow to start into Game Hacking I_vote_rcap 
Top posting users this month
No user
Latest topics
» Clash of Clans Get Free Gems using Gift Card
How to start into Game Hacking Emptyby fender24 Tue Oct 13, 2015 7:05 pm

» Clash of Clans
How to start into Game Hacking Emptyby cindy123 Wed Nov 19, 2014 9:23 am

» Winrar Password Remover
How to start into Game Hacking Emptyby cindy123 Wed Nov 19, 2014 9:10 am

» Anti-Deep Freeze
How to start into Game Hacking Emptyby cindy123 Wed Nov 19, 2014 8:04 am

» Ninja Saga ATM Exp + Gold February 2013
How to start into Game Hacking Emptyby airlose2012 Thu Nov 06, 2014 4:45 pm

» Anonymous Daily Attendance !
How to start into Game Hacking Emptyby fender24 Thu Sep 25, 2014 7:53 pm

» Ardamax Keylogger Remover
How to start into Game Hacking Emptyby fender24 Wed Sep 10, 2014 7:50 am

» Free all Premium Accounts 06.09.2014. Uploaded,Depositfiles,Keep2shar,Terafile,Bitshare eand more
How to start into Game Hacking Emptyby claves Sat Sep 06, 2014 2:19 am

» Internet Download Manager 6.15 Full Serial Number
How to start into Game Hacking Emptyby fender24 Fri Aug 22, 2014 7:56 am

» Free all Premium Accounts16.08.2014. Uploaded,Rapidgator,Depositfiles,Keep2share,Novafile,Share-Online,JDownloader2 and more
How to start into Game Hacking Emptyby claves Fri Aug 15, 2014 5:34 pm


Share
 

 How to start into Game Hacking

View previous topic View next topic Go down 
AuthorMessage
GeneralChristian
GeneralChristian
Administrator
Administrator

Capricorn
Posts : 417
Anonymous Points : 1748
Reputation : 494
Join date : 2012-05-11
Age : 28

How to start into Game Hacking Empty
PostSubject: How to start into Game Hacking   How to start into Game Hacking EmptySat Feb 02, 2013 11:02 am

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.

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:

    •CreateToolhelp32Snapshot function
    •Process32First function
    •Process32Next function
    •OpenProcess function
    •TerminateProcess function
    •WriteProcessMemory function
    •ReadProcessMemory function



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:
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)
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.
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.
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.
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.
Back to top Go down
https://teamanonymous.forumotion.com
skyle17
skyle17
Global moderator
Global moderator

Posts : 16
Anonymous Points : 37
Reputation : 1
Join date : 2013-01-23
Location : Anonymous UnderGround

How to start into Game Hacking Empty
PostSubject: Re: How to start into Game Hacking   How to start into Game Hacking EmptyFri Feb 15, 2013 7:20 am

nice thread
Back to top Go down
http://www.skyle17.blogspot.com
fender24
fender24
Active Member
Active Member

Sagittarius
Posts : 54
Anonymous Points : 117
Reputation : 1
Join date : 2013-02-21
Age : 31
Location : Earth

How to start into Game Hacking Empty
PostSubject: Re: How to start into Game Hacking   How to start into Game Hacking EmptyFri Feb 22, 2013 3:05 pm

I like This Thread of yours sir. Thanks.
Great Thread!
Back to top Go down
Amon
Amon
Leecher

Posts : 4
Anonymous Points : 6
Reputation : 0
Join date : 2013-04-10

How to start into Game Hacking Empty
PostSubject: Re: How to start into Game Hacking   How to start into Game Hacking EmptyWed Apr 10, 2013 5:46 am

Is this one is related to visual basic??? hehehe its our lesson in computer 4 year HS..

Nice tread..Very Happy
Back to top Go down
SYN
SYN
Leecher

Posts : 3
Anonymous Points : 3
Reputation : 0
Join date : 2013-04-11

How to start into Game Hacking Empty
PostSubject: Re: How to start into Game Hacking   How to start into Game Hacking EmptyThu Apr 11, 2013 7:34 pm

Holy hell, what the leech.

I joined this site to simply go to show that it is a bunch of wannabe hackers. Skyle17, I am disappointed - this user didn't give due credit to the original creator of the thread. Where is your common sense to check?

http://www.mpgh.net/forum/31-c-c-programming/496928-how-start-into-game-hacking.html

My god, this site is now on the pathetic list and will forever be known as the IWANNABETHEVERYBEST.

Take it easy fellas, stop leeching - start working. All the things on this site are on other sites from months, even years before the post here.


EDIT: It's sad Crying or Very sad that an administrator leeched this and didn't give credit. Please do so because you piss those of us who can write our own articles, the fuck off.

P.S - I implore you to think a DDoS attack will affect me. I assume that's what all butthurt skids do so, forgive me if I am wrong.
Back to top Go down
Sponsored content




How to start into Game Hacking Empty
PostSubject: Re: How to start into Game Hacking   How to start into Game Hacking Empty

Back to top Go down
 

How to start into Game Hacking

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» DFI - IF YOU ENCOUNTER DC IN GAME
» Game request here torrent download only
» Game of Thrones Eng Repack MediaFire Links
» PC GAME NAVAL WAR ARCTIC CIRCLE 2012
» Game Pc Counter Strike Lite Full Version

Permissions in this forum:You cannot reply to topics in this forum
Team Anonymous :: Programming :: C++-