Resident Evil 5 - hacks & hacking & other stuff [PC]

get your superiourity here ! be an offline or online GOD of the game. infinite ammo, unlimited nitro, turbo boost, god mode, you name it !
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

I'm trying to get the infinite time in merc mode to work.


I think I've tracked down the memory address for time. It was 12019B07.


P.S. I did write the hacks in easywriter before trying the hotkeys. I'm not completely stupid.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

so you got time working ? what i mean, is that did it froze if you freezed the value on the address you found ?
also once its found and you change the value, will time change ?
if yes, then attach debugger (as explained in other threads), find the breakpoint for that address.

now you can use my examples, replace the breakpoint with yours and it will work.
and also dont forget to find empty place in your games memory.

btw sometimes mine crashes too, its most likely because that memory location was not empty at that time.
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

OKay...I attached the debugger but when I click "breakpoint > memory, on write" I can no longer access RE5.
When I hit shift-F9 it terminates the game.

I assume these actions are memory intensive and highly unstable? Or am I doing it wrong?
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

no you are not doing it wrong, but you have not read thru the thread. i understand that it can be annoying to read all of it, cuz theres lot of updates and its messy, but its all there.

maybe you should read wiki article instead. > http://sethioz.co.uk/mediawiki/index.ph ... nd_Hacking

in short, re5 has some anti-debug protection, which makes it extremely hard to debug. i have explained it in previous posts. i assume you have phant0m plugin already, because i dont think you get even that far without it, but in case you dont have phant0m, you'll need it.
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

I can't tell what I'm doing wrong. I've read everything related to debugging in this thread. I installed the plugin and copied your settings. Still game is completely inaccessible after attaching the debugger.

Later in the thread you say "yes i did it, sucessfully attached debugger and managed to find out ammo breakpoints" which sounds like you were having similar problems. Was your solution the "shift-F9" thing?

I think I'm doing everything you say in the instructions. It's just not happening. I tried running at lower settings, that didn't work. It's like I'm locked out of the game once I attach the debugger.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

ok so your problem is that you found ammo address, but debugger is not working ?

well yes, i had same problem. i havent exactly explained what i did, so:

1. i found time / ammo address with Tsearch
2. i attached olly (olly will pause the game)
3. i set the breakpoint
4. i unpaused the game in olly
- from 4 to 5, was done as fast as possible
5. i went into game and shot a bullet or in case of time, i just unpaused out of the game menu
6. olly paused the game and broke (broke as found the breakpoint

it took me like 5 tries, but it worked.
i had the problem that it kept saying this error in olly when i unpaused, it said that could not pass exeption to process or something like that. and that press shift + F7 or something.

i just kept trying and got it. follow wht i said exactly.
find the address, make sure game is READY for debugging, like just one click away from shooting or when its time, then just one click away from unpausing. then attach olly, set breakpoint and try to run game just for like 100ms (0.1 seconds) and it will find the breakpoint. even if game crashes, you'll have it.
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

Thought I just got it.

*Edit - Nevermind. I did it wrong.

Forgot to set breakpoint on write.
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

Does this look right? Is the BP in one of the windows?


Image

Uploaded with ImageShack.us
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

not sure, dont think it is, here's my example.

Code: Select all

offset 0x427DEE4
mov dword ptr [ESI+4C8],0xFFFFFFFFFFFF
ret
offset 0x72507F
call 0x427DEE4

Code: Select all

offset 0x72507F
hex F30F1186C8
stop using some gay image share, use attachments, thats why its here for.

why dont you simply freeze the time in Tsearch and see if time freezes or not ? if it does, you set breakpoint on that address in olly and it will break in right place. then use my code example to make easywrite script, simply replace addresses with your ones.
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

Let me tell you exactly what I did.

I used tsearch to find the time address (12010B07). Froze it, tested it, it worked.

Opened olly. Went to address. Right clicked on address, chose breakpoint > memory: on write.

Alt-tabbed to RE5DX10.exe. Game crashed. That image is what was displayed in olly.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

dont alt-tab, use window mode.
to me, it seems that olly did not went to right place. sometimes you have to do it twice (ctrl + g > go to expression). you have to be 100% sure that olly goes to right address, then set breakpoint. < just a note.

when game crashed, whats the error message ?
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

Errorcode: 80070002

And then it terminated.
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

Also, pressing play arrow in olly throws up this error "All threads of debugged program are suspended. Please resume some if you want the program to run." Then the "Threads" dialog box opens but right clicking and hitting resume does nothing/they stay suspended.

Oh, and it went to the right address. The problem is the program stops responding the instant the debugger is attached. At that point nothing else can be done in the program. Various attempts were made but each time program becomes totally unresponsive.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

h, and it went to the right address. The problem is the program stops responding the instant the debugger is attached
which one is it then ? you are not able to attach it at all or you can attach and go to the address and set breakpoint and then crashes ?

if it gives such errors when you attach olly, it means that phant0m is not properly working. as i said it was very hard to get he breakpoint. when i attached debugger, it worked and paused the game, so i was able to set the breakpoint in peace, but as soon as i hit the play arrow, it started messing up bad. either game crashed or it lagged very badly and kept popping up those things in olly that press shift+F something.

> > If you are able to attach olly and set breakpoint, then its working, but if it crashes on the moment you attach olly, then it means phant0m is not working properly, olly gets detected and crashes. i understood that you can attach it and set breakpoint, but then it fails.

> it would be best if you can make a video, but not sure how. screencapture obviously messes up during that, but give it a try using windowed mode. i want to see whts happening.

additionally there are some trainers for dx10. if you really cant get it working, you might find a working trainer.
partofme
Newbie..
Newbie..
Posts: 11
Joined: Mon Dec 27, 2010 7:21 pm

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by partofme »

This was the first attempt that didn't lead to a 777 address and I even heard a snippet of sound when I clicked over to the game (after attaching debugger). I think it might have worked. But I don't even know which window the breakpoint is supposed to show up in. Unless it's the breakpoint window, in which case it didn't work because there was nothing in the bp window.

Tried to make a video (this was from that attempt) but fraps just captured the game and ignored the desktop even though the game was windowed and "monitor desktop" was checked. Screw you fraps.

P.S. Tried a dx10 trainer. It gave me 60 minutes in merc mode. I got all the points I needed in 10. WTF am I supposed to do for the next 50 minutes? Somebody didn't think hard enough when designing that trainer.
Attachments
465.jpg
(319.04 KiB) Downloaded 1118 times
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

no idea why olly does this, but its 50/50 that it takes you to wrong address when you do "ctrl+g" first time. you need to do it twice. just make sure it highlights the address you search for (time address).
then as you already know > right click > breakpoint, memory on write
unpause olly > keep clicking whatever it says, until it calms down then FAST go into game and unpause
now olly will pause again and shows the breakpoint.

breakpoint window should not be empty, it should list the breakpointed addresses if im correct, but its not important for you.
breakpoint will show in bottom right window. in your case it says 18D8E4, which doesnt seem right, but test.

replace breakpoint in my easywrite script and also replace the empty space with yours. if it crashes instantly, recheck if the memory location is EMPTY.
to make sure that it is empty, go into gameplay and then find empty space, write easywrite while inside game, CHECK AGAIN if that location is empty, if it is, enable easywrite script. if you still crash, then it is not caused by empty space.
NOTE - in tsearch, you must right click > refresh, while in memory view. otherwise memory view wont update ! ive done this mistake myself, that i dont refresh and think its still empty.

NOTE - in my script, where i write 0xFFFFFFFFFFFF < something like this. its quite nonsense, because it can only be 0xFFFFFFFF, after that should be new address, but dont change anything, leave as it is, because it works.

as about that trainer, i know they make crap, but you dont need to wait. game will end when you kill all zombies (including chicken/s). theres 150 on normal and 400 on no mercy, those can also be hacked btw, you can turn it into real survivor mode, by changing the amount of zombies left.
User avatar
KEN
Special
Special
Posts: 751
Joined: Thu Jan 28, 2010 8:11 am

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by KEN »

Problem with weapon hacks.got it working on item management screen but in game its casuing problem.
I searched for ammo address,opened it in hex.it was following:
1.JPG
ammo address hex
(177.51 KiB) Downloaded 886 times
after i changed it to the following and all that happened was that the gun i had in hand disappeared :)
wat m i doing wrong?
2.JPG
changed to this
(119.87 KiB) Downloaded 886 times
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

i dont understand what you trying to do, you change ammo and if it didnt work, you did something very wrong.
if you trying to upgrade weapons, follow the wiki article and it will work, if not, you are doing it wrong.

to find item spot, use 2 items to swap them in slots. you can find the item/weapon list in this thread and wiki. use herbs and handgun or whatever you have atm.
User avatar
KEN
Special
Special
Posts: 751
Joined: Thu Jan 28, 2010 8:11 am

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by KEN »

i m trying to find item slot.In item management screen it works fine,in game i cant find item slot so i find ammo and was trying to find slot through that.The 01 was weapon,so i changed it,but nothing happened,when i changed 02,it gave ammo.I know i m doing something wrong,but i dont know wat?

Edit: It was my game .exe,i did it on my cousin's game and it worked fine,did the same thing on my game,it did'nt worked.Brought his game.exe on mine and it worked.So people keep a check of your game.exe
Last edited by KEN on Tue Jul 05, 2011 6:07 pm, edited 1 time in total.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

01 and 02 what ? next time i really gonna tell you to stop spamming already explained things, you are not paying attention !

if you trying to find a slot, why the fuck are you looking for ammo ? ammo in clip has NOTHING to do with the slot.
you need 2 items to do this (maybe one item works too).
> 2 - m92f pistol > you search for 2
> swap the pistol for green herb
> 773 - herb green > filter for 773
> swap back ...etc

its all in wiki ..
mintiandco
Newbie..
Newbie..
Posts: 10
Joined: Mon Jun 06, 2011 4:16 am

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by mintiandco »

why is it in resident evil 5 pc, if you have more than 32500 in one slot your item number will get negative which is so weird.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

not sure what you mean by negative. explain more.
if you mean 65535 then this is the value that you can stroy on 2 bytes, which means it just goes over 3 or more bytes. its basic HEX. but if you mean what you said, i didnt really understand.
mintiandco
Newbie..
Newbie..
Posts: 10
Joined: Mon Jun 06, 2011 4:16 am

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by mintiandco »

Like i go to item management and then lets say i wanna cheat my handgun ammo. i found the address and change to value lets say to 20000. the number will be 20k shown. but if i change the value and increased it to lets say 40k or 60k it will turn negative. like -2560. I found that the max amount of item per stack that i can have without turning to negative value is 32500-32700 which is half of 65535. Maybe because those items are in 2 bytes therefore it can only store half of 65535 which is 327xx
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

2 bytes = FF FF = 65535
doesnt make sense. are you talking about negative inside of game on ammo counter or actual value on address you see in memory editor ? i dont remember having such issue. my trainer sets ammo to FF FF if im correct, cant remember.
mintiandco
Newbie..
Newbie..
Posts: 10
Joined: Mon Jun 06, 2011 4:16 am

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by mintiandco »

Yes i found the 2 byte address and i changed the value to FF FF. but then when i returned to the game, the item value is show as -1 or -2. and when i sell the item it will get -3, -4 and so forth.
And when i play the game, the negative value changed to 30.
I dont know if I am the only one that experience this problem in my game but for right now, my max value in order to not get negative is 32700. I just dont understand. Maybe i should post a screen shot so
its easier to understand.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

if it only appears inside of game on the ammo counter, it is because game cannot handle such values. counter was not meant to handle such big values. so its all normal.
do not trust the game counter, look into memory editor. whatever value stands there, is the right value.

NOTE - if you make screenshot, DO NOT use some external imagehosting, use attachment option (see below when posting).
User avatar
KEN
Special
Special
Posts: 751
Joined: Thu Jan 28, 2010 8:11 am

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by KEN »

I have a question.
I made a trainer which gives you green+red herb in the 1st slot(top left).
There are two item management screens:
First:
res5_inventory.jpg
res5_inventory.jpg (17.95 KiB) Viewed 15722 times
This is the one before any level(chapter) starts

and second:
958470_20090922_embed002.jpg
958470_20090922_embed002.jpg (21.15 KiB) Viewed 15722 times
This is the one when you're in middle of a level.

Trainer seems to be working fine in the first screen,but nothing in the second screen..why is that?
do things change when in level and before level?
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

yes they do change, there are 2 inventories, one between levels and one in-game / level. we can discuss this in msn. i still have RE5 and im interested in trainers myself, just havent taken a look into it yet, now that you are dealing with that, we can test.
Darksiege
Newbie..
Newbie..
Posts: 2
Joined: Tue Mar 06, 2012 4:18 am

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Darksiege »

I'm fairly new to Hexing and I'm trying to change the characters and costumes my friend gets to use in singleplayer and co-op campaign, however it has proven much harder than hexing weapons, as there are fewer values to modify and find. Could you tell me step by step what I need to do? I'm trying to get Wesker S.T.A.R.S and Jill BSAA ,and yes I do know the values to enter in, I just don't where to enter them in. I use HxD Hex editor for editing.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

where in this topic exactly you found that i have character hacks ?
because i would like to see that place too. i have never made character hacks, meaning i don't know anything about it.

if you would post those values you are talking about, i could maybe take a look.
Darksiege
Newbie..
Newbie..
Posts: 2
Joined: Tue Mar 06, 2012 4:18 am

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Darksiege »

I haven't been able to find completely accurate instructions but I believe that the offsets for modifying character code is 1055B and 105AB while the costumes are 1055F and 105AF. If you could look more into how to do this it would be very helpful as I am stumped at what I'm doing wrong.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Resident Evil 5 - hacks & hacking & other stuff [PC]

Post by Sethioz »

uhm not much to do with offsets, most likely they are different in every game. at least in DX9 and DX10 versions. Im using DX10 version.
im not really interested in re5 hacking anymore, but maybe i take a look.
Post Reply