PLEASE READ THE ENTIRE THING!!
baha - If your reading this: I meant ban.

Ok now I know this is a VIP code but I want to know if I am on the right track. I know if a good coder sees I am, he/she will try to mislead me so I won't succeed at it. But please if you acully do have a working version of a Selective/Slot boot can you tell me how many lines there are in it? When I say "Selective/Slot Boot" I mean just like a teleport knife where you change the players ID and turn on the code you will knife them. What I did so far is tried to mix a No-35 lobby boot that also boots in game and instantly clears everyone out. Here it is btw:

#Lobby Boot
0x00000098 0x0A2404FE
0x0056178C 0x00000000

This is all in Real Addressing btw. Here is my notes por say:

#Selective boot
0x00000098 0x0a3585e3 //jumps to 08d6178c
0x08d61758 0x3c0d0056 //loads 08d6 to t5
0x08d6175c 0x8dad178c //loads 178c to t5 making 08d6178c
0x08d61760 0xadae0000 //saves 08d6178c at t6
0x08d6178c 0x02c00008/00000066 //jumps to s6 / boots?
0x00000000 0x03e00008 //ends code

^ What I did here is write myself a template of what I did so that I can remember what I did. Lol, confusing -.~. At the bottom where I have a jr ra, I forgot where the next nop would be so I temporarily put it at 00000000. I forgot to go back and fill it in, lol.

#Slot boot
0x00000098 0x0a3585e3
0x08d61758 0x3c0d0056
0x08d6175c 0x8dad178c
0x08d61760 0xadae0000
0x08d6178c 0x00000066

^ This is essentially the same thing but without the notes. I also think I changed the t5 and t6 To t0 and t1, I can't remember if I did that here or on the one below


#Congruent Slot Boot
0x00000098 0x0a358682
0x08D619FC 0x3c0908d6
0x08D61A04 0x8d291a04
0x08D61A08 0xad090000
0x08D6178C 0x00000066
0x08D61A0C 0x03e00008

^ I found a area of nops and I put the hex data's in there. I changed the first four lines accordingly to the new addresses.

So all in all... Am I even anywhere close? I doubt it. So, if anyone has a working Slot Boot can you give me a hint? At least tell me how many lines it has. Please??

BTW: While working on this code I did make another code....

#Take a Stand
;Made By: S2h6699
;No-35
;Highlight in white then go
;in-game and start standing
;Turning code off will take you
;back to original stance
0xFFFFFFFF 0x00505858
0x00000630 0x00000002
0x00000638 0x00000000

#Take a Stand
;Made By: S2h6699
;No-35
;With this one you stay standing
;even when you turn it off
;although you CAN change yor stance
;thourgh the triangle button
0xFFFFFFFF 0x00505858
0x00000630 0x00000002
0x00000638 0x00000192