I need a code jokered to R+[]. WILL REP+
As the title states I need a code jokered to R+[] I tried Tonic's Joker Program but not only did it ban as soon as I turned it on but it doesn't work. I don't know if the address's are real or not. I used the Hex Work Shop calculator to add 08800000 to the address and used the 1.6 dump Johnny posted to find off code data. I have tested this code its no 35 and works. It must be jokered to R+[] and another version jokered to L + R, must work while the R + [] / L + R are pressed and stop working while the buttons are not being pressed. Just like in BakonICE's code "Press [] to see through walls:" Anyway's here's the code:
#null
;makes streamer to null
;and allows for streamer
;skipping and editing
0x00118e6c 0x03E00008
0x00118e70 0x00000000
Also another question, if I take two codes one on top of another will they both still work as if I turned on both of the codes?
Ex:
I take Code one:
#Code one
0xFFFFFFFF 0xFFFFFFFF
and Code two:
0x00000000 0x00000000
and put them like this:
#Code one and two
0xFFFFFFFF 0xFFFFFFFF
0x00000000 0x00000000
and turn on will the still work as if I turned on code one and two seperatly? If yes, what if hey are jokered? If yes, what if they both share a common key for example R? If yes, what if one if jokered to X + O and other is jokered to X + O + []?
Thanks!! If you help with eaither my question or jokering that code for me I WILL Rep+
P.S. If you know what im talking about after your eyes pass this colon -->: Please don't post. I did it like that for a reason... If you do Rep-
Re: I need a code jokered to R+[]. WILL REP+
A1: If it bans as a joker then it will ban as just a code.
A2: Yes, you can combine codes and they will still work, its called "combing codes"
A3: If you use simple logic you can figure out what would happen if you have 2 codes like that, but depending on how its set up it varies.
also, you probably wont find someone willing to joker it the way you wanted set up cause not many people can figure it out. Also psp fw history in your sig is off it has 9.90 gen-d fw.
Re: I need a code jokered to R+[]. WILL REP+
0x00118e6 isn't that in the banning area for SOCOM US??? As said before, a code that bans will ban as a joker.
To stop a code from banning you must use the function copier, which is tricky stuff, especially if you havent mastered jokers yet!
Anyway, I should stop talking about that cuz you said it is no 35...
Also you weren't 100% clear about how it needs to be jokered... Do you want one subroutine to do this? (i dont think i can as i am still a noob xD)
Re: I need a code jokered to R+[]. WILL REP+
He wants it work even if other buttons are pressed. So would probably have to use the and command to make it work. Example:
and t0, t0, t1
t0- The value of the controller address you load.
t1- The value you use to check or want to activate the code.
lui t0, $[first half of controller address]
lw t0, $[second half]
ori t1, zero $8000 //I used square
and t0, t0, t1
....
Thats probably how you will have to set up on loading the controller value or something similar to that.
Re: I need a code jokered to R+[]. WILL REP+
hell, Lol. Your first post in this thread was helpful, although can you explain A3? I really am trying to get into this. I added to your positive reputation and thanked you.
Nice marmite, I don't know the difference between subroutine and one that's not subroutine-ed
Also, when I tried to update my PSP via the one under Game, I can't remember the name off hand right now, it said "No need to update, your PSP is version 9.90" or something like that I can't remember exactly.