User Tag List

Results 1 to 7 of 7

Thread: Another Joker i made

  1. #1
    MiLk = Da BoMb

    User Info Menu

    Another Joker i made

    this one is kinda pointless unless your like me and you change ur name and or tag all the time...

    it works i tested the fuck out of it :)

    #Digit Clan Tag []
    ;hold [] in lobby to see others clan take
    ;adress in fake adressing
    ;usefull for changing your name or clan tag
    ;in lobby
    ;original code in fake
    ;0x00492510 0x20782530
    0x00000098 0x0a400000
    0x00800000 0x3c0808c9
    0x00800004 0x3c0909a8
    0x00800008 0x8d2ae1e4
    0x0080000c 0x340b8000
    0x00800024 0x3c0d5d73
    0x00800028 0x35ad255b
    0x00800018 0xad0c2510
    0x0080001c 0x154b0005
    0x00800010 0x3c0c2078
    0x00800014 0x358c2530
    0x0080002c 0xad0d2510
    0x00800034 0x03e00008


    and another..

    #Knife L+R+[] 2
    0x00000098 0x0a400000
    0x00800000 0x3c0808d0
    0x00800004 0x3c0909a8
    0x00800008 0x8d2ae1e4
    0x0080000c 0x340b8300
    0x00800024 0x3c0d0000
    0x00800028 0x35ad0100
    0x00800018 0xad0c44d8
    0x0080001c 0x154b0005
    0x00800024 0x3c0d0000
    0x00800028 0x35ad0000
    0x0080002c 0xad0d44d8
    0x00800034 0x03e00008

    i jokerd both .. >.>

  2. #2
    Wu-Tang

    User Info Menu

    Re: Another Joker i made

    you don't have to load the value if it's an nop just use the zero register. Also, you don't have to load the first half of the value if it's an nop too just load the 2nd half of it.

    lui t0, $[controller address] //loads the first half of controller address in t0
    lui t1, $08d0 //loads first half of knife code to t1
    lw t0, $[controller address] (t0) //loads the value of controller address into t0
    ori t2, t2 $0100 //loads the off value of knife code into t2
    sw t2, $44d8(t1) //saves the off value to knife code
    ori t3, t3 $[Button value] //loads button values
    bne t0, t3 $[to jr ra] //branches to jr ra if button's are not pressed if they are it processes the commands under it
    nop //no operation
    sw zero, $44d8(t1) //saves the on value to knife code
    jr ra //ends command

    anyways hope this helps you learn more about commands. also,good job with this.
    "These cats they sentimental such with a gentle touch
    Dancin' double dutch and all sayin' nothin' much" -Black Thought

  3. #3
    MiLk = Da BoMb

    User Info Menu

    Re: Another Joker i made

    thnnx and ill remember dat

  4. #4
    Another Joker i made

    User Info Menu

    Re: Another Joker i made

    i think u should do something other then jokers i think u got em down
    Get At Me Bl4Ck.KiD... Aka BK
    Future Rapper - Spits Fire
    Psp Coder - Mips, C
    Web Designer - HTML, Javascript, Some PHP
    Computer Programmer - Currently Learning C/C++, Visual Basic, Pascal, Brainfuck, Python, Ruby

  5. #5
    MiLk = Da BoMb

    User Info Menu

    Re: Another Joker i made

    hmm ok.. idk what to do next :P

  6. #6
    Another Joker i made

    User Info Menu

    Re: Another Joker i made

    Well if you know the commands you can start manipulating codes to your desire. If you know the commands you can do a lot with codes besides jokering and stuff, just gotta find the right code to do it with.

  7. #7
    Another Joker i made

    User Info Menu

    Re: Another Joker i made

    Quote Originally Posted by Scal24 View Post
    Well if you know the commands you can start manipulating codes to your desire. If you know the commands you can do a lot with codes besides jokering and stuff, just gotta find the right code to do it with.
    yea thatd some stuff ive been doing
    Get At Me Bl4Ck.KiD... Aka BK
    Future Rapper - Spits Fire
    Psp Coder - Mips, C
    Web Designer - HTML, Javascript, Some PHP
    Computer Programmer - Currently Learning C/C++, Visual Basic, Pascal, Brainfuck, Python, Ruby

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •