Lots of hacking tuts. We use the game realm of the mad god as a victim, and a few others.
Monday, August 6, 2012
Monday, May 7, 2012
Flasm
Flasm is useful for making pre-hacks.
Video is below. I'm sick and couldn't make the tutorial so just use this one.
http://www.youtube.com/watch?v=eGf_mO_5sDo
We won't be using flasm but if you would like to try it go ahead
Video is below. I'm sick and couldn't make the tutorial so just use this one.
http://www.youtube.com/watch?v=eGf_mO_5sDo
We won't be using flasm but if you would like to try it go ahead
Using HxD For Rotmg God Mode
Lesson 3-1:Using HxD For Rotmg God Mode
What you need to know before moving on.
*How to select process in HxD
*How to change values
*How to save the changes.
*Anything else important in this lesson.
Tutorial
In this tutorial we will be finding the god mode Aobs, and changing them, then saving them, and lastly testing it.
So let's begin.
First, open rotmg in Firefox, and HxD. Now make sure your in the game menu of rotmg. Now go to HxD and at the top left, there is a picture of a little bar like thing. Click it and select process plugin container.
Next, at the top click search, then click find. (Or hotkey Ctrl + F)
Third, in the search box change the following:Datatype: Hex Values, search direction: all. Now in the box type the aob for god mode we will be using the updated 122 version. So enter your aob, then click ok.
Now, if you can't find it, then either your aob is outdated, or your in wrong process sometimes there can be 2 plugin containers. Now if you did find it you should see it highlighted on the left with all the codes, and text showing what it is on the right.
Now simply change the Aobs to your desire, just select and type. In this case we change 4f ce 2f 02 to 4f 02 02 02. Now at the top go to file save, then go back to the game and test it out!
That's about it, any questions post here.
What you need to know before moving on.
*How to select process in HxD
*How to change values
*How to save the changes.
*Anything else important in this lesson.
Tutorial
In this tutorial we will be finding the god mode Aobs, and changing them, then saving them, and lastly testing it.
So let's begin.
First, open rotmg in Firefox, and HxD. Now make sure your in the game menu of rotmg. Now go to HxD and at the top left, there is a picture of a little bar like thing. Click it and select process plugin container.
Next, at the top click search, then click find. (Or hotkey Ctrl + F)
Third, in the search box change the following:Datatype: Hex Values, search direction: all. Now in the box type the aob for god mode we will be using the updated 122 version. So enter your aob, then click ok.
Now, if you can't find it, then either your aob is outdated, or your in wrong process sometimes there can be 2 plugin containers. Now if you did find it you should see it highlighted on the left with all the codes, and text showing what it is on the right.
Now simply change the Aobs to your desire, just select and type. In this case we change 4f ce 2f 02 to 4f 02 02 02. Now at the top go to file save, then go back to the game and test it out!
That's about it, any questions post here.
Intro To HxD
Lesson 3-0:Introduction To HxD
Basic Info
There isn't much to HxD... It's a hex editor, which means you use it to edit hex values and things. (Duh) Because there isn't much to teach about HxD the lesson will be short.
Just know HxD is a hex editor, and you have HxD, then you can move on.
Basic Info
There isn't much to HxD... It's a hex editor, which means you use it to edit hex values and things. (Duh) Because there isn't much to teach about HxD the lesson will be short.
Just know HxD is a hex editor, and you have HxD, then you can move on.
Item Mod (Rotmg)
Lesson 2-5:Item Mod
So remember the item mod? Well I'm just going to teach you some stuff about it. So let's begin!
First, open the decompiler, and the game. Now set everything up. (Click ActionScript at top, then click raw data, and ignore case by search. Then on right, check the box by the game name, and click the +, so everything is selected)
Next, in the search box type: Crossbow then click search all as...
Now in the info box click the top one. You should see something like this:
<Object type=""0xa1b"" id=""Crossbow"">
<Class>Equipment</Class>
<Item/>
<Texture><File>lofiObj5</File><Index>0x52</Index></Texture>
<SlotType>3</SlotType>
<Tier>2</Tier>
<Description>A bow mounted on a stock that shoots with amazing speed and accuracy.</Description>
<RateOfFire>1</RateOfFire>
<Sound>weapon/crossbow</Sound>
<Projectile>
<ObjectId>Crossbow Bolt</ObjectId>
<Speed>200</Speed>
<MinDamage>20</MinDamage>
<MaxDamage>50</MaxDamage>
<LifetimeMS>375</LifetimeMS>
<MultiHit/>
</Projectile>
<BagType>0</BagType>
<OldSound>arrowShoot</OldSound>
</Object>
That is the item data, for the weapon: crossbow.
Now you probably wondering what is the red 0xa1b.
Well it is the item id, but if you check the thread with item ids it's normal numbers!
So what is this? It is a hex value. It can be converted to normal numbers which were posted on the thread.
The easiest way to do this is, go to http://www.binaryhexconverter.com/hex-to...-converter
Then just enter 0xa1b in the hex box, and click convert. The result is 2587.
If you check the thread that is correct!
That's about it, but if you are interested in item data you can try hacking it?
Some things you can try:
Change the min damage to the max. so ex:20 change it to 50.
Change what projectile it shoots.
Change the sound.
Change the lifetime of projectile.
Etc etc
I recommend using HxD, if you don't know how to use it continue on with lessons! You might also be able to use cheat engine! Or whatever you like to use. Good Luck
Semi-GodMode
Lesson 2-4:The God Mode Aob's
Things to know before going on to the next lesson
*How to find aob's
*How to find the god mode aob
*How to use them
Tutorial
Congratz on making it this far. Today you will learn what the god mode really is....And how to update it yourself. But remember not to share this.
Don't worry if you understood everything up until now then this will be easy.
First, make sure you already have the decompiler loaded, and all the settings set. (RawData, ignore case, game is loaded etc..)
Next, on the right where the list is, click the + and check the box next to the game name. Now all folders should be selected. Now at the top left in the search box, type playerhit then click search all as, to the right of it.
Now, in the info box at the bottom a list should appear.
You should see a section called class name, and content.
Look for the class name that saids projectile, click it.
Lastly, once you click it code should appear.
//4f cc 2f 02
_as3_callpropvoid playerHit(param count:2)
This means it is using the playerhit function when you get hit by a projectile. The 4f cc 2f 02 is the aob. All we got to do is disable it, so replace it with: 4f 02 02 02 the 02 means nothing, it just disables/breaks the code.
I believe that's all. When you are ready continue to the next lesson.
-
Things to know before going on to the next lesson
*How to find aob's
*How to find the god mode aob
*How to use them
Tutorial
Congratz on making it this far. Today you will learn what the god mode really is....And how to update it yourself. But remember not to share this.
Don't worry if you understood everything up until now then this will be easy.
First, make sure you already have the decompiler loaded, and all the settings set. (RawData, ignore case, game is loaded etc..)
Next, on the right where the list is, click the + and check the box next to the game name. Now all folders should be selected. Now at the top left in the search box, type playerhit then click search all as, to the right of it.
Now, in the info box at the bottom a list should appear.
You should see a section called class name, and content.
Look for the class name that saids projectile, click it.
Lastly, once you click it code should appear.
//4f cc 2f 02
_as3_callpropvoid playerHit(param count:2)
This means it is using the playerhit function when you get hit by a projectile. The 4f cc 2f 02 is the aob. All we got to do is disable it, so replace it with: 4f 02 02 02 the 02 means nothing, it just disables/breaks the code.
I believe that's all. When you are ready continue to the next lesson.
-
Hacking Swf File Continued:Getting Aobs
Lesson 2-3:Hacking Swf File Continued:Getting AOB's
Things to know before going on to next lesson
*How to view aob's
*Anything else explained in this lesson.
Tutorial
Okay, we will be continuing from where we left off. So make sure your in the decompiler and have the swf file opened in it.
First, at the top click ActionScript. Now at the top click:Raw Data, and check the box by the search that saids:Ignore Case
Now you can see the code/aob's
Next, on the right click the + if you haven't already. Then click the + by the action folder. Now just browse around and look at codes.
When you are ready continue to the next chapter.
Things to know before going on to next lesson
*How to view aob's
*Anything else explained in this lesson.
Tutorial
Okay, we will be continuing from where we left off. So make sure your in the decompiler and have the swf file opened in it.
First, at the top click ActionScript. Now at the top click:Raw Data, and check the box by the search that saids:Ignore Case
Now you can see the code/aob's
Next, on the right click the + if you haven't already. Then click the + by the action folder. Now just browse around and look at codes.
When you are ready continue to the next chapter.
Hacking The Swf File
Lesson 2-2:Hacking The Swf File
In this lesson we will actually explore the swf file, and look at some key features.
Things to know before going on to next lesson
*How to view the swf
*How to use Sothink Swf Decompiler
Tutorial
First, we must open Sothink Swf Decompiler. So go to where you have your hacking tools, and open the sothink swf decompiler folder. In the folder open the, SWFDecompiler.exe you may create a shortcut for easier access.
Next, remember those swf files you got? Well it's time to find out which one is the real game. To do this drag and drop the swf file into the decompiler, or use the quick open/open file.
Now that you've opened the swf file, on the right you should see a list with the name of the game, and a + button. Click the + a bunch of folders should appear.
By the folders should be a number. If the number by the action folder is high then that is probably the game. If not try the other swf file.
See the image below. It is the game swf file of rotmg. The real one. Once you find the real one delete the other not needed one.
Now continue on to the next tutorial.
-
In this lesson we will actually explore the swf file, and look at some key features.
Things to know before going on to next lesson
*How to view the swf
*How to use Sothink Swf Decompiler
Tutorial
First, we must open Sothink Swf Decompiler. So go to where you have your hacking tools, and open the sothink swf decompiler folder. In the folder open the, SWFDecompiler.exe you may create a shortcut for easier access.
Next, remember those swf files you got? Well it's time to find out which one is the real game. To do this drag and drop the swf file into the decompiler, or use the quick open/open file.
Now that you've opened the swf file, on the right you should see a list with the name of the game, and a + button. Click the + a bunch of folders should appear.
By the folders should be a number. If the number by the action folder is high then that is probably the game. If not try the other swf file.
See the image below. It is the game swf file of rotmg. The real one. Once you find the real one delete the other not needed one.
Now continue on to the next tutorial.
-
Getting The Game's Swf File
Lesson 2-1:Getting The Game's Swf File
If you don't know what a .swf file is, well it's the game itself! But how do we find it? We will be using swf dump.
Thing you need to know before moving on to next lesson.
*How to get the swf file
*What a swf file is
*How to use swf dump
*How to figure out which swf file is the correct one.
*And other stuff taught in this lesson.
The Tutorial
Okay, let's begin. First make sure you already downloaded the tools pack, and extracted it to a folder.
First, go to the swf dump folder. Now click the swf dump exe.
Now we must go find a game. In these lessons we will be using Realm Of The Mad God. So go to realmofthemadgod.com
Next, make sure your in firefox, and select plugin container. (List on left, if you don't see plugin container click refresh) Now once you selected plugin container make sure the game is loaded and click scan in swf dump. When it is done scanning a list of swf files will appear, click all of them and then click dump.
Third, you can now close swf dump. Now go to the folder where the swf dump .exe is. You should see some swf files. Now we find out which one is the game. To do this, starting at the top click the swf. If an ad appears delete it, if it is blank delete it, but if it is the game keep it.
Note:Even if you find the game don't just delete the rest there might be another swf file of the game. Ex: 2 rotmgs
Now once you get all the of the game .swf files put in in a different folder and continue on to the next lesson.
Extra help: If you can't run the swf files download IrfanView(Google it)
There is an image of swf dump below in the attachments.
-
If you don't know what a .swf file is, well it's the game itself! But how do we find it? We will be using swf dump.
Thing you need to know before moving on to next lesson.
*How to get the swf file
*What a swf file is
*How to use swf dump
*How to figure out which swf file is the correct one.
*And other stuff taught in this lesson.
The Tutorial
Okay, let's begin. First make sure you already downloaded the tools pack, and extracted it to a folder.
First, go to the swf dump folder. Now click the swf dump exe.
Now we must go find a game. In these lessons we will be using Realm Of The Mad God. So go to realmofthemadgod.com
Next, make sure your in firefox, and select plugin container. (List on left, if you don't see plugin container click refresh) Now once you selected plugin container make sure the game is loaded and click scan in swf dump. When it is done scanning a list of swf files will appear, click all of them and then click dump.
Third, you can now close swf dump. Now go to the folder where the swf dump .exe is. You should see some swf files. Now we find out which one is the game. To do this, starting at the top click the swf. If an ad appears delete it, if it is blank delete it, but if it is the game keep it.
Note:Even if you find the game don't just delete the rest there might be another swf file of the game. Ex: 2 rotmgs
Now once you get all the of the game .swf files put in in a different folder and continue on to the next lesson.
Extra help: If you can't run the swf files download IrfanView(Google it)
There is an image of swf dump below in the attachments.
-
Introduction To Swf Decompiling
lesson 2-0:Introduction To Swf Decompiling
Swf decompiling is basically how you get the aob's, make trainers, find values, and hack games easier. When you decompile the games .swf file you can see all the coding and things. A tool that makes this very simple is Sothink Swf Decompiler. There is a download link on tools page. Or you can Google it and get a trial version. (One on tool page I already activated for you)
Note:This will be harder then cheat engine, these lessons get harder and harder...
That's it for the intro. Just make sure you have sothink swf decompiler, or you fail for this lesson.
Swf decompiling is basically how you get the aob's, make trainers, find values, and hack games easier. When you decompile the games .swf file you can see all the coding and things. A tool that makes this very simple is Sothink Swf Decompiler. There is a download link on tools page. Or you can Google it and get a trial version. (One on tool page I already activated for you)
Note:This will be harder then cheat engine, these lessons get harder and harder...
That's it for the intro. Just make sure you have sothink swf decompiler, or you fail for this lesson.
Changing AOBS (CE)
Lesson 1-3:Changing AOB's
Things you need to know before the next lesson:
*What an aob is
*How to scan for aob's
*How to change aob's
Basic Info
In case you didn't know, AOB stands for Array Of Bytes. An example of an aob would be: 4f cc 20 That's just an example, aob's can be long or short.
So we have a basic idea of what an aob is so what now?
Now we will hack a game by changing an aob. In this lesson we will use a game that most people here know... Realm Of The Mad God.
Tutorial
First open Firefox, and cheat engine.
Now go to the game Realm Of The Mad God. Now just start the game load your character etc.. Now go back to the menu. (This was just to load your character up) Now open cheat engine, select process plugin container.
Under the scan type select array of bytes.
Scan for: 4f cc 2f 02
Double click it so it drops down. Now change the value just like a normal number. Change it to: 4f 02 02 02
Now start the game, you should have a type of god mode!
Note:In lesson 3 you'll learn how to find aob's for the game.
Note:The aob in the lesson won't give you god mode, because rotmg updates a lot and the aob changes, continue with lessons to learn more.
Things you need to know before the next lesson:
*What an aob is
*How to scan for aob's
*How to change aob's
Basic Info
In case you didn't know, AOB stands for Array Of Bytes. An example of an aob would be: 4f cc 20 That's just an example, aob's can be long or short.
So we have a basic idea of what an aob is so what now?
Now we will hack a game by changing an aob. In this lesson we will use a game that most people here know... Realm Of The Mad God.
Tutorial
First open Firefox, and cheat engine.
Now go to the game Realm Of The Mad God. Now just start the game load your character etc.. Now go back to the menu. (This was just to load your character up) Now open cheat engine, select process plugin container.
Under the scan type select array of bytes.
Scan for: 4f cc 2f 02
Double click it so it drops down. Now change the value just like a normal number. Change it to: 4f 02 02 02
Now start the game, you should have a type of god mode!
Note:In lesson 3 you'll learn how to find aob's for the game.
Note:The aob in the lesson won't give you god mode, because rotmg updates a lot and the aob changes, continue with lessons to learn more.
Speed Hack Cheat Engine
Simple Speed Hack
The speed hack is very simple. It can speed up almost any process, or if you don't want to speed up you can turn the speed down.
To do the speed hack simply select a process, then on bottom right click enable speed hack. Now scroll it over to desired speed or type it in.
Now it should be at the speed you set it. Simple right?
The speed hack is very simple. It can speed up almost any process, or if you don't want to speed up you can turn the speed down.
To do the speed hack simply select a process, then on bottom right click enable speed hack. Now scroll it over to desired speed or type it in.
Now it should be at the speed you set it. Simple right?
Hacking Your First Game
Lesson 1-1:Hacking Your First Game
Before you continue on to the next lesson make sure you know:
*How to hack learn to fly
*Everything from lesson 1-0
Let's begin. First, we will be doing everything we said in lesson 1-0
Here is a video tutorial: http://www.youtube.com/watch?v=QsijrlEWh-8
The text tutorial will be below. In this lesson we will be hacking learn to fly 2.
So first open Firefox, cheat engine, and a calculator. In Firefox go to the game Learn To Fly 2. Once it loads, in CE (Cheat Engine) select process plugin container. Start a new game and earn some money. Now multiply your cash by 8 and scan for that value. (scan type: 4 bytes) (Click first scan)
Now if you have a lot of values, which you probably do, buy something and multiply cash by 8, scan again, but this time hit next scan.
Repeat if you have a lot of values.
When you have a few values add all of them to the bottom box. Now change there values to whatever!
There you go, you hacked your first game.
Before you continue on to the next lesson make sure you know:
*How to hack learn to fly
*Everything from lesson 1-0
Let's begin. First, we will be doing everything we said in lesson 1-0
Here is a video tutorial: http://www.youtube.com/watch?v=QsijrlEWh-8
The text tutorial will be below. In this lesson we will be hacking learn to fly 2.
So first open Firefox, cheat engine, and a calculator. In Firefox go to the game Learn To Fly 2. Once it loads, in CE (Cheat Engine) select process plugin container. Start a new game and earn some money. Now multiply your cash by 8 and scan for that value. (scan type: 4 bytes) (Click first scan)
Now if you have a lot of values, which you probably do, buy something and multiply cash by 8, scan again, but this time hit next scan.
Repeat if you have a lot of values.
When you have a few values add all of them to the bottom box. Now change there values to whatever!
There you go, you hacked your first game.
Intro To Cheat Engine
Introduction To Cheat Engine
Cheat Engine is a simple tool used for changing values.
So before you continue on to next lesson make sure you know:
*How to select process
*How to scan
*How to change scan type
*How to change the values after scanning them
Basic Info
First, you must know how to select process. To select the process go to the top left of cheat engine, and click the computer icon. A list should appear those are your processes.
Next, you must know how to scan for a value. To scan for a value simply type in a value in the box and click first scan. Ex: Enter:1 Click:First Scan Now it will search for that value in the process you selected.
Third, you must know how to change the scan type. To change the scan type click the scan type drop down box and select which scan you want. Note:We will mostly be using the one below that.
Lastly, you must know how to change the values after scanning them. To change the values scan for them first, then on the left double click the value in the box. Now it should drop down to another box below. Click on the number or value in the bottom box. Or right click it and select change value. Enter the new value and hit ok.
Cheat Engine is a simple tool used for changing values.
So before you continue on to next lesson make sure you know:
*How to select process
*How to scan
*How to change scan type
*How to change the values after scanning them
Basic Info
First, you must know how to select process. To select the process go to the top left of cheat engine, and click the computer icon. A list should appear those are your processes.
Next, you must know how to scan for a value. To scan for a value simply type in a value in the box and click first scan. Ex: Enter:1 Click:First Scan Now it will search for that value in the process you selected.
Third, you must know how to change the scan type. To change the scan type click the scan type drop down box and select which scan you want. Note:We will mostly be using the one below that.
Lastly, you must know how to change the values after scanning them. To change the values scan for them first, then on the left double click the value in the box. Now it should drop down to another box below. Click on the number or value in the bottom box. Or right click it and select change value. Enter the new value and hit ok.
Tools
Tools
Main hacking tools will be posted here, some lessons will need a different hacking tool which will be posted on that thread. I include direct download links here for the main tools.
List of main tools required:
*Winrar - Google this, you need it to download the tools, and many other things.
*Swf dump - Included in package, used for getting swf files.
*Firefox - Google it, it's a web browser good for hacking.
*Sothink Swf Decompiler - Included in package, already activated, used for decompiling swf files.
*Flasm - Included in package, can be used to make pre-hacks. Actually we won't be using this for rotmg. We will use rabcdasm.
*HxD - Included in package, hex editor.
*Cheat Engine 6.0 - Included in package, good for changing values.
rabcdasm - Same a flasm but better and harder.
Link: Rabcdasm
Will be updated for more tools soon.
That's it for now. Don't worry there will be lessons for these tools if you never used them before.
Also the package of downloads is to big to upload direct. So here's a link. Post if it's not working.
Link:http://www.mediafire.com/?aoxvgdliq8bv48j
If these tools break, stop working, or don't work at all, you can always Google them or re-download.
Main hacking tools will be posted here, some lessons will need a different hacking tool which will be posted on that thread. I include direct download links here for the main tools.
List of main tools required:
*Winrar - Google this, you need it to download the tools, and many other things.
*Swf dump - Included in package, used for getting swf files.
*Firefox - Google it, it's a web browser good for hacking.
*Sothink Swf Decompiler - Included in package, already activated, used for decompiling swf files.
*Flasm - Included in package, can be used to make pre-hacks. Actually we won't be using this for rotmg. We will use rabcdasm.
*HxD - Included in package, hex editor.
*Cheat Engine 6.0 - Included in package, good for changing values.
rabcdasm - Same a flasm but better and harder.
Link: Rabcdasm
Will be updated for more tools soon.
That's it for now. Don't worry there will be lessons for these tools if you never used them before.
Also the package of downloads is to big to upload direct. So here's a link. Post if it's not working.
Link:http://www.mediafire.com/?aoxvgdliq8bv48j
If these tools break, stop working, or don't work at all, you can always Google them or re-download.
Introductions
First of all to make this go by fast I'm just going to copy/paste from my website, there will be a lot of tuts..
-
-
Well I guess that's the intro lol nothing needs to be copied over.
Subscribe to:
Posts (Atom)