Jump to content

Search the Community

Showing results for 'Chainer script'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. https://play.google.com/store/apps/details?id=com.dxx.firenow There are already existing non working scripts for this game i want new working script please anyone exp,attack,hp anything
  2. Did there's a script that can convert a Mod Menu from games/apk to Lua Scripts?
  3. Dr4gon65

    Updating my script

    Hello so I want to update my script. I know about the pastebin process but I want like a message that will come only once telling the updates in the script
  4. View File Create your script lua Script to generate your script Submitter Batman_games Submitted 01/22/2024 Category Tools  
  5. Version 1.0.0

    567 downloads

    Script to generate your script
  6. Example I Got this ui ⇨1 2 3 ⇽ ⇾ Done I got 3 choice if i want to go in 2 i will just click ⇾ This arrow then the ⇨ this arrow will go in 2 if i click done the 2nd function will appear and if i want to back in 1 i will just click ⇽ This arrow and the arrow ⇨ will go in 1
  7. View File Hill Climb Racing 2 (Script 1bb ) Open any chest and get 1 billion diamonds. Submitter J3VC Submitted 01/21/2024 Category LUA scripts  
  8. Version 1.0.0

    606 downloads

    Open any chest and get 1 billion diamonds.
  9. View File Five Nights At Freddy script FNAF 1 lua script author ilizavr functions: skip night|batteryhack|custom time telegram https://t.me/pinkdevil222 Submitter ilizavr Submitted 01/17/2024 Category LUA scripts  
  10. Version 1.0.0

    156 downloads

    FNAF 1 lua script author ilizavr functions: skip night|batteryhack|custom time telegram https://t.me/pinkdevil222
  11. When i try to use/open any script it doesnt let me use/open it do i have to downlaod somethng?
  12. I asked this question casually, I just wanna know whether this is possible or not and if it is possible then "how"? If you still don't understand what I mean, here's the video link↓ https://drive.google.com/file/d/1-kb0YmzsvWlGW2tTVspOPLhRH-5vPNIz/view?usp=drivesdk function Ram() choices = gg.choice({"Prepare cost","Engery cost","Water cost","Script end"}) prepares(choices) end function prepares(choices) if choices == 1 then -------------Flying cost-------------------- gg.searchNumber( "-8.0004e10",16) gg.refineNumber(' -8.0004e10',16) Fly = gg.getResults(gg.getResultsCount()) gg.addListItems(Fly) gg.clearResults() -------------Energy cost-------------------- gg.searchNumber('55;53', 16) gg.refineNumber('53', 16) Energy = gg.getResults(gg.getResultsCount()) gg.clearResults() -------------Water cost-------------------- gg.clearResults() gg.searchNumber("7018090782024269824", 32) gg.refineNumber("7018090782024269824", 32) Water = gg.getResults(gg.getResultsCount()) gg.clearResults() elseif choices == 2 then gg.loadResults(Water) gg.getResults(1000) gg.editAll("7018090361117474816", 32) gg.loadResults(Energy) gg.getResults(1000) gg.editAll('25', 16) gg.clearResults() gg.loadResults(Fly) gg.editAll('0', 16) gg.clearResults() elseif choices == 3 then gg.loadResults(Fly) gg.editAll(' -8.0004e10', 16) gg.clearResults() gg.loadResults(Energy) gg.getResults(1000) gg.editAll('53', 16) gg.clearResults() gg.loadResults(Water) gg.getResults(1000) gg.editAll("7018090782024269824", 32) gg.clearResults() elseif choices == 4 then os.exit() end end while gg.isVisible(true) do gg.setVisible(false) Ram() end ---
  13. I want to stop this function from giving any output,just to make it useless in short. Class name: Namespace: CodeStage.AntiCheat.Detectors [AddComponentMenu("")] public abstract class ActDetectorBase : MonoBehaviour / Method name: // RVA: 0x134FD84 Offset: 0x134FD84 VA: 0x134FD84 Slot: 8 internal virtual void OnCheatingDetected() { }. How can i stop this thing.
  14. Can someone make Soul Knight script
  15. [ @kiynox ] could this script be any better? function menus() choices = gg.choice({'Prepare spam','Search','Exit'}) if choices == nil then os.exit() else if choices == 3 then os.exit() else prepares(choices) end end end function prepares(choices) if choices == 1 then gg.clearResults() gg.searchNumber("9;74;8.0", gg.TYPE_FLOAT) gg.refineNumber('74', gg.TYPE_FLOAT) chatspam = gg.getResults(gg.getResultsCount()) gg.addListItems(chatspam) elseif choices == 2 then gg.loadResults(chatspam) gg.getResults(1000) chatspam = gg.prompt({"Enter which letter you want to spam?(0 = A, 1 = B, 2 = C, 3 = D, 4 = E, 5 = F, 6 = G, 7 = H, 8 = I, 9 = J, 10 = K, 11 = L, 12 = M, 13 = N, 14 = O, 15 = P, 16 = Q, 17 = R, 18 = S, 19 = T, 20 = U, 21 = V, 22 = W, 23 = X, 24 = Y, 25 = Z)"}, {[1] ="0"}, {["1"] ="number"}) if chatspam == nil then gg.alert("you haven't searched anything so the script will restart!") return end gg.editAll(chatspam[1] ,gg.TYPE_FLOAT) chatspam = gg.getResults(gg.getResultsCount()) end end knxs = false while true do if gg.isVisible(true) then knxs = true else knxs = false end if knxs == true then menus() else gg.setVisible(false) end end
  16. Please send me help how to hack or use gameguardian in Pokemon Master Ex
  17. Need hack for : Invincible, High Damage, Open Map Locations, and Coin if possible.
  18. View File Script Days After By : Zetsu Script Days After ARM 64 BYTE VERSION : 10.7.1 Submitter Scodoonk Submitted 01/04/2024 Category LUA scripts  
  19. Version 10.7.1

    323 downloads

    Script Days After ARM 64 BYTE VERSION : 10.7.1
  20. View File Script Game : Archero 1 HIT GOD MODE Submitter Scodoonk Submitted 01/03/2024 Category LUA scripts  
  21. Version 5.7.2 Latest version

    567 downloads

    1 HIT GOD MODE
  22. View File HCR2 Set Start Position script Script setting your start position in any map in Hill Climb Racing 2. Supporting only ARM-v8a Version of the game (1.59.1 patch 604) Submitter Wembbu Submitted 12/31/2023 Category LUA scripts  
  23. 480 downloads

    Script setting your start position in any map in Hill Climb Racing 2. Supporting only ARM-v8a Version of the game (1.59.1 patch 604)
  24. View File Dead Cells: God Mod script Only arm64_v8a The values will be reset if you improve the red, purple, and green attributes. If this happens, just run the script again. If the values do not change after activation or an error message appears, write about it in the comments. I will try to fix it soon. Submitter Artem_Nikiforov Submitted 12/31/2023 Category LUA scripts  
  25. 332 downloads

    Only arm64_v8a The values will be reset if you improve the red, purple, and green attributes. If this happens, just run the script again. If the values do not change after activation or an error message appears, write about it in the comments. I will try to fix it soon. If the values have not changed after activation, restart the game and try again.
×
×
  • 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.