SO©OJvI FTB2 STjZ8™ jZiPPiN
Welcome!

Hey, have you not signed in yet? Did you not make an account? Don't you dare hover your mouse over the "Don't show this message again" button, and instead sign in or make an account on this amazing and AWESOME site!

Admins:
HEAVY_ARTILERY
Miroco23
DaddyDayCare247
Knockout-KOD
SO©OJvI FTB2 STjZ8™ jZiPPiN
Welcome!

Hey, have you not signed in yet? Did you not make an account? Don't you dare hover your mouse over the "Don't show this message again" button, and instead sign in or make an account on this amazing and AWESOME site!

Admins:
HEAVY_ARTILERY
Miroco23
DaddyDayCare247
Knockout-KOD
SO©OJvI FTB2 STjZ8™ jZiPPiN
Would you like to react to this message? Create an account in a few clicks or log in to continue.


FTB2 STjZ8 RiPPiN: The Next BIG Thing
 
HomePortalLatest imagesRegisterLog in
Welcome! Enjoy your stay, and have a great time!
Affiliates
Making Quality Hacks 2gujyh0
Top posters
HEAVY_ARTILERY
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
GazaLord
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
DIjZTY_RUMORS
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
Knockout-KOD
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
-_-OIiviIG-_-
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
-Legend-ODST-
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
TACTICAL_BOMBERS
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
Miroco23
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
Cody-_-
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
Dauntless07
Making Quality Hacks I_vote_lcapMaking Quality Hacks I_back_titleMaking Quality Hacks I_vote_rcap 
Statistics
We have 136 registered users
The newest registered user is Bam

Our users have posted a total of 1461 messages in 609 subjects
Search
 
 

Display results as :
 
Rechercher Advanced Search
Affiliates
   
 

 

 Making Quality Hacks

Go down 
AuthorMessage
xX-Tiempo13-Xx




Posts : 21
Join date : 2010-11-03

Making Quality Hacks Empty
PostSubject: Making Quality Hacks   Making Quality Hacks Icon_minitime1Sun Nov 07, 2010 12:43 pm

Made by -LeetGamer- aka TheEliteOne

This guide teaches you how to make:
-One Shot Kill
-Elevator
-Super Jump

One Shot Kill
-------------

OSK is a great hack to have, all it is is editing the damage your bullets do. So to edit that we first need to know how much damage are bullets all ready do. So grave another PSp or a friend and follow this guide:

1 - Click on "Find Unknown value 32 Bit"
2 - Loose health, Search 3=Less
3 - Stay at the same level of health, Search 0=Same
4 - Gain health, Search 2=Greater
TIP - Don't die when you are searching or you will have to start the search over again
5 - Once you have enough results test each address for inf health, once you have found it turn it off and gain health back up to full, now go to the results and look at the value. That is your full health value, type that on your computer
6 - Noe have a friend shoot you once, go to the results and look at the new value, type that up below the value form step 5
7 - Open a hex calculator and subtract the two numbers, the result will give you the amount of damage one bullet dose, type that up.

Okay, now we know how much damage one bullet dose, and we need to change that.

8 - Reset your searches
9 - Search the bullet damage value as hex in a Exact Value search
10 - Test each result by changing the value to something higher than the value in step 5, that is the health value of the players, so if the value is higher than that you will kill them in you shot
11 - Now fix the DMA of the OSK and you will have to make it for every weapon

Elevator
--------

This is a subroutine that allows you to controll your hight by pressing buttons.

1 - Click on "Find Unknown Value 32 Bit"
2 - Set pause game to true
3 - Jump or walk up a hill, Search 2=Greater
4 - Fall or walk down a hill, Search 3=Less
5 - Stay still, Search 0=Same
ECT.
6 - Once you have around 50 results test all of them for a hight changeing code
7 - Fix the DMA of that code

Now we need to write a subroutine like this:


Code:
Made by -LeetGamer-
-lui t0 $(loads the first half of are co-ordinate poiter +0880)

-lw t0 $(loads the second half of are co-ordinate pointer) (t0)

-lui t1 $(load the speed to fly by)

-lui t2 $(loads the first half of are controller address +0880)

-lw t2 $(loads the second half of are controller address) (t0)

-addiu t3 zero $(adds the button to fly up to zero and stores the result)

-addiu t4 zero $(adds the button to fly down to zero and stores the result)

-bne t2 t3 $(branches to the next branch)

-lwc1 $f2 $(load the second half of are Z co-ordinate offset) (t0)

-mtc1 t1 $f3 (moves t1 to $f3)

-add.s $f4 $f2 $f3 (adds $f2 and $f3 and stores the result into $f4)

-swc1 $f4 $(Stores $f4 to the second half of are z co-ordinate offset) (t0)

-bne t2 t5 $(branches to the jr ra)

-lwc1 $f2 $(load the second half of are Z co-ordinate offset) (t0)

-mtc1 t1 $f3 (moves t1 to $f3)

-sub.s $f4 $f2 $f3 (adds $f2 and $f3 and stores the result into $f4)

-swc1 $f4 $(Stores $f4 to the second half of are z co-ordinate offset) (t0)

-jr ra

And add a hook
Super Jump
-----------

This is something that will make you jump really high.

1 - Set a unknown 32 Bit search
2 - Set pause game to true
3 - Jump, search 2=Greater
4 - Fall, Search 3=Less
5 - Stay the same, Search 0=Same
ECT.
6 - test your results once you have around 50 for a hight changing code
7 - Fall to the ground and view the value in the results, type that up
8 - Jump and at the peek of your jump open your cheat devise and veiw the value in the results, type that up as well
9 - Reset the searches
10 - Open your hex calculator and subtract the two numbers, the result will be how high you jump
11 - Search that value from step 10 as hex
12 - Change the values to a high number and test them
13 - Fix the DMA if needed



Thanks for reading and please, if I did anything wrong tell me, I'm pretty sure I didn't but every one makes mistakes

-LeetGamer- aka TheEliteOne
Back to top Go down
 
Making Quality Hacks
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
SO©OJvI FTB2 STjZ8™ jZiPPiN :: Tutorials :: Tutorials-
Jump to: