Jump to content

Search the Community

Showing results for tags 'cool'.

  • 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

Found 3 results

  1. Version 1.0.0

    15,839 downloads

    Hope u like the script make sure to Subscribe to me on Youtube to get hacks early Link:https://www.youtube.com/channel/UCFnOuGnibb2yPu95822GFrQ Subscribe Now!!!! Lol
  2. View File Roblox Troll Script Made By Gameguardian and CoolBoy263 V1.0 Hope u like the script make sure to Subscribe to me on Youtube to get hacks early Link:https://www.youtube.com/channel/UCFnOuGnibb2yPu95822GFrQ Subscribe Now!!!! Lol Submitter YTGameGuardianYT Submitted 08/19/2019 Category LUA scripts  
  3. Hey guys long time i haven't posted a guide in a long time but here it is! today ill teach you how to create a game guardian script with multiple protections and make it look awesome! we are going to add in the script: *A password (could be cracked with a password cracker so multi passwords could be usefull instead) *Rename blocker (this was made by: @TopGEOYT) this gets the file so we can check if they changed the file name! *Encryption Tool (use any encryption tool you would like but i reccomend you not use the simple XOR Encrypt program) *Adding Emojis (this makes it more awesome and gives it some art! we don't want it to look boring) You may add more to it im not stopping ya --main script --Version: 1.0 --Coder: yourCoderName --Game: Gangstar City --Description: Gangster City script, contains fire rate, unlimited ammo, super jump and more hack options :) script_file_name = gg.getFile():match('^/]+$') file_name = "main.lua" if script_file_name == file_name then gg.alert("Verifcation: Passed") else gg.alert("Verication: Failed") os.exit() end ------------------------------------- function LAUNCH() menu = gg.choice({ "Super Jump v1.0", "Aimbot", "Weapon Fire rate" "Exit" },nil,"put any text here") if menu == 1 then end if menu == 2 then end if menu == 3 then end if menu == 4 then end end myPassword = "2021" input = gg.prompt({"ENTER PASSWORD"}, {[1] = '0'}, {[1] = 'number'}) if input[1] == nil or not myPassword then gg.alert("Wrong Password") os.exit() else LAUNCH() end first this will check the file then prompt the user to the password then the menu starts! All ya need is your values and then your encryption tool then your emojis then your finished! if you have any questions reply down below and ill be there soon!
×
×
  • 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.