Hacking VitaCheat/FinalCheat Database

jialeyne19

Well-Known Member
Member
Joined
Dec 22, 2016
Messages
175
Trophies
0
XP
689
Country
Philippines
Forgot who it is, but there is a User here that is trying to make a Cheat Engine like VitaCheat, and hopefully, will work with Homebrew. Wish the Dev of VC would release the Source, so others who are Knowledgeable, can improve upon it.
Wow thats nice.. i am gonna bz again to try that stuff eheh..
 
  • Like
Reactions: Smoker1

XMYDL

Well-Known Member
Newcomer
Joined
May 24, 2022
Messages
58
Trophies
0
Age
28
Location
Tokyo
XP
131
Country
Japan
# Title: Valkyrie Drive Bhikkhuni
# ID: PCSB01011
# Region: EU
# Version: 1.01
# Type: NoNpDrm
# Code Author: tomberyx

_V0 inf.HP
$C201 00000000 00000000
$3202 82A55C5C 00000008
$0000 00000000 00002EA4
$0000 00000000 44424000

_V0 max.Attack-Gauge
$3002 82A55C5C 00000008
$0000 00000000 00003988
$0000 00000000 00000004

_V0 inf.max Syncro-Gauge
$3202 82A55C5C 00000008
$0000 00000000 00003944
$0000 00000000 00000000

_V0 inf.max Scrolls
$3002 82A55C5C 00000008
$0000 00000000 00003948
$0000 00000000 00000003

_V0 Hold X to Fly
$C201 00000001 00004000
$3202 82A55C5C 00000008
$0000 00000000 000023C4
$0000 00000000 41B0BABE


Codes from the Past ,could help you..
Another huge thanks from me. I've tested the offset either the base address above but nothing fits. At first I thought it might be the problem of pointers so I found it again. Here are the possible results.(Forgive that I didn't play the game so long so there'd be more than one result. But it was already compatible for disassembly.) I'm stucked exactly.
Code:
[[0x82A55C5C] + 0x8] + 0x2EA4
[[0x82A55C5C] + 0x4] + 0x2EA4
[[0x82A55C5C] + 0xC] + 0xBA4
[[0x82A63038] + 0x8] + 0x2EA4
[[0x82A63038] + 0x4] + 0x2EA4
[[0x82A63038] + 0xC] + 0xBA4

Nevertheless, you've amazed me with your advisable skills with pointers. Would you mind lend me some of your knowledge of how your pointer was made? Specifically "Hold X to fly"(even "Untouchable" things) codes. I'd be exceedingly grateful.
 
Last edited by XMYDL,
  • Like
Reactions: tomberyx

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
The quickest ways to make stable codes are :

1. B200 Codes / works only in Seg1
If the Address is within Seg1 you can make a code in one Minute. No Dump needed.

2. B200+ Codes / works everyhwere (im working on it to find out how does it work because this is the best solution)
Need Dumps sometimes not sure..
10-60 minute

3. Pointer Codes / works everyhwere but hast +-1 pattern (81111111 81211111 813111111)
Only with dumps
Use Universal pointers search not tempAR

Only code search 10-60 minute
With dumps 60-XX minutes

4. A100 Codes / works but very difficult to get and codes are not flexible.

5. I would prefer B200+ because you can get a lot out of it with one code. Unfortunately I don't understand how to find (alpha)pointers. If I ever figure out how it all works I would only do B200+. here is an example below you can see how much you can do with ONE code.. you have just to change the last pointer code this is very flexible..

PCSE01103

_V0 Hold-Circle to Fly
$B200 00000001 00000000 B200 seg1
$C201 00000001 00002000 Combo Button code
$3202 000077D4 00003870 Pointer
$0000 00000000 0000084C Pointer
$0000 00000000 3EA00000 Value

000077D4 Alpha Pointer Code must be within Seg1 always..

_V0 Walk Speed 2x
$B200 00000001 00000000
$3202 000077D4 00003870
$0000 00000000 0000089C
$0000 00000000 40A00000

_V0 One Hit Kill
$B200 00000001 00000000
$3202 000077D4 00003870
$0000 00000000 00000F08
$0000 00000000 45F30800

_V0 Untouchable [ON-LX OFF-RX]
$B200 00000001 00000000
$C201 00000001 00004100
$3202 000077D4 00003870
$0000 00000000 0000092C
$0000 00000000 00000038
$B200 00000001 00000000
$C201 00000001 00004200
$3202 000077D4 00003870
$0000 00000000 0000092C
$0000 00000000 00000000

_V0 Walk thru Walls (ON-Up OFF-Down)
$B200 00000001 00000000
$C201 00000001 00000010
$3202 000077D4 00003870
$0000 00000000 0000092C
$0000 00000000 00000040
$B200 00000001 00000000
$C201 00000001 00000040
$3202 000077D4 00003870
$0000 00000000 0000092C
$0000 00000000 00000038

_V0 inf.max HP & SP
$B200 00000001 00000000
$7202 000077D4 00003870
$7200 00000000 00000F00
$7702 00000000 45F30800
$0002 00000004 00000000
$B200 00000001 00000000
$3201 000013E4 00015F90
$0000 00000000 00004E20

_V0 inf.Jump
$B200 00000001 00000000
$3202 000077D4 00003870
$0000 00000000 00000D80
$0000 00000000 00020000

_V0 Player Speed [Slow Motion]
$B200 00000001 00000000
$3202 000077D4 00003870
$0000 00000000 00000D74
$0000 00000000 3F800000

_V0 Enemies Speed [Slow-Motion]
$B200 00000001 00000000
$3201 0000A474 009FD51C this Pointer (Beta) code is set to high its just an experimental code from me but it works good. This kind of codes to create needs 5-10 minutes without a PC but the HP-Code above will need a dump and is much harder to get because it needs Alpha ,Beta and Gamma Pointer.

I was toying with the idea of whether the HP code would work without a beta pointer or better said, is it possible to bring everything to just 2 pointers, but that's just a thought
....
Pointer codes (only HP) are from Yohoki-Member everything else are from me.
 
Last edited by tomberyx,

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
Code:
[[0x82A55C5C] + 0x8] + 0x2EA4
[[0x82A55C5C] + 0x4] + 0x2EA4
[[0x82A55C5C] + 0xC] + 0xBA4
[[0x82A63038] + 0x8] + 0x2EA4
[[0x82A63038] + 0x4] + 0x2EA4
[[0x82A63038] + 0xC] + 0xBA4

I guess all codes above are only for HP..

If so then only one code can work the rest also works but can sometimes cause a crash.

Here it is important not to forget the pattern +-1.
example;
0x82A55C5C] + 0x4] + 0x2EA4 original code
0x82955C5C] + 0x4] + 0x2EA4 pattern 1
0x82B55C5C] + 0x4] + 0x2EA4 pattern 2

It often happens that this pattern changes from 9-B so when you play the game you might need pattern 1,2 or 3 to have the correct code.
 

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
I noticed that nobody gave these pointers a name. From now on I call them Alpha, Beta, Gamma and Delta.
This will help in the future to distinguish them faster.

Example;

_V0 inf.Jump
$B200 00000001 00000000
$3202 000077D4 00003870
$0000 00000000 00000D80
$0000 00000000 00020000

Example named;

_V0 inf.Jump
$B200 00000001 00000000
$3202 000Alpha 00000Beta
$0000 00000000 00Gamma
$0000 00000000 0000Value

Sounds nice :-)
 

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
How to Find Unknown Code Effects!
(warning Psvita will crash more than you like)

This trick is nothing new but its effectiveness is underestimated by many members.

it is not easy to explain so that it can be understood immediately.

Previous knowledge are
HEX-DEC-FLOAT

You can use this on Addresses ,B200 and Pointer codes (300)

Let's say you found an address for inf.Money
for example;
_V0 Inf.Money
$ 0200 82340690 00001234

Now let's take a closer look at this inf.Money address
$ 0200 82340690 00001234

690-ending is our goal here, which we are investigating.

1. We know that this extension 690 is part of the inf.Money code.
Now we are curious and want to know what 691,692,693 and so on are hiding.
There are two ways to find out.

A.
You can change the codes yourself [but it would take a long time 1,2,3,4,5,6,7etc
$ 0200 82340691 00001234
$ 0200 82340692 00001234
$ 0200 82340693 00001234
$ 0200 82340694 00001234

$ 0200 823406XX 00001234

B.
My method immediately searches all the values from 600 to 6FF at once

And this is what it looks like; main code

_V0 Dog-Search Code
$ 4201 82340600 00001234
$ 0040 00000004 00000000

This code above searches all values from 600-6FF
but in 0,4,8,C
and not 1,2,3,4 ...

for example
$ 0200 82340600 00001234
$ 0200 82340604 00001234
$ 0200 82340608 00001234
$ 0200 8234060C 00001234
$ 0200 82340610 00001234
$ 0200 82340614 00001234
$ 0200 82340618 00001234
$ 0200 8234061C 00001234
Until
$ 0200 823406FF 00001234

-----------------------------------------------------------------------------------------------------------------------
Summary:

Your code $ 0200 82340690 00001234
You would like to search immediately through all values from 600 to 6FF

here is the solution; main code

_V0 Dog-Search Code
$ 4201 82340600 00001234
$ 0040 00000004 00000000
-------------------------------------------------------------------------------------------------------------------------

Next step:

You have used the money code to see what values may have changed in the game and suddenly you see that the HP value has changed but you do not know what the address is.
But you already know one thing, the HP code must be in the range of 600-6FF .. and that's good to know.

last step:
Now,how can I find the HP CODE that is somewhere in 600-6FF.

will come soon ........


this method can help very quickly to find everything possible including Walk Walls ,HP,Money,Untouchable and many more ... but you have to understand the whole thing otherwise it doesn't make sense.

If you like to search more than FF (100) change 40 to 400 and you will get 1000. (Not excatly 1000) alle values are in Hex.
I know FF =255 in dec but in this Situation you should take it as 100 (not dec or hex just 100)because you will not get confused in future belive me;-)
 
Last edited by tomberyx,

Kur0shitsuji

Well-Known Member
Newcomer
Joined
Nov 5, 2017
Messages
76
Trophies
0
Age
37
XP
389
Country
Japan
Could anyone give codes for criminal girls EU and Mind Zero Eu? PCSB00636 and PCSB00557
try renaming the us version's names (pcse) of your requested games to their european names (pcsb). If not, follow the guides outlined by tomberyx and neogranzon to make your own.
 

NFSMW

Well-Known Member
Newcomer
Joined
Aug 10, 2022
Messages
52
Trophies
0
Age
21
Location
UK
XP
85
Country
United Kingdom
Hi everyone, I am having issues hacking nfs mw 2012 (pcse00089). I seem to have a mental block with this game haha.

Another user mentioned you can't hack these with vitacheat, you need ARM codes through a PC? I can't even hack the nitrous gauge, hmmm :?

Best to leave it to the pros :)

So I want to be able to accomplish the things in the video below. (I can't understand how they pulled it off)

Try to pull off the hacks in this video on the ps vita, as it shows it is possible and gives us a direction. Take a look at this 5 minute video of the nfs mw 2012 game using a trainer hack. He definitely used cheat engine. Look at 0:42 (jump), 2:56 (super acceleration), 3:07 (super brakes), 3:18 (acceleration unlimited), 3:31 (max acceleration).

Also, when I was scanning for the xyz coordinates (to try and hack the speed), I swear I found the Y coordinate by going up and down this ramp. None of them worked, but I'm sure I failed to understand what to do with the values.


Thanks.

EDIT:

This is the nfs mw 2012 pcse00089 psv. https://github.com/r0ah/vitacheat/blob/master/db/PCSE00089.psv

How the heck did they hack those things?? I don't understand, I tried fuzzy searching and all kinds of nonsense on vitacheat, found nothing close to these kinds of hacks??

Thanks.
 
Last edited by NFSMW,

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
Hi everyone, I am having issues hacking nfs mw 2012 (pcse00089). I seem to have a mental block with this game haha.

Another user mentioned you can't hack these with vitacheat, you need ARM codes through a PC? I can't even hack the nitrous gauge, hmmm :?

Best to leave it to the pros :)

So I want to be able to accomplish the things in the video below. (I can't understand how they pulled it off)

Try to pull off the hacks in this video on the ps vita, as it shows it is possible and gives us a direction. Take a look at this 5 minute video of the nfs mw 2012 game using a trainer hack. He definitely used cheat engine. Look at 0:42 (jump), 2:56 (super acceleration), 3:07 (super brakes), 3:18 (acceleration unlimited), 3:31 (max acceleration).

Also, when I was scanning for the xyz coordinates (to try and hack the speed), I swear I found the Y coordinate by going up and down this ramp. None of them worked, but I'm sure I failed to understand what to do with the values.


Thanks.

EDIT:

This is the nfs mw 2012 pcse00089 psv. https://github.com/r0ah/vitacheat/blob/master/db/PCSE00089.psv

How the heck did they hack those things?? I don't understand, I tried fuzzy searching and all kinds of nonsense on vitacheat, found nothing close to these kinds of hacks??

Thanks.


About ; xyz coordinat
If you found something in this Area recommend to use my Dog-Search code set Value at first to Zero and see what it does after that set Value to Float 1 or 2 Vita will might crash ,if yes set 40 to 20 .... just try to experiment with my Dog :-)

The most issues in this game is not to find an address for speed or acceleration (peanuts codes ;-)) more difficult is to find stable Codes based on the Address Speed-Code you will need B200+ , Pointers or A100 to make your Address stable. I will check this game later but now i have to do some investigations with XMYDL-Member because he has a solution for everybody here in all Psvita-games it needs the Final-Cut work....
 
Last edited by tomberyx,
  • Like
Reactions: NFSMW

NFSMW

Well-Known Member
Newcomer
Joined
Aug 10, 2022
Messages
52
Trophies
0
Age
21
Location
UK
XP
85
Country
United Kingdom
About ; xyz coordinat
If you found something in this Area recommend to use my Dog-Search code set Value at first to Zero and see what it does after that set Value to Float 1 or 2 Vita will might crash ,if yes set 40 to 20 .... just try to experiment with my Dog :-)

The most issues in this game is not to find an address for speed or acceleration (peanuts codes ;-)) more difficult is to find stable Codes based on the Address Speed-Code you will need B200+ , Pointers or A100 to make your Address stable. I will check this game later but now i have to do some investigations with XMYDL-Member because he has a solution for everybody here in all Psvita-games it needs the Final-Cut work....
Hi, thanks for your response.

Float 2? Sorry, I have no idea on what that means haha.

I see, I'll give that a try regarding the other stuff. Hopefully I can figure it out, I've been trial and erroring for sooo many hours lol, going crazy over here.

That's great! Much appreciated. I'm not too clued up on this despite my research, you seem much more proficient at this. I'm going to read through this thread to hopefully learn something.

When you try nfs mw 2012, keep in mind the response at #7251 as those are my main goals for this game.

Thanks :)
 

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
Hi, thanks for your response.

Float 2? Sorry, I have no idea on what that means haha.

I see, I'll give that a try regarding the other stuff. Hopefully I can figure it out, I've been trial and erroring for sooo many hours lol, going crazy over here.

That's great! Much appreciated. I'm not too clued up on this despite my research, you seem much more proficient at this. I'm going to read through this thread to hopefully learn something.

When you try nfs mw 2012, keep in mind the response at #7251 as those are my main goals for this game.

Thanks :)

If you dont understand "Float" that means you are dealing with the Universe and what happend afterlife...?

...float numbers won't solve those questions but for sure the vita cheat universe.
You'll need a weapon to fight your way through ,right now you're trying to open a Door with fork and spoon..
In short try to learn the basics after that you will receive the ultimate sword but sadly still blunt.... you will definitely need more weapons..


Its just an experimental Code below

Original Code; (MAI dump game i guess)
_V0 Infinite nitro
$A100 81175336 0000BF00

Experimental Codes below (didnd try myself)

_V0 Infinite nitro
$B200 00000000 00000000
$A100 00175336 0000BF00

_V0 Infinite nitro
$B200 00000000 00000000
$A100 00075336 0000BF00
 
Last edited by tomberyx,

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
Experimental Codes
Caution !
Vita device may explode if you try these codes


# Title: Pinball Heroes Complete
# ID: PCSA00109
# Region: US
# Version: 1.00
# Type: NoNpDrm
# Code Author: tomberyx
# only for VitaCheat z06 and FW 3.65+

# PCSA00109

_V0 inf.Balls [everywhere] Experimental Code
$B200 00000001 00000000
$3001 00040EA4 00000580
$0000 00000000 00000007

_V0 No Tilt [everywhere] Experimental Code
$B200 00000001 00000000
$3001 00040EA4 00000574
$0000 00000000 00000000

Coming soon "Control my Balls Code " thats gonna be the funniest code in game :-)

About my Balls-Code ;-)
Im able to get the full control from my Balls with D-Pad and it makes fun to play around without using both triggers (L and R) but sadly pointers codes are not a solution here because the game will crash after loading screen. If you ask me this kind of code to control Balls is unique and didnd see in every Pinball games ouside Psvita. My code works but you have to deactivate it before Loading Screen. A100 codes would help here but not found out how does it work. If you like i can post my Test Ball Code you will love it;-)
 

NFSMW

Well-Known Member
Newcomer
Joined
Aug 10, 2022
Messages
52
Trophies
0
Age
21
Location
UK
XP
85
Country
United Kingdom
If you dont understand "Float" that means you are dealing with the Universe and what happend afterlife...?

...float numbers won't solve those questions but for sure the vita cheat universe.
You'll need a weapon to fight your way through ,right now you're trying to open a Door with fork and spoon..
In short try to learn the basics after that you will receive the ultimate sword but sadly still blunt.... you will definitely need more weapons..


Its just an experimental Code below

Original Code; (MAI dump game i guess)
_V0 Infinite nitro
$A100 81175336 0000BF00

Experimental Codes below (didnd try myself)

_V0 Infinite nitro
$B200 00000000 00000000
$A100 00175336 0000BF00

_V0 Infinite nitro
$B200 00000000 00000000
$A100 00075336 0000BF00
Hi, yeah I know what float is. I just didn't know what you meant by float "2". I'm fairly confident at handling other games, just not open world 3d racing games apparently, admittedly I don't know so much about open world/complicated hacks, I just haven't learnt yet and I really want to learn/understand it.

Okay. I tried those codes listed, they work. How exactly did you do that? Like, what was the thought process for figuring that out?

Can you try figuring out the ones in the video I posted earlier? That's really driving me crazy. I managed to use cheat engine on a call of duty, got the xyz coordinates easily. For some reason nfs mw 2012 doesn't work the same.

Have u downloaded it yet?

Thanks.
 

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
Hi, yeah I know what float is. I just didn't know what you meant by float "2". I'm fairly confident at handling other games, just not open world 3d racing games apparently, admittedly I don't know so much about open world/complicated hacks, I just haven't learnt yet and I really want to learn/understand it.

Okay. I tried those codes listed, they work. How exactly did you do that? Like, what was the thought process for figuring that out?

Can you try figuring out the ones in the video I posted earlier? That's really driving me crazy. I managed to use cheat engine on a call of duty, got the xyz coordinates easily. For some reason nfs mw 2012 doesn't work the same.

Have u downloaded it yet?

Thanks.

Do not waste your time with Cheat engine at the moment thats for sure. Do not ask why... you will find nothing about XYZ it is only usefull for B200+ at the moment.
All Values for XYZ Cordinates you can find it only with VitaCheat because vita cheat is the best solution for that. Cheat engine does work but only for PC games and this kind of codes XYZ needs too much time Vitacheat does it faster 70x faster if you know how.

About my experimental codes above it was just a guess without turning on my Vita,thats nice if they really work. Wow im very good at this point;-).....

If you like to learn something begin first with cheap codes and find the code for Nitro(Address not A100). After that we can go to Level 2;-)
 
Last edited by tomberyx,

NFSMW

Well-Known Member
Newcomer
Joined
Aug 10, 2022
Messages
52
Trophies
0
Age
21
Location
UK
XP
85
Country
United Kingdom
Do not waste your time with Cheat engine at the moment thats for sure. Do not ask why... you will find nothing about XYZ it is only usefull for B200+ at the moment.

About my experimental codes above it was just a guess without turning on my Vita,thats nice if they really work. Wow im very good at this point;-).....

If you like to learn something begin first with cheap codes and find the code for Nitro(Address not A100). After that we can go to Level 2;-)
Oh lol, I see. I steer clear of cheat engine then. I have been studying the tutorials on that github site lately, that roah guy. Very informative.

Damn really? That is crazy, The probability of that working is insane, strip any more/less of the numbers in that code and it doesn't work lol.

I would try but I just don't know how lol. I went on vitacheat and did fuzzy searches of the nitrous gauge, did the whole changed/unchanged song and dance a ton of times and ended with values that crashed the game/didn't work lol.

Okay awesome, let me know when you've started on nfs, I'm going to brainstorm on my end now haha.

Thanks.
 

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,376
Country
Germany
Oh lol, I see. I steer clear of cheat engine then. I have been studying the tutorials on that github site lately, that roah guy. Very informative.

Damn really? That is crazy, The probability of that working is insane, strip any more/less of the numbers in that code and it doesn't work lol.

I would try but I just don't know how lol. I went on vitacheat and did fuzzy searches of the nitrous gauge, did the whole changed/unchanged song and dance a ton of times and ended with values that crashed the game/didn't work lol.

Okay awesome, let me know when you've started on nfs, I'm going to brainstorm on my end now haha.

Thanks.
If you've already started finding codes for Nitro, I'd be interested to know if you've tried everything from 81-8F? If so then it could be that. A LoadindScreen has zeroed your search or you just don't know if Nitro IS Float or Dec or Hex. The important thing is to find something no matter what IS useful IF you found it then you already know where Nitro might be for example inf.Money range 86-87
Edit;
If you find some Addresses set the Value always to zero to avoid a crash and avoid all values beginning with 8xxxxxxx this Values always cause crash


You said ;" Oh lol, I see. I steer clear of cheat engine then. I have been studying the tutorials on that github site lately, that roah guy. Very informative"

I say "Informative ist just a way" you have to understand every singel step but this is by far not enought. You have to try many many experimental codes just to know what they do with the game. This what are you doing is just a scratch on the top basics does not mean you understand all VitaCheat-Shit "Experience and experiments are the highest goal you can achieve here to become a Kung Fu Master ;-)
 
Last edited by tomberyx,

NFSMW

Well-Known Member
Newcomer
Joined
Aug 10, 2022
Messages
52
Trophies
0
Age
21
Location
UK
XP
85
Country
United Kingdom
If you've already started finding codes for Nitro, I'd be interested to know if you've tried everything from 81-8F? If so then it could be that. A LoadindScreen has zeroed your search or you just don't know if Nitro IS Float or Dec or Hex. The important thing is to find something no matter what IS useful IF you found it then you already know where Nitro might be for example inf.Money range 86-87
Edit;
If you find some Addresses set the Value always to zero to avoid a crash and avoid all values beginning with 8xxxxxxx this Values always cause crash


You said ;" Oh lol, I see. I steer clear of cheat engine then. I have been studying the tutorials on that github site lately, that roah guy. Very informative"

I say "Informative ist just a way" you have to understand every singel step but this is by far not enought. You have to try many many experimental codes just to know what they do with the game. This what are you doing is just a scratch on the top basics does not mean you understand all VitaCheat-Shit "Experience and experiments are the highest goal you can achieve here to become a Kung Fu Master ;-)
Hi, yes, everything from 81-90 actually. Yeah, I'm quite careful about zeroing in on the value, keeping all parameters in check. I thought the issue is that we can't search ARM codes from vitacheat? (Does changing the first letter after the $ to A change it sufficiently or am I talking silly?) The results all start with $0200 or $0100 and I just know it won't work.

Once I've found the value, I don't understand what to do with it. E.g, if it was a static address like gold, I'd just mod it to 99999 and freeze/unfreeze. In this case we're just changing random numbers. (Yes I understand the hex-decimal conversion)

Damn okay, was that last paragraph your way of saying I haven't scratched the surface yet? Have u read the stuff by roah? I thought that was quite difficult lol.

That's why I went to the forums to ask as I was getting nowhere haha. Curiousity makes me want to understand it too.

Thanks.
 
Last edited by NFSMW,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: It's mostly the ones that are just pictures and no instructions at all