-
Posts
1,909 -
Joined
-
Last visited
-
Days Won
131
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by MonkeySAN
-
Great. which one...mine or your script?
-
try this.. TEST2_PromptInput.lua
-
someone gave me this a very long time ago..dont know if this what you need. TEST_PromptInput.lua it still has gg.sleep in it but this time around the second prompt in the script will not open until you tap GG logo.
-
gg.setRanges(gg.REGION_CODE_APP | gg.REGION_C_ALLOC | gg.REGION_C_DATA | gg.REGION_ANONYMOUS) it should be like this.
-
-
Srcipt list memory type is marked as ? And cant be eddited
MonkeySAN replied to Amogus_sus's question in Help
if it normal then.. memory region = Cb : C++.bss type = Dword search method = unknown/fuzzy search then refine unchanged or changed during battle...castle HP(both enemy and self) can be direct search the value. -
Srcipt list memory type is marked as ? And cant be eddited
MonkeySAN replied to Amogus_sus's question in Help
which game(The Battle Cats) version you use...the modded one or the normal(from Playstore)? -
Srcipt list memory type is marked as ? And cant be eddited
MonkeySAN replied to Amogus_sus's question in Help
you dont find the game? -
Srcipt list memory type is marked as ? And cant be eddited
MonkeySAN replied to Amogus_sus's question in Help
if that so maybe that some script was out dated. that game got updated quite frequently. -
Srcipt list memory type is marked as ? And cant be eddited
MonkeySAN replied to Amogus_sus's question in Help
are you sure the game was the correct one? as i can see here in the picture its says = Battle Cats Mod. a modded version of the game? where you got it? maybe thats why that some script not working properly. -
yup..Google Translate can be such an idiot sometime. im still had no idea what are you try to tell us..plus my english wasnt that good either. but is your problem solved now?
-
hmm.. base on your script...thats probably whats he want.(maybe) press cancel will hide the script menu but press GG logo again will bring back the menu that you had left before..not the very first menu(main). he did mention his script had various menu by a lot and so on..so on(parts i dont have clear understand)
-
so weird i didnt notice it before.. what does the "Homedm = -1" do in a function really? what its relation with this below? while true do if gg.isVisible(true) then Homedm = 1 gg.setVisible(false) end if Homedm == 1 then A() end hope someone more expert can give some insight on this. @CmP maybe?
-
maybe the value in that script wasnt the right value to begin with? have you double check it. value may change between restart.
-
because im clearly not understand you? your details are all over the place and i cant visualize a clear picture of it.
-
this..? while true do if gg.isVisible(true) then HOMEDM = 1 end if HOMEDM == 1 then gg.setVisible(false) Test() end end
-
there is nothing wrong in the script name by itself. maybe avoid naming script using symbols can solved it but then its still depend on what browser some people use. some browser ok with it...some do not. its so weird..i dont know. imaging you go forward and back..high and low to find the error in script while on your side its all good and fine..only to discover its not your script fault but rather the browser.
-
cant open..what happen?
-
clearly you do not understand how it work.(or im just BAD at explaining things..my english not that GOOD though.) i'll leave at that for you to figure out. in mean time all videos that you can see here..i will keep it for a week.(maybe my video was BAD too) after that it will be deleted.
-
im using the Battle Pass to check what item i will get when changing the ID. so that i can use that ID value in Event Quest to claim it. as in Event Quest the item wont show up when you changed it..you will only see what you got after you claim it clearly you need to watch the video again and pay attention. yep if i may say so..its in the game codes anyway. search for the big value (ie.Cash 50000) then goto..scroll up and you will see the others values too. check all the values then Copy as group search -> Add group size
-
accepting answer from others is easy. but the most important thing is.. Did you learn anything? and What had you learned? part of learning is exploring, trials and errors. this quick video show how i find the gloves ID. Screenrecorder-2021-11-14-07-49-54-881(0)(0).mp4 the rest of it..why dont you start and try to figure it out by yourself.
-
yep. change , claim and see what you get until you got it.
-
Great. no need. you can use the same quest as long as that value 2 is freeze to 1. just change the ID. yes..it will work for gloves too.