Quote Originally Posted by Bl4Ck.KiD... View Post
iight look

#Mic Spoofer [DMA]
;Bl4Ck.KiD...
;Everyone Can Hear It
0xFFFFFFFF 0x004AD078
0x00000E34 0xC0800000

0x004AD078 this is the pointer that points somewhat close to make code i want to dma right

0x00000E34 and u just count all the way up to were ur address is and that amount u count up to is ur offset and the next line is ur hex 0xC0800000
ya i get what it means...but the thing i dont get is this
Code:
Figure 2:

To Get The Offset:
Lets say my pointer points to 0x01300004 and your code you want to DMA  is 0x01300068
1: Get out the calculator. Start>Run>Calc
2: View>Scientific
3: Put Dec. to Hex
4: Subtract the two addresses subtract the smaller number from the  bigger
VVVVVVVVVVVVVVVVVVV
1300068 - 1300004 
^^^^^^^^^^^^^^^^
5: Bam! you got your offset which is 0x00000064
the pointer is pointing 2 0x01300004 ..
and the code i want 2 dma is 0x01300068 How would i find this