
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
Bookmarks