Jump to content

MonkeySAN

Contributor
  • Posts

    1,623
  • Joined

  • Last visited

  • Days Won

    102

Posts posted by MonkeySAN

  1. 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..

    20210215_161218.thumb.jpg.39ced7acad1aacb2f5dbf3b3050b3bb1.jpg

    and got this..

    20210215_160856.thumb.jpg.e7f04435b99c2a4411d0efb66193b675.jpg

    got the item when buy it but diamonds dont add up.

    its as the same as you set it to 0

  2. he tried to get that diamonds by changing it to negative value but if do so that diamonds value turn into that big number.

    20210215_131354.thumb.jpg.d36425900cc63fd96ce6c77b66baa2b4.jpg

    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.

    20210215_132535.thumb.jpg.62ad4da65d0a6ddeb3a9e38c621c54bb.jpg

     

  3. see this pic of your offset that you had got..

    20210211_012710.thumb.png.d5a63ea5622ef4222b1e696849483e49.png

    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.

  4. 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.

  5. guess what.

    it force close in sandbox..

    now at tap to start screen.

    everytime.

    even at ChillyRoom logo sometime.

    mod the game itself sound interesting but i had zero knowledge about modding app/games.

    also trying old version of the game but cant seem to find reliable source for it as every apks i downloaded wont install in my devices.

  6. so its seem the game had put protection against GG...not just virtual space.

    just installed the sandbox...everything perfect for some other games as well as Soul Knight too...so its seem.

    the blank white screen appear and game load normally.

    tap GG icon..select process...nothing happen.

    search something...done..seem its like nothing happen too.

    but as soon as i tap that search button to refine the results...the game force close.

    [added 4 minutes later]
    2 hours ago, Crystal_Mods100x said:

    i wonder why the devs would make their game crash if detecting game guardian. that does not make any sense at all "silent anticheat"

    them been polite i think...not to call us a cheater so everyone feeling not get hurt..

    😅😅😅😅

    ..myA$$.

  7. i cant say anything about the game in rooted device since mine wasnt rooted.

    however i did noticed everytime when open the game outside virtual space...it showed a blank white screen with blue top bar for a moment like miliseconds or less then the game load and run normally without any hiccups afterward.

    but in virtual space though..that same white screen was never ever appear at any given time..the game just load and run for a bit then force close.

    clearly its some kind of proctection maybe.

  8. 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.

  9. 4 hours ago, chashem89 said:

    I saw your video. Thank you. From you video I hack emeralds. But I don't understand how you hack coins. You loot 342 coins. Searched for 342. Then you edited 1442. Why?! I don't understand this moment. Please, explain me. And notice: my English not very good. Thank you. 

    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.

  10. 6 hours ago, chashem89 said:

    I try hack the resources like the coins. But it don't work. Can you show how to hack the resources? I have root and gg installed. But I'm not experienced hacker. 

    READ THE PREVIOUS page and you may find it how.

  11. same as the others...you do the search in Adventure mode.

    20210206_180841.thumb.jpg.822188503e1fd531a701a5fad95b7dad.jpg

    i dont know about Chips though..as i see its not very useful because you can hack character stats instead and make them powerful.

  12. 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.

  13. 4 hours ago, nio04 said:

    didn't u convert hex to dec, in first step in offset???🙄

    to convert it to Dec...you can use calculator app that can do just that.

    example your offset 70

    20210205_191331.thumb.jpg.25a37ed5b8becf55a8d2ea4d8e2ed67e.jpg

    or you can use GG itself to convert it.

    1547127085_Screenshot_20210205-191228_NovaLauncher.thumb.jpg.4f17ed0e5ec95ee336357b2ef781adb3.jpg

    must put h behind it...then tap the pointer down next to it to get to below screen.

    20210205_191302.thumb.jpg.479b2114d2ac11a8990f2caff11c244e.jpg

    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

  14. 13 hours ago, Crystal_Mods100x said:

    WHAT. i got 70 when i caculated the 2? what just happened ;-; i really caculated 70 there is no way

    lemme try that then =)) wait. did u convert it to hex?

    nope.

    the offset 68 is already in Hex.

    therefore you must write 

    = 0x68

  15. Did you get the right offset..??

    20210205_021910.thumb.jpg.b41fa0180e064df4844fdcf2a7ffa7e4.jpg

    20210205_022024.thumb.jpg.b1facac951d9f5d72c52f111986cde04.jpg

    20210205_022702.thumb.jpg.78ca3516121654d620c0cdc59bb98f63.jpg

    this is my offset..different from yours but you always write it like that.

    where you had got that 46...??

  16. 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.

  17. i THINK and THINK..

    THINK again maybe its for Chinese only.

    if i THINK...maybe i THINK..its know where you come from.

    if it THINK..you not from Chinese IP then i THINK its give you that malware alert..so i THINK.

    and im just THINKING only.

    PLEASE DONT BELIEVE ME..

    BELIEVE THE INTERNET.

×
×
  • 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.