Log in

View Full Version : Resident Evil Operation Racoon City Trainer



pureIso
03-17-2012, 03:23 PM
6505

Requirements
xbdm.xex or any xex that allows xbox360 neighbourhood
plugin1 = Hdd:\FreeStyle\Plugins\xbdm.xex or plugin1 = Hdd:\xbdm.xex (Depends on why you have the xex)

Download Version 1.1.0.0 (http://www.360haven.com/forums/downloads.php?do=file&id=842)


[?PHP]
//================================================== ==============//
// If You can Explain better just send me a pm or edit this thread if you can. //
//================================================== ==============//
//You need Visual Studios 2008+ to open ResidentEvil-OperationRacoonCity-RTE.csproj
//Important Lines - GetMeMex() Function
//ADDR=0xDA1D0000 - The start offset in the physical memory you want the dump to start
//LENGTH = Length of the dump - XP is always around this area Resident Evil
_tcp.Client.Send(Encoding.ASCII.GetBytes(string.Fo rmat("GETMEMEX ADDR=0xDA1D0000 LENGTH=0xFFFF\r\n")));

//PokeMemoryButtonClick
//LENGTH or Szie = Length of the dump
const uint size = 65535; //65535 = FFFF

//Write current xp
readWriter.Position = 0;
//Pointer to the value = 8211EF4C5C242888000000030000000000000000
uint address = 0xDA1D0000 + (uint)(readWriter.SearchHexString("8211EF4C5C242888000000030000000000000000") - 0x4E);
//Write stat
byte[] value = BitConverter.GetBytes(int.Parse(currentXPNumericUp Down.Value.ToString()));
Array.Reverse(value);//reverse byte
WriteMemory(address, ISOLib.Conversions.Hex.ToHexString(value));

//Write Total ex earned
value = BitConverter.GetBytes(int.Parse(totalXPEarnedNumer icUpDown.Value.ToString()));
Array.Reverse(value);//reverse byte
address -= 40; //Adjust addess for the next offset
WriteMemory(address, ISOLib.Conversions.Hex.ToHexString(value));
//Close Stream
readWriter.Close();

//If you find anything else
//uint address <<- Get the address
//WriteMemory(The Address,The Hex String Value);
//DONE
[/?PHP]



Version: 1.1.0.0
=============
Improve UI
Total XP Earned

Version: 1.0.0.0
=============
Edit XP Values

How to Use
==========
Load up Resident Evil Operation Racoon City
Have your profile and save on a usb - (Till I recode the app)[Best Result]
Load your save(or else it wont work)[Important]
Open the application(on your desktop) and press connect button (to connect to your xbox 360 via a valid IP)
Poke XP Value

NB: If you are doing this on a new save the value might reset to 1000 just use it again and it will be fixed. Save your game so the value is edited in your save.

Crashes/Freezes
I experience crashes/freezes if the values are set too high... You have been warned:
Highest Rank in the game is 98


Massive thanks to Mojobojo
NB: Report any bugs. Source Code in the usual place.

CloudStrife7x
03-17-2012, 03:26 PM
another awesome work pureIso and thanks to mojobojo as well, this game is going to be awesome i hope lol

xBASSxMONSTAx
03-17-2012, 03:41 PM
Can anyone mod there save using this and then upload it here for us non jtag users.

I would be very grateful thanks

I C0z I
03-17-2012, 03:56 PM
great work

Noctis Caelum
03-17-2012, 03:57 PM
you and ur damn trainers...lol

Vampirexx
03-17-2012, 03:59 PM
Great PureIso!
is the value dynamic? it is for that your application?

pureIso
03-17-2012, 04:10 PM
Great PureIso!
is the value dynamic? it is for that your application?
Yep the value is dynamic

Vampirexx
03-17-2012, 04:16 PM
could you release the source of this tool to be used with other dynamic games please. It would be useful.
I've found inf retry and bullets for I am alive but obviously all of these are dynamics so your tool would be helpful for the community please

pureIso
03-17-2012, 04:21 PM
could you release the source of this tool to be used with other dynamic games please. It would be useful.
I've found inf retry and bullets for I am alive but obviously all of these are dynamics so your tool would be helpful for the community please
Yeh give me few minute. I am currently doing ammo then I release the source together with next iteration.

Vampirexx
03-17-2012, 04:35 PM
Thank you very much you're great ;-)

T-800
03-17-2012, 05:03 PM
works fine!thanks!

Pk89
03-17-2012, 05:04 PM
works fine!thanks!

can you share a save please?

T-800
03-17-2012, 05:17 PM
http://www.mediafire.com/?ogyqur7dz9c96us

fullmetal172
03-17-2012, 05:20 PM
has anyone experience with this game a console freeze after exiting to the dashboard?

Pk89
03-17-2012, 05:28 PM
http://www.mediafire.com/?ogyqur7dz9c96us

thanks

eLif
03-17-2012, 05:32 PM
Awesome work PureIso & Mojobojo :) Thanks for your trainer.

xJACKASSx
03-17-2012, 05:48 PM
I tired doing ammo last night, using xesearch I did find the values but they where not static.. So i gave up.. Now i know about the SimplyDump, I may give it a second try.. If you want some help let me know..

Paulinho
03-17-2012, 06:00 PM
I used a new game and poke 99999999 and works fine ! ! ! Thx a lot =)

Edit: If I pause the game the screen freezes. =/

ioritree
03-17-2012, 06:28 PM
Yeh give me few minute. I am currently doing ammo then I release the source together with next iteration.
awesome!
dynamic address make many people feel bother,waiting for you release dynamic tool let someone make own his trainer.

pureIso
03-17-2012, 08:57 PM
Trainer updated plus source code.

mxmx128
03-17-2012, 09:20 PM
Very good work for the application thank you

optantic
03-17-2012, 09:45 PM
Trainer updated plus source code.

Thanks for the source code. Could you please give a few instructions on what file(s) need to be edited in order to add other codes or replace the XP address with other codes?

pureIso
03-17-2012, 09:57 PM
Thanks for the source code. Could you please give a few instructions on what file(s) need to be edited in order to add other codes or replace the XP address with other codes?
Check the Original Post and see if you understand - If not we can Team View(Last Case Scenario - Your Talented :D)

optantic
03-17-2012, 10:21 PM
Guess, I overlooked the Spoiler part earlier. Thanks for pointing it out :)

pureIso
03-17-2012, 10:26 PM
Guess, I overlooked the Spoiler part earlier. Thanks for pointing it out :)
I just added it.

NeoRizer
03-17-2012, 11:19 PM
Please make a mod tool for us non-jtag users.

pureIso
03-17-2012, 11:25 PM
Please make a mod tool for us non-jtag users.
I tired but the value resets straight away but I am sure something will turn up.

d34d85
03-18-2012, 12:42 AM
pureiso is it possible if you can mod mines

http://www.mediafire.com/?899bz7mcu6vu60v

Countryboy
03-18-2012, 01:02 AM
pureiso is it possible if you can mod mines

http://www.mediafire.com/?899bz7mcu6vu60v

This isnt a request thread.....

cornnatron
03-18-2012, 06:09 AM
tnx for source

grass903
03-18-2012, 09:31 AM
This must have a good use for me. Thanks for the great work!

Cheatahh
03-18-2012, 10:41 AM
Awesome as always :-) now we just wait for Ninja Gaiden 3.

speedfly
03-18-2012, 10:54 AM
nice work
thanks

gil2306
03-18-2012, 10:57 AM
Merci pour ce trainer
A+

draftus
03-18-2012, 02:52 PM
thx for the trainer

kellzclub
03-18-2012, 03:38 PM
nice job PureIso as always keep up the good work

cornnatron
03-18-2012, 03:58 PM
cant get v1.1 to work tryed

1connect-says connected
2click max button
3poke memory - says successful memory edit

but nothing happens

tryed that on main screen,character select ,in game and jump out, lvl1 just before reaching end of level and then reached it.

pureIso
03-18-2012, 04:07 PM
but nothing happens
tryed that on main screen,character select ,in game and jump out, lvl1 just before reaching end of level and then reached it.

I don't understand you?
Your xp and total rank xp didn't change? Your rank won't change till you enter and exit a game but (You have been warned maxing the rank can cause loads of crashes).
If you do it (current xp) from a clean save it will reset you to 1000 then you do it again.

cornnatron
03-18-2012, 04:55 PM
well what i just did was on the character select screen i poked
current xp: 100000
total xp: 124143
then loaded my campaign and jumped back out by exit in the menu
nothing happend current is still 6143 total 30143
what am i doing wrong

edit : campaign is @ start lvl2 after restarting campaign play with lupo dont know if that madders

pureIso
03-18-2012, 06:06 PM
well what i just did was on the character select screen i poked
current xp: 100000
total xp: 124143
then loaded my campaign and jumped back out by exit in the menu
nothing happend current is still 6143 total 30143
what am i doing wrong

edit : campaign is @ start lvl2 after restarting campaign play with lupo dont know if that madders

1)If you poked it in the character screen and on the top right corner is the xp value: If that doesn't change as soon as you poked it then it isn't work. If it does change during taht screen then I don't know what going on. What version is you games? Mine is region free - I think they are all region free.

chatshiit
03-18-2012, 06:23 PM
many thanks for this.

cornnatron
03-18-2012, 06:35 PM
imars version rf but i did notice the xp not changing in top right corner

pureIso
03-18-2012, 07:10 PM
imars version rf but i did notice the xp not changing in top right corner
Ok I will look into this problem.

cornnatron
03-18-2012, 07:43 PM
guild you explain in short what programs you used to find and edit the mem in the first place and how you did it .
would love to learn it but need a small tut

pureIso
03-18-2012, 07:48 PM
guild you explain in short what programs you used to find and edit the mem in the first place and how you did it .
would love to learn it but need a small tut

There is a tool called SimpleDump360 on the site - Use that to dump the physical ram 512mb
Then use hex editor to look for what you are looking for - Beware of pointers
Download the source code of this editor:

[?PHP]
//Write current xp
/*readWriter.Position = 0;
//Pointer to the value = 8211EF4C5C242888000000030000000000000000
uint address = 0xDA1D0000 + (uint)(readWriter.SearchHexString("8211EF4C5C242888000000030000000000000000") - 0x4E);
//Write stat
byte[] value = BitConverter.GetBytes(int.Parse(currentXPNumericUp Down.Value.ToString()));
Array.Reverse(value);//reverse byte
WriteMemory(address, ISOLib.Conversions.Hex.ToHexString(value));

//Write Total ex earned
value = BitConverter.GetBytes(int.Parse(totalXPEarnedNumer icUpDown.Value.ToString()));
Array.Reverse(value);//reverse byte
address -= 40; //Adjust addess for the next offset
WriteMemory(address, ISOLib.Conversions.Hex.ToHexString(value));
//Close Stream
*/

//REPLACE 0xDEAC0BAC with your ADDRESS and 000000FF WI|TH VALUES
WriteMemory(0xDEAC0BAC, "000000FF");//255 items
readWriter.Close();
[/?PHP]

I am sorry but that is as much as I can explain the rest is up to you and Google. If you find the pointer let me know please

endel3
03-18-2012, 08:26 PM
This is my experience

imars version
base memory address
0xDA1D0000

dump length
0xFFFF

magic string
0xAA54
8211EF4C5C242888000000030000000000000000

0xAA42 (other value)
0xAA6A current xp (on screen value)

current xp
1000 = 03E8


Thank you for your tool and explanation

cornnatron
03-18-2012, 09:40 PM
could you tell me how to use that because i am completely lost
did manage to get 3 complete dumps with different xp on screen (bought 2 weapons) but dont know how to find anything
or poke anything if i find something dont got a clue on what to enter and cant really find any proper info on it.

Vampirexx
03-19-2012, 10:49 AM
Please PureIso can you explain how to calculate the pointer of a game, there's no tutorial for xbox out there only for pc,
and that's another way to do this.

Please just a basic tutorial it would be very helpful for all.
Thanx for your great works

And another question how can tool detect while the address is shifted if the ram contains more 8211EF4C5C242888000000030000000000000000 strings???

pureIso
03-19-2012, 11:49 AM
Please PureIso can you explain how to calculate the pointer of a game, there's no tutorial for xbox out there only for pc,
and that's another way to do this.

Please just a basic tutorial it would be very helpful for all.
Thanx for your great works

And another question how can tool detect while the address is shifted if the ram contains more 8211EF4C5C242888000000030000000000000000 strings???

I updated the Tutorial Thread (http://www.360haven.com/forums/showthread.php?1588-Introduction-to-Hexing-Programming-and-Game-Modding) let me know if you understand. I am ok when it comes to hexing cyberman is or Magnus are properly the 2 that could best explain to you the more advance hexing.

kikoo350
03-19-2012, 02:31 PM
i can't download this ==", any body can upload MF plzz

pureIso
03-19-2012, 02:51 PM
i can't download this ==", any body can upload MF plzz

I am sorry but you are only allowed limited downloads a day to prevent leeching. Try be more active.

kikoo350
03-19-2012, 03:24 PM
so you cant edit my save? Plzz i very need
http://www.mediafire.com/?dlp9qfp8qejo55o

bifftaz
03-19-2012, 03:32 PM
The Max button works on current XP. But on overall XP it goes to something like 1000000000, That results in a freeze or 360 shutting down. Could this be limited to enough XP for max lvl ?

Other than that, Works great.

pureIso
03-19-2012, 03:55 PM
The Max button works on current XP. But on overall XP it goes to something like 1000000000, That results in a freeze or 360 shutting down. Could this be limited to enough XP for max lvl ?

Other than that, Works great.

Everyone was warned about this already.

Vampirexx
03-19-2012, 03:58 PM
Thank you Pure i will study the tutorial.
Thanx for share the knowledge and for your great tools!

Kezonz
03-19-2012, 06:56 PM
this appears when i connect and click "peek memory"

http://gyazo.com/b3e96ed3652efdbb6ba6200dc63c6e8d.png

any help?

pureIso
03-19-2012, 07:05 PM
this appears when i connect and click "peek memory"

http://gyazo.com/b3e96ed3652efdbb6ba6200dc63c6e8d.png

any help?
I have this fixed already in the new edition but I am working with someone so I can't release it yet. The error is because you value is over the max allowed in the box. If you poke it lower then it will be fine/fixed.

lickerout
03-19-2012, 08:08 PM
@pureiso, would it be possible to addapt this for the retail version of mass effect 3 for online credits?

pureIso
03-19-2012, 08:20 PM
@pureiso, would it be possible to addapt this for the retail version of mass effect 3 for online credits?
I dont have Mass Effect but I would say so.

bioxzombie
03-21-2012, 06:21 AM
cant wait to try this you are EPIC!!

Paulinho
03-21-2012, 06:29 PM
Stopped working here, something with UFC trainer, what is happening? Same error CLR20r3.

Descrição:
Stopped working

Assinatura do problema:
Nome do Evento de Problema: CLR20r3
Assinatura do Problema 01: 4PHKKF20MVVMENNBXABUGJBVDWMHAONG
Assinatura do Problema 02: 1.1.0.0
Assinatura do Problema 03: 4f64e8aa
Assinatura do Problema 04: System.Drawing
Assinatura do Problema 05: 2.0.0.0
Assinatura do Problema 06: 4a275e83
Assinatura do Problema 07: 7af
Assinatura do Problema 08: 70
Assinatura do Problema 09: System.ArgumentException
Versão do sistema operacional: 6.1.7600.2.0.0.256.1
Identificação da Localidade: 1046

catzilla
03-22-2012, 05:03 PM
thanks for the tool. Its working great first try.


Edit: The game crashed after i went into score screen after the first mission. Anyone experience this? Maybe its just bad luck i will play again and update here tomorrow.

Wurstmorbel
03-22-2012, 08:54 PM
Works like a charm great job

cornnatron
03-22-2012, 11:01 PM
could you provide the ISOlib reference for your source .

alexmaximo
03-23-2012, 12:55 AM
Thanks a lot

cornnatron
03-23-2012, 01:25 PM
could you provide the ISOlib reference for your source .

also could you say around which hex offset in the full dump you found the pointer because if i search my dump for the pointer (8211EF4C5C242888000000030000000000000000) it doesn't find
anything or should i search for a different pointer?

could i also make 3 dumps form 0x82000000 with a length of 0xffff to find my xp and the pointer ?
kinda hard to search the 500mb files.

optantic
03-24-2012, 06:17 AM
could i also make 3 dumps form 0x82000000 with a length of 0xffff to find my xp and the pointer ?
kinda hard to search the 500mb files.
it's not in the 0x82000000 area
try dumping from 0xDA1D0000 LENGTH=0x0000FFFF, it's in the first post

jukid88
03-24-2012, 06:38 AM
awesome

cornnatron
03-24-2012, 12:24 PM
i found my problem had a update.

blackieman
03-25-2012, 08:10 AM
only from USB ? any chance on HDD profile ?

pp686
03-25-2012, 04:24 PM
a question
“uint address = 0xDA1D0000 + (uint)(readWriter.SearchHexString("8211EF4C5C242888000000030000000000000000") - 0x4E);”
Why is the “-4E”?

cornnatron
03-26-2012, 04:01 PM
I would also like to know where the 0x4E stands for

pureIso
03-26-2012, 04:12 PM
If you don't understand something please use the debug to step through the code.
There was a problem with the reader which was off by 0x4E bytes. So I added the 0x4E to get to the offset I wanted.

pimphard
03-26-2012, 05:19 PM
splendid share thanks pure

cornnatron
03-26-2012, 09:56 PM
got it to work with the update
pointer and address changed


//Write current xp
readWriter.Position = 0;
//Pointer to the value = 8211EF4C5C242888000000030000000000000000
uint address = 0xDA1E0000 + (uint)(readWriter.SearchHexString("8211EFBC5C242888000000030000000000000000") - 0x34);
//Write stat
byte[] value = BitConverter.GetBytes(int.Parse(currentXPNumericUp Down.Value.ToString()));
Array.Reverse(value);//reverse byte
WriteMemory(address, ISOLib.Conversions.Hex.ToHexString(value));

Paulinho
03-27-2012, 01:52 AM
I found my xp in 0x0000c1aa, but what address I need to use to modify ( poke memory) ? 8211EFBC5C2428880000000300000000DA1Dc1aa ?

cornnatron
03-27-2012, 09:46 AM
Found these adresses with artmoney :
1A1E8988-4bytes 1A1E8988-3bytes (current xp)
1A1E8960-4bytes 1A1E8961-3bytes (total xp)

found some more info

base memory address
0xDA1E0000

dump length
0x0000FFFF

pointer (in hex file right in front of current xp)
8211EFBC5C24288800000003000000000000000

@paulinho

What Where your dump settings ?
Address and length

If 0xC0000000 than + 0x0000C1AA
Gives you the address

But what is different dlc or update maybe if update
Try it without first
Also make shure that total xp is a 28 bytes back or so
Else you need a different location try searching total aswell
Current xp should be close by other value doesnt do anything

As with my dump also found 1C0195F6-4bytes 1C0195F7-3bytes wich where incorrect needed

1A1E8988-4bytes 1A1E8988-3bytes (current xp)
1A1E8960-4bytes 1A1E8961-3bytes (total xp)

taiguh
03-30-2012, 10:39 PM
gonna try this

OGDADDY
03-31-2012, 12:05 AM
WHERE IS THE LINK

XajNyne
03-31-2012, 12:09 AM
WHERE IS THE LINK


What link? Try the description in OP

thegutta
03-31-2012, 01:37 AM
Great trainer dude awesome job keep it up

shinwg
03-31-2012, 05:26 PM
thanx great work keep them coming

shinta101
04-04-2012, 09:06 PM
thanks for this hope it works fine for me

Tino
04-05-2012, 03:02 AM
Thanks for this !!!

deathxdealer
04-08-2012, 11:14 PM
I get this error when trying to run your program:

Description:
Stopped working

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: 4PHKKF20MVVMENNBXABUGJBVDWMHAONG
Problem Signature 02: 1.1.0.0
Problem Signature 03: 4f64e8aa
Problem Signature 04: System.Drawing
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4ca2bad4
Problem Signature 07: 7af
Problem Signature 08: 70
Problem Signature 09: System.ArgumentException
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt


Any idea how to fix this?

pureIso
04-09-2012, 03:59 PM
I get this error when trying to run your program:

Description:
Stopped working

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: 4PHKKF20MVVMENNBXABUGJBVDWMHAONG
Problem Signature 02: 1.1.0.0
Problem Signature 03: 4f64e8aa
Problem Signature 04: System.Drawing
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4ca2bad4
Problem Signature 07: 7af
Problem Signature 08: 70
Problem Signature 09: System.ArgumentException
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt


Any idea how to fix this?

The application is working the problem is your pc and it's .net dll try reinstalling .net framework.

NeoRizer
04-09-2012, 07:36 PM
God are people still trying to get this shit to work? This is so worthless at this point. The leader boards are FLOODED with level 98's, it doesn't take long.

I've been playing the game casually and running mission 5 over and over about 3-4 times a day since the release and I'm already level 97....yeah that's right, 1 level to go...only 25K XP...takes two runs of mission 5.

Instead of using this broken program just go run mission 5 a couple times a day and before you know it, you'll be maxed out.

P.S. You don't even need experience beyond level 75 because that's all it takes to buy all the weapons and skills in the game...level 75, that's it....I was on level 60 the day the game came out.

pureIso
04-09-2012, 08:20 PM
God are people still trying to get this shit to work? This is so worthless at this point. The leader boards are FLOODED with level 98's, it doesn't take long.

I've been playing the game casually and running mission 5 over and over about 3-4 times a day since the release and I'm already level 97....yeah that's right, 1 level to go...only 25K XP...takes two runs of mission 5.

Instead of using this broken program just go run mission 5 a couple times a day and before you know it, you'll be maxed out.

P.S. You don't even need experience beyond level 75 because that's all it takes to buy all the weapons and skills in the game...level 75, that's it....I was on level 60 the day the game came out.

Hi There,

What is the point of your post? To Troll well here is a warning for that. I am sure people can do what ever they want regarding editors, trainers or what not. You might have all the time in the world to replay a mission over and over again but some people don't. Who told you the application doesn't work? So I will recommend you say something constructive or don't say anything at all.

If the application is broken please feel free to let me. If it not good enough, there plenty alternatives. No one is being force to use it. If you would like to contribute some of your skills please feel free.

Have a good day

diezel4eva
04-09-2012, 09:19 PM
Hello there 360Haver's. Question? What would a guy with a 250gb slim need in order to have trainers? I actually JUST bought an xbox about 4 mo. ago. Been trying to catch up with the game modding world, but honestly I'm a bit behind the curve. Any help or advice on using trainers would be helpful. Been using google and hearing alot about jtags and stuff, but like I said I'm pretty brand new to it all. Also any links surrounding mods/trainers/etc. would be very cool.

pureIso
04-09-2012, 09:26 PM
Hello there 360Haver's. Question? What would a guy with a 250gb slim need in order to have trainers? I actually JUST bought an xbox about 4 mo. ago. Been trying to catch up with the game modding world, but honestly I'm a bit behind the curve. Any help or advice on using trainers would be helpful. Been using google and hearing alot about jtags and stuff, but like I said I'm pretty brand new to it all. Also any links surrounding mods/trainers/etc. would be very cool.

Why don't you try asking in the right section...read the rules or next time it would be a warning. This site is not for people to "hit and run".

diezel4eva
04-10-2012, 01:47 PM
Fair enough, I'll read the rules. Though a point in the right direction wouldn't hurt, like I said just learned about the site a few months ago. Not trying to leech, just need somewhere to start. Sorry for the inconvenience.

Edit: Read the rules, gotcha. Will search the forum and inquire in designated threads from now on.

deathxdealer
04-11-2012, 02:56 AM
The application is working the problem is your pc and it's .net dll try reinstalling .net framework.
I tried reinstalling, that didn't work. I just upgraded to the 4.5 beta and it still didn't work. Any suggestions, or am I just S.O.L.?

kristian17
04-11-2012, 06:44 AM
thanks a lot... i can't wait to try lol....

Dashing BooDi
04-20-2012, 05:16 PM
thanx buddy for this helpful mod ;)

Sin Harvest
05-04-2012, 05:31 AM
Using this trainer, are you able to reduce your current and total xp as well? The problem I have is that I have surpassed level 98, so my next level xp is now negative resulting in the game freezing every time the game saves after gaining xp (quitting or finishing a level/match). I am hoping that this trainer might be able to fix that. Any help is appreciated.

The game crashed after i went into score screen after the first mission. Anyone experience this? Maybe its just bad luck i will play again and update here tomorrow.
That is basically the problem that I am having as well, which is why I was curious if the trainer can also reduce those values as a fix for this issue.

pureIso
05-04-2012, 03:11 PM
Using this trainer, are you able to reduce your current and total xp as well? The problem I have is that I have surpassed level 98, so my next level xp is now negative resulting in the game freezing every time the game saves after gaining xp (quitting or finishing a level/match). I am hoping that this trainer might be able to fix that. Any help is appreciated.

That is basically the problem that I am having as well, which is why I was curious if the trainer can also reduce those values as a fix for this issue.

Try it and let us know how you get on......

Sin Harvest
05-04-2012, 08:12 PM
...I would, but the person who JTag'd my console blocked Xbox Live sign-in on the console- ergo, making me unable to use your trainer (connecting with IP address). So before I waste my money in buying a new one or getting another JTaged, I would like to know if this would work from anyone who was willing to test it out. My apologizes for not making that evident on my previous post...

Sin Harvest
06-26-2012, 11:07 AM
After purchasing 2 fresh JTags and installing the proper plugin and xex, I was able to get the editor to connect to my IP. I put my save on the USB, however I get this error when I peek memory:
8284
Is there something that I am missing or doing wrong? Is that a glitch in the program? I tried multiple saves with different values and levels but I keep getting this when I try to peek memory.

Sin Harvest
08-23-2012, 08:49 AM
No response after almost 2 months? Anyway, I was able to pay someone to get it to work on one of my newer JTags. I do not know why I get the above error still when I try it on my other JTags. The last update to the game fixed the freeze error. Are you able to update the program to go past the 9,999,999 limitation?

pureIso
08-23-2012, 01:19 PM
No response after almost 2 months? Anyway, I was able to pay someone to get it to work on one of my newer JTags. I do not know why I get the above error still when I try it on my other JTags. The last update to the game fixed the freeze error. Are you able to update the program to go past the 9,999,999 limitation?

Anything pass 9,999,999 will break your game!! If you want more just use peekpoker to dump and find the values it should be easy.

Serious_M
08-23-2012, 07:22 PM
nice job on this trainer pureIso

bokosuka
10-14-2012, 01:13 AM
It is very wonderful.

esp2
11-24-2012, 11:47 AM
Great trainer!

michaelxan
12-27-2014, 09:19 PM
Good, thanks

MP5DJ
06-13-2015, 04:42 AM
Great Job!:113::113:

car5525
11-11-2015, 10:27 PM
gracias amigo por el aporte

ttommy3686
02-14-2016, 07:19 PM
thanks for share

toshiromif
12-29-2016, 07:28 PM
Thanx a lot!!!!