| View previous topic :: View next topic |
| Author |
Message |
ZainHikary How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 9
|
Posted: Fri Jul 29, 2016 11:16 am Post subject: Pcsx2 Memory Editing |
|
|
Hey guys , im having a bit of rough time finding out an address for a game on pcsx2.
the game is digimon world 4. i was able to modify and find addresses to everything , from levels to resist to bits to data to everything even the techniques
one thing is not happening is me finding the address for the Next level
so basically every level has a an amount of exp i have to get to advance in level.
E.G
For next level i need 1869 exp
after i kill a mob i get lets say 600 on very hard mode
so it becomes 1269
i tried exact value , float,double hex in all of them , 8 bytes 4 bytes 2byte, byte, string even. not working , i get the first scan result when i change the value and do next scan , i get no results at all.
if any one can help me ill be much grateful
|
|
| Back to top |
|
 |
PinPoint Expert Cheater
Reputation: 10
Joined: 07 Apr 2016 Posts: 223 Location: Scotland
|
Posted: Fri Jul 29, 2016 11:33 am Post subject: |
|
|
try unknown search with increased/decreased searches. you can use save states for the increased ones.
or do the same but with the exp you get from a kill and change the instruction to give yourself however much you want per kill
|
|
| Back to top |
|
 |
ZainHikary How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 9
|
Posted: Fri Jul 29, 2016 11:35 am Post subject: |
|
|
| I might do that , ill let you know in about 15 mins
|
|
| Back to top |
|
 |
PinPoint Expert Cheater
Reputation: 10
Joined: 07 Apr 2016 Posts: 223 Location: Scotland
|
Posted: Fri Jul 29, 2016 11:37 am Post subject: |
|
|
| forgot to add something, if you get one of the values in your player stats its very likely everything will be in same region of memory relating to player stats, maybe even exp. have a look around in the structures or memory viewer(you can change type to byte dec to see things better regarding stats)
|
|
| Back to top |
|
 |
ZainHikary How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 9
|
Posted: Fri Jul 29, 2016 11:58 am Post subject: |
|
|
Tried everything , not working , its hard to modify a mob exp since the same mob type gives the same exp.
its doing my head in since like 4 hours
|
|
| Back to top |
|
 |
PinPoint Expert Cheater
Reputation: 10
Joined: 07 Apr 2016 Posts: 223 Location: Scotland
|
Posted: Fri Jul 29, 2016 12:36 pm Post subject: |
|
|
| did you look around the memory region?
|
|
| Back to top |
|
 |
ZainHikary How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 9
|
Posted: Fri Jul 29, 2016 1:44 pm Post subject: |
|
|
| been looking for ages cant find anything related to the value
|
|
| Back to top |
|
 |
PinPoint Expert Cheater
Reputation: 10
Joined: 07 Apr 2016 Posts: 223 Location: Scotland
|
Posted: Fri Jul 29, 2016 2:35 pm Post subject: |
|
|
| ZainHikary wrote: | | been looking for ages cant find anything related to the value |
You didn't look hard enough. I got the game to check it out, never played it before and took me minutes looking around the structure that holds health to find it.
here are some offsets from the health address which is [ecx]. I've conveniently named some of the offsets for you.
you're welcome.
| Code: |
0000 - Current HP 207E56AC : 159
0004 - 4 Bytes 207E56B0 : 0
0008 - Pointer 207E56B4 : P->05000203
000C - Pointer 207E56B8 : P->00535230
0010 - Pointer 207E56BC : P->0A000002
0014 - Pointer 207E56C0 : P->0069A4D8
0018 - Max HP 207E56C4 : 159
001C - 4 Bytes (Hex) 207E56C8 : 007E26FC
0020 - Pointer 207E56CC : P->05000203
0024 - Pointer 207E56D0 : P->00535230
0028 - Pointer 207E56D4 : P->0A000001
002C - Pointer 207E56D8 : P->0069A4E4
0030 - Current MP 207E56DC : 92
0034 - String 207E56E0 : Mem2
0038 - Pointer 207E56E4 : P->05000203
003C - Pointer 207E56E8 : P->00535230
0040 - Pointer 207E56EC : P->0A000001
0044 - Pointer 207E56F0 : P->0069A4F0
0048 - Max MP 207E56F4 : 92
004C - 4 Bytes 207E56F8 : 12
0050 - Pointer 207E56FC : P->05000203
0054 - Pointer 207E5700 : P->00535230
0058 - Pointer 207E5704 : P->0A000001
005C - Pointer 207E5708 : P->0069A4FC
0060 - Strength 207E570C : 86
0064 - 4 Bytes (Hex) 207E5710 : 007E5F00
0068 - Pointer 207E5714 : P->05000203
006C - Pointer 207E5718 : P->00535230
0070 - Pointer 207E571C : P->0A000001
0074 - Pointer 207E5720 : P->0069A50C
0078 - Defence 207E5724 : 131
007C - 4 Bytes 207E5728 : 0
0080 - Pointer 207E572C : P->05000203
0084 - Pointer 207E5730 : P->00535230
0088 - Pointer 207E5734 : P->0A000001
008C - Pointer 207E5738 : P->0069A6D0
0090 - 4 Bytes 207E573C : 0
0094 - 4 Bytes (Hex) 207E5740 : 007E5518
0098 - Pointer 207E5744 : P->05000203
009C - Pointer 207E5748 : P->00535230
00A0 - Pointer 207E574C : P->0A000001
00A4 - Pointer 207E5750 : P->0069A6E0
00A8 - 4 Bytes 207E5754 : 1
00AC - 4 Bytes (Hex) 207E5758 : 007E5688
00B0 - Pointer 207E575C : P->05000203
00B4 - Pointer 207E5760 : P->00535230
00B8 - Pointer 207E5764 : P->0A000001
00BC - Pointer 207E5768 : P->0069A6F8
00C0 - 4 Bytes 207E576C : 268
00C4 - 4 Bytes (Hex) 207E5770 : 007E5718
00C8 - Pointer 207E5774 : P->05000203
00CC - Pointer 207E5778 : P->00535230
00D0 - Pointer 207E577C : P->0A000001
00D4 - Pointer 207E5780 : P->0069A70C
00D8 - 4 Bytes 207E5784 : 2
00DC - 4 Bytes (Hex) 207E5788 : 007E5830
00E0 - Pointer 207E578C : P->05000203
00E4 - Pointer 207E5790 : P->00535470
00E8 - Pointer 207E5794 : P->0A000001
00EC - Pointer 207E5798 : P->0069A724
00F0 - 4 Bytes (Hex) 207E579C : 007E5A58
00F4 - 4 Bytes (Hex) 207E57A0 : 007E58D8
00F8 - Pointer 207E57A4 : P->05000103
00FC - 4 Bytes (Hex) 207E57A8 : 007D8A88
0100 - 4 Bytes 207E57AC : 8948600
0104 - 4 Bytes 207E57B0 : 16
0108 - Pointer 207E57B4 : P->05000203
010C - Pointer 207E57B8 : P->00535230
0110 - Pointer 207E57BC : P->0A000001
0114 - Pointer 207E57C0 : P->0069A51C
0118 - Wisdom 207E57C4 : 87
011C - 4 Bytes 207E57C8 : 26
0120 - Pointer 207E57CC : P->05000203
0124 - Pointer 207E57D0 : P->00535230
0128 - Pointer 207E57D4 : P->0A000001
012C - Pointer 207E57D8 : P->0069A530
0130 - Spirit 207E57DC : 81
0134 - String 207E57E0 : /fon
0138 - Pointer 207E57E4 : P->05000203
013C - Pointer 207E57E8 : P->00535230
0140 - Pointer 207E57EC : P->0A000001
0144 - Pointer 207E57F0 : P->0069A540
0148 - Speed 207E57F4 : 75
014C - 4 Bytes (Hex) 207E57F8 : 007E6AD4
0150 - Pointer 207E57FC : P->05000203
0154 - Pointer 207E5800 : P->00535230
0158 - Pointer 207E5804 : P->0A000001
015C - Pointer 207E5808 : P->0069A554
0160 - Fire Resist 207E580C : 250
0164 - 4 Bytes 207E5810 : 32
0168 - Pointer 207E5814 : P->05000203
016C - Pointer 207E5818 : P->00535230
0170 - Pointer 207E581C : P->0A000001
0174 - Pointer 207E5820 : P->0069A568
0178 - Ice Resist 207E5824 : 200
017C - 4 Bytes 207E5828 : 0
0180 - Pointer 207E582C : P->05000203
0184 - Pointer 207E5830 : P->00535230
0188 - Pointer 207E5834 : P->0A000001
018C - Pointer 207E5838 : P->0069A57C
0190 - Lightening Resist 207E583C : 150
0194 - 4 Bytes (Hex) 207E5840 : 007E5EDC
0198 - Pointer 207E5844 : P->05000203
019C - Pointer 207E5848 : P->00535230
01A0 - Pointer 207E584C : P->0A000001
01A4 - Pointer 207E5850 : P->0069A594
01A8 - Dark Resist 207E5854 : 300
01AC - String 207E5858 : ELFO
01B0 - Pointer 207E585C : P->05000203
01B4 - Pointer 207E5860 : P->00535470
01B8 - Pointer 207E5864 : P->0A000001
01BC - Pointer 207E5868 : P->0069A5A8
01C0 - 4 Bytes (Hex) 207E586C : 007E5878
01C4 - Data 207E5870 : 0
01C8 - Pointer 207E5874 : P->05000281
01CC - Pointer 207E5878 : P->005249B0
01D0 - Pointer 207E587C : P->0A000001
01D4 - 4 Bytes 207E5880 : 1
01D8 - 4 Bytes 207E5884 : 4
01DC - 4 Bytes (Hex) 207E5888 : 00735278
01E0 - Pointer 207E588C : P->05000203
01E4 - Pointer 207E5890 : P->00535230
01E8 - Pointer 207E5894 : P->0A000001
01EC - Pointer 207E5898 : P->0069A5BC
01F0 - EXP to next level 207E589C : 968
|
|
|
| Back to top |
|
 |
ZainHikary How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 9
|
Posted: Fri Jul 29, 2016 2:45 pm Post subject: |
|
|
they are not working :/ i tried every offset and every address
edit ......
even the previous values i found, when i tried to use them again i couldnt , they were messed up, it appears that the game keep changing the location and values every time you restart the game or switch to another save
edit 2 ......
every save game has it own location for the values , i tried the addresses from one save files onto the other , and it didnt work :/
|
|
| Back to top |
|
 |
PinPoint Expert Cheater
Reputation: 10
Joined: 07 Apr 2016 Posts: 223 Location: Scotland
|
Posted: Fri Jul 29, 2016 3:02 pm Post subject: |
|
|
| ZainHikary wrote: | | they are not working :/ i tried every offset and every address |
well it works fine for me.
Are you using pal or ntsc ver of game? i dont think it would matter much though.
...find address for health then add +1F0 onto it.
|
|
| Back to top |
|
 |
ZainHikary How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 9
|
Posted: Fri Jul 29, 2016 3:06 pm Post subject: |
|
|
NTSC and nope its not working
would be able to make a video or give me steps how did you do it ?
|
|
| Back to top |
|
 |
PinPoint Expert Cheater
Reputation: 10
Joined: 07 Apr 2016 Posts: 223 Location: Scotland
|
Posted: Sat Jul 30, 2016 8:25 am Post subject: |
|
|
I just seen your edits in your last post just now. almost every game changes the location of the address when you start or load to a different place. Thats why you use pointers or AOB injections.
Anyway I decided to do a video showing you how to get it...even though its exactly the same as what I showed you with the structure.
https://youtu.be/Vy-ETwlVhFY
If you can't get it from this then I can't help you.
|
|
| Back to top |
|
 |
ZainHikary How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 9
|
Posted: Sat Jul 30, 2016 10:02 am Post subject: |
|
|
i cant thank you enough , you are a great great person , thank you very much ! you are a legend
i didnt know what is structure but i just found out when you explained it, so i learned something more from you
|
|
| Back to top |
|
 |
PinPoint Expert Cheater
Reputation: 10
Joined: 07 Apr 2016 Posts: 223 Location: Scotland
|
Posted: Sat Jul 30, 2016 10:32 am Post subject: |
|
|
no problem, your welcome. I've made the video unlisted now so if you want a look at again and cant find it pm me and ill make it publlic again
Last edited by PinPoint on Sat Jul 30, 2016 12:46 pm; edited 1 time in total |
|
| Back to top |
|
 |
ZainHikary How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 9
|
Posted: Sat Jul 30, 2016 12:41 pm Post subject: |
|
|
all good , i downloaded the video , so i can look at everytime i need help haha
btw nice accent, British ?
|
|
| Back to top |
|
 |
|