Advertisement
2AreYouMental110

Redwood prison life hack (OLD)

May 15th, 2020 (edited)
1,139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 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 the GUI to target a player or expose information.
  18. (BASICALLY DONT ABUSE THE GUI OR TRY TO CRACK IT)
  19.  
  20.  
  21. THE GUI DONT SUPPORT MAC ONLY WINDOWS IF YOU USE JJSPLOIT OR ANYTHING WITH WRD API IT WONT WORK SO USE MAINDAB! DISCORD FOR FREE EXECUTOR MAINDAB: https://discord.gg/7eGGHdM OR BUY SYNAPSE.
  22.  
  23. IF YOU STILL NEED SUPPORT DM JALOS IN HIS DISCORD!
  24.  
  25. IF YOU WANT TO MAKE A GUI THEN JOIN OUR DISCORD AND USE THE JALOS REDWOOD SCRIPT LIB.
  26.  
  27.  
  28. You can customize our GUI to your liking with the following settings!
  29. ]]--
  30. _G.WALKSPEED = 100 --Toggle speed option under functions settings.
  31. _G.JUMPPOWER = 100 --Toggle speed option under functions settings.
  32. _G.GUIDRAGSPEED = 1.0 --How fast the GUI drags.
  33. _G.MAINBACKGROUND = Color3.new(0.666667, 0, 0) --Main background color of the GUI.
  34. _G.HUBBUTTON = Color3.new(1, 1, 1) --Main background color of buttons for home etc.
  35. _G.TEXTANDBORDER = Color3.new(1,1,1) --Main background color of the text and lines.
  36. _G.BUTTONBACKGROUND = Color3.new(0.666667, 0, 0) --Main background color of the buttons.
  37. _G.HILIGHTLINES = Color3.new(1, 1, 1) --Main background color of the border.
  38. _G.GUICLICKID = "903267862" --Audio ID of the click set to 0 for no audio.
  39. _G.GUNSTOGGLEKEY = Enum.KeyCode.LeftAlt --The toggle button for the GUI gun menu.
  40. _G.MAINTOGGLEKEY = Enum.KeyCode.L --The toggle button for the GUI main.
  41. _G.TELETOGGLEKEY = Enum.KeyCode.LeftAlt --The toggle button for the GUI tp menu.
  42. _G.EXTRTOGGLEKEY = Enum.KeyCode.LeftAlt --The toggle button for the GUI extra menu.
  43. _G.guns = { --Tools / items given on give kit on utility page.
  44. "Taser", --Tools / items given on give kit on utility page.
  45. "M98B", --Tools / items given on give kit on utility page.
  46. "ACR", --Tools / items given on give kit on utility page.
  47. "L86A2", --Tools / items given on give kit on utility page.
  48. "Fake ID Card", --Tools / items given on give kit on utility page.
  49. "M60", --Tools / items given on give kit on utility page.
  50. "Parashute",} --Tools / items given on give kit on utility page.
  51. _G.SKIN1SHIRTID = "1931228554" --edit shirt / pants ID on wear item.
  52. _G.SKIN1PANTSID = "1931229502" --edit shirt / pants ID on wear item.
  53. _G.SKIN2SHIRTID = "3130724146" --edit shirt / pants ID on wear item.
  54. _G.SKIN2PANTSID = "3739695749" --edit shirt / pants ID on wear item.
  55. _G.SKIN3SHIRTID = "1149750541" --edit shirt / pants ID on wear item.
  56. _G.SKIN3PANTSID = "1146539791" --edit shirt / pants ID on wear item.
  57. _G.toolsonspawn = { --Tools / items given every time you re-spawn.
  58. "Fake ID Card", --Tools / items given every time you re-spawn.
  59. "Shank",} --Tools / items given every time you re-spawn.
  60. _G.INFAMMO = true --GUN MOD SETTING
  61. _G.INSTARELOAD = false --GUN MOD SETTING
  62. _G.FASTFIRE = true --GUN MOD SETTING
  63. _G.ALWAYSAUTO = true --GUN MOD SETTING
  64. _G.INSTAKILL = false --GUN MOD SETTING
  65. _G.GUN1 = "ACR" --EDIT GUNS YOU WANT ON GUI
  66. _G.GUN2 = "Taser" --EDIT GUNS YOU WANT ON GUI
  67. _G.GUN3 = "M60" --EDIT GUNS YOU WANT ON GUI
  68. _G.GUN4 = "M98B" --EDIT GUNS YOU WANT ON GUI
  69. _G.GUN5 = "L86A2" --EDIT GUNS YOU WANT ON GUI
  70. _G.GUN6 = "Dragunov" --EDIT GUNS YOU WANT ON GUI
  71. _G.GUN7 = "Minigun" --EDIT GUNS YOU WANT ON GUI
  72. loadstring(game:GetObjects('rbxassetid://4889277351')[1].Source)() --Ugh the GUI dummy.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement