CONSOLE CODES HQ
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeLatest imagesSearchRegisterLog in
We will soon be closing. Join consolemaniacs.byethost16.com
Latest topics
» How to use account deleter
Ps2dis - How to teach yourself new stuff and try and make templates EmptyWed Jul 14, 2010 12:42 pm by vyanara

» I Searche a Inf Healt Code M0HH2 HELP MEE
Ps2dis - How to teach yourself new stuff and try and make templates EmptyWed Mar 31, 2010 4:58 am by alutot2sly

» MBBS In Ukraine
Ps2dis - How to teach yourself new stuff and try and make templates EmptyMon Sep 21, 2009 3:28 am by job2me04

» MBBS In Ukraine
Ps2dis - How to teach yourself new stuff and try and make templates EmptyMon Sep 21, 2009 3:26 am by job2me04

» MBBS In Ukraine
Ps2dis - How to teach yourself new stuff and try and make templates EmptyMon Sep 21, 2009 3:25 am by job2me04

» MBBS In Ukraine
Ps2dis - How to teach yourself new stuff and try and make templates EmptyMon Sep 21, 2009 3:25 am by job2me04

» MBBS In Ukraine
Ps2dis - How to teach yourself new stuff and try and make templates EmptyMon Sep 21, 2009 3:25 am by job2me04

» MBBS In Ukraine
Ps2dis - How to teach yourself new stuff and try and make templates EmptyMon Sep 21, 2009 3:23 am by job2me04

» [ULUS-10141]Rank Codes
Ps2dis - How to teach yourself new stuff and try and make templates EmptySun Aug 30, 2009 10:30 pm by AceOf Combat

Top posters
EEL007
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
thatdirtykid
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
TruePain
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
icY hOt Dog
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
dkarmygun
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
bbelay
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
zebonik
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
Shnk
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
Skullerman
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 
InFaMoUs 520
Ps2dis - How to teach yourself new stuff and try and make templates I_vote_lcapPs2dis - How to teach yourself new stuff and try and make templates I_voting_barPs2dis - How to teach yourself new stuff and try and make templates I_vote_rcap 

 

 Ps2dis - How to teach yourself new stuff and try and make templates

Go down 
3 posters
AuthorMessage
MJKT
1337 Coder
1337 Coder



Male
Number of posts : 12
Points : 84
Registration date : 2009-04-05

Ps2dis - How to teach yourself new stuff and try and make templates Empty
PostSubject: Ps2dis - How to teach yourself new stuff and try and make templates   Ps2dis - How to teach yourself new stuff and try and make templates EmptyTue Apr 28, 2009 1:55 pm

well i looked at other people's templates and other people joker codes.
and put their values into ps2dis and looked to see what commands they used for what parts of their codes.

then just did trail and error sort of thing with my own codes until i knew what to do with the commands.

im still trying to learn new commands like the more then one line jokers like you said about. (im still trying...some really good codes are really confusing to work out)

i look at a code and put in what i know what it is. (like a jr ra or a hook) along with the commands they used.

example me trying to work out increase jokers like custom jump Very Happy

Smile MJKT's MIPS-SELF-LEARNING METHOD Smile

#Custom Jump
;credit OldSkooL
0x000FD988 0x0A381431 <--- HOOK
0x006050C4 0x3C1908E3 <----- lui t9
0x006050C8 0x8F2A86DC <----- lw t2
0x006050CC 0x3C1808DD <-- lui t8 (controller 1)
0x006050D0 0x87183068 <---- lh t8 (controller 2)
0x006050D4 0x240F0001 <---- li t7 (button value)
0x006050D8 0x170F0006 <--- bne t8 t7 (jump to JR RA)

0x006050DC NOP?

0x006050E0 0xC54F0078 <-- lwcl $f15 $???? (t2)
0x006050E4 0x3C0B3DCC <-- lui t3
0x006050E8 0x448B8000 <-- mtcl t3
0x006050EC 0x46107BC0 <-- add.s $f15 $f15 $f16 (increase or decrease)
0x006050F0 0xE54F0078 <-- swcl $f15 $???? (t2)
0x006050F4 0x03E00008 <-- JR RA

-------

#Custom Jump
;credit OldSkooL
0x000FD988 0x0A381431 <-----hook
0x006050C4 0x3C1908E3 <---pointer part 1 (+1)
0x006050C8 0x8F2A86DC <--- pointer part 2
0x006050CC 0x3C1808DD <--- conroller part 1
0x006050D0 0x87183068 <----- controller part 2
0x006050D4 0x240F0001 <------button value to joker on
0x006050D8 0x170F0006 <--- jump to JR RA
0x006050E0 0xC54F0078 <---offset
0x006050E4 0x3C0B3DCC
0x006050E8 0x448B8000
0x006050EC 0x46107BC0 <--increase
0x006050F0 0xE54F0078 <---offset
0x006050F4 0x03E00008 <---- jr ra

then you could use the same sort of thing for different games

this is my way of teaching myself new ways and i think its a good way too Smile

------------------

template:



lui t9, $(pointer part 1 + 1 if second have is above 8800)
lw t2, $(pointer part 2)
lui t8, $(controller part 1)
lh t8, $(controller part 2)
li t7, $(button value)
bne t8 t7, $(Real address of JR RA)
nop
wcl $f15, $[offset](t2)
lui t3, $3dcc
mtcl t3, $f16
add.s $f15 $f15 $f16
swcl $f15 $[offset](t2)
jr ra


I used this to make custom jump for mohh1 Very Happy

#CUSTOM JUMP
;credit MJKT
;press select to jump
;as high as you want
0x00339D78 0x0A3A0091
0x00680244 0x3C1908D8
0x00680248 0x8F2A361C
0x0068024C 0x3C1808D4
0x00680250 0x871842B0
0x00680254 0x240F0001
0x00680258 0x170F0006
0x00680260 0xC54F0078
0x00680264 0x3C0B3DCC
0x00680268 0x448B8000
0x0068026C 0x46107BC0
0x00680270 0xE54F0078
0x00680274 0x03E00008
Back to top Go down
thatdirtykid
Moderators
Moderators



Male
Number of posts : 168
Points : 1183
Registration date : 2009-03-08

Ps2dis - How to teach yourself new stuff and try and make templates Empty
PostSubject: Re: Ps2dis - How to teach yourself new stuff and try and make templates   Ps2dis - How to teach yourself new stuff and try and make templates EmptyTue Apr 28, 2009 2:21 pm

nice, seems pretty simple once u get the hang of it, DK wat Happen To UR SITE?!?
Back to top Go down
http://thatdirtykid.forumotion.com/
EEL007
Jr.Admin
Jr.Admin
EEL007


Male
Number of posts : 371
Age : 29
Location : Earth
Job/hobbies : ummm... I don't have one im 14
Humor : Funny shows
Points : 2548
Registration date : 2009-03-08

Ps2dis - How to teach yourself new stuff and try and make templates Empty
PostSubject: Re: Ps2dis - How to teach yourself new stuff and try and make templates   Ps2dis - How to teach yourself new stuff and try and make templates EmptyTue Apr 28, 2009 5:05 pm

Wow, Nice guide. Your turning out to be a great coder Very Happy
Back to top Go down
Sponsored content





Ps2dis - How to teach yourself new stuff and try and make templates Empty
PostSubject: Re: Ps2dis - How to teach yourself new stuff and try and make templates   Ps2dis - How to teach yourself new stuff and try and make templates Empty

Back to top Go down
 
Ps2dis - How to teach yourself new stuff and try and make templates
Back to top 
Page 1 of 1
 Similar topics
-
» Ps2dis begginers guide to a basic subrotine
» Here is a whole but load of Homebrew stuff! ENJOY!!! :D
» How to make a MMS
» Can some1 make me a sig please?
» HoW tO MaKe ur own code

Permissions in this forum:You cannot reply to topics in this forum
CONSOLE CODES HQ :: PSP-PlayStation Portable :: PSP Guides-
Jump to: