User Tag List

Results 1 to 6 of 6

Thread: did i do this right??

  1. #1
    site n00b

    User Info Menu

    did i do this right??

    my first multi line sub
    #fake pain subroutine
    ;original code by TaTTeRed-N-Torn
    ;no longer needs 31 hz
    0x00000098 0x0a400000
    0x00800000 0x3c080000
    0x00800004 0x3c090050
    0x00800008 0x35295858
    0x0080000c 0xad09ffff
    0x00800010 0x3c0a0000
    0x00800014 0x3c0b42df
    0x00800018 0x356b0000
    0x0080001c 0xad4b0a0c
    0x00800020 0x3c080000
    0x00800024 0x3c0942df
    0x00800028 0x35290000
    0x0080002c 0xad090a24
    0x00800030 0x03e00008

  2. #2
    did i do this right??

    User Info Menu

    Re: did i do this right??

    Mhm bit impressive did you try it??? because pm me if you want me to help you on making your first joker??? just asking and why not make it short

  3. #3
    did i do this right??

    User Info Menu

    Re: did i do this right??

    dats real wrong check this.if im wrong jus correct me

    J - Hook
    lui t0 $XXXX - 1st Half Of Pointer in real addressing(+0880)
    lw t1 $XXXX(t0) - 2nd Half Of Pointer
    lui t1 $XXXX - 1st Half Of Hex
    addiu t1 t1 $XXXX - 2nd Half Of Hex
    sw t1 $XXXX(t0) - Off Set
    jr ra - End Routine

    but if its a multi sub jus to this

    J - Hook
    lui t0 $XXXX - 1st Half Of Pointer in real addressing(+0880)
    lw t1 $XXXX(t0) - 2nd Half Of Pointer
    lui t1 $XXXX1 - 1st Half Of Hex
    addiu t1 t1 $XXXX - 2nd Half Of Hex
    sw t1 $XXXX(t0) - Off Set
    lui t3 $XXXX - 1st Half Of Pointer in real addressing(+0880)
    lw t4 $XXXX(t3) - 2nd Half Of Pointer
    lui t4 $XXXX - 1st Half Of Hex
    addiu t4 t4 $XXXX - 2nd Half Of Hex
    sw t4 $XXXX(t3) - Off Set
    jr ra - End Routine
    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

  4. #4
    site n00b

    User Info Menu

    Re: did i do this right??

    i used almost the same templete you did black kid except the 2nd half of the addys were at the end
    and it works i tested it


    wtf why is warcrazy ban?!?!?!?!?!

    another stupid question but whats off set?
    Last edited by Raumy; 01-29-2010 at 10:47 PM. Reason: just something i noticed

  5. #5
    did i do this right??

    User Info Menu

    Re: did i do this right??

    the offset is the difference between the address that the pointer jumps to and the actual codes address

    Pointer

    #DMA Virus Mode
    0xFFFFFFFF 0x007CD1C
    0x00000BD8 0x00000001

    Virus mode
    ;tonic
    0x0055A048 0x00000001

    7cd1c is the pointer - the pointer points to an address

    7cd1c points to 8d59470

    8d59470 is in real addressing so you subtract 08800000

    you get 559470

    the difference between 559470 and 55a048 is the offset

    bd8 is the offset - the offset is the difference between the non dma'd codes address and the address at the pointer minus 8800000

    check out my unDMA tut if you still dont understand
    Last edited by ShaneO; 01-30-2010 at 04:11 PM.
    ø¤º°`°º¤ø
    ,¸¸,ø¤º°`°º¤ø,¸¸, PSP 1000 CFW 5.50GEN-D3
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º
    °`°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º °`°`°
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°
    ,¸¸,ø¤º°`°º¤ø,¸¸ PSP 3000 5.03 w/ CFW ENABLER

  6. #6
    site n00b

    User Info Menu

    Re: did i do this right??

    i sorta get it
    definitely gonna check out your tut thanks!

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
  •