Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/26/2019 in all areas

  1. Looks like item quantities are modified to make it Negative. Possible the Max is 2147483647. If you have enough items that add up over that qty, it will become negative.
    2 points
  2. Watch on Youtube: 79.0: Edit UTF-8 text (C String) - GameGuardian
    2 points
  3. Frostborn is newly realised multiplayer online game by kefir who are developer of ldoe. It is released in some country and we strongly required it's lua script. Do something.
    1 point
  4. 3,482 downloads

    Hello Guys . Today i will show you simple file rename blocker for GG Lua Script . It is by me ( no coyright ) . If you have any questions ask me in comments . Also Guys here is small variant of this script : if gg.getFile():match('[^/]+$') == 'Block Rename.lua' then else print('⚠ File Rename Is Detected ⚠') return end
    1 point
  5. That work for you? I'll check that game it. Their isn't much many games that GG can't gain access to for me.
    1 point
  6. Making a script it will be on my channel my channel is Gamer Turan_25
    1 point
  7. Knowledge of offsets alone is often not enough. Or you should know them all completely, in a chain. And from the address, which is more or less static. For example, from a pointer in .bss or .data. Most often, you do not have such data. However, if you have them, you can write a simple enough script to always get the desired value by following the pointers. The problem is that offsets can change when recompiling, so you have to refine them with each new update of the game libraries. And the rest, yes, it can be done.
    1 point
  8. Look at this post and the picture to it: Using Offsets (#5nf243is) I also advise you to read the whole topic there. Just discussed your question. Usually, the depth of the pointers does not allow to restore the path to the value, especially because offsets are unknown and can be quite large. This is for the case of restarting. If the games have allocated a pointer to the stack (a rare case, but possible), then you generally will not have any chance to find something, because the starting address will not be tied to the library memory space. [added 2 minutes later] Here is another discussion you should read: Finding real offsets of IDA (#8cdn5dao)
    1 point
  9. To select specific items use "getListItems" function and filter items that match condition. Example of selecting frozen items with freeze type "freeze in range": local items = gg.getListItems() for i, v in ipairs(items) do if (not v.freeze) or (v.freezeType ~= gg.FREEZE_IN_RANGE) then items[i] = nil end end To change values of the selected items use "setValues" function (if only value needs to be changed) or "addListItems" function (if anything of the following needs to be changed: freeze state, freeze type, "freeze from" value, "freeze to" value). Example of changing values of the previously selected items: for k, v in pairs(items) do v.value = '123' end gg.setValues(items)
    1 point
    Hello @HexorYt . I like your script . I dont play pubg . I just wanted to see your script system . As i notice you were working hard . It ia good job but it have very weak system . You need to add Pubg detect system and change enceyption Because less than 1 minute i got full decrypt : I hope you will forseen my advise. Trust me it is easiest to get source codes from your script . anyone can it . so change encryption method .
    1 point
  10. here you go encrypted search but why edit 50 mill results lol gg.searchNumber(100, gg.TYPE_DWORD, true) gg.getResults(5000000) gg.editAll(-99999999, gg.TYPE_DWORD) gg.clearResults()
    1 point
  11. 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 point
  12. I think you can buy ANYTHING... @Enyby This game has values in Anonymous range. Then on another launch they are in "Other" range. I know you wanted to know if values ever were in Other. This is a game that does.
    1 point
×
×
  • 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.