SneakyCodes Gaming Forum
Welcome to SneakyCodes. Contrary to what some may want you to think, SneakyWorld.forumotion is IN NO WAY affiliated with SneakyCodez. Anyone who tries to tell you different, is a lying piece of shit.

SneakyCodes is in the process of an entire site reboot, with no sections, topics, forums, and users. Feel free to sign up, and check back regularly for updates.

Thank you,
SwoRNLeaDejZ

SneakyCodes Gaming Forum
Welcome to SneakyCodes. Contrary to what some may want you to think, SneakyWorld.forumotion is IN NO WAY affiliated with SneakyCodez. Anyone who tries to tell you different, is a lying piece of shit.

SneakyCodes is in the process of an entire site reboot, with no sections, topics, forums, and users. Feel free to sign up, and check back regularly for updates.

Thank you,
SwoRNLeaDejZ

SneakyCodes Gaming Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SneakyCodes Gaming Forum

The Evolution Begins...
 
HomePortalLatest imagesRegisterLog inSneakyCodes RSS Feed
Everyone go to SneakyWorld! Link on the home page!
Sneaky Generators

Sneaky Image Editor
The Walking Dead Game

All Generators By SwoRNLeaDejZ


FTB3 Room Generator
FTB3 Name Generator
FTB2 Tag Generator
FTB2 Name Generator
FTB2 Room Generator


Donate to SneakyCodes Today!
Affiliates
Please Join and Visit the SneakyCodes Affiliates




We Love A-G!!!!

Join TheUnseenCoders.com Today!!


Free Forumotion Designs


kHaoZ is a frickin beast :)

Tech Support Guy
Latest topics
» Deepest regards to the Sneaky Community
Double DMA Joker Breakdown EmptyFri Apr 10, 2020 11:27 pm by sabian49

» damn sneaky, RiP. It was fun
Double DMA Joker Breakdown EmptySat Oct 11, 2014 1:25 am by Sylen7Nato

» Just Another Blonde Joke xD FUNNY AS FAWK
Double DMA Joker Breakdown EmptyMon Mar 03, 2014 5:37 pm by Rossy Redness

» Hey it's Skinny107
Double DMA Joker Breakdown EmptyTue Dec 03, 2013 8:24 pm by o5Gz

» ps3 hacking!
Double DMA Joker Breakdown EmptyMon Jun 10, 2013 9:42 pm by Sylen7Nato

» PSP ISO List
Double DMA Joker Breakdown EmptyMon Jun 10, 2013 9:28 pm by Sylen7Nato

» tiger render
Double DMA Joker Breakdown EmptyFri May 10, 2013 3:11 pm by mk7

» SWORN.
Double DMA Joker Breakdown EmptySun Dec 09, 2012 6:25 am by EverEffects

» homefront redeem code
Double DMA Joker Breakdown EmptyFri Nov 30, 2012 1:32 am by EverEffects

» Calling Sworn
Double DMA Joker Breakdown EmptyTue Nov 20, 2012 4:34 pm by EverEffects

» Thought Id Stop By And Say Hi
Double DMA Joker Breakdown EmptyThu Nov 15, 2012 3:40 am by HappySnacks69

» An Introduction
Double DMA Joker Breakdown EmptyTue Nov 13, 2012 2:33 am by Ace700

Views
Double DMA Joker Breakdown Image
Powered by web analytics software.
Statistics
We have 4719 registered users
The newest registered user is CraftPR

Our users have posted a total of 13086 messages in 2891 subjects
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

Most users ever online was 328 on Sun Jul 04, 2021 8:20 am
Facebook Stream
Top posters
SwoRNLeaDejZ
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
blckhwksfan
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
-Ch33zy-
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
EverEffects
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
l7annylvlex
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
+Elegance
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
Whiteyy
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
JZydex
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
PumaSnIpejZ
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 
kHaoZ
Double DMA Joker Breakdown Vote_lcapDouble DMA Joker Breakdown Voting_barDouble DMA Joker Breakdown Vote_rcap 






Share | 
 

 Double DMA Joker Breakdown

View previous topic View next topic Go down 
AuthorMessage
kHaoZ
Vip
Vip
kHaoZ

Posts : 472
1337ness : 29
Join date : 2010-11-11
Age : 32
Location : Cali

Double DMA Joker Breakdown _
PostSubject: Double DMA Joker Breakdown   Double DMA Joker Breakdown EmptyWed Jul 27, 2011 5:01 am


Credit for writing up tut goes to kHaoZ.

Before trying this I suggest learning how to subroutine and regular joker and joker on and off.

Our Code (FTB2):
#Player Grabber/Freezer
0xFFFFFFFF 0x00505858
0x00000630 0x0000001B
0x00000638 0x00000000

Our Control Address:

Real Controll Addresss: 09a8e1e4 ;ftb2
Fake; 0127e1e4

Our Button Values:

0100=L Trigger
0200=R Trigger
8000 ; []
4000 ; X
3000 ; ()
8200 = R + []

To get L+[] I added 8000 + 0100 which got me 8100.


Breaking down the MIPS.
My Routine in REAL addressing:

0x08800098 0x0a200800;j $08802000 //Takes you to your safe area
0x08802000 0x3c0808d0;lui t0, $08d0 //first half of your pointer(0050)
0x08802004 0x3c0909a8;lui t1, $09a8 //First half of your control address
0x08802008 0x8529e1e4;lh t1, $e1e4(t1) //Second Half of your control address(e1e4)
0x0880200c 0x240b8100;addiu t3, zero, $8100 //Our Button Value Which in this case is L+[](8100)
0x08802010 0x35085858;ori t0, t0, $5858 //Second Half of Pointer (5858)
0x08802014 0x152b0007;bne t1, t3, $08802034 // Will branch to the jr ra line
0x08802018 0x00000000;nop //Skip a line after branching
0x0880201c 0x8d0c0000;lw t4, $0000(t0) //First half value of the first offset
0x08802020 0x240d001b;addiu t5, zero, $001b //Second Half value of the first offset
0x08802024 0xad8d0630;sw t5, $0630(t4) //First offset
0x08802028 0x8d0d0000;lw t5, $0000(t0) //First half value of the second offset
0x0880202c 0x240d0004;addiu t5, zero, $0004 //Second Half value of the second offset
0x08802030 0xad8d0634;sw t5, $0634(t4) //Second offset
0x08802034 0x03e00008;jr ra //jr ra will end my function

08802000 minus 08800000 equals 2000 which ends us with this
In Fake Addressing:

#Player Freezer
;Jokered to L+[]
0x00000098 0x0a200800
0x00002000 0x3c0808d0
0x00002004 0x3c0909a8
0x00002008 0x8529e1e4
0x0000200c 0x240b8100
0x00002010 0x35085858
0x00002014 0x152b0007
0x00002018 0x00000000
0x0000201c 0x8d0c0000
0x00002020 0x240d001b
0x00002024 0xad8d0630
0x00002028 0x8d0d0000
0x0000202c 0x240d0004
0x00002030 0xad8d0634
0x00002034 0x03e00008
;Joker by kHaoZ
Back to top Go down
 

Double DMA Joker Breakdown

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

Permissions in this forum:You cannot reply to topics in this forum
SneakyCodes Gaming Forum :: PSP Section :: PSP Tutorials-
Jump to:  





SneakyCodes.tk | Sneaky-Media.com


Free GeoHot NOW!
I support George Hotz and
the FREEDOM OF INFORMATION

Create a forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com