Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/13/2022 in all areas

  1. View File Shadow Fight 3 (1.28.2) Script for Shadow Fight 3 Working version : v1.28.1 Features : Fast Search Auto Win (removed since v1.26.0) Shadow Energy 1 Hit Kill Frozen Enemy Video: Submitter jska Submitted 05/22/2021 Category LUA scripts  
    1 point
  2. Version 1.28.2

    22,073 downloads

    Script for Shadow Fight 3 Working version : v1.28.2 Features : Fast Search Auto Win (removed since v1.26.0) Shadow Energy 1 Hit Kill Frozen Enemy Video:
    1 point
  3. View File Pixel Gun 3d XP Spoofer 22.6.0 arm64-v8a 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. Discord nitro for free super chest cause i want nitro hehe 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 and press OK. Go into a game and finish it. Collect the rewards. After this go back to the lobby and claim some rewards while in the LOBBY etc. (for ~5 mins) Go into another game and go to the armory mid game and you should see you level get changed to what you wanted. 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 (buggy only works 1 out of 4 times idk why). Bonus Option: Ignore --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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.lua Submitter hah7126 Submitted 08/05/2022 Category LUA scripts  
    1 point
  4. Version 2.5.0

    8,392 downloads

    Updated And Working Please Rate 5 Stars Current Passwords: 5017 , 7105
    1 point
  5. After using offset I found a value type Qword and I want to print that value. Please tell me how to write it in a script I don't know is it possible or not.
    1 point
  6. Thanks for the help it works perfectly. Please suggest a beginner like me how can I get knowledge about coding and language for game modding. Game hacking is more interesting then playing.
    1 point
  7. Mario could you do video tutorial and teach us how to create this script by ourselves ? Every time when update arrives we need to ask you and wait a long time for new script because old doesnt work.Thanks !
    1 point
  8. 1 point
  9. gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber('1072861020;152727:21', gg.TYPE_DWORD) gg.refineNumber('152727', gg.TYPE_DWORD) local dwordNumber = gg.getResults(gg.getResultsCount()) local qwordNumber = {} qwordNumber[1] = {} qwordNumber[1]['flags'] = gg.TYPE_QWORD qwordNumber[1]['address'] = dwordNumber[1]['address'] + 0x28 qwordNumber = gg.getValues(qwordNumber) gg.clearResults() gg.searchNumber(qwordNumber[1]['value'], gg.TYPE_QWORD) local get = gg.getResults(2700) print(get) could write myself.
    1 point
  10. If I am able to print that value then I also be able to search that value for 2700 result I do it manually you will understand in the video(below) function find() if menu == 1 then gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1,072,861,020D;152,727D:21", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("152727", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local j = gg.getResults(100000, nil, nil, nil, nil, nil, nil, nil, nil) gg.addListItems(j) j = nil gg.clearResults() local copy = false local j = gg.getListItems() if not copy then gg.removeListItems(j) end for i, v in ipairs(j) do v.address = v.address + 0x28 v.flags = gg.TYPE_QWORD if copy then v.name = v.name..' #2' end end gg.addListItems(j) j = nil copy = nil I don't know what to write further Screenrecorder-2022-08-12-12-33-43-507-mc.mp4
    1 point
  11. If I am able to print that value then I also be able to search that value for 2700 result I do it manually you will understand in the video(below) function find() if menu == 1 then gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1,072,861,020D;152,727D:21", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("152727", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local j = gg.getResults(100000, nil, nil, nil, nil, nil, nil, nil, nil) gg.addListItems(j) j = nil gg.clearResults() local copy = false local j = gg.getListItems() if not copy then gg.removeListItems(j) end for i, v in ipairs(j) do v.address = v.address + 0x28 v.flags = gg.TYPE_QWORD if copy then v.name = v.name..' #2' end end gg.addListItems(j) j = nil copy = nil I don't know what to write further Screenrecorder-2022-08-12-12-33-43-507-mc.mp4
    1 point
  12. Add new script 1.29.0 pls jska
    1 point
  13. You are my hero!!! Thank you for your scripts. You are the most powerful PG3D script maker I have seen. Thank you for your share again!
    1 point
  14. Ha ha ha my lack of bones. This coming from a person who never played rpg games. Someone who has no idea what's going on in the Ace Force Joint Combat game is going to give advice. Ha ha ha ha. You sound like a lazy developer not willing to listen. Game Guardian has become an ancient relic. The game developers have specifically locked Game Guardian out of the hacking world. Game Guardian needs to wake up. Am I complaining about Game Guardian not working because they have not advanced in the hacking world......Yes I am complaining......get off your lazy bottom Game Guardian and stop blaming others for you lack of ambition.
    -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.