Jump to content

MonkeySAN

Contributor
  • Posts

    1,833
  • Joined

  • Last visited

  • Days Won

    122

Everything posted by MonkeySAN

  1. when you followed the instructions and got exactly right the opposite way... the game is broken.
  2. 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.
  3. 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.
  4. 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.
  5. 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...
  6. 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.
  7. 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
  8. 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.
  9. found this old request just around the corner... Delete Account (#d0okeauf) dont know if what @Enyby reply for that still stand.
  10. MonkeySAN

    Offset help

    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.
  11. MonkeySAN

    Offset help

    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.
  12. here you go... kumu_QuantumNeutron.mp4 this game is super laggy on my phone..
  13. well..i dont know how to explain anymore because my english not that good too and i bad at explaining things. maybe others can give you some inputs for that. about that resource...you at least can take a screenshot of it and post it here.
  14. obviously you did not watch the video very carefully as i didnt search that loot 342 coins at first. what i did was a fuzzy/unknown search first. then take the coins and refine to a new value that add up to that 342 coins. i had some coins in hand and plus that 342 coins so the new value must much higher/bigger than before. and everything else are pretty much the same way. why dont you watch it again.
  15. READ THE PREVIOUS page and you may find it how.
  16. same as the others...you do the search in Adventure mode. i dont know about Chips though..as i see its not very useful because you can hack character stats instead and make them powerful.
  17. its still change when you getting in and out of a car or dying even when you freeze it. plus if you freeze it at 0..you can get fire rate but you can only slow walk.
  18. MonkeySAN

    Offset help

    i think this is how you had got your offset wrong. you think it was Dec then convert it to Hex.
  19. MonkeySAN

    Offset help

    to convert it to Dec...you can use calculator app that can do just that. example your offset 70 or you can use GG itself to convert it. must put h behind it...then tap the pointer down next to it to get to below screen. offset in Dec is 112..so you must write like this = shotgun ammo address + 112 you can use either both of them but always write it like this for : Hex = address + 0x70 Dec = address + 112
  20. MonkeySAN

    Offset help

    nope. the offset 68 is already in Hex. therefore you must write = 0x68
  21. MonkeySAN

    Offset help

    Did you get the right offset..?? this is my offset..different from yours but you always write it like that. where you had got that 46...??
  22. ... we not even on the modding part yet. Does modding an app or games give malware alert... or the link to a certain site that we clicked?? im confused now...i may need to grow up more. anyway im just a monkey doing monkey business.
  23. im using 32bit phone so the offset is different from yours. but i already found that. not sure about the glide thing..its more like the character run so fast and so uncontrollable but it did gave one hell of firing rate. even the shotgun. it maybe worthy to put that on a script but only if it change only the fire rate..not that glide/run thingy.
  24. someone in denial..
  25. no one wrote the word FAKE or said its FAKE on comments above in here but... you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.