-
Posts
1,862 -
Joined
-
Last visited
-
Days Won
126
Content Type
Profiles
Forums
Downloads
Gallery
Posts posted by MonkeySAN
-
-
-
i just need to be confirmed.
try this.
search = 13;2021161080::13
type = Dword
memory ranges = Ca
- update me later if the search gave you results.
3 -
1 hour ago, LightWarrior said:
If i want to apply more offsets, so it will be like
local target = start[1].address + 0x990;0x29;0x34;0x32Dlike that?
it would be something like this :
--after search and refine local start = gg.getResults(1) local target = start[1].address + 0x990 local target2 = start[1].address + 0x29 local target3 = start[1].address + 0x34 local target4 = start[1].address + 0x32 --editing gg.setValues({ {address = target, flags = gg.TYPE_DWORD, value = 999999}, {address = target2, flags = gg.TYPE_DWORD, value = 999999}, {address = target3, flags = gg.TYPE_DWORD, value = 999999}, {address = target4, flags = gg.TYPE_DWORD, value = 999999} })
1 hour ago, LightWarrior said:And this
local start = gg.getResults(1)
The number one here it means it will get the first result to work with it? And add the offsets?
yup.
adding offsets only to first result to get to another target.
3 -
in basic, it will be like this :
--after search and refine local start = gg.getResults(1) local target = start[1].address + 0x990 --editing gg.setValues({ {address = target, flags = gg.TYPE_DWORD, value = 999999} })
2 -
and for this game, the values changed as shown by @sammax71as you leveled up.
but the group search remain the same
= 75000;1500
1 -
75000;1500
its called a group search.
search for 2 or more values separated with semicolon.
group search allows us to search for multiple values at once within a specific memory range.
results is not guaranteed as not all games implemented it in their codes.
also having found results doesnt always mean its the correct one that you're looking for.
1 -
-
maybe try this :
its a modified @nok1a script from this thread :
value reset problem (#9m1e29u2)
so far its working just fine for 64bit.
credits goes to @nok1a as i just merely made changed where it was needed.
honestly i wasnt expected it will work.
for any explanations, @nok1a will be the right person to do so.
2 -
2 hours ago, Olot said:
it really doesn't matter what i search in any game..it works fine if i choose auto search..but i know value is dword so if i choose dword to speed up search it starts to freeze on 45% something and after gg crashes..
ok.
Good luck.
2 -
public class DataBaseScript : MonoBehaviour public int Quest_Get_Gem_Normal(int Quest_numb) // return a high amount if you want (like 100K) Offset = 0x11754BC public bool Quest_Bool_Normal(int Quest_numb) // return true to redeem quest reward infinitly Offset = 0x119EF8C
for 64bit/armv8
Quest -> Dungeon
1 -
-
-
1 hour ago, Karp_Azarov said:
Share it, please dude
well maybe or maybe not.
because it takes a lot of time to make a script with that many hacks and making sure every hack work as it should be.
and it take much longer time to test the script to make sure its working perfectly on most platform or devices or whatever you use..
be it emulator, virtual apps/machine.
for now its working with my device only.
i cant say the same for others as i have no other resources to test with.
but i were to released it..i will not release it half baked.
0 -
4 hours ago, Moonslasher said:
Then you have to tell the person who created the script for Encrypt. Hahaha
not worry for me.
i made a script for myself with all the hacks.
0 -
nope.
the "Stop bruh" is not from GG system message.
it was written into the script after you encrypt your script with encryption script/tool.
0 -
1 hour ago, Moonslasher said:
This issue Caused by the emulater app you are using, try changing the app to "vmos" or "vphonegaga" There used to be people who had problems like you and they ended up using the script smoothly. After changing the emulator app
it just the script ended message could be more details instead of just "Stop bruh"
maybe something like "your virtual app is not compatible with the script.Please use another"
so people dont have to guess what they are doing wrong.(for less knowledgeable people)
0 -
37 minutes ago, Moonslasher said:
Do you use a emulation app?
a virtual app if that what you meant.
yes.
0 -
0
-
-
8 minutes ago, Morpeko2307 said:
Oh no. Playrix have fixed this method. Have anyone found out?
fixed what method?
0 -
try this..
... gg.copyText(printRes,false)
2 -
41 minutes ago, Parzival2 said:
Do you have a script for facility?
NO.
1 -
1 hour ago, Fearles said:
Can anyone share script?
Old link is not available
what script?
and which old link that is not available?
0 -
Set the value too high accidentally now the value is shown as NaN
in Help
Posted
yes.