-
Posts
1,722 -
Joined
-
Last visited
-
Days Won
109
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by MonkeySAN
-
https://streamable.com/ib7dp0
-
if ch==2 then gg.loadResults(gg.getListItems()) mphck = gg.getResults(999999999999) for i, v in ipairs(mphck) do if v.flags == gg.TYPE_FLOAT then v.value = "0.10000000149" v.freeze = true end end gg.addListItems(mphck) --gg.removeListItems(mphck) gg.clearResults() gg.clearList() mphck=nil gg.toast("MAPHACK DISABLED") end
-
nothing changed so much even my script from long time ago still work.. MrAutoFire.mp4
-
the latest version..
-
oh my..i forgot that i had deleted those videos as My Attachments quota was almost at the limit. people shouldnt be able to see those videos anymore but both you and i still able to see it. clearly something is not right happen here. maybe master @Enyby can look into this matter?
-
thats strange...i still can see my videos here. you guys cant see it??
-
need help ran into my first issue with gg after almost 2 years
MonkeySAN replied to cantlive4ever's topic in Requests
i did mine on the first try...offline. i did once again online but not link to any account.. added extra length. maybe he had activated it and the value already saved on server?? -
need help ran into my first issue with gg after almost 2 years
MonkeySAN replied to cantlive4ever's topic in Requests
UTF16 found it in Anonymous region on my side. -
Light City How to change value to - minus value
MonkeySAN replied to Afiffebriandy's question in Help
im know that.. and thats why im not recommend it for others to try. -
Light City How to change value to - minus value
MonkeySAN replied to Afiffebriandy's question in Help
exactly..but i can deal with it. -
Light City How to change value to - minus value
MonkeySAN replied to Afiffebriandy's question in Help
yup its all in dword. i did search for this though.. 2,103,787,151 318,421,662 2,103,787,151 and found it.(not recommended to try) change the middle one and results as shown in picture above. btw the game still playable..its just mean i wont needed diamonds anymore?? -
Light City How to change value to - minus value
MonkeySAN replied to Afiffebriandy's question in Help
my device 32bit..armv7 i think? searching for this 11;6,226,015;6,881,380;7,143,521;7,209,071;6,226,020;95::25 got exactly 14 results as yours. but no qword when pointer search. -
Light City How to change value to - minus value
MonkeySAN replied to Afiffebriandy's question in Help
when you followed the instructions and got exactly right the opposite way... the game is broken. -
unfortunately or rather stupid me because im know you going for the Cb for lmao[4].start but i didnt even think to check this out and...there is no Cb region in sandbox. using lmao[3]['end'] did gave 2 results but when freeze it...it didnt work either.
-
i'll be [email protected] sweat at all. here what was happen in sandbox(root) - run the script at the game start screen(start + save progress) > got error at line 9 > a nil value for lmao[4].start - play for a while(like 3hrs) still the same error got. - its seem like the 4th Cb almost never existed in the first place. in Parallel Space(non- root) -run the script at the game start screen > got no error at all > message "use only when playing" kick in. - start play > first run the script(already modified it to make it freeze the value) > ITS WORKED.
-
and yes i did played it for a while(3 hours just now) yet that 4th Cb is nowhere to be found. Am i did something wrong or did nothing at all here? btw im forgot to mention that i run the game in X8sandbox which had root. Could be that root thing was the reason the 4th Cb not appear? i will try again but now using Parallel Space. will get back to give the result.
-
this was the error i got.. and this what i got when i run print(gg.getRangesList('libgame.so') Script ended: { -- table(134f9432) [1] = { -- table(8b58583) ['end'] = 3666759680, ['internalName'] = '/data/app/com.playrix.homescapes-1/lib/arm/libgame.so', ['name'] = '/data/app/com.playrix.homescapes-1/lib/arm/libgame.so', ['start'] = 3636219904, ['state'] = 'Xa', ['type'] = 'r-xp', }, [2] = { -- table(a49f300) ['end'] = 3668459520, ['internalName'] = '/data/app/com.playrix.homescapes-1/lib/arm/libgame.so', ['name'] = '/data/app/com.playrix.homescapes-1/lib/arm/libgame.so', ['start'] = 3666763776, ['state'] = 'Cd', ['type'] = 'r--p', }, [3] = { -- table(1b86a739) ['end'] = 3668500480, ['internalName'] = '/data/app/com.playrix.homescapes-1/lib/arm/libgame.so', ['name'] = '/data/app/com.playrix.homescapes-1/lib/arm/libgame.so', ['start'] = 3668459520, ['state'] = 'Cd', ['type'] = 'rw-p', }, } was this suppose to mean something..?? sorry i know nothing about lib files...
-
the script didnt work for me...and im using 32bit device..maybe thats the reason? got error at line 9...something about a nil value.
-
Light City How to change value to - minus value
MonkeySAN replied to Afiffebriandy's question in Help
set it to maximum 4294967295 is same as to -1 so i tried to change it using that number but this time also one below the diamond value.. and got this.. got the item when buy it but diamonds dont add up. its as the same as you set it to 0 -
Light City How to change value to - minus value
MonkeySAN replied to Afiffebriandy's question in Help
he tried to get that diamonds by changing it to negative value but if do so that diamonds value turn into that big number. i had seen some other games that did this too. can change it to 0 and can still buy it though but no diamonds get. and that hours below it can be change to much higher value. -
found this old request just around the corner... Delete Account (#d0okeauf) dont know if what @Enyby reply for that still stand.
-
see this pic of your offset that you had got.. whatever value it showed..that you see...be it numbers or letters or both...it ALWAYS IN HEX. to write in a script for that offset 70 which i will say again it ALWAYS IN HEX. you put 0x in front of 70 as 0x70 to incidate that offset 70 is a Hex. or if you dont want use Hex...you can convert to Dec which im already show to you.. 0x70 in Hex = 112 in Dec but you not need to put 0x in front of 112 because Dec not need it...only for 70 in Hex. if put it in front 112 as 0x112... that will become different offset altogether..as 0x70 ≠ 0x112. as i said before you can use the offset as in Hex or Dec. with Hex..just go with whatever you got and put 0x in front. with Dec...must convert the offset to Dec and dont put 0x in front. recap : OFFSET THAT YOU GOT AS SHOWN IN THAT PICTURE IS ALWAYS IN HEX. Hex = address + 0xC Dec = address + 12 Hex = address + 0x70 Dec = address + 112 i hope you can understand it now sorry if my english is bad.
-
that offset C is Hex... refer the example i gave above..you should have know what to do. what you C is what you get is thats how you write it. even if the offset got godzillion numbers/letters.
-
here you go... kumu_QuantumNeutron.mp4 this game is super laggy on my phone..