my brother (Ace700) said that i could use his red psp if i made a sucessful subroutine.
wth's a subroutine and how do i do it?
wth's a subroutine and how do i do it?
that would take like 5 months or so to just get the basics donexImortalxJokerx wrote:off to search the web to learn mips
Fragon wrote:A subroutine is a routine in MIPS an example of one is this
lui t0 $first half of controller
lw t0 $second half of controller(t0)
addiu t1 $button value
lui t2 $first half enemy cord
lui t3 $first half player cord
bne t0 t1 $jr ra
lw t4 $second half enemy cord X(t2)
lw t5 $second half enemy cord Y(t2)
lw t6 $second half enemy cord Z(t2)
sw t4 $second half player cord X(t3)
sw t5 $second half player cord X(t3)
sw t6 $second half player cord X(t3)
jr ra
you would need to know MIPS....
thanks...that template is alot more simplersdrawkcab wrote:Fragon wrote:A subroutine is a routine in MIPS an example of one is this
lui t0 $first half of controller
lw t0 $second half of controller(t0)
addiu t1 $button value
lui t2 $first half enemy cord
lui t3 $first half player cord
bne t0 t1 $jr ra
lw t4 $second half enemy cord X(t2)
lw t5 $second half enemy cord Y(t2)
lw t6 $second half enemy cord Z(t2)
sw t4 $second half player cord X(t3)
sw t5 $second half player cord X(t3)
sw t6 $second half player cord X(t3)
jr ra
you would need to know MIPS....
i made that template.
thats a slightly more advanced subroutine i suggest this.
-hook
-lui t0 $first half of address REAL
-lui t1 $first half of value
-addiu t1 t1 $second half of value
-sw t1 $second half of address(t0)
-jr ra
this olny works for one line codes. download ps2dis and will expalian more
Last edited by xImortalxJokerx on Thu Feb 09, 2012 3:43 pm; edited 2 times in total (Reason for editing : forgot somthing)
xImortalxJokerx wrote:thanks...that template is alot more simplersdrawkcab wrote:Fragon wrote:A subroutine is a routine in MIPS an example of one is this
lui t0 $first half of controller
lw t0 $second half of controller(t0)
addiu t1 $button value
lui t2 $first half enemy cord
lui t3 $first half player cord
bne t0 t1 $jr ra
lw t4 $second half enemy cord X(t2)
lw t5 $second half enemy cord Y(t2)
lw t6 $second half enemy cord Z(t2)
sw t4 $second half player cord X(t3)
sw t5 $second half player cord X(t3)
sw t6 $second half player cord X(t3)
jr ra
you would need to know MIPS....
i made that template.
thats a slightly more advanced subroutine i suggest this.
-hook
-lui t0 $first half of address REAL
-lui t1 $first half of value
-addiu t1 t1 $second half of value
-sw t1 $second half of address(t0)
-jr ra
this olny works for one line codes. download ps2dis and will expalian more
and how would you write it?
lets say the real address was 88021000, hook was a4, and the value was f8000005
how would you write it?
would i be like this?
-a4
-lui t0 $8802
-lui t1 $F800
-addiu t1 t1 $0005
-sw t1 $1000
-jr ra
then would you use ps2dis to covert it?
uhh.... he might of got it right out of luck or examining what u did in yours, but he doesnt know the commands and what they do etc etc etc etc etc..............like a whole lot of fucking shit to learn.sdrawkcab wrote:xImortalxJokerx wrote:thanks...that template is alot more simplersdrawkcab wrote:Fragon wrote:A subroutine is a routine in MIPS an example of one is this
lui t0 $first half of controller
lw t0 $second half of controller(t0)
addiu t1 $button value
lui t2 $first half enemy cord
lui t3 $first half player cord
bne t0 t1 $jr ra
lw t4 $second half enemy cord X(t2)
lw t5 $second half enemy cord Y(t2)
lw t6 $second half enemy cord Z(t2)
sw t4 $second half player cord X(t3)
sw t5 $second half player cord X(t3)
sw t6 $second half player cord X(t3)
jr ra
you would need to know MIPS....
i made that template.
thats a slightly more advanced subroutine i suggest this.
-hook
-lui t0 $first half of address REAL
-lui t1 $first half of value
-addiu t1 t1 $second half of value
-sw t1 $second half of address(t0)
-jr ra
this olny works for one line codes. download ps2dis and will expalian more
and how would you write it?
lets say the real address was 88021000, hook was a4, and the value was f8000005
how would you write it?
would i be like this?
-a4
-lui t0 $8802
-lui t1 $F800
-addiu t1 t1 $0005
-sw t1 $1000
-jr ra
then would you use ps2dis to covert it?
it would look like this
yup you got it.
Fragon wrote:uhh.... he might of got it right out of luck or examining what u did in yours, but he doesnt know the commands and what they do etc etc etc etc etc..............like a whole lot of fucking shit to learn.sdrawkcab wrote:xImortalxJokerx wrote:thanks...that template is alot more simplersdrawkcab wrote:Fragon wrote:A subroutine is a routine in MIPS an example of one is this
lui t0 $first half of controller
lw t0 $second half of controller(t0)
addiu t1 $button value
lui t2 $first half enemy cord
lui t3 $first half player cord
bne t0 t1 $jr ra
lw t4 $second half enemy cord X(t2)
lw t5 $second half enemy cord Y(t2)
lw t6 $second half enemy cord Z(t2)
sw t4 $second half player cord X(t3)
sw t5 $second half player cord X(t3)
sw t6 $second half player cord X(t3)
jr ra
you would need to know MIPS....
i made that template.
thats a slightly more advanced subroutine i suggest this.
-hook
-lui t0 $first half of address REAL
-lui t1 $first half of value
-addiu t1 t1 $second half of value
-sw t1 $second half of address(t0)
-jr ra
this olny works for one line codes. download ps2dis and will expalian more
and how would you write it?
lets say the real address was 88021000, hook was a4, and the value was f8000005
how would you write it?
would i be like this?
-a4
-lui t0 $8802
-lui t1 $F800
-addiu t1 t1 $0005
-sw t1 $1000
-jr ra
then would you use ps2dis to covert it?
it would look like this
yup you got it.
Last edited by sdrawkcab on Fri Feb 10, 2012 8:40 pm; edited 1 time in total
yea i kinda get it, i'll just have to focus more on MIPS then otherr stuffsdrawkcab wrote:so you dont need to know mips to write a subroutine you just need to copy and paste a template and all he needs is one sub then he can use his brothers red psp. any way i was trying to teach him mips i was just explaining the basic idea of what mips in a one line sub code work..
Since you said you're a newbie in this I advise you first become a master searcher making all the simple codes using the searcher even making quality codes with the searcher you know learn how to find co oords for objects enemies yourself guns inf stuff etc just start making codes using the searcher for about 2 weeks then go to MIPS.xImortalxJokerx wrote:yea i kinda get it, i'll just have to focus more on MIPS then otherr stuffsdrawkcab wrote:so you dont need to know mips to write a subroutine you just need to copy and paste a template and all he needs is one sub then he can use his brothers red psp. any way i was trying to teach him mips i was just explaining the basic idea of what mips in a one line sub code work..
Fragon wrote:Since you said you're a newbie in this I advise you first become a master searcher making all the simple codes using the searcher even making quality codes with the searcher you know learn how to find co oords for objects enemies yourself guns inf stuff etc just start making codes using the searcher for about 2 weeks then go to MIPS.xImortalxJokerx wrote:yea i kinda get it, i'll just have to focus more on MIPS then otherr stuffsdrawkcab wrote:so you dont need to know mips to write a subroutine you just need to copy and paste a template and all he needs is one sub then he can use his brothers red psp. any way i was trying to teach him mips i was just explaining the basic idea of what mips in a one line sub code work..
@ sdrawkcab
You do and just copying a template? well that wont lead him to no where all hes doing is just stealing someone else's work and just adding all the small stuff like co oords blah blah so he needs to know MIPS no matter what.
Why didn't you say it just was so he can have his brothers pspsdrawkcab wrote:Fragon wrote:Since you said you're a newbie in this I advise you first become a master searcher making all the simple codes using the searcher even making quality codes with the searcher you know learn how to find co oords for objects enemies yourself guns inf stuff etc just start making codes using the searcher for about 2 weeks then go to MIPS.xImortalxJokerx wrote:yea i kinda get it, i'll just have to focus more on MIPS then otherr stuffsdrawkcab wrote:so you dont need to know mips to write a subroutine you just need to copy and paste a template and all he needs is one sub then he can use his brothers red psp. any way i was trying to teach him mips i was just explaining the basic idea of what mips in a one line sub code work..
@ sdrawkcab
You do and just copying a template? well that wont lead him to no where all hes doing is just stealing someone else's work and just adding all the small stuff like co oords blah blah so he needs to know MIPS no matter what.
@ fragon i dont use templates but if all he needs to do is make a sub and show it to his brother its not a big deal its not like hes gonna just make a one line sub and then post on a 1000 site n be like hey! look at me im soo uber 1337. and you dont need to whole every single command and all of there functions in order to write a one line sub im not trying to teach him mips im just was trying to help him so he could use his brothers psp. also mips arnt even that hard its like the easiest coding language ever..
i d k if this is what you want but oksdrawkcab wrote:ok.. send me an active hook an ill make it for you..
Permissions in this forum:
You cannot reply to topics in this forum
Designed by Audentio Design
Adapted by RolandoHM
Powered By MyBB, © 2002-2013 MyBB Group.