Advertisement
jake_paul3478

Roblox Redwood prison

Apr 24th, 2020
3,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.05 KB | None | 0 0
  1. --[[
  2. Redwood Prison GUI Created By Nameless#9000 & Jalos34#1111
  3.  
  4. Join our Discord to find the script key if you dont know it. The key will change every 2 weeks.
  5.  
  6.  
  7. Our Discord: https://discordapp.com/invite/PFfrxp7
  8.  
  9.  
  10.  
  11. Basic Rules & info:
  12.  
  13. • Abusing the GUI will result in getting blacklisted or banned from Redwood prison.
  14. • Attempting to crack the GUI  or http spy will result in a ban.
  15. • No spamming functions.
  16. • No using broadcasts for rude words.
  17. • No using the GUI to harm others or expose information.
  18.  
  19.  
  20. You can customize our GUI to your liking with the following settings!
  21. ]]--
  22. _G.WALKSPEED = 100                               --Toggle speed option under functions settings.
  23. _G.JUMPPOWER = 100                               --Toggle speed option under functions settings.
  24. _G.GUIDRAGSPEED = 1.0                            --How fast the GUI drags.
  25. _G.tran5 = 0.2                                   --Transparency of the GUI.
  26. _G.MAINBACKGROUND = Color3.new(0.666667, 0, 0)   --Main background color of the GUI.
  27. _G.HUBBUTTON = Color3.new(1, 1, 1)               --Main background color of buttons for home etc.
  28. _G.TEXTANDBORDER = Color3.new(1,1,1)             --Main background color of the text and lines.
  29. _G.BUTTONBACKGROUND = Color3.new(0.666667, 0, 0) --Main background color of the buttons.
  30. _G.HILIGHTLINES = Color3.new(1, 1, 1)            --Main background color of the border.
  31. _G.GUICLICKID = "903267862"                      --Audio ID of the click set to 0 for no audio.
  32. _G.GUNSTOGGLEKEY = Enum.KeyCode.LeftAlt          --The toggle button for the GUI gun menu.
  33. _G.MAINTOGGLEKEY = Enum.KeyCode.L                --The toggle button for the GUI main.
  34. _G.TELETOGGLEKEY = Enum.KeyCode.LeftAlt          --The toggle button for the GUI tp menu.
  35. _G.guns = {                                      --Tools / items given on give kit on utility page.
  36. "Taser",                                         --Tools / items given on give kit on utility page.
  37. "M98B",                                          --Tools / items given on give kit on utility page.
  38. "ACR",                                           --Tools / items given on give kit on utility page.
  39. "L86A2",                                         --Tools / items given on give kit on utility page.
  40. "Fake ID Card",                                  --Tools / items given on give kit on utility page.
  41. "M60",                                           --Tools / items given on give kit on utility page.
  42. "Parashute",}                                    --Tools / items given on give kit on utility page.
  43. _G.SKIN1SHIRTID = "1931228554"                   --edit shirt / pants ID on wear item.
  44. _G.SKIN1PANTSID = "1931229502"                   --edit shirt / pants ID on wear item.
  45. _G.SKIN2SHIRTID = "3130724146"                   --edit shirt / pants ID on wear item.
  46. _G.SKIN2PANTSID = "3739695749"                   --edit shirt / pants ID on wear item.
  47. _G.SKIN3SHIRTID = "1149750541"                   --edit shirt / pants ID on wear item.
  48. _G.SKIN3PANTSID = "1146539791"                   --edit shirt / pants ID on wear item.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement