Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/11/2022 in Files

  1. Version 1.0.4

    1,935 downloads

    its simple script that allows you to get rewards of set 1 without requiered points
    2 points
  2. Version 3

    7,065 downloads

    This is a free + open source Field offset finder script. You will need the dump of game for it to work. From the dump.cs file get variables with basic data types like int, float, bool. Then download and run field offset finder script. Input the class name and offset. And then you will get field values of all instances of that class. You can download the latest version of Field Offset Finder from here. After finding the value you have two choices for making script. First one is to use search code generator which gives you an code that you can paste in your script and it will find the value. The second option is to use the value from class function that comes with field offset finder. An example of usage of value from class is this : valueFromClass( "PlayerController", "0x148", false, false, gg.TYPE_DWORD) gg.getResults(9999) gg.editAll(99999, gg.TYPE_DWORD) You can see the documentation of value from class function here. This feature will also be added to Method Patching Library in the future with the ability to find struct and their field too. If you don't know what method patching library is then it is a collection of prebuild functions that allows you to patch methods instead of fields. You can check documentation in you are interested.
    1 point
  3. Version 2.0.0

    13,915 downloads

    I will not be updating the script here anymore. Made by me - hah#7126 I got it to work in 22.5.4 as well! Details: A better version of the lottery and sets script. Changes the lottery rewards to the values you choose. Ima keep updating this until it gets patched which is probably soon. idk why this still works. Wont be posting any other scripts i made though Ask me on discord about free super chest and other scripts instead of commenting here Usage: Run the script (press the gameguardian triangle play icon) in the pg3d LOBBY Choose how many gems you want the chests to give you. Only Works on ARM64. (If using emulator go to emulator multi-instance manager and create a new 64bit emulator.) How to tell if you are not on ARM64? When you choose the pg3d process in gameguardian when the game starts, it should say x64 beside the pg3d icon or else you are not on 64bit ALSO It depends on where you got the obb from. Google play store will be 64 bit if you are on a 64bit device 22.5.1 CUSTOM LOTTERY SCRIPT.lua
    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.