+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2011
    Location
    your roof
    Posts
    386
    Points
    1,150,444.07
    Rep Power
    155

    Unhappy HELP! (some one who is good with mips)

    can some one please explain what i did wrong

    neither of these code's work i think its the hook but im not sure these are for SFCO dos sfco have a dmaed controller adress or something?!

    what ever i fixed them my self...

    #melee boot hold joker (select)
    ;you have to be holding select when you melee some one if you want to boot them
    ;‪jokered by sdrawkcab
    ;original code by sonnie
    0x000060a8 0x0800010d
    0x00000434 0x3c0808e6
    0x00000438 0x8d087f34
    0x0000043c 0x3c090897
    0x00000440 0x240a0001
    0x00000444 0x3c0b03e0
    0x00000448 0x256b0008
    0x0000044c 0xad2b6b64
    0x00000450 0x150a0004
    0x00000454 0x3c0c27bd
    0x00000458 0x258cfff0
    0x0000045c 0xad2c6b64
    0x00000460 0x03e00008

    #melee boot (Subroutine‬)
    ;‪Subroutine‬ by sdrawkcab
    ;original code by sonnie
    0x000060A8 0x0800010d
    0x00000434 0x3c080897
    0x00000438 0x3c0903e0
    0x0000043c 0x35290008
    0x00000440 0xad096b64
    0x00000444 0x03e00008
    Last edited by sdrawkcab; 12-01-2011 at 11:08 AM.

  2. #2
    Join Date
    Aug 2011
    Location
    your roof
    Posts
    386
    Points
    1,150,444.07
    Rep Power
    155

    Default Re: HELP! (some one who is good with mips)

    ya i used a template for the joker

    Lui t0 $(first half address +0880)
    Lui t1 $(First half controller Address +0880)
    lh t1 $(Second Half Of Controller Address)(t1)
    ori t2 t2 $(Activation Value)
    Bne t1 t2 $(Jumps to JR RA)
    nop
    lui t3 $(First hacked value)
    ori t3 t3 $(Second half Hacked Value)
    sw t3 $(Last half of Address)(t0)
    jr ra


    so could you so me what i did wrong so i can learn?

    oh ya i either fucked up on the Bne or the hook. REP+ if you can help
    Last edited by sdrawkcab; 11-29-2011 at 07:37 PM.

  3. #3
    Join Date
    Aug 2011
    Location
    your roof
    Posts
    386
    Points
    1,150,444.07
    Rep Power
    155

    Default Re: HELP! (some one who is good with mips)

    Quote Originally Posted by sdrawkcab View Post
    can some one please explain what i did wrong

    neither of these code's work i think its the hook but im not sure these are for SFCO dos sfco have a dmaed controller adress or something?!

    #m16k nuke (jokered)
    ;credit sdrawkcab
    ;press select to activate
    0x000060A8 0x0a2000f4
    0x000003d0 0x3c0808f8
    0x000003d4 0x3c0908e6
    0x000003d8 0x85297f34
    0x000003dc 0x354a0001
    0x000003e0 0x152a0004
    0x000003e4 0x00000000
    0x000003e8 0x3c0b0000
    0x000003ec 0x356b00a5
    0x000003f0 0xad0b0166


    #m67 nuke (SUB)
    ;credit sdrawkcab
    0x0000040c 0x7a000008
    0x000003d0 0x3c0808f8
    0x000003d4 0x3c090000
    0x000003d8 0x352900a5
    0x000003e0 0xad09bcb0
    0x000003e4 0x03e00008
    -_-...

  4. #4
    Join Date
    Dec 2011
    Posts
    4
    Points
    27,092.55
    Rep Power
    151

    Default Re: HELP! (some one who is good with mips)

    Life keeps going on....

  5. #5
    Join Date
    Aug 2011
    Location
    your roof
    Posts
    386
    Points
    1,150,444.07
    Rep Power
    155

    Default Re: HELP! (some one who is good with mips)

    wow i was such a noob when i made this thread...

+ Reply to Thread

Tags for this Thread

Posting Permissions

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