Search the Community
Showing results for tags 'cool'.
-
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
-
- Roblox Lua Script
- Roblox
- (and 5 more)
-
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!