you are exceeding your ram memoryI keep getting Java heap space error around 17% dump progres (1000000 to 46EA0000)
try a smaller range from 1000000 to 1400000 for example
you are exceeding your ram memoryI keep getting Java heap space error around 17% dump progres (1000000 to 46EA0000)
I followed your advice and I'm taking small chunks to perform the search but I still get Java heap space error in specific ranges for example 09950000 to 10000000 tried to make the range the smallest possible with no luck, it seems whenever 10000000 range is included in the search it throws me that error.you are exceeding your ram memory
try a smaller range from 1000000 to 1400000 for example

Firstly you should never search below 10000000. That's where Code data is stored. So you will never find anything you're looking for there anyways.I followed your advice and I'm taking small chunks to perform the search but I still get Java heap space error in specific ranges for example 09950000 to 10000000 tried to make the range the smallest possible with no luck, it seems whenever 10000000 is included in the search it throws me that error.
Pretty sure you can do a full range search (starting with 0x10000000). I have done it multiple times without issues.You won't be able to search that full range but you can search anywhere within it

Then you're a lucky ducky.Pretty sure you can do a full range search (starting with 0x10000000). I have done it multiple times without issues.
I'm about to give up, now I'm having problems with 19900000 to 20000000, it's a small range right? Why it keep throw me Java heap space error? Damn PC is useless can't handle shitFirstly you should never search below 10000000. That's where Code data is stored. So you will never find anything you're looking for there anyways.
And you should never search higher than 50000000.
The Select Full Range button shows you the range of the game data, just select the second one from the top as your guide to stay between.
You won't be able to search that full range but you can search anywhere within it


Open up the command prompt, navigate to the folder that the JGeckoU Jar file is in, using CD commands to get there. then paste the instruction: java -jar -Xmx10g -Xms1g "JGecko U.jar"I'm about to give up, now I'm having problems with 19900000 to 20000000, it's a small range right? Why it keep throw me Java heap space error? Damn PC is useless can't handle shit![]()
I already allocate more memory to JVM but I guess it's a case where no trickery is enough to overcome a machine with 2gb in ram -_-uOpen up the command prompt, navigate to the folder that the JGeckoU Jar file is in, using CD commands to get there. then paste the instruction: java -jar -Xmx10g -Xms1g "JGecko U.jar"
this will open up Jgecko with 10GB of RAM assigned to it. Change the 10g to whatever you want to assign it. It gets 3.8GB by default.
And yes, the range you were searching should be easily manageable for a standard laptop with 8GB of RAM.
If this doesn't help you at least get a moderate sized range, I really can't help you.

Holy cow.. yeah thats why you can't search very much lol.I already allocate more memory to JVM but I guess it's a case where no trickery is enough to overcome a machine with 2gb in ram -_-u

where can I find the pro controller button values for mk8? I need the button values to complete an item hack
Nope Just run a 32bit - Equal search between the addresses of 11000000 - 12000000
Search for the values based on buttons you are pressing.
A = 00000010
Y = 00000020
X = 00000008
B = 00000040
- = 00001000
+ = 00000400
R = 00000200
ZR = 00000004
L = 00002000
ZL = 00000080
Home = 0800
D-Pad Down = 00004000
D-Pad Left = 00000002
D-Pad Up = 00000001
D-Pad Right = 00008000
Right Stick Up = 02000000
Right Stick Right = 00800000
Right Stick Left = 00400000
Right Stick Down = 01000000
Right Stick Button = 00010000
Left Stick Up = 00200000
Left Stick Right = 00080000
Left Stick Left = 00040000
Left Stick Down = 00100000
Left Stick Button = 00020000
left up 00240000
right up 00280000
left down 00140000
right down 00180000
Make sure you are only pressing the button you are searching for while searching
Ops, I missed a Number. I actually meant 10000000 too.Firstly you should never search below 10000000. That's where Code data is stored. So you will never find anything you're looking for there anyways.
And you should never search higher than 50000000.
The Select Full Range button shows you the range of the game data, just select the second one from the top as your guide to stay between.
You won't be able to search that full range but you can search anywhere within it

They are different. And those are the pro controller valuesI thought those were the gamepad button values? Or are they the same as Pro Controller?





