User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: how would i write out a dma a code??

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    TiGeR.Jatt...

    User Info Menu

    how would i write out a dma a code??

    how would i dma

    ok lets say i wanna dma one of these or any other 1 line code ??
    ---------------------------------------------------------------------
    #See No Explosions
    ;You see no explosions from explosives
    0x00352bd8 0x03E00008

    #Huge Weapon Pickup Range
    ;Pickup weapons all the way from outer space
    0x0055f6b0 0x50000000

    ------------------------------------------------------------------------

    explain it out thanks in ahead :)

  2. #2
    Wu-Tang

    User Info Menu

    Re: how would i write out a dma a code??

    No need to dma this since the address is not moving. You dma a code when you have the code moving to different places in the memory.
    "These cats they sentimental such with a gentle touch
    Dancin' double dutch and all sayin' nothin' much" -Black Thought

  3. #3
    how would i write out a dma a code??

    User Info Menu

    Re: how would i write out a dma a code??

    Quote Originally Posted by hell View Post
    No need to dma this since the address is not moving. You dma a code when you have the code moving to different places in the memory.
    Yea to wat h3ll said! I write my DMA codes out in c like this.

    Code:
    setU32DMA(unsigned int address, unsigned int offset, unsigned int value);

  4. #4
    how would i write out a dma a code??

    User Info Menu

    Re: how would i write out a dma a code??

    Quote Originally Posted by 1st-Hokage View Post
    Yea to wat h3ll said! I write my DMA codes out in c like this.

    Code:
    setU32DMA(unsigned int address, unsigned int offset, unsigned int value);
    Lol hokage I don't think he'll get it in C. Yo but jis get a jump that is close to the area of the code you want to dma an subtract the addy an the jump an ull get ur offset simple as that. Yo but hokage I had something different to Putin in dma's in C this one is easier to understand tho
    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
    TiGeR.Jatt...

    User Info Menu

    Re: how would i write out a dma a code??

    Ok so tht. Is confusing hokage ..... is tht a mip command ....ok... so how can I make a code in2 a dma can yu give like a short explanation with a code ????

  6. #6
    how would i write out a dma a code??

    User Info Menu

    Re: how would i write out a dma a code??

    Quote Originally Posted by punjabijatt247 View Post
    how would i dma

    ok lets say i wanna dma one of these or any other 1 line code ??
    ---------------------------------------------------------------------
    #See No Explosions
    ;You see no explosions from explosives
    0x00352bd8 0x03E00008

    #Huge Weapon Pickup Range
    ;Pickup weapons all the way from outer space
    0x0055f6b0 0x50000000

    ------------------------------------------------------------------------

    explain it out thanks in ahead :)
    DMA Isn't one line. You can combine the codes like this:

    #NAME
    0x00352bd8 0x03E00008
    0x0055f6b0 0x50000000

  7. #7
    how would i write out a dma a code??

    User Info Menu

    Re: how would i write out a dma a code??

    Quote Originally Posted by TheEliteOne View Post
    DMA Isn't one line. You can combine the codes like this:

    #NAME
    0x00352bd8 0x03E00008
    0x0055f6b0 0x50000000
    Thats not DMA man...:eyeroll:

  8. #8
    how would i write out a dma a code??

    User Info Menu

    Re: how would i write out a dma a code??

    Quote Originally Posted by 1st-Hokage View Post
    Thats not DMA man...:eyeroll:
    Duh lol, you can't just un DMA addresses that are not DMA. He says that he wants one line, two is close right? =]

  9. #9
    TiGeR.Jatt...

    User Info Menu

    Re: how would i write out a dma a code??

    i want like it like this

    # code
    0x000000000 0x0000000000

    in 2

    0xffffffff 0x000000
    0x000030 0x0000001

    like tht wht ever format the dma is ^

  10. #10
    how would i write out a dma a code??

    User Info Menu

    Re: how would i write out a dma a code??

    Yo I just told u find a jump lower then your code an subtract the jump an you code you want to dma address that's ur offset an the jump u use u take the address of it for ur pointer

Page 1 of 2 12 LastLast

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
  •