Leaderboard
Popular Content
Showing content with the highest reputation on 12/20/2018 in all areas
-
*ALL values you can edit are in DWORD *Blue/ Purple Crystals are unhackable. The rest are hackable like level of hero/weapon/materials/platinum coins/etc. HERO ATK: 1. search current atk (example 34) @Dword 2. Level up hero/weapon, equip weapon or unequip weapon and search atk ( example 45) 3. search until you can find only 1 address, edit the address to 999999 and freeze.(note: you need to enable atk everytime you change scenario because the address of atk keeps changing. HERO LEVEL: 1. search current hero level(example 2) @Dword 2. level up the hero and search current level (example 3) 3. level up hero and search until 1 address left and edit to not more than 100( max level is 100) MATERIALS/PLATINUM COINS/ETC: 1. same procedure as hero level but search for your material/plat coins/etc stacks (example plat coins 3) Note: *Plat coins can be farm on online plat scenarios but bosses there are super strong without high dmg hack. *Enable GG pause game function so that you wont die while finding addresses. Enjoy ?2 points
-
2 points
-
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)2 points
-
1 point
-
Here is the video, enjoy, and ask questions if you have ;). Encryption is explained a bit deeper in the YouTube description, but still I don't fully understand it ?1 point
-
I did some research and I finally found a static area who can conduct to the structure. ? I'll be polishing some stuff but the video should come soon. For the moment you can search for -1,082,130,432;-1,082,130,432;1,818,576,914;1,769,235,830;24,931;33;19::25 , go to the 6th result, then browse to and go to the second pointer, then calculate offset with the first address and 1A8. Money is the 5th and 6th value.1 point
-
1 point
-
1 point
-
Please give me more training Step by step Or educational videos or educational pictures1 point
-
ok so --[[ https://patsebin.com/raw/ZWyAaFGW%27 <-- Is this password or script? Ill let this be the script. https://patsebin.com/raw/CrrGrfdj <-- Ill let this be the whatever you like. ]] local login,script = gg.makeRequest("https://patsebin.com/raw/ZWyAaFGW%27").content login = gg.prompt({"Enter Password:"},{"69"},{"number"}) --Let password be 12567 if login[1] == "12567" then gg.toast("Logged in.") sleep(500) gg.toast("Loading...") pcall(load(script)) gg.toast("Thanks for using script! Have a nice day :)") os.exit() else gg.alert("Your Trail Has Been Expired or Update is Availble.\nVisit: https://patsebin.com/raw.CrrGrfdj for more information.","[Exit]") os.exit(400) end -- Fixed --Don't direct copy & patse script,remember to remove hidden string _______________________________________________ added 1 minute later Im working on PHP script and it worked. now my version is on 3.0 P.S: not for selling on overseas,only avalible on China.1 point
-
If you want know changes from begin: -- new [choice] = function: choice /* gg.choice(table items[, string selected]) -> string || nil */ [getValuesRange] = function: getValuesRange /* gg.getValuesRange(table values) -> table || string with error */ [isVisible] = function: isVisible /* gg.isVisible() -> bool */ [multiChoice] = function: multiChoice /* gg.choice(table items[, table selection]) -> table || nil */ [setVisible] = function: setVisible /* gg.setVisible(bool visible) -> nil */ [sleep] = function: sleep /* gg.sleep(int milliseconds) -> nil */ -- changed [searchAddress] = function: searchAddress /* gg.searchAddress(string text[, long mask[, int type[, int sign[, long memoryFrom[, long memoryTo]]]]]) -> true || string with error */ [searchFuzzy] = function: searchFuzzy /* gg.searchFuzzy([string difference[, int type[, int sign[, long memoryFrom[, long memoryTo]]]]]) -> true || string with error */ [searchNumber] = function: searchNumber /* gg.searchNumber(string text[, int type[, bool encrypted[, int sign[, long memoryFrom[, long memoryTo]]]]]) -> true || string with error */ [startFuzzy] = function: startFuzzy /* gg.startFuzzy([int type[, long memoryFrom[, long memoryTo]]]) -> true || string with error */ -- new [SIGN_FUZZY_EQUAL] = 536870912 [SIGN_FUZZY_GREATER] = 67108864 [SIGN_FUZZY_LESS] = 134217728 [SIGN_FUZZY_NOT_EQUAL] = 268435456 [SIGN_GREATER_OR_EQUAL] = 67108864 [SIGN_LESS_OR_EQUAL] = 134217728 [SIGN_NOT_EQUAL] = 268435456 [copyText] = function: copyText /* gg.copyText(string text [, bool fixLocale = true]) -> nil */ [getFile] = function: getFile /* gg.getFile() -> string */ [getLine] = function: getLine /* gg.getLine() -> int */ [getTargetInfo] = function: getTargetInfo /* gg.getTargetInfo() -> table || nil */ [getTargetPackage] = function: getTargetPackage /* gg.getTargetPackage() -> string || nil */ -- changed [choice] = function: choice /* gg.choice(table items [, string selected = nil [, string message = nil]]) -> string || nil */ [multiChoice] = function: multiChoice /* gg.multiChoice(table items [, table selection = {} [, string message = nil]]) -> table || nil */ -- removed [SIGN_INEQUAL] = 268435456 [SIGN_LARGER] = 67108864 [SIGN_SMALLER] = 134217728 [getSelectedPackage] = function: getSelectedPackage /* gg.getSelectedPackage() -> string || nil */1 point
-
-1 points
-
-1 points