Leaderboard
Popular Content
Showing content with the highest reputation on 08/21/2022 in all areas
-
2 points
-
2 points
-
Version 1.0.0
16,011 downloads
UPDATED 24.3.2: https://gameguardian.net/forum/files/file/3887-updated-pg3d-2432-actual-32bit-support-pixel-gun-3d-all-update-custom-lottery-rewards-hack-32bit-and-64bit/ The script has been patched, but @Michael1541 went through a lot of effort to make an updated version for the community! Switch to that one instead: PG3D Lottery and Sets script updated - LUA scripts - GameGuardian @Michael1541's updated version has also been patched . Want to update the script yourself? I have created a lotto sets template! Notice: Armv7 (32bit) is not currency supported, because I grinded 18 hours to make this and I'm really burnt out. But it should be finished in a few days. Update: I said I would add Armv7 (32bit) support in a few days when this script was first released, but it never came out. I know a lot of people are upset about this. The reason is that I tried multiple times to make it work but kept encountering bugs and running into issues. Sorry to all the 32bit users! Contact Me: User123456789#6424 on discord Disclaimer: This script is bannable! Getting too much currency within a certain time frame will flag your account as suspicous and you will be banned in the next ban wave. I recommend only getting at most 10,000 gems per day, or your account will have a high risk of being banned. Even if you do play it safe, you can still be banned. Warning: Using the custom value option and setting the reward values to over 45,000 will instantly ban you! After almost 18 hours straight of work, and a completely sleepless night, I finally present: Pixel Gun 3D All Update Custom Lottery and Set Event Hack! This is not the ordinary lotto sets script. Here's what unique about it: -This script will work on all game updates (the lowest game version tested is 22.4.3, but downgrading is impossible anyway), even future updates -The script supports various values, and lets you enter a custom value if it does not have what you want. Currently, only whole numbers (no decimal values like 1.5) in the range of 0 to 65536 are supported. -This script supports devices with both armv7 (32bit) and armv8 (64bit) architectures -This script employs multiple searches, to ensure that only the correct value is edited, and as a backup in case the mIain search does not work -This script has a small antiban feature that warns you when you try to edit the reward values over 45,000 I really hope you enjoy, and that this was worth staying up until 5 AM for!1 point -
Version 1.11.0
8,111 downloads
This script is only needed to make it easier to work with Il2cpp. More information can be found in the github repository. You can also report script errors either by writing to me in private messages or by creating an issue on github. You can also suggest an idea for the development of the module by sending it to me in private messages.1 point -
Version 1.2.0
4,903 downloads
Made by me - hah#7126 Will not be updating this here anymore SCRIPT IS ATTACHED IN DESCRIPTION CAUSE ITS TOO BIG OR >> DOWNLOAD << Details: Level Editor and XP Hack / XP Spoofer Enable XA: Code App Region in Game Guardian settings Ask me on discord about other scripts instead of commenting here. Usage: For Level Editor: BE SURE TO SELECT THE PROCESS EVERY TIME BEFORE YOU RUN THE SCRIPT Select the Pixel gun 3d Process and then Run the script (press the gameguardian triangle play icon) in the pg3d LOBBY. Enter what level you want to be set to and press OK. Go into a game and finish it and the script should work. (Your level will be set the the number you entered.) For XP Spoofer: BE SURE TO SELECT THE PROCESS EVERY TIME BEFORE YOU RUN THE SCRIPT Select the Pixel gun 3d Process and then Run the script (press the gameguardian triangle play icon) in the pg3d LOBBY. Enter how much XP you want. Go into a game and finish it. When you collect the rewards, XP spoofer will work. XP Editor: BE SURE TO SELECT THE PROCESS EVERY TIME BEFORE YOU RUN THE SCRIPT Select the Pixel gun 3d Process and then Run the script (press the gameguardian triangle play icon) in the pg3d LOBBY. Enter how much xp you want to be set to and press OK. (this is different from xp spoofer as it sets your xp to the value you enter. XP spoofer adds xp to your current xp.) Go into a game and finish it and the script should work. (Your XP will be set the the number you entered.) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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.6.0 Custom XP Spoofer x64 O.lua1 point -
Version 2.5.9
11,017 downloads
This script loads a Il2CppDumper dump.cs file and allows you to. Search for methods using keywords. Edit methods with the press of a button. Create script functions from your edited methods. And generate a complete fully functional script without writing a single line of code. There is full help documentation at the bottom of each menu.1 point -
Version 1.2.6
8,288 downloads
New Hooking and calling methods with Il2Cpp Edits by Name Plugin This is a plugin based script aimed mainly at finding edits and creating scripts for Unity based games but can be extended via plugin to do whatever you are capable of scripting for any type of game. You can import dump.cs (Il2CppDumper) and types.cs (Il2CppInspector) files. My Il2Cpp Fields and Edit by Name scripts are included as plugins with improvements over the original scripts for making edits. You can export standalone scripts using the edits made with the plugins. Do not delete the BC_DATA directory that is created or the files inside of it and its subdirectories. Info for creating plugins: A template for creating plugins is in the downloads list with the toolbox. -- To load data from dump.cs or types.cs, user will be prompted to select a dump.cs or types.cs file if a saved json with processed dump data is not found in the scripts data directory. dumpHandler.loadDumpData() -- To make the script return to your plugins main menu instead of the scripts main menu when the floating [Sx] button is pressed. pluginManager.returnHome = true pluginManager.returnPluginTable = "yourScriptsFunctionTableHere" To make normal functionality return to the floating [Sx] button. pluginManager.returnHome = false -- Search results from the built in dump search plugins are stored in the following tables which reference dump_cs_table The tables are created upon loading the search plugin. Method results dumpSearcher.methodResults = { {1,10} } -- this would be one result referencing dump_cs_table[1].methods[10] Field results dumpSearcher.fieldResults = { {1,10} } -- this would be one result referencing dump_cs_table[1].fields[10] Enum dumpSearcher.enumResults = { {1,10} } -- this would be one result referencing dump_cs_table[1].fields[10] -- Your plugin should be based on the plugin template and have a unique function table name, there should at minimum be a function named "home" in the function table.1 point -
Hi. Just wanna ask . Are u using gg in rooted? If not what what version of gg u are using1 point
-
1 point
-
1 point
-
Awesome script, and very useful! But there's a big problem with this script. The problem is that in the instructions, you give unclear instructions and I do not get exactly what to do and why. It would be awesome if you could more thoroughly test it and find out exsctly what to do and why. Also, it would be a lot easier to use if you used gg.alert and gg.sleep to guide the user through the process step by step.1 point
-
1 point
-
I was actually looking for make a script to try out the seeker bar feature in GG. So i used this game as test app, as seeker bar works very well for speed hacks. Also this game is Unreal engine. And doesn't require some expensive phone. It even runs on Nox emulator. I made some test script, with some basic features. Didn't really try to cheat it but lots of stuff can probably be found. If you like to i can share it when its finished, i probably add more features because the game is kind of getting popular, ofc no need to pay, its just a game and i do it for learn my self. Others can just benefit from it through my script. Here you have video: mobizen_20220819_212837(0).mp41 point
-
1 point
-
1 point
-
1 point
-
1 point
-
0 points
-
0 points