Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/21/2023 in all areas

  1. Version 6.0.1

    11,515 downloads

    This Script Is No Longer Being Maintained By The Author Itself. Due, To Frequent Updates Of The Game I Decided To Take A Break From Maintaining & Updating This Script, Because Maintaining This Script Is Very Difficult Unlike Any Other Of My Script I Can Maintain Them And Keep Them Up To Date Easily. Credits To : @999Luckyday
    1 point
  2. Version 3

    7,136 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. When we find coin, bullet, gems value in game, the address changes after we restart our game. Making it confusing for new gg Lua developers. To solve that, we use group search method. And this script will help you by: 1. Automatically generating Search code 2. Increasing search speed 3. Will find the value even if the main value changes, like bullet values which keeps changing and is not same 4. Will stores values in a table in a txt file, so you can analyse it later on (This script is meant for new gg users to make it easy for searching values using script) GG_Search_Code_Generator.lua
    1 point
  4. Nearly every person I speak to that has issues running GG is on Android 12 or 13, my recommendation is that if you want to continue using GG stop updating your android and possibly roll it back
    1 point
  5. Not exactly what you're asking but things like these "Summons" can be bought for free. Maybe its possible to buy other stuff for free too. For these it's memory range Anonymous and value type is Dword. You can start by searching 500;50::150 then refine 500 and increment edit to find the correct value. If you make it a minus it says you've got rubies but they don't actually credit but you still get the 10 x summon for free.
    1 point
  6. Version 1.0.0

    477 downloads

    PASSWORD: V.12031 CHANNEL: https://youtube.com/@FelipeTheMods
    -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.