Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/22/2018 in all areas

  1. http://lua-users.org/wiki/FunctionsTutorial
    1 point
  2. Function must be defined BEFORE call. You define it AFTER. So BEFORE definition it is nil.
    1 point
  3. View File PACYBITS PLAYER MOD MENU 100% WIN VERSUS ONLINE This script can be used to acquire: 1.ALWAYS WIN ONLINE VERSUS PVP 2.UNLIMITED DIV 1 REWARDS EVERY TIME YOU WIN 3.ALWAYS BEAT YOUR OPPONENT 11-0 4.100 DEFENSE 100 CONTROL & 100 ATTACK FOR ALL PLAYERS WATCH THIS VIDEO TO KNOW HOW TO USE THE SCRIPT WATCH THIS VIDEO TO KNOW HOW TO USE THE SCRIPT Submitter RONO_PLAYS Submitted 11/20/18 Category LUA scripts
    1 point
  4. Get results to table, modify address and set or get value via setValues or getValues. In your example you make empty table and try get 1 element from it. Of course it is always nil.
    1 point
  5. isn't I already said it :/? there's 2 way... if it's not work if you hit the next day and restart, then don't hit the next day and restart (the drawback is you just need to reenter the battle, that's it)
    1 point
  6. Search and replace text Up to 32 bytes. Replace must be same length. gg.clearResults() function searchText(text) local bytes = gg.bytes(text, 'UTF-8') local ret = '' for i, b in ipairs(bytes) do ret = ret .. ';' .. b end ret = ret:sub(2)..'::'..#bytes return gg.searchNumber(ret, gg.TYPE_BYTE) end searchText('rfde') function replaceText(text) local bytes = gg.bytes(text, 'UTF-8') local all = gg.getResults(100000) local len = #bytes for i, t in ipairs(all) do t.value = bytes[((i - 1) % len) + 1] end return gg.setValues(all) end replaceText('gold') If you want UTF-16, replace 'UTF-8' in code to 'UTF-16LE'.
    1 point
  7. Performing an action by clicking on the GG icon function doAction() local ret = gg.alert('Here some action', 'OK', 'Cancel', 'Exit') if ret == 3 then os.exit() end -- exit from the script end gg.setVisible(false) while true do if gg.isVisible() then gg.setVisible(false) doAction() end gg.sleep(100) end
    1 point
  8. Game name: Monster Match Link to the game: https://play.google.com/store/apps/details?id=com.mobage.ww.a1431.Puzzles_Android&hl=en Comments: Would anyone be so kind to make a hacked apk for this game? It would be great to have anyone so kind to do it. This is a mobage game but I've seen one of the mobage game hacked by Raslin777 and it works! So I have an idea to request this mobage game to be hacked especially by Raslin777 in honor to him!
    1 point
  9. GameGuardian work without root So, as for work without root. This is not magic. Technical limitations were, and have remained. So it will not work anywhere and always. Actually it looks like this: 1. You put an application of virtual space (Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others). 2. In it you add the game and installed GameGuardian. 3. From the virtual space application, you launch the game and GameGuardian. Actually everything. GameGuardian can be used to hack the game. Everything is simple and transparent. It was a good part of the news. Now about the bad: 1. The game has zero progress. You can not transfer the progress from the existing installation of the game, if the game itself does not provide it (through the cloud or somehow). 2. Not all games work through virtual spaces. 3. There may be another account in the game. 4. Not all functions will be available in GameGuardian. 5. On some firmware it does not work at all. If you cannot choose a proсess in GameGuardian, or get an error 105/106, then on your firmware, GG, without root, will not work. Try optimized versions of virtual spaces or another firmware or other device or get root. 6. In some virtual spaces GameGuardian does not work. What can be done in case of problems: 1. Try different virtual spaces if the problem is in them. Best option: Parallel Space. 2. Try changing the firmware. 3. Get a root and do not fool yourself. Once again: it will not work at all and always. It is possible that it will work for you and will not. Virtual spaces to run GameGuardian without root (#ct7bob3) Proper install without root - GameGuardian (#abausujp) Help: https://gameguardian.net/help/help.html#work_without_root Video-examples: Balls Bounce Free - hack balls - without root - GameGuardian, Parallel Space Bejeweled Stars: Free Match 3 - hack without root - group search - GameGuardian, GO Multiple Hack Tap Counter without root via GO Multiple on Android 7.1.1 - GameGuardian Hack Tap Counter without root via GO Multiple - GameGuardian Work without root via Parallel Space - GameGuardian Work without root via 2Face - GameGuardian Work without root via Mutiple Accounts - GameGuardian Work without root via GO Multiple - GameGuardian No root via VirtualXposed - GameGuardian (#b6l7k1qu) No root via VirtualXposed (without error 105) - GameGuardian (#bpb5835m) No root via optimized Parallel Space Lite - GameGuardian (#47glijbj) No root [from scratch] (boring and long video) - GameGuardian (#9rf9317c) No root via Dr. Clone - GameGuardian (#aft8whcy)
    -1 points
×
×
  • 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.