Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Redwood Prison GUI Created By Nameless#9000 & Jalos34#1111
- Join our Discord to find the script key if you dont know it. The key will change every 2 weeks.
- Our Discord: https://discordapp.com/invite/PFfrxp7
- Basic Rules & info:
- • Abusing the GUI will result in getting blacklisted or banned from Redwood prison.
- • Attempting to crack the GUI or http spy will result in a ban.
- • No spamming functions.
- • No using broadcasts for rude words.
- • No using the GUI to harm others or expose information.
- You can customize our GUI to your liking with the following settings!
- ]]--
- _G.WALKSPEED = 100 --Toggle speed option under functions settings.
- _G.JUMPPOWER = 100 --Toggle speed option under functions settings.
- _G.GUIDRAGSPEED = 1.0 --How fast the GUI drags.
- _G.tran5 = 0.2 --Transparency of the GUI.
- _G.MAINBACKGROUND = Color3.new(0.666667, 0, 0) --Main background color of the GUI.
- _G.HUBBUTTON = Color3.new(1, 1, 1) --Main background color of buttons for home etc.
- _G.TEXTANDBORDER = Color3.new(1,1,1) --Main background color of the text and lines.
- _G.BUTTONBACKGROUND = Color3.new(0.666667, 0, 0) --Main background color of the buttons.
- _G.HILIGHTLINES = Color3.new(1, 1, 1) --Main background color of the border.
- _G.GUICLICKID = "903267862" --Audio ID of the click set to 0 for no audio.
- _G.GUNSTOGGLEKEY = Enum.KeyCode.LeftAlt --The toggle button for the GUI gun menu.
- _G.MAINTOGGLEKEY = Enum.KeyCode.L --The toggle button for the GUI main.
- _G.TELETOGGLEKEY = Enum.KeyCode.LeftAlt --The toggle button for the GUI tp menu.
- _G.guns = { --Tools / items given on give kit on utility page.
- "Taser", --Tools / items given on give kit on utility page.
- "M98B", --Tools / items given on give kit on utility page.
- "ACR", --Tools / items given on give kit on utility page.
- "L86A2", --Tools / items given on give kit on utility page.
- "Fake ID Card", --Tools / items given on give kit on utility page.
- "M60", --Tools / items given on give kit on utility page.
- "Parashute",} --Tools / items given on give kit on utility page.
- _G.SKIN1SHIRTID = "1931228554" --edit shirt / pants ID on wear item.
- _G.SKIN1PANTSID = "1931229502" --edit shirt / pants ID on wear item.
- _G.SKIN2SHIRTID = "3130724146" --edit shirt / pants ID on wear item.
- _G.SKIN2PANTSID = "3739695749" --edit shirt / pants ID on wear item.
- _G.SKIN3SHIRTID = "1149750541" --edit shirt / pants ID on wear item.
- _G.SKIN3PANTSID = "1146539791" --edit shirt / pants ID on wear item.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement