Post: Real Time Game Memory Modding
01-02-2013, 11:16 PM #1
D3cH
Zombie Cakes Maker
(adsbygoogle = window.adsbygoogle || []).push({}); Hello everyone!

First off I want to say special thanks to aerosoul94, we discovered this few months ago, we did alot of mods, and now this is the time for release!

Ok, so now I'll explain how to edit memory of PS3 games in real time.

Tools needed :

  • A PS3 with a DEX firmware
  • ProDG Target Manager and ProDG Debugger (they got leaked just google it)
  • make_fself.exe
  • The ELF file of the game you want to mod


/!\ - Your PS3 must be wired, it will not work if you're using WiFi - /!\

Ok first, start ProDG Target Manager and go on "Search For Targets" then press the refresh button to start scanning, if all is ok your PS3 should be detected, just right click on it and move it to "Debugging Station" group then double click on it, it will add your PS3 into your targets list.

You must login or register to view this content.

You must login or register to view this content.

Now in your targets list, right click on your PS3 then choose "Connect", once your PS3 is connected you can start ProDG Debugger (if it's asking you to select a target then just select your PS3).
You will see a window called "Memory", that's in this window that you will edit the memory of the game you want.

You must login or register to view this content.

Ok now you need to make a fself (with make_fself.exe) of the ELF you want to edit memory, just go into cmd then put make_fself x.elf EBOOT.BIN where x is your ELF (it will create the EBOOT), once you have your file just put it in your PS3 in the right game folder.

You must login or register to view this content.

In ProDG Debugger you should see a process appear in the "Processes" window, right click on it then choose "Attach Process" then "Continue without symbols" now your process is attached and you can view memory, but when you attach it, ProDG pauses the process, you have to continue it, just go in ProDG Target Manager, expand the list of your PS3, go to "Kernel Explorer", highlight the process then press the "Continue" icon (you can also continue it with ProDG Debugger).

You must login or register to view this content.

You must login or register to view this content.

Now you're done and you can edit memory of your game, by the way there are other options in ProDG Debugger, you can add breakpoints, show disassembly, etc. Also don't forget to refresh memory or just enable "Auto Update" option.

You must login or register to view this content.

Here is a screen of how it looks like :

You must login or register to view this content.

Example of real time modding :



Enjoy your memory editing !! Smile
Last edited by D3cH ; 01-04-2013 at 06:02 PM.

The following 296 users say thank you to D3cH for this useful post:

^TPP^, _PORTLAND_, -Elmas15-, -Google-, -JM-, -Nathan-, -SuperMan, Day, iTruceFret, {H} | Exception, {TehFluux}, *SCHAOS*, /SneakerStreet/, RAB, ItzSparkBoii, Dynamite, ℳaTiCz, ⓙω мσ∂z, ϟ c0rruption ϟ, Eddie Mac, ~SpongeBob, 007bond, 192.168.1.1, 631, abdullahjwz070, aerosoul94, alchybear, AllaoOo, AMNE, AssClapper-130, awsomedude1097, Bad Luck Brian, BadChoicesZ, BASEBALL4EVER12, bcb, BigGucciSosa300, blackhawk34, Blackstorm, Boliberrys, Brag, BrinkerzHD, BroIDontMod, Bubbles Are Fun, Bucko, cali123, Capo837, CentralModz819, deneo24, Choco, Choopie, clankfan1, CLM, CoDyMoDz1000XD, ContagiousModz, CrEaTiiOn_BuRn, Creepz, Creepzoid 0___0, Crunk, Daddy, Dan Dactyl, Dannie Fresh, DazedMods, DEREKTROTTER, Derpy Hooves, DETERMiiNED, ErasedDev, Disslzit, DJ_KILLA1337, dolby1, DraMaTiK_DreaM, drdshh, DSG24, DylanOc1, emcrew2, ExceptionHell, F l e x, Fachry Ilham, FAKA_ELITE, FallofReach, FM|T xR3PMz, forflah123, SubwayMonkey, FTDreload, FuntCase, g9g__BASHA__g9g, GaMeRGiRL_2310, gaming_nation, GE90, Ghost Rolly, gianluca33, Glitchy_Modz, GodDrinksPepsi, Gommy, uome68, GreenTea101, Gus Fring, Hack Pack, Harry and 196 other users.
01-03-2013, 09:54 PM #92
D3cH
Zombie Cakes Maker
Originally posted by Tustin View Post
Anyone else having an issue with the EBOOT for BO2? It loads the game fine and i can edit the memory but when i click zombies or multiplayer, it freezes.


For mp, just make a fself of the t6mp then rename it to EBOOT.BIN, for zm you need to figure out how to direct boot in zombie mode.
01-03-2013, 09:56 PM #93
SC58
Former Staff
Originally posted by Tustin View Post
It allows you to do stuff like this (obviously). Normally the game won't allow you to do this like for example in D3's video where he spawns weapons. The only way I can think of why this works is because the process is already running and the game can't really check for it. I could be completely wrong so don't quote me.


put it this way its pretty much how xbox 360 has mod tools for mw2 mw3 and bo2 where u click it on your pc and it does it on you console
01-03-2013, 09:58 PM #94
Tustin
Balls of Steel
Originally posted by D3cH View Post
For mp, just make a fself of the t6mp then rename it to EBOOT.BIN, for zm you need to figure out how to direct boot in zombie mode.

Oh ok, thanks. I tried the t6mp last night and ProDG wasn't finding the process. I didn't know you had to rename it.

---------- Post added at 03:58 PM ---------- Previous post was at 03:57 PM ----------

Originally posted by SC58 View Post
put it this way its pretty much how xbox 360 has mod tools for mw2 mw3 and bo2 where u click it on your pc and it does it on you console

Yes I know that. I was just trying to explain how it exactly works.
01-03-2013, 10:02 PM #95
Treyz
Do a barrel roll!
Originally posted by D3cH View Post
Hello everyone!

First off I want to say special thanks to aerosoul94, we discovered this few months ago, we did alot of mods, and now this is the time for release!

Ok, so now I'll explain how to edit memory of PS3 games in real time.

Tools needed :

  • A PS3 with a DEX firmware
  • ProDG Target Manager and ProDG Debugger (they got leaked just google it)
  • make_fself.exe
  • The ELF file of the game you want to mod


/!\ - Your PS3 must be wired, it will not work if you're using WiFi - /!\

Ok first, start ProDG Target Manager and go on "Search For Targets" then press the refresh button to start scanning, if all is ok your PS3 should be detected, just right click on it and move it to "Debugging Station" group then double click on it, it will add your PS3 into your targets list.

You must login or register to view this content.

You must login or register to view this content.

Now in your targets list, right click on your PS3 then choose "Connect", once your PS3 is connected you can start ProDG Debugger (if it's asking you to select a target then just select your PS3).
You will see a window called "Memory", that's in this window that you will edit the memory of the game you want.

You must login or register to view this content.

Ok now you need to make a fself (with make_fself.exe) of the ELF you want to edit memory, just go into cmd then put make_fself x.elf EBOOT.BIN where x is your ELF (it will create the EBOOT), once you have your file just put it in your PS3 in the right game folder.

In ProDG Debugger you should see a process appear in the "Processes" window, right click on it then choose "Attach Process" then "Continue without symbols" now your process is attached and you can view memory, but when you attach it, ProDG pauses the process, you have to continue it, just go in ProDG Target Manager, expand the list of your PS3, go to "Kernel Explorer", highlight the process then press the "Continue" icon (you can also continue it with ProDG Debugger).

You must login or register to view this content.

You must login or register to view this content.

Now you're done and you can edit memory of your game, by the way there are other options in ProDG Debugger, you can add breakpoints, show disassembly, etc. Also don't forget to refresh memory or just enable "Auto Update" option.

You must login or register to view this content.

Here is a screen of how it looks like :

You must login or register to view this content.

Example of real time modding :



Enjoy your memory editing !! Smile

can u use this to edit vc in nba 2k13? LOL
01-03-2013, 10:06 PM #96
SC58
Former Staff
Originally posted by Tustin View Post
Oh ok, thanks. I tried the t6mp last night and ProDG wasn't finding the process. I didn't know you had to rename it.

---------- Post added at 03:58 PM ---------- Previous post was at 03:57 PM ----------


Yes I know that. I was just trying to explain how it exactly works.


do u think we can create mod tools without having to do this?
01-03-2013, 10:08 PM #97
Tustin
Balls of Steel
Originally posted by SC58 View Post
do u think we can create mod tools without having to do this?

You would still have to do all of this. You just wouldn't have to find the offsets manually since it's in a nice GUI.
01-03-2013, 10:16 PM #98
SC58
Former Staff
Originally posted by Tustin View Post
You would still have to do all of this. You just wouldn't have to find the offsets manually since it's in a nice GUI.


true,i just got ps3ita v9 dex cfw installed do u know where I can get some dex homebrew beside mutliman at?
01-03-2013, 10:19 PM #99
Tustin
Balls of Steel
Originally posted by SC58 View Post
true,i just got ps3ita v9 dex cfw installed do u know where I can get some dex homebrew beside mutliman at?

Most homebrew works for both DEX/CEX. Also, does PS3ita unban your PS3? Or does it just simply allow you to go online?
01-03-2013, 10:33 PM #100
SC58
Former Staff
Originally posted by Tustin View Post
Most homebrew works for both DEX/CEX. Also, does PS3ita unban your PS3? Or does it just simply allow you to go online?


its says unban but the way sony ban ppl it don't work but u can go online on it all u need to do it port 0x00 unban tool to dex and u can go online that's if ur ban if not just sign in normal


can you link me to this stuff to use on my dex cause I found some link but its not the right one 4 this progd stuff?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo