Dedson

Untitled

May 4th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. --[[
  2. Redwood Prison GUI Created By Nameless#0001 & Jalos34#1111
  3.  
  4. Join our Discord to find the script key if you dont know it. The key will change every 2 weeks to stop 3rd parties easily using us.
  5.  
  6.  
  7. Our Discord: https://discordapp.com/invite/PFfrxp7
  8.  
  9. Basic Rules & info:
  10. • Abusing the GUI or breaking rules will result in getting blacklisted or ban from Redwood prison.
  11. • The GUI is for Redwood Prison only.
  12. • Does the GUI log IPs? No literally it doesn't however we have a IP blacklist. (It used to log IPs 5 Months ago or so)
  13. • Attempting to crack the GUI or deobfuscate it will result in a ban. (even just threatening or saying it)
  14. • Using http spy or remote spy when using the GUI will result in a ban. (even just threatening or saying it)
  15. • Using hook functions or attempting to replicate our GUI will result in a ban. (even just threatening or saying it)
  16. • No spamming functions.
  17. • No using broadcasts for rude words.
  18. • No using the GUI to harm others or expose information.
  19. (BASICALLY DONT ABUSE THE GUI OR TRY TO CRACK IT)
  20.  
  21.  
  22. THE GUI DONT SUPPORT MAC ONLY WINDOWS IF YOU USE JJSPLOIT OR ANYTHING WITH WRD API IT WONT WORK SO USE MAINDAB! DISCORD FOR MAINDAB: https://discord.gg/7eGGHdM
  23.  
  24. IF YOU STILL NEED SUPPORT DM JALOS IN HIS DISCORD!
  25.  
  26. IF YOU WANT TO MAKE A GUI THEN JOIN OUR DISCORD AND USE THE JALOS REDWOOD SCRIPT LIB.
  27.  
  28.  
  29. You can customize our GUI to your liking with the following settings!
  30. ]]--
  31. _G.WALKSPEED = 100 --Toggle speed option under functions settings.
  32. _G.JUMPPOWER = 100 --Toggle speed option under functions settings.
  33. _G.GUIDRAGSPEED = 1.0 --How fast the GUI drags.
  34. _G.MAINBACKGROUND = Color3.new(0.666667, 0, 0) --Main background color of the GUI.
  35. _G.HUBBUTTON = Color3.new(1, 1, 1) --Main background color of buttons for home etc.
  36. _G.TEXTANDBORDER = Color3.new(1,1,1) --Main background color of the text and lines.
  37. _G.BUTTONBACKGROUND = Color3.new(0.666667, 0, 0) --Main background color of the buttons.
  38. _G.HILIGHTLINES = Color3.new(1, 1, 1) --Main background color of the border.
  39. _G.GUICLICKID = "903267862" --Audio ID of the click set to 0 for no audio.
  40. _G.GUNSTOGGLEKEY = Enum.KeyCode.LeftAlt --The toggle button for the GUI gun menu.
  41. _G.MAINTOGGLEKEY = Enum.KeyCode.L --The toggle button for the GUI main.
  42. _G.TELETOGGLEKEY = Enum.KeyCode.LeftAlt --The toggle button for the GUI tp menu.
  43. _G.EXTRTOGGLEKEY = Enum.KeyCode.LeftAlt --The toggle button for the GUI extra menu.
  44. _G.guns = { --Tools / items given on give kit on utility page.
  45. "Taser", --Tools / items given on give kit on utility page.
  46. "M98B", --Tools / items given on give kit on utility page.
  47. "ACR", --Tools / items given on give kit on utility page.
  48. "L86A2", --Tools / items given on give kit on utility page.
  49. "Fake ID Card", --Tools / items given on give kit on utility page.
  50. "M60", --Tools / items given on give kit on utility page.
  51. "Parashute",} --Tools / items given on give kit on utility page.
  52. _G.SKIN1SHIRTID = "1931228554" --edit shirt / pants ID on wear item.
  53. _G.SKIN1PANTSID = "1931229502" --edit shirt / pants ID on wear item.
  54. _G.SKIN2SHIRTID = "3130724146" --edit shirt / pants ID on wear item.
  55. _G.SKIN2PANTSID = "3739695749" --edit shirt / pants ID on wear item.
  56. _G.SKIN3SHIRTID = "1149750541" --edit shirt / pants ID on wear item.
  57. _G.SKIN3PANTSID = "1146539791" --edit shirt / pants ID on wear item.
  58. _G.toolsonspawn = { --Tools / items given every time you re-spawn.
  59. "Fake ID Card", --Tools / items given every time you re-spawn.
  60. "Shank",} --Tools / items given every time you re-spawn.
  61. loadstring(game:GetObjects('rbxassetid://4889277351')[1].Source)() --Ugh the GUI dummy.
Add Comment
Please, Sign In to add comment