Teleport Knife [HELPER] code...
This is to help the teleport knifers out there. This is not a code to use but a reference for player id's only. You could either memorize them and or, if you use mkultra 7 and above copy and past the hex to your teleport knife code.
Now can we please stop the posts about how to use it, and where do I find player id's at??????
Quote:
#Teleport Knife [HELPER]
;credit Tonic
;this is for reference only
;this is not the code
0xFFFFFFFF 0x00505858
0x00000638 0x00000002
0x00000638 0x00000004
0x00000638 0x00000066
0x00000638 0x000000CA
0x00000638 0x0000012E
0x00000638 0x00000192
0x00000638 0x000001F6
0x00000638 0x0000025A
0x00000638 0x000002BE
0x00000638 0x00000322
0x00000638 0x00000386
0x00000638 0x000003EA
0x00000638 0x0000044E
0x00000638 0x000004B2
0x00000638 0x00000516
0x00000638 0x0000057A
0x00000638 0x000005DE
Re: Teleport Knife [HELPER] code...
I have explained this to some people in several threads. Hopefully this gets through to them. Also it goes in numerical order.
Fake host
Real host
then from player 3-16
Just incase people ask.
Re: Teleport Knife [HELPER] code...
Amen to that brother, those threads are driving me crazy!!!!
Re: Teleport Knife [HELPER] code...
me too, especiakly when they where to get. Instead why don't they use teleport to nearest player it mimicks the teleport knife code.
Re: Teleport Knife [HELPER] code...
Ive made alil packet routine so that you wont have to copy that ids down and stuff! You should just make loop routine using the lobby data!
Re: Teleport Knife [HELPER] code...
lol, i love the people who just keep on on knifing you right after you get revived or respawn, then after a couple of times, they get frooze by that person. thats like the side effects lol.
Re: Teleport Knife [HELPER] code...
Instead of people trying to figure out what the ID's are you could just set up a lobby packet data for them and it will copy the ids for them and teleport knife!
- addiu sp, sp, -10
- sw a0, $0000(sp)
- sw a1, $0004(sp)
- sw a2, $0008(sp)
- sw ra, $000C(sp)
- lui a0, 08D0
- lw a0, $5858(a0)
- lui a1, $08D6
- lw a1, $1458(a1) <--- // Lobby data
- addu a2, a1, 0 <---- This will copy the lobby data ids into the in-game pointer
- sw a2, $0638(a0)
- lw a0, $0000(sp)
- lw a1, $0004(sp)
- lw a2, $0008(sp)
- lw ra, $000C(sp)
- jr ra
- addiu sp, sp, 10
Re: Teleport Knife [HELPER] code...
Ok...i add this to the code or? (sorry if i just pissed 10000000 people off)
Re: Teleport Knife [HELPER] code...
Quote:
Originally Posted by
1st-Hokage
Instead of people trying to figure out what the ID's are you could just set up a lobby packet data for them and it will copy the ids for them and teleport knife!
- addiu sp, sp, -10
- sw a0, $0000(sp)
- sw a1, $0004(sp)
- sw a2, $0008(sp)
- sw ra, $000C(sp)
- lui a0, 08D0
- lw a0, $5858(a0)
- lui a1, $08D6
- lw a1, $1458(a1) <--- // Lobby data
- addu a2, a1, 0 <---- This will copy the lobby data ids into the in-game pointer
- sw a2, $0638(a0)
- lw a0, $0000(sp)
- lw a1, $0004(sp)
- lw a2, $0008(sp)
- lw ra, $000C(sp)
- jr ra
- addiu sp, sp, 10
But how does that know which persons ID you want to knife?
Re: Teleport Knife [HELPER] code...
thanks Rep+ just what i was looking for but does it tell you what person is in the slot?? cause i would prefer that