-
Posts
1,918 -
Joined
-
Last visited
-
Days Won
136
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by MonkeySAN
-
what is the Items? doesnt it got a name? XP , Cat Food etc.
-
there you go. @Jimeous guides definitely works here as well as mine.
-
if you can change those values,that means it will work. you just need to goto the address and find a way that work for you. care to share a screen shot any of the values when you goto the address? i think there is not that much different.
-
what are you trying to find? resources are simple and easy enough. search = ID;Current QTY;Max Storage::9 example : Wood ID = 2 currrent Qty = 20 max storage = 25 search = 2;20;25::9 @Jimeous guides for the resources is only for 32bit(armv7). for 64bit(armv8) you only need to increase the group size from 17 to 25. = 3B9AC9FFh~C4653600h;0;2;20;25::25
-
somehow its not working for me. cant even start the script. any idea why?
-
check the list here : Jurassic World: The Game how to get a locked dinosaur? (#1rumilz9)
-
Reason its not working for me.. all values in your game are found in memory ranges Other but mine is in Ca. so i made myself a script. Screenrecorder-2023-09-04-20-30-21-727.mp4
-
Free Zombie it doesn't seem to work for me. its for this zombies right?
-
function a1() menu = gg.prompt({"Your Sun"}, {0}, {"number"}) if not menu then return else --cancel will return to main menu gg.searchNumber(menu[1], gg.TYPE_DWORD) gg.getResults(gg.getResultsCount()) gg.alert(" Spend Or Collect Sun then tap GG icon to open the next step ") --this will open GG to 2nd prompt only when the icon is tap. while true do if gg.isVisible() then gg.setVisible(false) break end end menu = gg.prompt({"Your Current Sun value"}, {0}, {"number"}) if not menu then gg.clearResults() return else --cancel will clear all results and return to main menu gg.refineNumber(menu[1],gg.TYPE_DWORD) gg.getResults(gg.getResultsCount()) gg.editAll("10000", gg.TYPE_DWORD) end end end
-
then show that prompt search menu part that you made that gave you error. so people can fix it.
-
maybe you can present the script that you had done before, so that a fix can be implemented
-
anything is ok as long as i dont have to request for access the file using my email or anything.
-
ahh..i dont use Google drive and it need my email to request access to which i will not give it to just anybody.
-
I dont use his script so im not sure what to say about that. Once again..I recommend that you take a look at my script and try replicate everything written in it manually. or maybe @MAARS can explain it to you. If there is anything im really bad at..it's explaining things.
-
perhaps you can take a look into the script and try to figure it out.
-
well..i guess it didnt worked then. not in the emulator that is.
-
Could anyone who has downloaded the script please provide feedback on whether it is working on your end or not? @AWPTown ?
-
cant install 64bit on Nox Emulator?
-
while above still working for armv8 but yours shown unavailable. it should show the price. i dont get it.
-
-
-
