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. View File Allocate Memory Script (Write) To put the writing in the script. Submitter Endup Submitted 02/25/2024 Category Tools  
  2. Version 1.0.0

    566 downloads

    To put the writing in the script.
  3. kiynox

    IMEI Checker

    [ @AxelGameGuardian ] --- See this thread: HWID Lock Script, on how you can find Device ID or even IMEI through memory. ---
  4. Script working great, but personal opinion but when using emulator the gg.getTargetInfo doesn't work so i did remove it otherwise i get error. But it's only for emulators i believe:
  5. AxelGameGuardian

    IMEI Checker

    Can someone give me a IMEI checker so like im selling my script and i just want the only person can use it is only the one who buy it can someone write me a script for IMEI Checker @kiynox can u help me with this or someone can help me?
  6. Hi @Dontae798, Game Guardian works with any application. You're probably mistaken for "Car Parking Multiplayer" script. And yes, you can create your own Game Guardian lua script for other games, see our: documentation
  7. I just find with GG and make some sense of it. Then find patterns that work again after restarting the game. I can't explain you how to find patterns. Just comes after repeating stuff again and again. At the end of the day for shooter games in which i seek in game hacks i still use basic search techniques: The only difference now is that i usually make a script for it instead of doing it all manually.
  8. It was a mistake in the script, try this function class_Pointer() local range = gg.getRangesList("global-metadata.dat") -- get dll pointer UserProfile gg.setRanges(gg.REGION_OTHER) gg.searchNumber("h00 55 73 65 72 50 72 6F 66 69 6C 65 2E 49 6E 66 72 61 73 74 72 75 63 74 75 72 65 2E 64 6C 6C 00", gg.TYPE_BYTE, nil, nil, range[1].start, range[1]["end"]) -- UserProfile.Infrastructure.dll local char_UserProfile = gg.getResults(2) gg.setRanges(gg.REGION_ANONYMOUS) gg.clearResults() gg.searchNumber(char_UserProfile[2].address, gg.TYPE_QWORD) local pointerCheck = gg.getResults(1) gg.clearResults() -- get class pointer JourneyProgress gg.setRanges(gg.REGION_OTHER) gg.searchNumber("h00 4A 6F 75 72 6E 65 79 50 72 6F 67 72 65 73 73 00", gg.TYPE_BYTE, nil, nil, range[1].start, range[1]["end"]) -- JourneyProgress local char_Journey = gg.getResults(2) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(char_Journey[2].address, gg.TYPE_QWORD) local t = gg.getResults(gg.getResultsCount()) for i, v in ipairs(t) do v.address = v.address - 0x10 end t = gg.getValues(t) local class_Pointer_JourneyProcess = {} for i, v in ipairs(t) do if v.value == pointerCheck[1].address then class_Pointer_JourneyProcess[#class_Pointer_JourneyProcess + 1] = v.address end end gg.clearResults() return class_Pointer_JourneyProcess end local class_Pointer_JourneyProcess = class_Pointer() function field_numberOfCompletedJourney(input) local Level = input gg.searchNumber(class_Pointer_JourneyProcess[1], gg.TYPE_QWORD) local t = gg.getResults(gg.getResultsCount()) for i, v in ipairs(t) do v.address = v.address + 0x18 v.flags = gg.TYPE_DWORD end t = gg.getValues(t) local numberOfCompletedJourney = {} for i, v in ipairs(t) do if v.value == (tonumber(Level[1]) - 1) then numberOfCompletedJourney[#numberOfCompletedJourney + 1] = t[i] end end if #numberOfCompletedJourney == 0 then gg.toast("Level not found, did you input correct level?") gg.sleep(100) else local LevelSet = gg.prompt( {'Input desired Level to edit to'}, {[1]=''}, {[1]='number'} ) for i, v in ipairs(numberOfCompletedJourney) do v.value = tonumber(LevelSet[1]) - 1 end gg.setValues(numberOfCompletedJourney) gg.toast("Level set, go in game and back to lobby for apply the change visually") end gg.clearResults() end function start() local Level = gg.prompt( {'Input your current Level'}, {[1]=''}, {[1]='number'} ) if Level == nil then gg.toast("No input") else local nonNumb = 0 for i in string.gmatch(Level[1], "%U") do local char = string.byte(i) if char < 0x30 or char > 0x39 then nonNumb = nonNumb + 1 end if nonNumb ~= 0 then gg.toast("This is not a number") else field_numberOfCompletedJourney(Level) break end end end end while (true) do if gg.isVisible() then gg.setVisible(false) start() end gg.sleep(100) end
  9. This Script Not Working in New version of playkodu. please update
  10. Does the script work for Real Racing 3 12.1.2?
  11. kiynox

    Admin Panel

    [ @AxelGameGuardian ] --- Others probably still busy with their own, so I suggest to read around the forum: - User + Expiration: Login with expiration dates - User + Password: One time password - 1 device only: HWID lock script or GG Package ---
  12. View File Master Royale (Auto-Win) Master Royale #2024 Work (Auto-Win) 10 second, u like auto-click install apps store! Or u can edit 10 changed to 5 second, case games get crash :I Why "Draw" if your level King's Tower has changed your level to 13 or 5! Auto-Win Only Level 14+ Good luck ^^ Submitter ReiAyanami Submitted 02/19/2024 Category LUA scripts  
  13. MC874

    File Check login Help

    Hi @broyashka, I don't have telegram so I can't try it myself. All data from /shared_prefs will loaded into memory at some point, so you can just attach the Game Guardian into Telegram processes, then find a pattern on how the string are stored in memory (pointer/debug symbol/group search). There's a thread similar to this, you might take your time to read it: HIWD Lock Script
  14. do you have a tutorial on how to enable your script or cheat?
  15. View File 30 lua scripts for cubic sandbox 30 of all the scripts that I have made in the entire history of the game in cubic sandbox. Please don't hate my projects. Scripts: Not encrypted Free source code Various scripts All scripts are working In three languages: Majority Russian, English and 1 in Hindi. Some scripts can be seen in the photographs. All 30 in the same post. Good luck! P.S. Last two scripts are left yesterday and half an hour ago. If some functions do not work, try changing the search region. Submitter nullplaye Submitted 02/17/2024 Category LUA scripts  
  16. Version 30.17022024

    509 downloads

    30 of all the scripts that I have made in the entire history of the game in cubic sandbox. Please don't hate my projects. Scripts: Not encrypted Free source code Various scripts All scripts are working In three languages: Majority Russian, English and 1 in Hindi. Some scripts can be seen in the photographs. All 30 in the same post. Good luck! P.S. Last two scripts are left yesterday and half an hour ago. If some functions do not work, try changing the search region.
  17. @nok1a A gentle reminder to add unlock all weapons in script.
  18. 1. In .... All types of Emulators Like X8-Sandbox/VMOS .... It Shows Us Error Of [ Unfortunately Hcr2 Has Stopped ] But it was Working Yesterday Until Patch Update Release But Root Device Don't Have This Problem . 2. It was Working Yesterday 1.59.3 when User is Offline But When On Internet It was Internel Corrupted Something....{ Only On Emulator Phone }... Can Someone Find Us Solution On This Try To Measure Thing And there are better People this Some Stuff.... Give Me Reply on it ... DevS :- FingerSoft,May had find Solutions on it .... They Got Huge Loss By Me* and my other People like Like ... We Make Script to Unlock {Premium pass} which was 2$ And Almost like 100k Use was Done By Players..... but you Can Guess What it Been Happen to Company @NoFear @BadCase
  19. Can anyone make a lua script or tutorial to hack this game. Any value like:-damage,defense,HP. Game link:- https://play.google.com/store/apps/details?id=com.krafton.garudasaga&hl=en_GB&gl=US&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Dgaruda+saga
  20. [ @Alex150 ] --- I don't think you can do custom name in SAMP. Also the script above has nothing to do with this. Why don't you just write the name directly inside your script instead of complicating stuff? --- Actually, I don't get what you want, also it is not related to the topic you've just created.
  21. I recently made a script that would take some data from RAM and make it readable. It uses gg.copyText() function to copy that data in the following chunk: printRes = tostring(getTune1[1].value + 1) .. "/" .. tostring(getTune2[1].value + 1) .. "/" .. tostring(getTune3[1].value + 1) .. "/" .. tostring(getTune4[1].value + 1) .. "\n" .. strPart1 .. "-" .. tostring(getPartTune1[1].value) .. " " .. strPart2 .. "-" .. tostring(getPartTune2[1].value) .. " " .. strPart3 .. "-" .. tostring(getPartTune3[1].value) .. "\nBy :flag_" .. strFlag .. ":" .. strName .. "\nusing " .. strVehicle .. "\nIn " .. strMap .. "\non 20" .. strDate .. "\nWith a time of: " .. tostring(getTime[1].value) .. " seconds\n\n" collectTune = gg.alert(printRes, "Continue", "Copy the tune") if collectTune == 1 then return 0 else gg.copyText(printRes) end now I did assume that it was an issue with me assigning it to a variable and then copying the variable but that didn't seem to be the problem as it still didn't copy the spaces. Attached is what I got displayed in the gg.alert() function which seems to be completely fine and have all the spaces needed. Following text is what I received to my clipboard after pressing "Copy the tune" button in the alert function: 20/20/10/20 winter_tyres-15start_boost-10nitro-4 By:flag_fi:RS3113 usingsuperbike Indark_roads_cup_03_04 on2024_2_february Withatimeof:9.55695629119873seconds I couldn't find any explanation anywhere.
  22. View File Micro breaker --free balls Start game - Load script when at shop balls Will have tutorial video for editing Energy / cash ,very easy Submitter Jamieq Submitted 02/16/2024 Category LUA scripts  
  23. Version 1.0.57

    149 downloads

    Start game - Load script when at shop balls Tutorial video for editing Energy / cash ,very easy Link for video https://sendvid.com/zz02dk2i
  24. If unity game try the script: https://gameguardian.net/forum/files/file/2918-auto-speedhack-finder/
×
×
  • 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.