Advertisement
liamglitches

Redwood Prison GUI by NotJimbo#7666

Jun 30th, 2018
3,536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.05 KB | None | 0 0
  1. -- GUI made by LiamGlitchesYT
  2. -- My Discord: NotJimbo#7666
  3. -- My V3RM: NotJimbo
  4. -- My YT: LiamGlitchesYT
  5.  
  6. ScreenGui = Instance.new("ScreenGui")
  7. hiddenitems = Instance.new("Frame")
  8. color = Instance.new("Frame")
  9. credits = Instance.new("TextLabel")
  10. title = Instance.new("TextLabel")
  11. navbar = Instance.new("Frame")
  12. home4 = Instance.new("TextButton")
  13. teleports4 = Instance.new("TextButton")
  14. items4 = Instance.new("TextButton")
  15. killothers = Instance.new("TextButton")
  16. tazeothers = Instance.new("TextButton")
  17. removedoors = Instance.new("TextButton")
  18. pancakes = Instance.new("TextButton")
  19. ham = Instance.new("TextButton")
  20. punch = Instance.new("TextButton")
  21. steak = Instance.new("TextButton")
  22. shank = Instance.new("TextButton")
  23. guitar = Instance.new("TextButton")
  24. catergorynote = Instance.new("TextLabel")
  25. teleports = Instance.new("Frame")
  26. color_2 = Instance.new("Frame")
  27. credits_2 = Instance.new("TextLabel")
  28. title_2 = Instance.new("TextLabel")
  29. navbar_2 = Instance.new("Frame")
  30. home2 = Instance.new("TextButton")
  31. teleports2 = Instance.new("TextButton")
  32. items2 = Instance.new("TextButton")
  33. policeroom = Instance.new("TextButton")
  34. helicopters = Instance.new("TextButton")
  35. prisonroof = Instance.new("TextButton")
  36. fugitive = Instance.new("TextButton")
  37. gate = Instance.new("TextButton")
  38. waterfall = Instance.new("TextButton")
  39. policecar = Instance.new("TextButton")
  40. atv = Instance.new("TextButton")
  41. fakekey = Instance.new("TextButton")
  42. cells = Instance.new("TextButton")
  43. basket = Instance.new("TextButton")
  44. items = Instance.new("Frame")
  45. color_3 = Instance.new("Frame")
  46. credits_3 = Instance.new("TextLabel")
  47. title_3 = Instance.new("TextLabel")
  48. navbar_3 = Instance.new("Frame")
  49. home3 = Instance.new("TextButton")
  50. teleports3 = Instance.new("TextButton")
  51. items3 = Instance.new("TextButton")
  52. handcuffs = Instance.new("TextButton")
  53. fakeid = Instance.new("TextButton")
  54. dragunov = Instance.new("TextButton")
  55. m60 = Instance.new("TextButton")
  56. acr = Instance.new("TextButton")
  57. taser = Instance.new("TextButton")
  58. hammer = Instance.new("TextButton")
  59. m98b = Instance.new("TextButton")
  60. spas12 = Instance.new("TextButton")
  61. ump45 = Instance.new("TextButton")
  62. ak47 = Instance.new("TextButton")
  63. m14 = Instance.new("TextButton")
  64. home = Instance.new("Frame")
  65. color_4 = Instance.new("Frame")
  66. credits_4 = Instance.new("TextLabel")
  67. title_4 = Instance.new("TextLabel")
  68. navbar_4 = Instance.new("Frame")
  69. home1 = Instance.new("TextButton")
  70. teleports1 = Instance.new("TextButton")
  71. items1 = Instance.new("TextButton")
  72. hometitle = Instance.new("TextLabel")
  73. notice = Instance.new("TextLabel")
  74. notice_message = Instance.new("TextLabel")
  75. termed = Instance.new("TextLabel")
  76. hiddenfeatures = Instance.new("TextButton")
  77.  
  78. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  79.  
  80. hiddenitems.Name = "hiddenitems"
  81. hiddenitems.Parent = ScreenGui
  82. hiddenitems.BackgroundColor3 = Color3.new(0.807843, 0.647059, 1)
  83. hiddenitems.BackgroundTransparency = 0.30000001192093
  84. hiddenitems.BorderSizePixel = 0
  85. hiddenitems.Position = UDim2.new(0.0357142873, 0, 0.131826743, 0)
  86. hiddenitems.Size = UDim2.new(0, 412, 0, 294)
  87. hiddenitems.Visible = false
  88.  
  89. color.Name = "color"
  90. color.Parent = hiddenitems
  91. color.BackgroundColor3 = Color3.new(1, 1, 1)
  92. color.BackgroundTransparency = 0.30000001192093
  93. color.BorderSizePixel = 0
  94. color.Position = UDim2.new(0, 0, 0.90476191, 0)
  95. color.Size = UDim2.new(0, 412, 0, 28)
  96.  
  97. credits.Name = "credits"
  98. credits.Parent = color
  99. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  100. credits.BackgroundTransparency = 1
  101. credits.BorderSizePixel = 0
  102. credits.Position = UDim2.new(0, 0, -0.392857134, 0)
  103. credits.Size = UDim2.new(0, 200, 0, 50)
  104. credits.Font = Enum.Font.Highway
  105. credits.FontSize = Enum.FontSize.Size14
  106. credits.Text = "Made by LiamGlitchesYT on v3rm"
  107. credits.TextColor3 = Color3.new(0.666667, 0, 1)
  108. credits.TextSize = 14
  109.  
  110. title.Name = "title"
  111. title.Parent = color
  112. title.BackgroundColor3 = Color3.new(1, 1, 1)
  113. title.BackgroundTransparency = 1
  114. title.BorderSizePixel = 0
  115. title.Position = UDim2.new(0.570388317, 0, -0.392857134, 0)
  116. title.Size = UDim2.new(0, 200, 0, 50)
  117. title.Font = Enum.Font.Highway
  118. title.FontSize = Enum.FontSize.Size14
  119. title.Text = "Redwood Prison GUI"
  120. title.TextColor3 = Color3.new(0.666667, 0, 1)
  121. title.TextSize = 14
  122.  
  123. navbar.Name = "navbar"
  124. navbar.Parent = hiddenitems
  125. navbar.BackgroundColor3 = Color3.new(1, 1, 1)
  126. navbar.BackgroundTransparency = 0.30000001192093
  127. navbar.BorderSizePixel = 0
  128. navbar.Size = UDim2.new(0, 105, 0, 266)
  129.  
  130. home4.Name = "home4"
  131. home4.Parent = navbar
  132. home4.BackgroundColor3 = Color3.new(1, 1, 1)
  133. home4.BackgroundTransparency = 0.30000001192093
  134. home4.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  135. home4.BorderSizePixel = 2
  136. home4.Size = UDim2.new(0, 105, 0, 89)
  137. home4.Font = Enum.Font.Highway
  138. home4.FontSize = Enum.FontSize.Size32
  139. home4.Text = "Home"
  140. home4.TextColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  141. home4.TextSize = 30
  142. home4.MouseButton1Down:connect(function()
  143. home.Visible = true
  144. hiddenitems.Visible = false
  145. end)
  146.  
  147. teleports4.Name = "teleports4"
  148. teleports4.Parent = navbar
  149. teleports4.BackgroundColor3 = Color3.new(1, 1, 1)
  150. teleports4.BackgroundTransparency = 0.30000001192093
  151. teleports4.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  152. teleports4.BorderSizePixel = 2
  153. teleports4.Position = UDim2.new(0, 0, 0.334586471, 0)
  154. teleports4.Size = UDim2.new(0, 105, 0, 88)
  155. teleports4.Font = Enum.Font.Highway
  156. teleports4.FontSize = Enum.FontSize.Size28
  157. teleports4.Text = "Teleports"
  158. teleports4.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  159. teleports4.TextSize = 27
  160. teleports4.MouseButton1Down:connect(function()
  161. teleports.Visible = true
  162. hiddenitems.Visible = false
  163. end)
  164.  
  165. items4.Name = "items4"
  166. items4.Parent = navbar
  167. items4.BackgroundColor3 = Color3.new(1, 1, 1)
  168. items4.BackgroundTransparency = 0.30000001192093
  169. items4.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  170. items4.BorderSizePixel = 2
  171. items4.Position = UDim2.new(0, 0, 0.676691711, 0)
  172. items4.Size = UDim2.new(0, 105, 0, 86)
  173. items4.Font = Enum.Font.Highway
  174. items4.FontSize = Enum.FontSize.Size32
  175. items4.Text = "Items"
  176. items4.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  177. items4.TextSize = 30
  178. items4.MouseButton1Down:connect(function()
  179. items.Visible = true
  180. hiddenitems.Visible = false
  181. end)
  182.  
  183. killothers.Name = "killothers"
  184. killothers.Parent = hiddenitems
  185. killothers.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  186. killothers.BackgroundTransparency = 0.30000001192093
  187. killothers.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  188. killothers.BorderSizePixel = 2
  189. killothers.Position = UDim2.new(0.32325846, 0, 0.0442176908, 0)
  190. killothers.Size = UDim2.new(0, 78, 0, 47)
  191. killothers.Font = Enum.Font.Highway
  192. killothers.FontSize = Enum.FontSize.Size32
  193. killothers.Text = "Kill Others"
  194. killothers.TextColor3 = Color3.new(1, 1, 1)
  195. killothers.TextScaled = true
  196. killothers.TextSize = 30
  197. killothers.TextWrapped = true
  198. killothers.MouseButton1Down:connect(function()
  199. for _, v in pairs(game.Players:GetChildren()) do
  200. game.Workspace.resources.RemoteEvent:FireServer("dealDamage", v.Character.Humanoid, 100)
  201. end
  202. end)
  203.  
  204. tazeothers.Name = "tazeothers"
  205. tazeothers.Parent = hiddenitems
  206. tazeothers.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  207. tazeothers.BackgroundTransparency = 0.30000001192093
  208. tazeothers.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  209. tazeothers.BorderSizePixel = 2
  210. tazeothers.Position = UDim2.new(0.529569149, 0, 0.0442176908, 0)
  211. tazeothers.Size = UDim2.new(0, 78, 0, 47)
  212. tazeothers.Font = Enum.Font.Highway
  213. tazeothers.FontSize = Enum.FontSize.Size32
  214. tazeothers.Text = "Taze Others"
  215. tazeothers.TextColor3 = Color3.new(1, 1, 1)
  216. tazeothers.TextScaled = true
  217. tazeothers.TextSize = 30
  218. tazeothers.TextWrapped = true
  219. tazeothers.MouseButton1Down:connect(function()
  220. for _, v in pairs(game.Players:GetChildren()) do
  221. game.Workspace.resources.RemoteEvent:FireServer("tase", v)
  222. end
  223. end)
  224.  
  225. removedoors.Name = "removedoors"
  226. removedoors.Parent = hiddenitems
  227. removedoors.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  228. removedoors.BackgroundTransparency = 0.30000001192093
  229. removedoors.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  230. removedoors.BorderSizePixel = 2
  231. removedoors.Position = UDim2.new(0.735879838, 0, 0.0442176908, 0)
  232. removedoors.Size = UDim2.new(0, 78, 0, 47)
  233. removedoors.Font = Enum.Font.Highway
  234. removedoors.FontSize = Enum.FontSize.Size32
  235. removedoors.Text = "Remove Doors"
  236. removedoors.TextColor3 = Color3.new(1, 1, 1)
  237. removedoors.TextScaled = true
  238. removedoors.TextSize = 30
  239. removedoors.TextWrapped = true
  240. removedoors.MouseButton1Down:connect(function()
  241. game.Workspace.AllDoors:Remove()
  242. end)
  243.  
  244. pancakes.Name = "pancakes"
  245. pancakes.Parent = hiddenitems
  246. pancakes.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  247. pancakes.BackgroundTransparency = 0.30000001192093
  248. pancakes.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  249. pancakes.BorderSizePixel = 2
  250. pancakes.Position = UDim2.new(0.32325846, 0, 0.302721083, 0)
  251. pancakes.Size = UDim2.new(0, 78, 0, 47)
  252. pancakes.Font = Enum.Font.Highway
  253. pancakes.FontSize = Enum.FontSize.Size32
  254. pancakes.Text = "Pancakes"
  255. pancakes.TextColor3 = Color3.new(1, 1, 1)
  256. pancakes.TextScaled = true
  257. pancakes.TextSize = 30
  258. pancakes.TextWrapped = true
  259. pancakes.MouseButton1Down:connect(function()
  260. game.Workspace.AllDoors:Remove()
  261. end)
  262.  
  263. ham.Name = "ham"
  264. ham.Parent = hiddenitems
  265. ham.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  266. ham.BackgroundTransparency = 0.30000001192093
  267. ham.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  268. ham.BorderSizePixel = 2
  269. ham.Position = UDim2.new(0.529569149, 0, 0.302721083, 0)
  270. ham.Size = UDim2.new(0, 78, 0, 47)
  271. ham.Font = Enum.Font.Highway
  272. ham.FontSize = Enum.FontSize.Size32
  273. ham.Text = "Ham Sandwich"
  274. ham.TextColor3 = Color3.new(1, 1, 1)
  275. ham.TextScaled = true
  276. ham.TextSize = 30
  277. ham.TextWrapped = true
  278. ham.MouseButton1Down:connect(function()
  279. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Ham Sandwich")
  280. end)
  281.  
  282. punch.Name = "punch"
  283. punch.Parent = hiddenitems
  284. punch.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  285. punch.BackgroundTransparency = 0.30000001192093
  286. punch.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  287. punch.BorderSizePixel = 2
  288. punch.Position = UDim2.new(0.735879838, 0, 0.302721083, 0)
  289. punch.Size = UDim2.new(0, 78, 0, 47)
  290. punch.Font = Enum.Font.Highway
  291. punch.FontSize = Enum.FontSize.Size32
  292. punch.Text = "Punch"
  293. punch.TextColor3 = Color3.new(1, 1, 1)
  294. punch.TextScaled = true
  295. punch.TextSize = 30
  296. punch.TextWrapped = true
  297. punch.MouseButton1Down:connect(function()
  298. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Punch")
  299. end)
  300.  
  301. steak.Name = "steak"
  302. steak.Parent = hiddenitems
  303. steak.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  304. steak.BackgroundTransparency = 0.30000001192093
  305. steak.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  306. steak.BorderSizePixel = 2
  307. steak.Position = UDim2.new(0.32325846, 0, 0.496598661, 0)
  308. steak.Size = UDim2.new(0, 78, 0, 47)
  309. steak.Font = Enum.Font.Highway
  310. steak.FontSize = Enum.FontSize.Size32
  311. steak.Text = "Steak"
  312. steak.TextColor3 = Color3.new(1, 1, 1)
  313. steak.TextScaled = true
  314. steak.TextSize = 30
  315. steak.TextWrapped = true
  316. steak.MouseButton1Down:connect(function()
  317. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Steak")
  318. end)
  319.  
  320.  
  321. shank.Name = "shank"
  322. shank.Parent = hiddenitems
  323. shank.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  324. shank.BackgroundTransparency = 0.30000001192093
  325. shank.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  326. shank.BorderSizePixel = 2
  327. shank.Position = UDim2.new(0.529569149, 0, 0.496598661, 0)
  328. shank.Size = UDim2.new(0, 78, 0, 47)
  329. shank.Font = Enum.Font.Highway
  330. shank.FontSize = Enum.FontSize.Size32
  331. shank.Text = "Shank"
  332. shank.TextColor3 = Color3.new(1, 1, 1)
  333. shank.TextScaled = true
  334. shank.TextSize = 30
  335. shank.TextWrapped = true
  336. steak.MouseButton1Down:connect(function()
  337. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Shank")
  338. end)
  339.  
  340. guitar.Name = "guitar"
  341. guitar.Parent = hiddenitems
  342. guitar.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  343. guitar.BackgroundTransparency = 0.30000001192093
  344. guitar.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  345. guitar.BorderSizePixel = 2
  346. guitar.Position = UDim2.new(0.735879838, 0, 0.496598661, 0)
  347. guitar.Size = UDim2.new(0, 78, 0, 47)
  348. guitar.Font = Enum.Font.Highway
  349. guitar.FontSize = Enum.FontSize.Size32
  350. guitar.Text = "Guitar"
  351. guitar.TextColor3 = Color3.new(1, 1, 1)
  352. guitar.TextScaled = true
  353. guitar.TextSize = 30
  354. guitar.TextWrapped = true
  355. steak.MouseButton1Down:connect(function()
  356. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Guitar")
  357. end)
  358.  
  359. catergorynote.Name = "catergorynote"
  360. catergorynote.Parent = hiddenitems
  361. catergorynote.BackgroundColor3 = Color3.new(1, 1, 1)
  362. catergorynote.BackgroundTransparency = 1
  363. catergorynote.BorderSizePixel = 0
  364. catergorynote.Position = UDim2.new(0.395631015, 0, 0.168367326, 0)
  365. catergorynote.Size = UDim2.new(0, 200, 0, 50)
  366. catergorynote.Font = Enum.Font.Highway
  367. catergorynote.FontSize = Enum.FontSize.Size14
  368. catergorynote.Text = "More items!"
  369. catergorynote.TextColor3 = Color3.new(0.666667, 0, 1)
  370. catergorynote.TextSize = 14
  371.  
  372. teleports.Name = "teleports"
  373. teleports.Parent = ScreenGui
  374. teleports.BackgroundColor3 = Color3.new(0.807843, 0.647059, 1)
  375. teleports.BackgroundTransparency = 0.30000001192093
  376. teleports.BorderSizePixel = 0
  377. teleports.Position = UDim2.new(0.0357142873, 0, 0.131826743, 0)
  378. teleports.Size = UDim2.new(0, 412, 0, 294)
  379. teleports.Visible = false
  380.  
  381. color_2.Name = "color"
  382. color_2.Parent = teleports
  383. color_2.BackgroundColor3 = Color3.new(1, 1, 1)
  384. color_2.BackgroundTransparency = 0.30000001192093
  385. color_2.BorderSizePixel = 0
  386. color_2.Position = UDim2.new(0, 0, 0.90476191, 0)
  387. color_2.Size = UDim2.new(0, 412, 0, 28)
  388.  
  389. credits_2.Name = "credits"
  390. credits_2.Parent = color_2
  391. credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  392. credits_2.BackgroundTransparency = 1
  393. credits_2.BorderSizePixel = 0
  394. credits_2.Position = UDim2.new(0, 0, -0.392857134, 0)
  395. credits_2.Size = UDim2.new(0, 200, 0, 50)
  396. credits_2.Font = Enum.Font.Highway
  397. credits_2.FontSize = Enum.FontSize.Size14
  398. credits_2.Text = "Made by LiamGlitchesYT on v3rm"
  399. credits_2.TextColor3 = Color3.new(0.666667, 0, 1)
  400. credits_2.TextSize = 14
  401.  
  402. title_2.Name = "title"
  403. title_2.Parent = color_2
  404. title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  405. title_2.BackgroundTransparency = 1
  406. title_2.BorderSizePixel = 0
  407. title_2.Position = UDim2.new(0.570388317, 0, -0.392857134, 0)
  408. title_2.Size = UDim2.new(0, 200, 0, 50)
  409. title_2.Font = Enum.Font.Highway
  410. title_2.FontSize = Enum.FontSize.Size14
  411. title_2.Text = "Redwood Prison GUI"
  412. title_2.TextColor3 = Color3.new(0.666667, 0, 1)
  413. title_2.TextSize = 14
  414.  
  415. navbar_2.Name = "navbar"
  416. navbar_2.Parent = teleports
  417. navbar_2.BackgroundColor3 = Color3.new(1, 1, 1)
  418. navbar_2.BackgroundTransparency = 0.30000001192093
  419. navbar_2.BorderSizePixel = 0
  420. navbar_2.Size = UDim2.new(0, 105, 0, 266)
  421.  
  422. home2.Name = "home2"
  423. home2.Parent = navbar_2
  424. home2.BackgroundColor3 = Color3.new(1, 1, 1)
  425. home2.BackgroundTransparency = 0.30000001192093
  426. home2.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  427. home2.BorderSizePixel = 2
  428. home2.Size = UDim2.new(0, 105, 0, 89)
  429. home2.Font = Enum.Font.Highway
  430. home2.FontSize = Enum.FontSize.Size32
  431. home2.Text = "Home"
  432. home2.TextColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  433. home2.TextSize = 30
  434. home2.MouseButton1Down:connect(function()
  435. home.Visible = true
  436. teleports.Visible = false
  437. end)
  438.  
  439.  
  440. teleports2.Name = "teleports2"
  441. teleports2.Parent = navbar_2
  442. teleports2.BackgroundColor3 = Color3.new(0.843137, 0.862745, 0.858824)
  443. teleports2.BackgroundTransparency = 0.30000001192093
  444. teleports2.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  445. teleports2.BorderSizePixel = 2
  446. teleports2.Position = UDim2.new(0, 0, 0.334586471, 0)
  447. teleports2.Size = UDim2.new(0, 105, 0, 88)
  448. teleports2.Font = Enum.Font.Highway
  449. teleports2.FontSize = Enum.FontSize.Size28
  450. teleports2.Text = "Teleports"
  451. teleports2.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  452. teleports2.TextSize = 27
  453. teleports2.MouseButton1Down:connect(function()
  454. teleports.Visible = true
  455. teleports.Visible = false
  456. end)
  457.  
  458. items2.Name = "items2"
  459. items2.Parent = navbar_2
  460. items2.BackgroundColor3 = Color3.new(1, 1, 1)
  461. items2.BackgroundTransparency = 0.30000001192093
  462. items2.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  463. items2.BorderSizePixel = 2
  464. items2.Position = UDim2.new(0, 0, 0.676691711, 0)
  465. items2.Size = UDim2.new(0, 105, 0, 86)
  466. items2.Font = Enum.Font.Highway
  467. items2.FontSize = Enum.FontSize.Size32
  468. items2.Text = "Items"
  469. items2.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  470. items2.TextSize = 30
  471. items2.MouseButton1Down:connect(function()
  472. items.Visible = true
  473. teleports.Visible = false
  474. end)
  475.  
  476. policeroom.Name = "policeroom"
  477. policeroom.Parent = teleports
  478. policeroom.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  479. policeroom.BackgroundTransparency = 0.30000001192093
  480. policeroom.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  481. policeroom.BorderSizePixel = 2
  482. policeroom.Position = UDim2.new(0.300970882, 0, 0.0442176871, 0)
  483. policeroom.Size = UDim2.new(0, 79, 0, 47)
  484. policeroom.Font = Enum.Font.Highway
  485. policeroom.FontSize = Enum.FontSize.Size32
  486. policeroom.Text = "Police Room"
  487. policeroom.TextColor3 = Color3.new(1, 1, 1)
  488. policeroom.TextScaled = true
  489. policeroom.TextSize = 30
  490. policeroom.TextWrapped = true
  491. policeroom.MouseButton1Down:connect(function()
  492. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106.655037, 4, 3.91455126)
  493. end)
  494.  
  495. helicopters.Name = "helicopters"
  496. helicopters.Parent = teleports
  497. helicopters.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  498. helicopters.BackgroundTransparency = 0.30000001192093
  499. helicopters.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  500. helicopters.BorderSizePixel = 2
  501. helicopters.Position = UDim2.new(0.53442353, 0, 0.0442176871, 0)
  502. helicopters.Size = UDim2.new(0, 78, 0, 47)
  503. helicopters.Font = Enum.Font.Highway
  504. helicopters.FontSize = Enum.FontSize.Size32
  505. helicopters.Text = "Helicopters"
  506. helicopters.TextColor3 = Color3.new(1, 1, 1)
  507. helicopters.TextScaled = true
  508. helicopters.TextSize = 30
  509. helicopters.TextWrapped = true
  510. helicopters.MouseButton1Down:connect(function()
  511. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(232.941162, 4, 69.640686)
  512. end)
  513.  
  514. prisonroof.Name = "prisonroof"
  515. prisonroof.Parent = teleports
  516. prisonroof.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  517. prisonroof.BackgroundTransparency = 0.30000001192093
  518. prisonroof.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  519. prisonroof.BorderSizePixel = 2
  520. prisonroof.Position = UDim2.new(0.770386457, 0, 0.0442176871, 0)
  521. prisonroof.Size = UDim2.new(0, 79, 0, 47)
  522. prisonroof.Font = Enum.Font.Highway
  523. prisonroof.FontSize = Enum.FontSize.Size32
  524. prisonroof.Text = "Prison Roof"
  525. prisonroof.TextColor3 = Color3.new(1, 1, 1)
  526. prisonroof.TextScaled = true
  527. prisonroof.TextSize = 30
  528. prisonroof.TextWrapped = true
  529. prisonroof.MouseButton1Down:connect(function()
  530. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(98.6248474, 34, -25.8570728)
  531. end)
  532.  
  533. fugitive.Name = "fugitive"
  534. fugitive.Parent = teleports
  535. fugitive.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  536. fugitive.BackgroundTransparency = 0.30000001192093
  537. fugitive.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  538. fugitive.BorderSizePixel = 2
  539. fugitive.Position = UDim2.new(0.770386457, 0, 0.241274774, 0)
  540. fugitive.Size = UDim2.new(0, 79, 0, 47)
  541. fugitive.Font = Enum.Font.Highway
  542. fugitive.FontSize = Enum.FontSize.Size32
  543. fugitive.Text = "Fugitives Base"
  544. fugitive.TextColor3 = Color3.new(1, 1, 1)
  545. fugitive.TextScaled = true
  546. fugitive.TextSize = 30
  547. fugitive.TextWrapped = true
  548. fugitive.MouseButton1Down:connect(function()
  549. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-616.783325, -24.0004501, -291.027985)
  550. end)
  551.  
  552. gate.Name = "gate"
  553. gate.Parent = teleports
  554. gate.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  555. gate.BackgroundTransparency = 0.30000001192093
  556. gate.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  557. gate.BorderSizePixel = 2
  558. gate.Position = UDim2.new(0.300970882, 0, 0.241274774, 0)
  559. gate.Size = UDim2.new(0, 79, 0, 47)
  560. gate.Font = Enum.Font.Highway
  561. gate.FontSize = Enum.FontSize.Size32
  562. gate.Text = "Escape Gate"
  563. gate.TextColor3 = Color3.new(1, 1, 1)
  564. gate.TextScaled = true
  565. gate.TextSize = 30
  566. gate.TextWrapped = true
  567. gate.MouseButton1Down:connect(function()
  568. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(153.175613, 3.99045253, -416.264557)
  569. end)
  570.  
  571. waterfall.Name = "waterfall"
  572. waterfall.Parent = teleports
  573. waterfall.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  574. waterfall.BackgroundTransparency = 0.30000001192093
  575. waterfall.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  576. waterfall.BorderSizePixel = 2
  577. waterfall.Position = UDim2.new(0.53442353, 0, 0.241274774, 0)
  578. waterfall.Size = UDim2.new(0, 78, 0, 47)
  579. waterfall.Font = Enum.Font.Highway
  580. waterfall.FontSize = Enum.FontSize.Size32
  581. waterfall.Text = "Water Fall"
  582. waterfall.TextColor3 = Color3.new(1, 1, 1)
  583. waterfall.TextScaled = true
  584. waterfall.TextSize = 30
  585. waterfall.TextWrapped = true
  586. waterfall.MouseButton1Down:connect(function()
  587. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(539.227661, 112.566345, -247.989563)
  588. end)
  589.  
  590. policecar.Name = "policecar"
  591. policecar.Parent = teleports
  592. policecar.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  593. policecar.BackgroundTransparency = 0.30000001192093
  594. policecar.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  595. policecar.BorderSizePixel = 2
  596. policecar.Position = UDim2.new(0.770386457, 0, 0.441363484, 0)
  597. policecar.Size = UDim2.new(0, 79, 0, 47)
  598. policecar.Font = Enum.Font.Highway
  599. policecar.FontSize = Enum.FontSize.Size32
  600. policecar.Text = "Police Cars"
  601. policecar.TextColor3 = Color3.new(1, 1, 1)
  602. policecar.TextScaled = true
  603. policecar.TextSize = 30
  604. policecar.TextWrapped = true
  605. policecar.MouseButton1Down:connect(function()
  606. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11.1110287, 5, -343.072113)
  607. end)
  608.  
  609. atv.Name = "atv"
  610. atv.Parent = teleports
  611. atv.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  612. atv.BackgroundTransparency = 0.30000001192093
  613. atv.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  614. atv.BorderSizePixel = 2
  615. atv.Position = UDim2.new(0.300970882, 0, 0.441363484, 0)
  616. atv.Size = UDim2.new(0, 79, 0, 47)
  617. atv.Font = Enum.Font.Highway
  618. atv.FontSize = Enum.FontSize.Size32
  619. atv.Text = "ATV"
  620. atv.TextColor3 = Color3.new(1, 1, 1)
  621. atv.TextScaled = true
  622. atv.TextSize = 30
  623. atv.TextWrapped = true
  624. atv.MouseButton1Down:connect(function()
  625. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-594.426941, -24.5, -190.371475)
  626. end)
  627.  
  628. fakekey.Name = "fakekey"
  629. fakekey.Parent = teleports
  630. fakekey.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  631. fakekey.BackgroundTransparency = 0.30000001192093
  632. fakekey.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  633. fakekey.BorderSizePixel = 2
  634. fakekey.Position = UDim2.new(0.53442353, 0, 0.441363484, 0)
  635. fakekey.Size = UDim2.new(0, 78, 0, 47)
  636. fakekey.Font = Enum.Font.Highway
  637. fakekey.FontSize = Enum.FontSize.Size32
  638. fakekey.Text = "Fake Keycard"
  639. fakekey.TextColor3 = Color3.new(1, 1, 1)
  640. fakekey.TextScaled = true
  641. fakekey.TextSize = 30
  642. fakekey.TextWrapped = true
  643. fakekey.MouseButton1Down:connect(function()
  644. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-425.521454, -23.996933, -519.80542)
  645. end)
  646.  
  647. cells.Name = "cells"
  648. cells.Parent = teleports
  649. cells.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  650. cells.BackgroundTransparency = 0.30000001192093
  651. cells.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  652. cells.BorderSizePixel = 2
  653. cells.Position = UDim2.new(0.298543692, 0, 0.642043769, 0)
  654. cells.Size = UDim2.new(0, 79, 0, 47)
  655. cells.Font = Enum.Font.Highway
  656. cells.FontSize = Enum.FontSize.Size32
  657. cells.Text = "J Block"
  658. cells.TextColor3 = Color3.new(1, 1, 1)
  659. cells.TextScaled = true
  660. cells.TextSize = 30
  661. cells.TextWrapped = true
  662. cells.MouseButton1Down:connect(function()
  663. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4.89753437, 4, 72.0065918)
  664. end)
  665.  
  666. basket.Name = "basket"
  667. basket.Parent = teleports
  668. basket.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  669. basket.BackgroundTransparency = 0.30000001192093
  670. basket.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  671. basket.BorderSizePixel = 2
  672. basket.Position = UDim2.new(0.531996369, 0, 0.642043769, 0)
  673. basket.Size = UDim2.new(0, 78, 0, 47)
  674. basket.Font = Enum.Font.Highway
  675. basket.FontSize = Enum.FontSize.Size32
  676. basket.Text = "Basket Ball Court"
  677. basket.TextColor3 = Color3.new(1, 1, 1)
  678. basket.TextScaled = true
  679. basket.TextSize = 30
  680. basket.TextWrapped = true
  681. basket.MouseButton1Down:connect(function()
  682. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(243.415985, 4.0000153, -81.330658)
  683. end)
  684.  
  685. items.Name = "items"
  686. items.Parent = ScreenGui
  687. items.BackgroundColor3 = Color3.new(0.807843, 0.647059, 1)
  688. items.BackgroundTransparency = 0.30000001192093
  689. items.BorderSizePixel = 0
  690. items.Position = UDim2.new(0.0357142873, 0, 0.131826743, 0)
  691. items.Size = UDim2.new(0, 412, 0, 294)
  692. items.Visible = false
  693.  
  694. color_3.Name = "color"
  695. color_3.Parent = items
  696. color_3.BackgroundColor3 = Color3.new(1, 1, 1)
  697. color_3.BackgroundTransparency = 0.30000001192093
  698. color_3.BorderSizePixel = 0
  699. color_3.Position = UDim2.new(0, 0, 0.90476191, 0)
  700. color_3.Size = UDim2.new(0, 412, 0, 28)
  701.  
  702. credits_3.Name = "credits"
  703. credits_3.Parent = color_3
  704. credits_3.BackgroundColor3 = Color3.new(1, 1, 1)
  705. credits_3.BackgroundTransparency = 1
  706. credits_3.BorderSizePixel = 0
  707. credits_3.Position = UDim2.new(0, 0, -0.392857134, 0)
  708. credits_3.Size = UDim2.new(0, 200, 0, 50)
  709. credits_3.Font = Enum.Font.Highway
  710. credits_3.FontSize = Enum.FontSize.Size14
  711. credits_3.Text = "Made by LiamGlitchesYT on v3rm"
  712. credits_3.TextColor3 = Color3.new(0.666667, 0, 1)
  713. credits_3.TextSize = 14
  714.  
  715. title_3.Name = "title"
  716. title_3.Parent = color_3
  717. title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  718. title_3.BackgroundTransparency = 1
  719. title_3.BorderSizePixel = 0
  720. title_3.Position = UDim2.new(0.570388317, 0, -0.392857134, 0)
  721. title_3.Size = UDim2.new(0, 200, 0, 50)
  722. title_3.Font = Enum.Font.Highway
  723. title_3.FontSize = Enum.FontSize.Size14
  724. title_3.Text = "Redwood Prison GUI"
  725. title_3.TextColor3 = Color3.new(0.666667, 0, 1)
  726. title_3.TextSize = 14
  727.  
  728. navbar_3.Name = "navbar"
  729. navbar_3.Parent = items
  730. navbar_3.BackgroundColor3 = Color3.new(1, 1, 1)
  731. navbar_3.BackgroundTransparency = 0.30000001192093
  732. navbar_3.BorderSizePixel = 0
  733. navbar_3.Size = UDim2.new(0, 105, 0, 266)
  734.  
  735. home3.Name = "home3"
  736. home3.Parent = navbar_3
  737. home3.BackgroundColor3 = Color3.new(1, 1, 1)
  738. home3.BackgroundTransparency = 0.30000001192093
  739. home3.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  740. home3.BorderSizePixel = 2
  741. home3.Size = UDim2.new(0, 105, 0, 89)
  742. home3.Font = Enum.Font.Highway
  743. home3.FontSize = Enum.FontSize.Size32
  744. home3.Text = "Home"
  745. home3.TextColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  746. home3.TextSize = 30
  747. home3.MouseButton1Down:connect(function()
  748. home.Visible = true
  749. items.Visible = false
  750. end)
  751.  
  752. teleports3.Name = "teleports3"
  753. teleports3.Parent = navbar_3
  754. teleports3.BackgroundColor3 = Color3.new(1, 1, 1)
  755. teleports3.BackgroundTransparency = 0.30000001192093
  756. teleports3.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  757. teleports3.BorderSizePixel = 2
  758. teleports3.Position = UDim2.new(0, 0, 0.334586471, 0)
  759. teleports3.Size = UDim2.new(0, 105, 0, 88)
  760. teleports3.Font = Enum.Font.Highway
  761. teleports3.FontSize = Enum.FontSize.Size28
  762. teleports3.Text = "Teleports"
  763. teleports3.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  764. teleports3.TextSize = 27
  765. teleports3.MouseButton1Down:connect(function()
  766. teleports.Visible = true
  767. items.Visible = false
  768. end)
  769.  
  770. items3.Name = "items3"
  771. items3.Parent = navbar_3
  772. items3.BackgroundColor3 = Color3.new(0.843137, 0.862745, 0.858824)
  773. items3.BackgroundTransparency = 0.30000001192093
  774. items3.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  775. items3.BorderSizePixel = 2
  776. items3.Position = UDim2.new(0, 0, 0.676691711, 0)
  777. items3.Size = UDim2.new(0, 105, 0, 86)
  778. items3.Font = Enum.Font.Highway
  779. items3.FontSize = Enum.FontSize.Size32
  780. items3.Text = "Items"
  781. items3.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  782. items3.TextSize = 30
  783. items3.MouseButton1Down:connect(function()
  784. items.Visible = false
  785. items.Visible = true
  786. end)
  787.  
  788. handcuffs.Name = "handcuffs"
  789. handcuffs.Parent = items
  790. handcuffs.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  791. handcuffs.BackgroundTransparency = 0.30000001192093
  792. handcuffs.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  793. handcuffs.BorderSizePixel = 2
  794. handcuffs.Position = UDim2.new(0.300970882, 0, 0.0442176871, 0)
  795. handcuffs.Size = UDim2.new(0, 79, 0, 47)
  796. handcuffs.Font = Enum.Font.Highway
  797. handcuffs.FontSize = Enum.FontSize.Size32
  798. handcuffs.Text = "Handcuffs"
  799. handcuffs.TextColor3 = Color3.new(1, 1, 1)
  800. handcuffs.TextScaled = true
  801. handcuffs.TextSize = 30
  802. handcuffs.TextWrapped = true
  803. handcuffs.MouseButton1Down:connect(function()
  804. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Handcuffs")
  805. end)
  806.  
  807. fakeid.Name = "fakeid"
  808. fakeid.Parent = items
  809. fakeid.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  810. fakeid.BackgroundTransparency = 0.30000001192093
  811. fakeid.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  812. fakeid.BorderSizePixel = 2
  813. fakeid.Position = UDim2.new(0.521844685, 0, 0.0442176871, 0)
  814. fakeid.Size = UDim2.new(0, 79, 0, 47)
  815. fakeid.Font = Enum.Font.Highway
  816. fakeid.FontSize = Enum.FontSize.Size32
  817. fakeid.Text = "Fake ID"
  818. fakeid.TextColor3 = Color3.new(1, 1, 1)
  819. fakeid.TextScaled = true
  820. fakeid.TextSize = 30
  821. fakeid.TextWrapped = true
  822. fakeid.MouseButton1Down:connect(function()
  823. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  824. end)
  825.  
  826. dragunov.Name = "dragunov"
  827. dragunov.Parent = items
  828. dragunov.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  829. dragunov.BackgroundTransparency = 0.30000001192093
  830. dragunov.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  831. dragunov.BorderSizePixel = 2
  832. dragunov.Position = UDim2.new(0.740291238, 0, 0.0442176871, 0)
  833. dragunov.Size = UDim2.new(0, 79, 0, 47)
  834. dragunov.Font = Enum.Font.Highway
  835. dragunov.FontSize = Enum.FontSize.Size32
  836. dragunov.Text = "Dragunov"
  837. dragunov.TextColor3 = Color3.new(1, 1, 1)
  838. dragunov.TextScaled = true
  839. dragunov.TextSize = 30
  840. dragunov.TextWrapped = true
  841. dragunov.MouseButton1Down:connect(function()
  842. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Dragunov")
  843. end)
  844.  
  845. m60.Name = "m60"
  846. m60.Parent = items
  847. m60.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  848. m60.BackgroundTransparency = 0.30000001192093
  849. m60.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  850. m60.BorderSizePixel = 2
  851. m60.Position = UDim2.new(0.300970882, 0, 0.234693885, 0)
  852. m60.Size = UDim2.new(0, 79, 0, 47)
  853. m60.Font = Enum.Font.Highway
  854. m60.FontSize = Enum.FontSize.Size32
  855. m60.Text = "M60"
  856. m60.TextColor3 = Color3.new(1, 1, 1)
  857. m60.TextScaled = true
  858. m60.TextSize = 30
  859. m60.TextWrapped = true
  860. m60.MouseButton1Down:connect(function()
  861. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  862. end)
  863.  
  864.  
  865. acr.Name = "acr"
  866. acr.Parent = items
  867. acr.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  868. acr.BackgroundTransparency = 0.30000001192093
  869. acr.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  870. acr.BorderSizePixel = 2
  871. acr.Position = UDim2.new(0.521844685, 0, 0.234693885, 0)
  872. acr.Size = UDim2.new(0, 79, 0, 47)
  873. acr.Font = Enum.Font.Highway
  874. acr.FontSize = Enum.FontSize.Size32
  875. acr.Text = "ACR"
  876. acr.TextColor3 = Color3.new(1, 1, 1)
  877. acr.TextScaled = true
  878. acr.TextSize = 30
  879. acr.TextWrapped = true
  880. acr.MouseButton1Down:connect(function()
  881. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  882. end)
  883.  
  884.  
  885. taser.Name = "taser"
  886. taser.Parent = items
  887. taser.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  888. taser.BackgroundTransparency = 0.30000001192093
  889. taser.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  890. taser.BorderSizePixel = 2
  891. taser.Position = UDim2.new(0.740291238, 0, 0.234693855, 0)
  892. taser.Size = UDim2.new(0, 79, 0, 47)
  893. taser.Font = Enum.Font.Highway
  894. taser.FontSize = Enum.FontSize.Size32
  895. taser.Text = "Taser"
  896. taser.TextColor3 = Color3.new(1, 1, 1)
  897. taser.TextScaled = true
  898. taser.TextSize = 30
  899. taser.TextWrapped = true
  900. taser.MouseButton1Down:connect(function()
  901. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
  902. end)
  903.  
  904.  
  905. hammer.Name = "hammer"
  906. hammer.Parent = items
  907. hammer.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  908. hammer.BackgroundTransparency = 0.30000001192093
  909. hammer.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  910. hammer.BorderSizePixel = 2
  911. hammer.Position = UDim2.new(0.300970882, 0, 0.418367356, 0)
  912. hammer.Size = UDim2.new(0, 79, 0, 47)
  913. hammer.Font = Enum.Font.Highway
  914. hammer.FontSize = Enum.FontSize.Size32
  915. hammer.Text = "Hammer"
  916. hammer.TextColor3 = Color3.new(1, 1, 1)
  917. hammer.TextScaled = true
  918. hammer.TextSize = 30
  919. hammer.TextWrapped = true
  920. hammer.MouseButton1Down:connect(function()
  921. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Hammer")
  922. end)
  923.  
  924.  
  925. m98b.Name = "m98b"
  926. m98b.Parent = items
  927. m98b.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  928. m98b.BackgroundTransparency = 0.30000001192093
  929. m98b.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  930. m98b.BorderSizePixel = 2
  931. m98b.Position = UDim2.new(0.740291238, 0, 0.418367326, 0)
  932. m98b.Size = UDim2.new(0, 79, 0, 47)
  933. m98b.Font = Enum.Font.Highway
  934. m98b.FontSize = Enum.FontSize.Size32
  935. m98b.Text = "M98B"
  936. m98b.TextColor3 = Color3.new(1, 1, 1)
  937. m98b.TextScaled = true
  938. m98b.TextSize = 30
  939. m98b.TextWrapped = true
  940. m98b.MouseButton1Down:connect(function()
  941. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  942. end)
  943.  
  944.  
  945. spas12.Name = "spas12"
  946. spas12.Parent = items
  947. spas12.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  948. spas12.BackgroundTransparency = 0.30000001192093
  949. spas12.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  950. spas12.BorderSizePixel = 2
  951. spas12.Position = UDim2.new(0.521844685, 0, 0.418367356, 0)
  952. spas12.Size = UDim2.new(0, 79, 0, 47)
  953. spas12.Font = Enum.Font.Highway
  954. spas12.FontSize = Enum.FontSize.Size32
  955. spas12.Text = "SPAS-12"
  956. spas12.TextColor3 = Color3.new(1, 1, 1)
  957. spas12.TextScaled = true
  958. spas12.TextSize = 30
  959. spas12.TextWrapped = true
  960. spas12.MouseButton1Down:connect(function()
  961. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
  962. end)
  963.  
  964.  
  965. ump45.Name = "ump45"
  966. ump45.Parent = items
  967. ump45.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  968. ump45.BackgroundTransparency = 0.30000001192093
  969. ump45.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  970. ump45.BorderSizePixel = 2
  971. ump45.Position = UDim2.new(0.300970882, 0, 0.602040827, 0)
  972. ump45.Size = UDim2.new(0, 79, 0, 47)
  973. ump45.Font = Enum.Font.Highway
  974. ump45.FontSize = Enum.FontSize.Size32
  975. ump45.Text = "UMP-45"
  976. ump45.TextColor3 = Color3.new(1, 1, 1)
  977. ump45.TextScaled = true
  978. ump45.TextSize = 30
  979. ump45.TextWrapped = true
  980. ump45.MouseButton1Down:connect(function()
  981. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  982. end)
  983.  
  984.  
  985. ak47.Name = "ak47"
  986. ak47.Parent = items
  987. ak47.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  988. ak47.BackgroundTransparency = 0.30000001192093
  989. ak47.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  990. ak47.BorderSizePixel = 2
  991. ak47.Position = UDim2.new(0.740291238, 0, 0.602040768, 0)
  992. ak47.Size = UDim2.new(0, 79, 0, 47)
  993. ak47.Font = Enum.Font.Highway
  994. ak47.FontSize = Enum.FontSize.Size32
  995. ak47.Text = "AK47"
  996. ak47.TextColor3 = Color3.new(1, 1, 1)
  997. ak47.TextScaled = true
  998. ak47.TextSize = 30
  999. ak47.TextWrapped = true
  1000. ak47.MouseButton1Down:connect(function()
  1001. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47")
  1002. end)
  1003.  
  1004.  
  1005. m14.Name = "m14"
  1006. m14.Parent = items
  1007. m14.BackgroundColor3 = Color3.new(0.631373, 0.407843, 0.827451)
  1008. m14.BackgroundTransparency = 0.30000001192093
  1009. m14.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  1010. m14.BorderSizePixel = 2
  1011. m14.Position = UDim2.new(0.521844685, 0, 0.602040827, 0)
  1012. m14.Size = UDim2.new(0, 79, 0, 47)
  1013. m14.Font = Enum.Font.Highway
  1014. m14.FontSize = Enum.FontSize.Size32
  1015. m14.Text = "M14"
  1016. m14.TextColor3 = Color3.new(1, 1, 1)
  1017. m14.TextScaled = true
  1018. m14.TextSize = 30
  1019. m14.TextWrapped = true
  1020. m14.MouseButton1Down:connect(function()
  1021. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  1022. end)
  1023.  
  1024.  
  1025. home.Name = "home"
  1026. home.Parent = ScreenGui
  1027. home.BackgroundColor3 = Color3.new(0.807843, 0.647059, 1)
  1028. home.BackgroundTransparency = 0.30000001192093
  1029. home.BorderSizePixel = 0
  1030. home.Position = UDim2.new(0.0357142873, 0, 0.131826743, 0)
  1031. home.Size = UDim2.new(0, 412, 0, 294)
  1032. home.Visible = true
  1033. home.Draggable = true
  1034.  
  1035. color_4.Name = "color"
  1036. color_4.Parent = home
  1037. color_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1038. color_4.BackgroundTransparency = 0.30000001192093
  1039. color_4.BorderSizePixel = 0
  1040. color_4.Position = UDim2.new(0, 0, 0.90476191, 0)
  1041. color_4.Size = UDim2.new(0, 412, 0, 28)
  1042.  
  1043. credits_4.Name = "credits"
  1044. credits_4.Parent = color_4
  1045. credits_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1046. credits_4.BackgroundTransparency = 1
  1047. credits_4.BorderSizePixel = 0
  1048. credits_4.Position = UDim2.new(0, 0, -0.392857134, 0)
  1049. credits_4.Size = UDim2.new(0, 200, 0, 50)
  1050. credits_4.Font = Enum.Font.Highway
  1051. credits_4.FontSize = Enum.FontSize.Size14
  1052. credits_4.Text = "Made by LiamGlitchesYT on v3rm"
  1053. credits_4.TextColor3 = Color3.new(0.666667, 0, 1)
  1054. credits_4.TextSize = 14
  1055.  
  1056. title_4.Name = "title"
  1057. title_4.Parent = color_4
  1058. title_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1059. title_4.BackgroundTransparency = 1
  1060. title_4.BorderSizePixel = 0
  1061. title_4.Position = UDim2.new(0.570388317, 0, -0.392857134, 0)
  1062. title_4.Size = UDim2.new(0, 200, 0, 50)
  1063. title_4.Font = Enum.Font.Highway
  1064. title_4.FontSize = Enum.FontSize.Size14
  1065. title_4.Text = "Redwood Prison GUI"
  1066. title_4.TextColor3 = Color3.new(0.666667, 0, 1)
  1067. title_4.TextSize = 14
  1068.  
  1069. navbar_4.Name = "navbar"
  1070. navbar_4.Parent = home
  1071. navbar_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1072. navbar_4.BackgroundTransparency = 0.30000001192093
  1073. navbar_4.BorderSizePixel = 0
  1074. navbar_4.Size = UDim2.new(0, 105, 0, 266)
  1075.  
  1076. home1.Name = "home1"
  1077. home1.Parent = navbar_4
  1078. home1.BackgroundColor3 = Color3.new(0.843137, 0.862745, 0.858824)
  1079. home1.BackgroundTransparency = 0.30000001192093
  1080. home1.BorderColor3 = Color3.new(0.698039, 0.580392, 0.831373)
  1081. home1.BorderSizePixel = 2
  1082. home1.Size = UDim2.new(0, 105, 0, 89)
  1083. home1.Font = Enum.Font.Highway
  1084. home1.FontSize = Enum.FontSize.Size32
  1085. home1.Text = "Home"
  1086. home1.TextColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  1087. home1.TextSize = 30
  1088. home1.MouseButton1Down:connect(function()
  1089. home.Visible = false
  1090. home.Visible = true
  1091. end)
  1092.  
  1093.  
  1094. teleports1.Name = "teleports1"
  1095. teleports1.Parent = navbar_4
  1096. teleports1.BackgroundColor3 = Color3.new(1, 1, 1)
  1097. teleports1.BackgroundTransparency = 0.30000001192093
  1098. teleports1.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  1099. teleports1.BorderSizePixel = 2
  1100. teleports1.Position = UDim2.new(0, 0, 0.334586471, 0)
  1101. teleports1.Size = UDim2.new(0, 105, 0, 88)
  1102. teleports1.Font = Enum.Font.Highway
  1103. teleports1.FontSize = Enum.FontSize.Size28
  1104. teleports1.Text = "Teleports"
  1105. teleports1.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  1106. teleports1.TextSize = 27
  1107. teleports1.MouseButton1Down:connect(function()
  1108. teleports.Visible = true
  1109. home.Visible = false
  1110. end)
  1111.  
  1112. items1.Name = "items1"
  1113. items1.Parent = navbar_4
  1114. items1.BackgroundColor3 = Color3.new(1, 1, 1)
  1115. items1.BackgroundTransparency = 0.30000001192093
  1116. items1.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  1117. items1.BorderSizePixel = 2
  1118. items1.Position = UDim2.new(0, 0, 0.676691711, 0)
  1119. items1.Size = UDim2.new(0, 105, 0, 86)
  1120. items1.Font = Enum.Font.Highway
  1121. items1.FontSize = Enum.FontSize.Size32
  1122. items1.Text = "Items"
  1123. items1.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  1124. items1.TextSize = 30
  1125. items1.MouseButton1Down:connect(function()
  1126. items.Visible = true
  1127. home.Visible = false
  1128. end)
  1129.  
  1130. hometitle.Name = "hometitle"
  1131. hometitle.Parent = home
  1132. hometitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1133. hometitle.BackgroundTransparency = 1
  1134. hometitle.BorderSizePixel = 0
  1135. hometitle.Position = UDim2.new(0.381067932, 0, 0.0442176908, 0)
  1136. hometitle.Size = UDim2.new(0, 200, 0, 50)
  1137. hometitle.Font = Enum.Font.Highway
  1138. hometitle.FontSize = Enum.FontSize.Size36
  1139. hometitle.Text = "Redwood Prison GUI"
  1140. hometitle.TextColor3 = Color3.new(1, 1, 1)
  1141. hometitle.TextSize = 35
  1142. hometitle.TextTransparency = 0.30000001192093
  1143.  
  1144. notice.Name = "notice"
  1145. notice.Parent = home
  1146. notice.BackgroundColor3 = Color3.new(1, 1, 1)
  1147. notice.BackgroundTransparency = 1
  1148. notice.BorderSizePixel = 0
  1149. notice.Position = UDim2.new(0.364077628, 0, 0.673469424, 0)
  1150. notice.Size = UDim2.new(0, 200, 0, 50)
  1151. notice.Font = Enum.Font.Highway
  1152. notice.FontSize = Enum.FontSize.Size24
  1153. notice.Text = "Notice:"
  1154. notice.TextColor3 = Color3.new(1, 1, 1)
  1155. notice.TextSize = 20
  1156. notice.TextTransparency = 0.30000001192093
  1157.  
  1158. notice_message.Name = "notice_message"
  1159. notice_message.Parent = home
  1160. notice_message.BackgroundColor3 = Color3.new(1, 1, 1)
  1161. notice_message.BackgroundTransparency = 1
  1162. notice_message.BorderSizePixel = 0
  1163. notice_message.Position = UDim2.new(0.347087383, 0, 0.768707454, 0)
  1164. notice_message.Size = UDim2.new(0, 228, 0, 40)
  1165. notice_message.Font = Enum.Font.Highway
  1166. notice_message.FontSize = Enum.FontSize.Size24
  1167. notice_message.Text = "All teleports were found by me. All other script credits will be in the console!"
  1168. notice_message.TextColor3 = Color3.new(1, 1, 1)
  1169. notice_message.TextScaled = true
  1170. notice_message.TextSize = 20
  1171. notice_message.TextTransparency = 0.30000001192093
  1172. notice_message.TextWrapped = true
  1173.  
  1174. termed.Name = "termed"
  1175. termed.Parent = home
  1176. termed.BackgroundColor3 = Color3.new(1, 1, 1)
  1177. termed.BackgroundTransparency = 1
  1178. termed.BorderSizePixel = 0
  1179. termed.Position = UDim2.new(0.354368925, 0, 0.272108823, 0)
  1180. termed.Size = UDim2.new(0, 221, 0, 81)
  1181. termed.Font = Enum.Font.Highway
  1182. termed.FontSize = Enum.FontSize.Size18
  1183. termed.Text = "My old discord account got termed, my new one is now Jimbo#2505"
  1184. termed.TextColor3 = Color3.new(1, 1, 1)
  1185. termed.TextScaled = true
  1186. termed.TextSize = 15
  1187. termed.TextTransparency = 0.30000001192093
  1188. termed.TextWrapped = true
  1189.  
  1190. hiddenfeatures.Name = "hiddenfeatures"
  1191. hiddenfeatures.Parent = home
  1192. hiddenfeatures.BackgroundColor3 = Color3.new(1, 1, 1)
  1193. hiddenfeatures.BackgroundTransparency = 0.30000001192093
  1194. hiddenfeatures.BorderColor3 = Color3.new(0.694118, 0.576471, 0.827451)
  1195. hiddenfeatures.BorderSizePixel = 2
  1196. hiddenfeatures.Position = UDim2.new(0.466019452, 0, 0.574829876, 0)
  1197. hiddenfeatures.Size = UDim2.new(0, 116, 0, 37)
  1198. hiddenfeatures.Font = Enum.Font.Highway
  1199. hiddenfeatures.FontSize = Enum.FontSize.Size32
  1200. hiddenfeatures.Text = "Hidden Features"
  1201. hiddenfeatures.TextColor3 = Color3.new(0.690196, 0.572549, 0.823529)
  1202. hiddenfeatures.TextScaled = true
  1203. hiddenfeatures.TextSize = 30
  1204. hiddenfeatures.TextWrapped = true
  1205. hiddenfeatures.MouseButton1Down:connect(function()
  1206. hiddenitems.Visible = true
  1207. home.Visible = false
  1208. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement