Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/01/2024 in all areas

  1. I've tried hacking the bux with changing the 2500 bux in the inject money menu and changing it to minus, it worked. All I need is the energy hack and medical kits, if anyone found how to search the value of energy, medical kits and other item let's discuss it here.
    1 point
  2. Version v0.3

    147 downloads

    DOGAN SIMULATOR 2 IS A FIRST-CLASS GAME THAT OFFERS THE MOST REALISTIC CAR SIMULATION EXPERIENCE! THIS EXCITING CAR SIMULATION IS FULL OF UNIQUE GAME MODES AND AMAZING GRAPHICS. THE PERFECT GAME FOR BEGINNERS AND CAR ENTHUSIASTS ALIKE. GAME LINK: APKCOMBO SCRIPT MENU: - INFINITE CASH
    1 point
  3. gg.searchNumber(1, gg.TYPE_DOUBLE) gg.refineNumber("1", gg.TYPE_DOUBLE) local results = gg.getResults(1000) gg.alert("Editing values every second. Click Game Guardian to stop.") gg.setVisible(false) -- Start the editing loop while true do gg.editAll("9999999", gg.TYPE_DOUBLE) gg.sleep(1000) if gg.isVisible(true) then break end end gg.alert("Editing stopped.") gg.setVisible(true) try this one i made its old but i think it would work on you using on a local gg choice local credit = [[ hi ]] function Tutorial() local g = gg.choice({"REPEAT","EXIT"},nil,"Hi") if g == nil then end if g == 1 then gg.searchNumber(1, gg.TYPE_DOUBLE) gg.refineNumber("1", gg.TYPE_DOUBLE) local results = gg.getResults(1000) gg.alert("Editing values every second. Click Game Guardian to stop.") gg.setVisible(false) -- Start the editing loop while true do gg.editAll("9999999", gg.TYPE_DOUBLE) gg.sleep(1000) if gg.isVisible(true) then break end end end if g == 2 then gg.alert(credit) os.exit() end gg.alert("Editing stopped.") end while true do if gg.isVisible(true) then r = 1 gg.setVisible(false) end if r == 1 then Tutorial() end end
    1 point
  4. im no expert in scripting but for a simple ON-OFF script, this is how i came up with : local gg = gg r = {"[ON]","[OFF]"} SW = r[2] function main() local menu = gg.choice({ "\nFireRate Hack"..SW, "\nEXIT"}, nil, "ON OFF Menu") if menu == nil then return elseif menu == 1 then hack1() elseif menu == 2 then os.exit() end end function hack1() if SW == r[2] then -- codes here -- gg.alert("FireRate Hack Enable") SW = r[1] else -- codes here -- gg.alert("FireRate Hack Disable") SW = r[2] end end while true do if gg.isVisible() then gg.setVisible(false) main() end end
    1 point
  5. How to set Game Guardian with Apktool M for Android 14 Compatibility This guide will walk you through editing SDK target of Game Guardian (GG) using Apktool M to ensure compatibility with newer Android versions "Android 14" Hey Darklord aka OREW here again --------------------------------------- 1. Download Required Tools: Game Guardian (GG) Apktool M --- 2. Decompile the Game Guardian APK: Open Apktool M. Locate the GG APK file. Select the GG APK, then click "Decompile" and wait until the process completes. --- 3. Edit the apktool.json File: Open the decompiled GG folder. Locate and open the apktool.json file. Find lines 29 and 30: "minSdkVersion": "10", "targetSdkVersion": "22" Change both versions to: "minSdkVersion": "24", "targetSdkVersion": "24" Example of apktool.json After Editing: { "apkFileName": "GameGuardian.101.1_src.apk", "PackageInfo": { "forcedPackageId": "127", "renameManifestPackage": null }, "doNotCompress": [ "resources.arsc", "png", "res/raw/ydwsh" ], "compressionType": false, "sparseResources": true, "version": "2.4.0-241015", "sharedLibrary": false, "VersionInfo": { "versionName": "101.1", "versionCode": "16142" }, "UsesFramework": { "ids": [1], "tag": null }, "unknownFiles": {}, "apkFilePath": "/storage/emulated/0/Download/GameGuardian.101.1.apk", "compactEntries": false, "isFrameworkApk": false, "sdkInfo": { "minSdkVersion": "24", "targetSdkVersion": "24" } } Save and exit the file. --- 4. Recompile the Modified APK: In Apktool M, click the "Compile" button at the top of the folder structure. Check the box for "Use aapt" and press OK. Wait for the process to finish. --- 5. Install the Recompiled APK: After recompilation, press the "Install" button. When prompted, grant root access through Magisk Manager or KernelSU Manager (as applicable). Open GG, select the default configuration, and enable the "Install from unknown sources" permission if required. --- 6. Handle Installation Issues: If GG doesn't install directly after the package name randomizer process, follow these steps: Exit and navigate to: Android > data > com.catch_.me_.if_.you_.can_ (GG data folder) > cache > tmpe.apk This tmpe.apk file is the new GG package. In Apktool M, open it and select "Quick Edit." Set the Main SDK and Target SDK versions to 24. Press "Save", install the new package, and you're done! --- Enjoy using Game Guardian on your device! ^_^
    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.