DMA Hacking Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

NitePR Code Database & Forums
Welcome! Here at the NitePR Forums we offer you tons of Hacks, Tutorials, NitePR Help, And Much More! If this is your first visit, please register.
NitePR Code Database & Forums
Welcome! Here at the NitePR Forums we offer you tons of Hacks, Tutorials, NitePR Help, And Much More! If this is your first visit, please register.
NitePR Code Database & Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.


NitePR Codes/Hacks, NitePR Tutorials, Discussions, and More!
 
HomePortalLatest imagesRulesRegisterLog in
The New Theme Has Arrived! Enjoy! We are currently working on Icons for the Navigation Bar. Also New Hacks will be up soon on the database.

 

 DMA Hacking

Go down 
AuthorMessage
Zombified
Member
Member
Zombified


Posts : 73
Points : 5224
Reputation : 1
Join date : 2010-05-10
Location : The Internet

DMA Hacking Empty
PostSubject: DMA Hacking   DMA Hacking EmptyMon May 17, 2010 4:36 pm

DMA- Dynamic Memory Allocation

Say you hack a code the first time and it works, Then u die and the code doesnt work
Well that means ur code is dma and that u will keep having to re-hack it, Which is a huge pain in the butt

I will tell you how to defeat this royal pain in the butt the easy way!!!!

READ THIS GUIDE IF U WANT TO KARATE CHOP DMA IN HALF!!!!!!!

lol



***NOTE: THIS METHOD WORKS FOR MOST GAMES

***THE ONLY GAME I HAVE COME ACROSS WHERE IT DOESNT WORK IS KILLZONE***

You have to have nitepr and cheatmater, they are both essential to hacking DMA

Heres A copy of NitePr Rev J:

http://www.mediafire.com/?aemxy9tjoxl

And when u download nitepr there should be instructions on how to install it and this thing called DMA HUNTER

Okay first hack the code you want, make sure it works, then in cheatmaster select dump memory

MAKE SURE U WRITE THE ADDRESS OF THE CODE U HACKED DOWN

Now make ur charecter lose or die then respawn

Next hack the code again and make sure it works, Then select dump memory again

MAKE SURE U RIGHT THE ADDRESS OF THIS CODE DOWN

Next connect ur psp to ur computer

Go into ur cheatmaster folder

Extract the mem000 and mem001 onto ur desktop

Disconect ur psp

NExt Open up DMA Hunter



hit enter and select mem00 first then mem01 next

After that it will ask you for the address of the first code you hacked

type it in

After that it will ask you for the address of the second code you hacked

type it in


Next it will spuuu out a bunch of pointer codes:

dmaHunter (it's included with revJ, look in the new zip):
--Please enter the address of the cheat in RamDump #1
--Please enter hex only (0xEF123... etc.): 0x00CFA65C
--Please enter the address of the cheat in RamDump #2
--Please enter hex only (0xEF123... etc.): 0x00E3597C
--Searching...
--Found, address 0X6D1834, value changed from 0X94FA0F0 to 0X9635410
--Press any key to continue . . .

(Do not press any key or else u will lose the pointer this program gave u and ull have to redo the process again with the dumps)

Okay so this will help us set up our non-dma nitepr code, that u would need nitepr for!!!!!!!!

;This's how we get the first part of the DMA code.
;0xFFFFFFFF tells nitePR it's a DMA pointer
;0X006D1834 = the address of the pointer
0xFFFFFFFF 0X006D1834

;This is how we get the second part:
0X094FA0F0 = where the pointer points to in RamDump #1

;We must convert address from REAL to CHEAT format, and we always subtract 0x08800000 to do this
0X094FA0F0 - 0x08800000 = 0x00CFA0F0

0x00CFA0F0 = where the pointer points to in RamDump #1 (CHEAT formatted address)
0x00CFA65C = the address we found in RamDump #1 (already in cheat format)

;We get the relative offset of the health to the base ADDRESS that the pointer points to...
0x00CFA65C - 0x00CFA0F0 = 0x0000056C

;So the second part is:
0x0000056C 0x(YOUR VALUE)

BUT UR VALUE MUST BE LARGE OR U WILL FREEZE, SAY IF UR VALUE IS 0x000042AF

THEN U MUST PUT IT LIKE THIS IS IN THE POINTER CODE
0x42AF0000

Final Product:

#Infinite Health
;Cheat Hz must be on
0xFFFFFFFF 0X006D1834
0x0000056C 0x__WHATEVER_THE_HEALTH_VALUE_IS_

IF UR POINTER CODE IS NOT WORKING DO THIS FIRST BEFORE ANYTHING ELSE:

DECREASE UR OFFSET BY TWO
(OFFSET= 0x0000056C in the FINAL PRODUCT)

THIS HAPPENS 99.9% of THE TIME TO ME SO JUST DECREASE UR OFFSET BY 2

IF THAT DOES NOT WORK DO THIS:
Back to top Go down
 
DMA Hacking
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
NitePR Code Database & Forums :: NitePR Forums :: Coding Guides-
Jump to: