Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/24/2018 in all areas

  1. Version 3.7

    25,184 downloads

    Binary scripts compiled on one version of GameGuardian may not work on a different version. Or in future versions. There is no support for binary scripts and will never be. You do everything at your own peril and risk.
    3 points
  2. I have a solution for you, but let's review your code first. 1) There are many redundant calls to clearResults function. Consecutive applying of this function is completely useless. 2) One redundant call to searchNumber function. And why would you specify "gg.TYPE_DOUBLE" in the first search, if you are searching for ONE FLOAT value according to the search string? These calls have same effect: GG performs a search for value "1.91249990463" of float type. Here is the example of how your function could be rewritten to fix the above-mentioned redundancies and to add the ability to modify only required results leaving others untouched: function AIMBOT () gg.toast('Loading Aimbot') gg.clearResults() gg.searchNumber("1.91249990463", gg.TYPE_FLOAT) local results = gg.getResults(10) local targetResultsNumbers = {2, 5, 8} -- table with numbers of results to modify, other results won`t be touched local elementsToModify = {} for i, v in ipairs(targetResultsNumbers) do if results[v] ~= nil then table.insert(elementsToModify, {address = results[v].address; flags = results[v].flags; value = '999999'}) end end if #elementsToModify > 0 then gg.setValues(elementsToModify) end gg.clearResults() gg.toast('Aimbot Enabled') end
    2 points
  3. sometime when you do the first run, it doesn't appear. Also when using No Fear method, do the following sequent will almost always give you the result: 1. Do a Dword search for: 1;0;1;2;0;1;3;0::137 2.Then refine the same search with: 0;0;0;1;3;0::37 3.Then refine again with: 1;3;0::9 4. Finally, refine with: 0 5. Save all the result that you got. You won't get more than 100 if your game is new. Part B. Start a new search(ignore the previously saved value for now!) 1. Dword search for: 1;0;1;2;0;1;3;0::137 2. Refine it with: (Skip this step)  0;0;0;1;2;0::37  3.further refine it with: 1;2;0::9 4.finally, refine with: 0 5. Save all result. select all save and offset 4, you should see 4 result with similar negative number. If you do not, restart the game and try again.
    1 point
    Great But they'll have to do something else to prevent the intercept code Hope you can always update refueling
    1 point
  4. @Enyby fix it to work with this scipt , cause they already patched it script.ssulua
    1 point
    Why cant i Find Forward Assaul on Gameguardian? Its both running on Parallel Space but still no Forward Assault Please help me
    1 point
    Very useful tool not only for script writers, but also for anyone who want to analyze a script.
    1 point
  5. 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.