-
Posts
1,795 -
Joined
-
Last visited
-
Days Won
117
Everything posted by MonkeySAN
-
im no expert on scripting but i'll go like this.. local t = gg.getResults(1) local u = {} u[1] = {address = t[1].address - 0x148,flags = 4} gg.addListItems(u) u[1] = {address = u[1].address + 0x14C,flags = 4,value = 90} gg.setValues(u) gg.addListItems(u)
- 15 replies
-
1
-
- @Enyby @d2dyno
- @Enyby
-
(and 3 more)
Tagged with:
-
im guess.. long time GG user would already know about that. it wouldnt record offset editing. only normal editing.
- 15 replies
-
1
-
- @Enyby @d2dyno
- @Enyby
-
(and 3 more)
Tagged with:
-
if that just for Ammo & HP just search = 60D;60D;250F;250F::13 type = Dword or Float you will get 4 results and then gg.editAll("9999",gg.TYPE_DWORD) gg.editAll("999999",gg.TYPE_FLOAT)
- 15 replies
-
1
-
- @Enyby @d2dyno
- @Enyby
-
(and 3 more)
Tagged with:
-
i dont know what happen. that in my video..i tried on the latest version. did you set memory region to Other? or you can try this way.. search =12;2D::9 type = Double refine to 12 and increment edit to find which one that change.
-
or you can get a lot of it.. Screenrecorder-2022-03-31-20-27-50-942.mp4 please do some reading previous posted comments in this thread. so much thing had been covered. im believe almost all of them are still working?
-
This post cannot be displayed because it is in a forum which requires at least 1 post to view.
-
ah..yes. totally forgot about this. thanks.
-
#1 - search fuzzy/unknown in Dword #2 - then play and complete a game and pay attention to the points you get after that. #3 - tap that above button again and select MORE. #4 - which bring you to this screen below. #5 - put the points value you got after complete a game in Difference. ie : if you got 2 then put 2 and so on. #6 - tap N = O+D to refine(red box) #7 - repeat step 2 to 6 until less and less results are letf. #8 - once results left are manageable you can edit the results one by one at the time to see which one is the correct one. you can either replace or tick the box shown in redbox to add to the value and see which one give you the change. i hope you can understand..i rather show you the steps with video but i already complete the season points. Good luck.
-
got it. thanks.
- 30 replies
-
- prompt
- multichoice
-
(and 1 more)
Tagged with:
-
i dont quite get it. would it be like this.. - user open prompt - user enter data but forget the remaining data need to enter - user press CANCEL/ OK ?? - previous data got saved - user open prompt again - a dialog box appear ask user if need to use previous data - if YES, prompt open with previous data fill for user to countinue. - if NO, prompt start again empty for new data
- 30 replies
-
- prompt
- multichoice
-
(and 1 more)
Tagged with:
-
now you make it a bit clear. i think i do know a bit of the solutions but i wasnt HELPFUL and UNDERSTAND enough. l'll let the others explain that. perhaps @Enyby will do?
- 30 replies
-
- prompt
- multichoice
-
(and 1 more)
Tagged with:
-
im been using GG as long as i can remember. when you hold that eye icon..GG will not get in your way so you be able to look at anything in the game..then release it to continue whatever you currently doing before. ie: input in prompt. also in my experiences..there are games that immediately change to loading screen completely blocking the view of values in the game when opening GG. so for that reason..im asking WHY...only to get SPIT back right in the face . still dont understand that multichoice part.
- 30 replies
-
1
-
- prompt
- multichoice
-
(and 1 more)
Tagged with:
-
you need to close GG?? or do you mean the script? i dont get it..why? if you need to close GG then you wont able to run your script. sorry i kinda confused here. my English not that good.
- 30 replies
-
- prompt
- multichoice
-
(and 1 more)
Tagged with:
-
there is an eye icon at the bottom right corner that can be use for momentarily exit GG interface while keeping the script alive. as for the gg.multichoice...i dont understand what you mean.
- 30 replies
-
- prompt
- multichoice
-
(and 1 more)
Tagged with:
-
Botworld adventure (#6ev6ay0p)
-
smartphone.
-
hmm...its still working for me.
-
yes and its the same. find HP then goto address. its all in there. good luck.
-
a slighty modified script.. ArcheryBattle[Modified].lua
-
worked perfectly..
-
its 37. just equip, search and refine the Bow. Training Bow = 0 Boa Constrictor = 3 Forest Cabin = 10 Poisonous Spider = 21 others equipment values are in the address.
-
found the Bow...and the rest are just below it.
-
ignore above..im feel stupid. i misread your post. its not about the stats but the equipment itself. it worked now. @Hasib0
-
hmm.. i dont get quite right with the unfreeze step. if i let it freeze..it will just get server validation failed. but if i unfreeze it..it will also sync to server and value change back to original. maybe a video to show how its properly done?