Jump to content

MonkeySAN

Contributor
  • Posts

    1,835
  • Joined

  • Last visited

  • Days Won

    122

Everything posted by MonkeySAN

  1. of course it didnt worked. it was a long time ago..most hacks in here will not work anymore. i dont play the game anymore and i will not play it again. maybe wait for someone else whos playing the game.
  2. MonkeySAN

    Help with scipt.

    hmm..maybe add more offsets down the line but with 20 results more..its still long to write. since i had no idea how the initial search is done or how the said codes appear structurely in the game of yours..i'll say you wait for someone else to give their inputs.
  3. MonkeySAN

    Help with scipt.

    use offsets maybe...? = price address + offset something like this.. local t = gg.getResults(1)--price address found local p = {} p[1] = {} p[1].address = t[1].address --price address p[1].flags = gg.TYPE_DWORD --value type p[1].value = 0--edit to your value gg.setValues(p) p[1].address = t[1].address + 0x4-- add offset for amount address below it. p[1].flags = gg.TYPE_DWORD --value type p[1].value = 999999--edit to your value gg.setValues(p) or local t = gg.getResults(1) gg.setValues({ {address = t[1].address,flags = gg.TYPE_DWORD,value = 0}, {address = t[1].address + 0x4,flags = gg.TYPE_DWORD,value = 999999} })
  4. search dword = item level - 1 example : level 2 = search dword 1 upgrade to level 3 = refine dword 2
  5. Equipment level and rarity.
  6. Hero level.
  7. Screenrecorder-2022-01-04-02-26-53-286.mp4
  8. mine was in Ca region. dont know about you guys
  9. group search ordered type E : Double = diamond value ; gold value :: refine to Gold value then use increment to pinpoint the correct one. once found..goto the address and scroll above to find Diamond value.
  10. hmm..think i got it.. from Daily Quest in Village. maybe Gold too.
  11. hmm...i know this wont help much but somehow it is possible but i dont remember what i did. at Level 1 but with 500M coins.
  12. MonkeySAN

    Evermerge

    OK. GOOD LUCK. MERRY CHRISTMAS AND HAPPY NEW YEAR.
  13. as usual..not work for me.
  14. i dont connect to FB or anything so i cant say about that but you can change Equipment to SS type. value to change is the 3rd address above Level. change to 5 for SS type.
  15. can change Relic to any S type Relic. value to change is just above level.
  16. Screenrecorder-2021-12-19-06-01-06-606(0).mp4 same way for other resources.
  17. so your script create a key on user devices. you want it to be an encrypted keys.. that the script created itself? by
  18. MonkeySAN

    Evermerge

    you use emulator? maybe that could be the problem. all hacks i had shown above are all for mobile phone.
  19. Screenrecorder-2021-12-11-20-48-04-847.mp4
  20. hmm..im sure it was in there. as well as alot other things too.
  21. you used chainer.lua.. obviously it will not work for everyone. this is much more simpler to understand and work everytime for everyone. goto address and you will find Tactical Knowledge and Reputation too.
  22. hmm...that script not working for me.
  23. and what hack that you had tried?
  24. mine is 64bit..so the script didnt work for me. its for 32bit device.
  25. Great. which one...mine or your script?
×
×
  • 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.