Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/2024 in all areas

  1. [ @AxelGameGuardian ] --- Please provide some screenshot, it is really vague. I suspect that it is because your client didn't allow internet access when using the script. You need to know that gg.makeRequest() requires internet access, it must be granted to 'allow', each time you execute the script. If your client deny internet access, then the script will simply complain about 'no internet' or 'wifi' or etc. Tell your client to just execute the script again and make sure to 'allow' internet access if Game Guardian asked. ---
    1 point
  2. Version 1.2.0

    6,078 downloads

    -- Script to search and freeze up to 5 decreasing values (eg: hp, mp, etc.) -- in games written also in Lua language. -- This script use the fact that lua numbers are always stored as double -- and followed by 3D, cf. src/lua.h in its source code. -- Sometimes you won't find the exact value your are looking for (eg: there are different way to write the same double value or the value displayed is truncated). -- Then you can also set a margin for each one of the 5 values. How to use: look for the values you would like to freeze (eg. health points or mana points indicated in your game) pause the game (u may use autopause from the game guardian's main menu) store these values through the edit menu restart the script and select search and freeze. Once the search are finished go back to your game and play : script will auto detect and freeze the values you registered before.
    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.