User Tag List

Results 1 to 10 of 29

Thread: How to Joker Codes 1.6

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    How to Joker Codes 1.6

    User Info Menu

    Re: How to Joker Codes 1.6

    Quote Originally Posted by GodzMercy1337 View Post
    lh t0, $e1e4(t0) <----loads the last half of the controller address into the first register(its now 09a80230
    lw t2, $fa2c(t1) <----loads the second half of flash into register 1
    your description of both of these commands is wrong

    lh t0, $e1e4(t0) <--loads the last two bytes of the value found at 0x09a8e1e4 into register t0

    lw t2, $fa2c(t1) <--loads the value found at address 0x08d6fa2c into register t2

    this guide is riddled with errors but im not gonna sit here and re-label the whole tut

    if this tutorial somehow works when followed that makes me think that you just copy and pasted the template from somewhere and labeled the commands as to what YOU THINK they do

    WtF x5 Rep -

    this tutorial needs to be fixed or taken down because it is teaching people the wrong thing and making them farther from knowing how to code
    Last edited by ShaneO; 01-17-2010 at 11:53 PM. Reason: justice.. lol

  2. #2
    site n00b

    User Info Menu

    Re: How to Joker Codes 1.6

    Quote Originally Posted by ShaneO View Post
    your description of both of these commands is wrong

    lh t0, $e1e4(t0) <--loads the last two bytes of the value found at 0x09a8e1e4 into register t0

    lw t2, $fa2c(t1) <--loads the value found at address 0x08d6fa2c into register t2

    this guide is riddled with errors but im not gonna sit here and re-label the whole tut

    if this tutorial somehow works when followed that makes me think that you just copy and pasted the template from somewhere and labeled the commands as to what YOU THINK they do

    WtF x5 Rep -


    THANK YOU ShaneO
    everytime i try to do anything with this templete it fucks up my code
    if you ever had the time could you possibly post a tut???
    i would rep+ you soo much

  3. #3
    How to Joker Codes 1.6

    User Info Menu

    Re: How to Joker Codes 1.6

    Quote Originally Posted by raumulin View Post
    THANK YOU ShaneO
    everytime i try to do anything with this templete it fucks up my code
    if you ever had the time could you possibly post a tut???
    i would rep+ you soo much
    sure buddy but i gotta learn to do this shit first.. lol

    i know hes wrong because i know mips commands

    i might be able to figure out how to joker by looking at other tuts on the site and by examineing the commands in successful jokers

    i cant believe no one has caught this yet.. there is soo many erors and this was posted over a year ago

    you should definitely learn basic mips commands like lui, sll, srl, or, ori, sw, lw, j, beq, bne

    PM me and i'll reply to it with a link to a site where i learned the commands
    Last edited by ShaneO; 01-18-2010 at 12:04 AM. Reason: addition

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
  •