ToxicWHOMakesGUIS

redwoodprisongui

Jan 15th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.60 KB | None | 0 0
  1. --[- Made By Krispy#0566 -]--
  2.  
  3. if game.PlaceId ~= 402122991 then return end
  4.  
  5. function unlockEverything(a)
  6. for n,o in pairs(a:GetChildren())do
  7. if(o:IsA("BasePart"))then o.Locked = false end
  8. unlockEverything(o)
  9. end
  10. end
  11.  
  12. unlockEverything(workspace)
  13.  
  14. RedwoodPrisonGUI = Instance.new("ScreenGui")
  15. main = Instance.new("Frame")
  16. topframe = Instance.new("Frame")
  17. name = Instance.new("TextLabel")
  18. close = Instance.new("TextButton")
  19. des = Instance.new("TextButton")
  20. choose = Instance.new("Frame")
  21. givers = Instance.new("TextButton")
  22. teleports = Instance.new("TextButton")
  23. misc = Instance.new("TextButton")
  24. home = Instance.new("TextButton")
  25. box = Instance.new("Frame")
  26. miscframe = Instance.new("Frame")
  27. reload = Instance.new("TextButton")
  28. arrest = Instance.new("TextButton")
  29. ammo = Instance.new("TextButton")
  30. walk = Instance.new("TextBox")
  31. changews = Instance.new("TextButton")
  32. noclip = Instance.new("TextButton")
  33. jump = Instance.new("TextBox")
  34. changejp = Instance.new("TextButton")
  35. teleportsframe = Instance.new("Frame")
  36. pris = Instance.new("TextButton")
  37. fug = Instance.new("TextButton")
  38. cops = Instance.new("TextButton")
  39. tp = Instance.new("TextButton")
  40. player = Instance.new("TextBox")
  41. giversframe = Instance.new("Frame")
  42. para = Instance.new("TextButton")
  43. guns = Instance.new("TextButton")
  44. id = Instance.new("TextButton")
  45. taser = Instance.new("TextButton")
  46. btools = Instance.new("TextButton")
  47. giver = Instance.new("TextButton")
  48. hammer = Instance.new("TextButton")
  49. homeframe = Instance.new("Frame")
  50. startedtext = Instance.new("TextLabel")
  51. namebold = Instance.new("TextLabel")
  52. welcometext = Instance.new("TextLabel")
  53. findtext = Instance.new("TextLabel")
  54. gungiver = Instance.new("Frame")
  55. m60 = Instance.new("TextButton")
  56. acr = Instance.new("TextButton")
  57. revo = Instance.new("TextButton")
  58. aku = Instance.new("TextButton")
  59. saw = Instance.new("TextButton")
  60. spas = Instance.new("TextButton")
  61. l86 = Instance.new("TextButton")
  62. ber = Instance.new("TextButton")
  63. m16 = Instance.new("TextButton")
  64. m98b = Instance.new("TextButton")
  65. ump = Instance.new("TextButton")
  66. m14 = Instance.new("TextButton")
  67. back = Instance.new("TextButton")
  68. open = Instance.new("TextButton")
  69.  
  70. RedwoodPrisonGUI.Name = "RedwoodPrisonGUI"
  71. RedwoodPrisonGUI.Parent = game.CoreGui
  72.  
  73. main.Name = "main"
  74. main.Parent = RedwoodPrisonGUI
  75. main.Active = true
  76. main.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  77. main.BorderSizePixel = 0
  78. main.Position = UDim2.new(-0.285, 0,0.28, 0)
  79. main.Size = UDim2.new(0, 370, 0, 419)
  80. main.Visible = false
  81.  
  82. topframe.Name = "topframe"
  83. topframe.Parent = main
  84. topframe.Active = true
  85. topframe.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  86. topframe.BorderSizePixel = 0
  87. topframe.Size = UDim2.new(0, 370, 0, 40)
  88.  
  89. name.Name = "name"
  90. name.Parent = topframe
  91. name.BackgroundColor3 = Color3.new(1, 1, 1)
  92. name.BackgroundTransparency = 1
  93. name.BorderSizePixel = 0
  94. name.Position = UDim2.new(0.261779487, 0, 0, 0)
  95. name.Size = UDim2.new(0, 188, 0, 40)
  96. name.Font = Enum.Font.SourceSansBold
  97. name.FontSize = Enum.FontSize.Size28
  98. name.Text = "Redwood Prison GUI"
  99. name.TextColor3 = Color3.new(1, 1, 1)
  100. name.TextSize = 26
  101.  
  102. close.Name = "close"
  103. close.Parent = topframe
  104. close.BackgroundColor3 = Color3.new(1, 1, 1)
  105. close.BackgroundTransparency = 1
  106. close.BorderSizePixel = 0
  107. close.Position = UDim2.new(0.937219977, 0, 0.121222615, 0)
  108. close.Size = UDim2.new(0, 23, 0, 29)
  109. close.Font = Enum.Font.SourceSansSemibold
  110. close.FontSize = Enum.FontSize.Size24
  111. close.Text = "X"
  112. close.TextColor3 = Color3.new(1, 1, 1)
  113. close.TextSize = 23
  114.  
  115. des.Name = "des"
  116. des.Parent = topframe
  117. des.BackgroundColor3 = Color3.new(1, 1, 1)
  118. des.BackgroundTransparency = 1
  119. des.BorderSizePixel = 0
  120. des.Position = UDim2.new(0, 0, -0.0249999762, 0)
  121. des.Size = UDim2.new(0, 38, 0, 35)
  122. des.Font = Enum.Font.SourceSansBold
  123. des.FontSize = Enum.FontSize.Size32
  124. des.Text = "V2"
  125. des.TextColor3 = Color3.new(1, 1, 1)
  126. des.TextSize = 30
  127.  
  128. choose.Name = "choose"
  129. choose.Parent = main
  130. choose.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  131. choose.BorderSizePixel = 0
  132. choose.Position = UDim2.new(0, 0, 0.0954653919, 0)
  133. choose.Size = UDim2.new(0, 83, 0, 379)
  134.  
  135. givers.Name = "givers"
  136. givers.Parent = choose
  137. givers.BackgroundColor3 = Color3.new(1, 1, 1)
  138. givers.BackgroundTransparency = 1
  139. givers.BorderSizePixel = 0
  140. givers.Position = UDim2.new(0, 0, 0.562005222, 0)
  141. givers.Size = UDim2.new(0, 83, 0, 32)
  142. givers.Font = Enum.Font.SourceSansSemibold
  143. givers.FontSize = Enum.FontSize.Size24
  144. givers.Text = "Givers"
  145. givers.TextColor3 = Color3.new(1, 1, 1)
  146. givers.TextSize = 23
  147.  
  148. teleports.Name = "teleports"
  149. teleports.Parent = choose
  150. teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  151. teleports.BackgroundTransparency = 1
  152. teleports.BorderSizePixel = 0
  153. teleports.Position = UDim2.new(0, 0, 0.337730885, 0)
  154. teleports.Size = UDim2.new(0, 83, 0, 32)
  155. teleports.Font = Enum.Font.SourceSansSemibold
  156. teleports.FontSize = Enum.FontSize.Size24
  157. teleports.Text = "Teleports"
  158. teleports.TextColor3 = Color3.new(1, 1, 1)
  159. teleports.TextSize = 23
  160.  
  161. misc.Name = "misc"
  162. misc.Parent = choose
  163. misc.BackgroundColor3 = Color3.new(1, 1, 1)
  164. misc.BackgroundTransparency = 1
  165. misc.BorderSizePixel = 0
  166. misc.Position = UDim2.new(0, 0, 0.781002641, 0)
  167. misc.Size = UDim2.new(0, 83, 0, 32)
  168. misc.Font = Enum.Font.SourceSansSemibold
  169. misc.FontSize = Enum.FontSize.Size24
  170. misc.Text = "Misc"
  171. misc.TextColor3 = Color3.new(1, 1, 1)
  172. misc.TextSize = 23
  173.  
  174. home.Name = "home"
  175. home.Parent = choose
  176. home.BackgroundColor3 = Color3.new(1, 1, 1)
  177. home.BackgroundTransparency = 1
  178. home.BorderSizePixel = 0
  179. home.Position = UDim2.new(0, 0, 0.110817954, 0)
  180. home.Size = UDim2.new(0, 83, 0, 32)
  181. home.Font = Enum.Font.SourceSansSemibold
  182. home.FontSize = Enum.FontSize.Size24
  183. home.Text = "Home"
  184. home.TextColor3 = Color3.new(1, 1, 1)
  185. home.TextSize = 23
  186.  
  187. box.Name = "box"
  188. box.Parent = main
  189. box.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  190. box.BorderSizePixel = 0
  191. box.Position = UDim2.new(0.262162149, 0, 0.13126491, 0)
  192. box.Size = UDim2.new(0, 258, 0, 349)
  193.  
  194. miscframe.Name = "miscframe"
  195. miscframe.Parent = main
  196. miscframe.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726)
  197. miscframe.BackgroundTransparency = 1
  198. miscframe.BorderSizePixel = 0
  199. miscframe.Position = UDim2.new(0.224324331, 0, 0.0954653919, 0)
  200. miscframe.Size = UDim2.new(0, 287, 0, 379)
  201. miscframe.Visible = false
  202.  
  203. reload.Name = "reload"
  204. reload.Parent = miscframe
  205. reload.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  206. reload.BorderSizePixel = 0
  207. reload.Position = UDim2.new(0.244873911, 0, 0.318274647, 0)
  208. reload.Size = UDim2.new(0, 143, 0, 26)
  209. reload.Font = Enum.Font.SourceSansSemibold
  210. reload.FontSize = Enum.FontSize.Size24
  211. reload.Text = "Reload"
  212. reload.TextColor3 = Color3.new(1, 1, 1)
  213. reload.TextSize = 19
  214.  
  215. arrest.Name = "arrest"
  216. arrest.Parent = miscframe
  217. arrest.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  218. arrest.BorderSizePixel = 0
  219. arrest.Position = UDim2.new(0.247358173, 0, 0.0872581527, 0)
  220. arrest.Size = UDim2.new(0, 143, 0, 26)
  221. arrest.Font = Enum.Font.SourceSansSemibold
  222. arrest.FontSize = Enum.FontSize.Size24
  223. arrest.Text = "Arrest All Fugitives"
  224. arrest.TextColor3 = Color3.new(1, 1, 1)
  225. arrest.TextSize = 19
  226.  
  227. ammo.Name = "ammo"
  228. ammo.Parent = miscframe
  229. ammo.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  230. ammo.BorderSizePixel = 0
  231. ammo.Position = UDim2.new(0.246542901, 0, 0.204073444, 0)
  232. ammo.Size = UDim2.new(0, 143, 0, 26)
  233. ammo.Font = Enum.Font.SourceSansSemibold
  234. ammo.FontSize = Enum.FontSize.Size24
  235. ammo.Text = "Infinite Ammo"
  236. ammo.TextColor3 = Color3.new(1, 1, 1)
  237. ammo.TextSize = 19
  238. ammo.TextWrapped = true
  239.  
  240. walk.Name = "walk"
  241. walk.Parent = miscframe
  242. walk.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  243. walk.BorderSizePixel = 0
  244. walk.Position = UDim2.new(0.0696864128, 0, 0.622691333, 0)
  245. walk.Size = UDim2.new(0, 112, 0, 36)
  246. walk.Font = Enum.Font.SourceSansSemibold
  247. walk.FontSize = Enum.FontSize.Size24
  248. walk.Text = "WalkSpeed"
  249. walk.TextColor3 = Color3.new(1, 1, 1)
  250. walk.TextSize = 23
  251.  
  252. changews.Name = "changews"
  253. changews.Parent = miscframe
  254. changews.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  255. changews.BorderSizePixel = 0
  256. changews.Position = UDim2.new(0.087108016, 0, 0.751978934, 0)
  257. changews.Size = UDim2.new(0, 102, 0, 30)
  258. changews.Font = Enum.Font.SourceSansSemibold
  259. changews.FontSize = Enum.FontSize.Size24
  260. changews.Text = "Change"
  261. changews.TextColor3 = Color3.new(1, 1, 1)
  262. changews.TextSize = 20
  263.  
  264. noclip.Name = "noclip"
  265. noclip.Parent = miscframe
  266. noclip.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  267. noclip.BorderSizePixel = 0
  268. noclip.Position = UDim2.new(0.244873911, 0, 0.437008172, 0)
  269. noclip.Size = UDim2.new(0, 143, 0, 26)
  270. noclip.Font = Enum.Font.SourceSansSemibold
  271. noclip.FontSize = Enum.FontSize.Size24
  272. noclip.Text = "Enable NoClip"
  273. noclip.TextColor3 = Color3.new(1, 1, 1)
  274. noclip.TextSize = 19
  275.  
  276. jump.Name = "jump"
  277. jump.Parent = miscframe
  278. jump.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  279. jump.BorderSizePixel = 0
  280. jump.Position = UDim2.new(0.51219511, 0, 0.622691333, 0)
  281. jump.Size = UDim2.new(0, 112, 0, 36)
  282. jump.Font = Enum.Font.SourceSansSemibold
  283. jump.FontSize = Enum.FontSize.Size24
  284. jump.Text = "JumpPower"
  285. jump.TextColor3 = Color3.new(1, 1, 1)
  286. jump.TextSize = 23
  287.  
  288. changejp.Name = "changejp"
  289. changejp.Parent = miscframe
  290. changejp.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  291. changejp.BorderSizePixel = 0
  292. changejp.Position = UDim2.new(0.529616714, 0, 0.751978934, 0)
  293. changejp.Size = UDim2.new(0, 102, 0, 30)
  294. changejp.Font = Enum.Font.SourceSansSemibold
  295. changejp.FontSize = Enum.FontSize.Size24
  296. changejp.Text = "Change"
  297. changejp.TextColor3 = Color3.new(1, 1, 1)
  298. changejp.TextSize = 20
  299.  
  300. teleportsframe.Name = "teleportsframe"
  301. teleportsframe.Parent = main
  302. teleportsframe.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726)
  303. teleportsframe.BackgroundTransparency = 1
  304. teleportsframe.BorderSizePixel = 0
  305. teleportsframe.Position = UDim2.new(0.224324331, 0, 0.0954653919, 0)
  306. teleportsframe.Size = UDim2.new(0, 287, 0, 379)
  307. teleportsframe.Visible = false
  308.  
  309. pris.Name = "pris"
  310. pris.Parent = teleportsframe
  311. pris.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  312. pris.BorderSizePixel = 0
  313. pris.Position = UDim2.new(0.244873911, 0, 0.318274647, 0)
  314. pris.Size = UDim2.new(0, 143, 0, 26)
  315. pris.Font = Enum.Font.SourceSansSemibold
  316. pris.FontSize = Enum.FontSize.Size24
  317. pris.Text = "Teleport To Prison"
  318. pris.TextColor3 = Color3.new(1, 1, 1)
  319. pris.TextSize = 19
  320.  
  321. fug.Name = "fug"
  322. fug.Parent = teleportsframe
  323. fug.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  324. fug.BorderSizePixel = 0
  325. fug.Position = UDim2.new(0.247358173, 0, 0.0872581527, 0)
  326. fug.Size = UDim2.new(0, 143, 0, 26)
  327. fug.Font = Enum.Font.SourceSansSemibold
  328. fug.FontSize = Enum.FontSize.Size18
  329. fug.Text = "Teleport To Fugitives"
  330. fug.TextColor3 = Color3.new(1, 1, 1)
  331. fug.TextSize = 18
  332.  
  333. cops.Name = "cops"
  334. cops.Parent = teleportsframe
  335. cops.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  336. cops.BorderSizePixel = 0
  337. cops.Position = UDim2.new(0.246542901, 0, 0.204073444, 0)
  338. cops.Size = UDim2.new(0, 143, 0, 26)
  339. cops.Font = Enum.Font.SourceSansSemibold
  340. cops.FontSize = Enum.FontSize.Size24
  341. cops.Text = "Teleport To Cops"
  342. cops.TextColor3 = Color3.new(1, 1, 1)
  343. cops.TextSize = 19
  344. cops.TextWrapped = true
  345.  
  346. tp.Name = "tp"
  347. tp.Parent = teleportsframe
  348. tp.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  349. tp.BorderSizePixel = 0
  350. tp.Position = UDim2.new(0.311394662, 0, 0.716828048, 0)
  351. tp.Size = UDim2.new(0, 102, 0, 30)
  352. tp.Font = Enum.Font.SourceSansSemibold
  353. tp.FontSize = Enum.FontSize.Size24
  354. tp.Text = "Teleport"
  355. tp.TextColor3 = Color3.new(1, 1, 1)
  356. tp.TextSize = 20
  357.  
  358. player.Name = "player"
  359. player.Parent = teleportsframe
  360. player.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  361. player.BorderSizePixel = 0
  362. player.Position = UDim2.new(0.265185028, 0, 0.597055435, 0)
  363. player.Size = UDim2.new(0, 129, 0, 36)
  364. player.Font = Enum.Font.SourceSansSemibold
  365. player.FontSize = Enum.FontSize.Size24
  366. player.Text = "Player"
  367. player.TextColor3 = Color3.new(1, 1, 1)
  368. player.TextSize = 23
  369.  
  370. giversframe.Name = "giversframe"
  371. giversframe.Parent = main
  372. giversframe.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726)
  373. giversframe.BackgroundTransparency = 1
  374. giversframe.BorderSizePixel = 0
  375. giversframe.Position = UDim2.new(0.224324331, 0, 0.0954653919, 0)
  376. giversframe.Size = UDim2.new(0, 287, 0, 379)
  377. giversframe.Visible = false
  378.  
  379. para.Name = "para"
  380. para.Parent = giversframe
  381. para.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  382. para.BorderSizePixel = 0
  383. para.Position = UDim2.new(0.244873911, 0, 0.318274647, 0)
  384. para.Size = UDim2.new(0, 143, 0, 26)
  385. para.Font = Enum.Font.SourceSansSemibold
  386. para.FontSize = Enum.FontSize.Size24
  387. para.Text = "Give Parachute"
  388. para.TextColor3 = Color3.new(1, 1, 1)
  389. para.TextSize = 19
  390.  
  391. guns.Name = "guns"
  392. guns.Parent = giversframe
  393. guns.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  394. guns.BorderSizePixel = 0
  395. guns.Position = UDim2.new(0.247358173, 0, 0.0872581527, 0)
  396. guns.Size = UDim2.new(0, 143, 0, 26)
  397. guns.Font = Enum.Font.SourceSansSemibold
  398. guns.FontSize = Enum.FontSize.Size24
  399. guns.Text = "Give All Guns"
  400. guns.TextColor3 = Color3.new(1, 1, 1)
  401. guns.TextSize = 19
  402.  
  403. id.Name = "id"
  404. id.Parent = giversframe
  405. id.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  406. id.BorderSizePixel = 0
  407. id.Position = UDim2.new(0.246542901, 0, 0.204073444, 0)
  408. id.Size = UDim2.new(0, 143, 0, 26)
  409. id.Font = Enum.Font.SourceSansSemibold
  410. id.FontSize = Enum.FontSize.Size24
  411. id.Text = "Give Fake ID"
  412. id.TextColor3 = Color3.new(1, 1, 1)
  413. id.TextSize = 19
  414. id.TextWrapped = true
  415.  
  416. taser.Name = "taser"
  417. taser.Parent = giversframe
  418. taser.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  419. taser.BorderSizePixel = 0
  420. taser.Position = UDim2.new(0.244873911, 0, 0.437008142, 0)
  421. taser.Size = UDim2.new(0, 143, 0, 26)
  422. taser.Font = Enum.Font.SourceSansSemibold
  423. taser.FontSize = Enum.FontSize.Size24
  424. taser.Text = "Give Taser"
  425. taser.TextColor3 = Color3.new(1, 1, 1)
  426. taser.TextSize = 19
  427.  
  428. btools.Name = "btools"
  429. btools.Parent = giversframe
  430. btools.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  431. btools.BorderSizePixel = 0
  432. btools.Position = UDim2.new(0.244873911, 0, 0.561018705, 0)
  433. btools.Size = UDim2.new(0, 143, 0, 26)
  434. btools.Font = Enum.Font.SourceSansSemibold
  435. btools.FontSize = Enum.FontSize.Size24
  436. btools.Text = "Give BTools"
  437. btools.TextColor3 = Color3.new(1, 1, 1)
  438. btools.TextSize = 19
  439.  
  440. giver.Name = "giver"
  441. giver.Parent = giversframe
  442. giver.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  443. giver.BorderSizePixel = 0
  444. giver.Position = UDim2.new(0.240418121, 0, 0.815303445, 0)
  445. giver.Size = UDim2.new(0, 144, 0, 33)
  446. giver.Font = Enum.Font.SourceSansSemibold
  447. giver.FontSize = Enum.FontSize.Size24
  448. giver.Text = "Gun Giver"
  449. giver.TextColor3 = Color3.new(1, 1, 1)
  450. giver.TextSize = 20
  451.  
  452. hammer.Name = "hammer"
  453. hammer.Parent = giversframe
  454. hammer.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  455. hammer.BorderSizePixel = 0
  456. hammer.Position = UDim2.new(0.248358235, 0, 0.690306306, 0)
  457. hammer.Size = UDim2.new(0, 143, 0, 26)
  458. hammer.Font = Enum.Font.SourceSansSemibold
  459. hammer.FontSize = Enum.FontSize.Size24
  460. hammer.Text = "Give Hammer"
  461. hammer.TextColor3 = Color3.new(1, 1, 1)
  462. hammer.TextSize = 19
  463.  
  464. homeframe.Name = "homeframe"
  465. homeframe.Parent = main
  466. homeframe.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  467. homeframe.BackgroundTransparency = 1
  468. homeframe.BorderSizePixel = 0
  469. homeframe.Position = UDim2.new(0.224324346, 0, 0.0954653919, 0)
  470. homeframe.Size = UDim2.new(0, 287, 0, 379)
  471.  
  472. startedtext.Name = "startedtext"
  473. startedtext.Parent = homeframe
  474. startedtext.BackgroundColor3 = Color3.new(1, 1, 1)
  475. startedtext.BackgroundTransparency = 1
  476. startedtext.BorderSizePixel = 0
  477. startedtext.Position = UDim2.new(0.16551806, 0, 0.198821187, 0)
  478. startedtext.Size = UDim2.new(0, 188, 0, 40)
  479. startedtext.Font = Enum.Font.SourceSansSemibold
  480. startedtext.FontSize = Enum.FontSize.Size24
  481. startedtext.Text = "To get started click any of the tabs"
  482. startedtext.TextColor3 = Color3.new(1, 1, 1)
  483. startedtext.TextSize = 20
  484.  
  485. namebold.Name = "namebold"
  486. namebold.Parent = homeframe
  487. namebold.BackgroundColor3 = Color3.new(1, 1, 1)
  488. namebold.BackgroundTransparency = 1
  489. namebold.BorderSizePixel = 0
  490. namebold.Position = UDim2.new(0.165900752, 0, 0.0842626989, 0)
  491. namebold.Size = UDim2.new(0, 188, 0, 48)
  492. namebold.Font = Enum.Font.SourceSansBold
  493. namebold.FontSize = Enum.FontSize.Size28
  494. namebold.Text = "Redwood Prison GUI!"
  495. namebold.TextColor3 = Color3.new(1, 1, 1)
  496. namebold.TextSize = 26
  497.  
  498. welcometext.Name = "welcometext"
  499. welcometext.Parent = homeframe
  500. welcometext.BackgroundColor3 = Color3.new(1, 1, 1)
  501. welcometext.BackgroundTransparency = 1
  502. welcometext.BorderSizePixel = 0
  503. welcometext.Position = UDim2.new(0.16551806, 0, 0.0389166288, 0)
  504. welcometext.Size = UDim2.new(0, 188, 0, 40)
  505. welcometext.Font = Enum.Font.SourceSansSemibold
  506. welcometext.FontSize = Enum.FontSize.Size28
  507. welcometext.Text = "Welcome to "
  508. welcometext.TextColor3 = Color3.new(1, 1, 1)
  509. welcometext.TextSize = 27
  510.  
  511. findtext.Name = "findtext"
  512. findtext.Parent = homeframe
  513. findtext.BackgroundColor3 = Color3.new(1, 1, 1)
  514. findtext.BackgroundTransparency = 1
  515. findtext.BorderSizePixel = 0
  516. findtext.Position = UDim2.new(0.16551806, 0, 0.256100416, 0)
  517. findtext.Size = UDim2.new(0, 188, 0, 40)
  518. findtext.Font = Enum.Font.SourceSansSemibold
  519. findtext.FontSize = Enum.FontSize.Size24
  520. findtext.Text = "to find the scripts you need."
  521. findtext.TextColor3 = Color3.new(1, 1, 1)
  522. findtext.TextSize = 20
  523.  
  524. gungiver.Name = "gungiver"
  525. gungiver.Parent = main
  526. gungiver.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726)
  527. gungiver.BackgroundTransparency = 1
  528. gungiver.BorderSizePixel = 0
  529. gungiver.Position = UDim2.new(0.225652158, 0, 0.0959439874, 0)
  530. gungiver.Size = UDim2.new(0, 287, 0, 379)
  531. gungiver.Visible = false
  532.  
  533. m60.Name = "m60"
  534. m60.Parent = gungiver
  535. m60.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  536. m60.BorderSizePixel = 0
  537. m60.Position = UDim2.new(0.0696864128, 0, 0.0870712399, 0)
  538. m60.Size = UDim2.new(0, 93, 0, 26)
  539. m60.Font = Enum.Font.SourceSansSemibold
  540. m60.FontSize = Enum.FontSize.Size24
  541. m60.Text = "M60"
  542. m60.TextColor3 = Color3.new(1, 1, 1)
  543. m60.TextSize = 19
  544.  
  545. acr.Name = "acr"
  546. acr.Parent = gungiver
  547. acr.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  548. acr.BorderSizePixel = 0
  549. acr.Position = UDim2.new(0.0696864128, 0, 0.319261193, 0)
  550. acr.Size = UDim2.new(0, 93, 0, 26)
  551. acr.Font = Enum.Font.SourceSansSemibold
  552. acr.FontSize = Enum.FontSize.Size24
  553. acr.Text = "ACR"
  554. acr.TextColor3 = Color3.new(1, 1, 1)
  555. acr.TextSize = 19
  556.  
  557. revo.Name = "revo"
  558. revo.Parent = gungiver
  559. revo.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  560. revo.BorderSizePixel = 0
  561. revo.Position = UDim2.new(0.595818818, 0, 0.319261193, 0)
  562. revo.Size = UDim2.new(0, 93, 0, 26)
  563. revo.Font = Enum.Font.SourceSansSemibold
  564. revo.FontSize = Enum.FontSize.Size24
  565. revo.Text = "Revolver"
  566. revo.TextColor3 = Color3.new(1, 1, 1)
  567. revo.TextSize = 19
  568.  
  569. aku.Name = "aku"
  570. aku.Parent = gungiver
  571. aku.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  572. aku.BorderSizePixel = 0
  573. aku.Position = UDim2.new(0.0696864128, 0, 0.437994719, 0)
  574. aku.Size = UDim2.new(0, 93, 0, 26)
  575. aku.Font = Enum.Font.SourceSansSemibold
  576. aku.FontSize = Enum.FontSize.Size24
  577. aku.Text = "AK47-U"
  578. aku.TextColor3 = Color3.new(1, 1, 1)
  579. aku.TextSize = 19
  580.  
  581. saw.Name = "saw"
  582. saw.Parent = gungiver
  583. saw.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  584. saw.BorderSizePixel = 0
  585. saw.Position = UDim2.new(0.0696864128, 0, 0.562005281, 0)
  586. saw.Size = UDim2.new(0, 93, 0, 26)
  587. saw.Font = Enum.Font.SourceSansSemibold
  588. saw.FontSize = Enum.FontSize.Size24
  589. saw.Text = "S&W 638"
  590. saw.TextColor3 = Color3.new(1, 1, 1)
  591. saw.TextSize = 19
  592.  
  593. spas.Name = "spas"
  594. spas.Parent = gungiver
  595. spas.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  596. spas.BorderSizePixel = 0
  597. spas.Position = UDim2.new(0.595818818, 0, 0.562005281, 0)
  598. spas.Size = UDim2.new(0, 93, 0, 26)
  599. spas.Font = Enum.Font.SourceSansSemibold
  600. spas.FontSize = Enum.FontSize.Size24
  601. spas.Text = "SPAS-12"
  602. spas.TextColor3 = Color3.new(1, 1, 1)
  603. spas.TextSize = 19
  604.  
  605. l86.Name = "l86"
  606. l86.Parent = gungiver
  607. l86.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  608. l86.BorderSizePixel = 0
  609. l86.Position = UDim2.new(0.595818818, 0, 0.437994719, 0)
  610. l86.Size = UDim2.new(0, 93, 0, 26)
  611. l86.Font = Enum.Font.SourceSansSemibold
  612. l86.FontSize = Enum.FontSize.Size24
  613. l86.Text = "L86A2"
  614. l86.TextColor3 = Color3.new(1, 1, 1)
  615. l86.TextSize = 19
  616.  
  617. ber.Name = "ber"
  618. ber.Parent = gungiver
  619. ber.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  620. ber.BorderSizePixel = 0
  621. ber.Position = UDim2.new(0.595818818, 0, 0.678100228, 0)
  622. ber.Size = UDim2.new(0, 93, 0, 26)
  623. ber.Font = Enum.Font.SourceSansSemibold
  624. ber.FontSize = Enum.FontSize.Size24
  625. ber.Text = "Beretta M9"
  626. ber.TextColor3 = Color3.new(1, 1, 1)
  627. ber.TextSize = 19
  628.  
  629. m16.Name = "m16"
  630. m16.Parent = gungiver
  631. m16.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  632. m16.BorderSizePixel = 0
  633. m16.Position = UDim2.new(0.0696864128, 0, 0.678100228, 0)
  634. m16.Size = UDim2.new(0, 93, 0, 26)
  635. m16.Font = Enum.Font.SourceSansSemibold
  636. m16.FontSize = Enum.FontSize.Size24
  637. m16.Text = "M16"
  638. m16.TextColor3 = Color3.new(1, 1, 1)
  639. m16.TextSize = 19
  640.  
  641. m98b.Name = "m98b"
  642. m98b.Parent = gungiver
  643. m98b.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  644. m98b.BorderSizePixel = 0
  645. m98b.Position = UDim2.new(0.595818818, 0, 0.0870712399, 0)
  646. m98b.Size = UDim2.new(0, 93, 0, 26)
  647. m98b.Font = Enum.Font.SourceSansSemibold
  648. m98b.FontSize = Enum.FontSize.Size24
  649. m98b.Text = "M98B"
  650. m98b.TextColor3 = Color3.new(1, 1, 1)
  651. m98b.TextSize = 19
  652.  
  653. ump.Name = "ump"
  654. ump.Parent = gungiver
  655. ump.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  656. ump.BorderSizePixel = 0
  657. ump.Position = UDim2.new(0.0696864128, 0, 0.203166217, 0)
  658. ump.Size = UDim2.new(0, 93, 0, 26)
  659. ump.Font = Enum.Font.SourceSansSemibold
  660. ump.FontSize = Enum.FontSize.Size24
  661. ump.Text = "UMP-45"
  662. ump.TextColor3 = Color3.new(1, 1, 1)
  663. ump.TextSize = 19
  664.  
  665. m14.Name = "m14"
  666. m14.Parent = gungiver
  667. m14.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  668. m14.BorderSizePixel = 0
  669. m14.Position = UDim2.new(0.595818818, 0, 0.203166217, 0)
  670. m14.Size = UDim2.new(0, 93, 0, 26)
  671. m14.Font = Enum.Font.SourceSansSemibold
  672. m14.FontSize = Enum.FontSize.Size24
  673. m14.Text = "M14"
  674. m14.TextColor3 = Color3.new(1, 1, 1)
  675. m14.TextSize = 19
  676.  
  677. back.Name = "back"
  678. back.Parent = gungiver
  679. back.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  680. back.BorderSizePixel = 0
  681. back.Position = UDim2.new(0.048780486, 0, 0.89182055, 0)
  682. back.Size = UDim2.new(0, 67, 0, 26)
  683. back.Font = Enum.Font.SourceSansSemibold
  684. back.FontSize = Enum.FontSize.Size24
  685. back.Text = "Back"
  686. back.TextColor3 = Color3.new(1, 1, 1)
  687. back.TextSize = 19
  688.  
  689. open.Name = "open"
  690. open.Parent = RedwoodPrisonGUI
  691. open.Active = false
  692. open.BackgroundColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  693. open.BorderSizePixel = 0
  694. open.Position = UDim2.new(-0.284999996, 0, 0.675000012, 0)
  695. open.Size = UDim2.new(0, 77, 0, 33)
  696. open.Font = Enum.Font.SourceSansSemibold
  697. open.FontSize = Enum.FontSize.Size24
  698. open.Text = "Open"
  699. open.TextColor3 = Color3.new(1, 1, 1)
  700. open.TextSize = 20
  701.  
  702. open.Visible = true
  703. open:TweenPosition(UDim2.new(0, 0,0.675, 0), "InOut", "Quart", 0.7, true, nil)
  704. main.Draggable = true
  705.  
  706. open.MouseButton1Click:connect(function()
  707. main.Visible = true
  708. open:TweenPosition(UDim2.new(-0.285, 0,0.675, 0), "InOut", "Quart", 0.7, true, nil)
  709. main:TweenPosition(UDim2.new(0.354, 0,0.209, 0), "InOut", "Quart", 0.9, true, nil)
  710. wait(0.5)
  711. open.Visible = false
  712. end)
  713.  
  714. close.MouseButton1Click:connect(function()
  715. main:TweenPosition(UDim2.new(-0.285, 0,0.28, 0), "InOut", "Quart", 0.7, true, nil)
  716. open.Visible = true
  717. open:TweenPosition(UDim2.new(0, 0,0.675, 0), "InOut", "Quart", 0.7, true, nil)
  718. wait(0.7)
  719. main.Visible = false
  720. end)
  721.  
  722. arrest.MouseButton1Click:connect(function()
  723. local Player = game.Players.LocalPlayer
  724. wait(0.5)
  725. for i,v in pairs(game.Teams.Fugitives:GetPlayers()) do
  726. repeat
  727. wait()
  728. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  729. until v.Team.Name ~= "Fugitives"
  730. end
  731. end)
  732.  
  733. reload.MouseButton1Click:connect(function()
  734. local pPos = game.Players.LocalPlayer.Character.Torso.Position
  735. local ammoCrate = workspace.ammoCrate
  736. ammoCrate.CanCollide = false
  737. ammoCrate.Transparency = 1
  738. ammoCrate:ClearAllChildren()
  739. ammoCrate.Position = pPos
  740. end)
  741.  
  742. guns.MouseButton1Click:connect(function()
  743. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  744. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  745. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  746. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  747. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  748. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  749. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
  750. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  751. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
  752. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
  753. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
  754. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
  755. end)
  756.  
  757. id.MouseButton1Click:connect(function()
  758. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  759. end)
  760.  
  761. para.MouseButton1Click:connect(function()
  762. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  763. end)
  764.  
  765. cops.MouseButton1Click:connect(function()
  766. local pPos2 = game.Players.LocalPlayer.Character.HumanoidRootPart
  767. pPos2.CFrame = CFrame.new(Vector3.new(92, 4, -10))
  768. end)
  769.  
  770. fug.MouseButton1Click:connect(function()
  771. local pPos2 = game.Players.LocalPlayer.Character.HumanoidRootPart
  772. pPos2.CFrame = CFrame.new(Vector3.new(-613, -24, -333))
  773. end)
  774.  
  775. pris.MouseButton1Click:connect(function()
  776. local pPos2 = game.Players.LocalPlayer.Character.HumanoidRootPart
  777. pPos2.CFrame = CFrame.new(Vector3.new(-4, 4, 18))
  778. end)
  779.  
  780. teleports.MouseButton1Click:connect(function()
  781. miscframe.Visible = false
  782. giversframe.Visible = false
  783. homeframe.Visible = false
  784. teleportsframe.Visible = true
  785. gungiver.Visible = false
  786. end)
  787.  
  788. misc.MouseButton1Click:connect(function()
  789. giversframe.Visible = false
  790. teleportsframe.Visible = false
  791. homeframe.Visible = false
  792. miscframe.Visible = true
  793. gungiver.Visible = false
  794. end)
  795.  
  796. givers.MouseButton1Click:connect(function()
  797. miscframe.Visible = false
  798. teleportsframe.Visible = false
  799. homeframe.Visible = false
  800. giversframe.Visible = true
  801. gungiver.Visible = false
  802. end)
  803.  
  804. taser.MouseButton1Click:connect(function()
  805. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
  806. end)
  807.  
  808. ammo.MouseButton1Click:connect(function()
  809. while true do
  810. wait(.15)
  811. local pPos = game.Players.LocalPlayer.Character.Torso.Position
  812. local ammoCrate = workspace.ammoCrate
  813. ammoCrate.CanCollide = false
  814. ammoCrate.Transparency = 1
  815. ammoCrate:ClearAllChildren()
  816. ammoCrate.Position = pPos
  817. end
  818. end)
  819.  
  820. home.MouseButton1Click:connect(function()
  821. miscframe.Visible = false
  822. teleportsframe.Visible = false
  823. giversframe.Visible = false
  824. homeframe.Visible = true
  825. gungiver.Visible = false
  826. end)
  827.  
  828. changews.MouseButton1Click:connect(function()
  829. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = walk.Text
  830. walk.Text = WalkSpeed
  831. end)
  832.  
  833. btools.MouseButton1Click:connect(function()
  834. Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).BinType = 1
  835. Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).BinType = 2
  836. Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).BinType = 3
  837. Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).BinType = 4
  838. end)
  839.  
  840. des.MouseButton1Click:connect(function()
  841. game.CoreGui.RedwoodPrisonGUI:Destroy()
  842. end)
  843.  
  844. changejp.MouseButton1Click:connect(function()
  845. game.Players.LocalPlayer.Character.Humanoid.JumpPower = jump.Text
  846. jump.Text = JumpPower
  847. end)
  848.  
  849. noclipenabled = false
  850. game:GetService('RunService').Stepped:connect(function()
  851. if noclipenabled then
  852. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  853. end
  854. end)
  855. noclip.MouseButton1Down:connect(function()
  856. noclipenabled = not noclipenabled
  857. if noclip.Text == "Disable NoClip" then
  858. noclip.Text = "Enable NoClip"
  859. else
  860. noclip.Text = "Disable NoClip"
  861. end
  862. end)
  863.  
  864. giver.MouseButton1Click:connect(function()
  865. gungiver.Visible = true
  866. giversframe.Visible = false
  867. end)
  868.  
  869. back.MouseButton1Click:connect(function()
  870. gungiver.Visible = false
  871. giversframe.Visible = true
  872. end)
  873.  
  874. acr.MouseButton1Click:connect(function()
  875. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  876. end)
  877.  
  878. aku.MouseButton1Click:connect(function()
  879. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
  880. end)
  881.  
  882. m60.MouseButton1Click:connect(function()
  883. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  884. end)
  885.  
  886. m16.MouseButton1Click:connect(function()
  887. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
  888. end)
  889.  
  890. m14.MouseButton1Click:connect(function()
  891. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  892. end)
  893.  
  894. ump.MouseButton1Click:connect(function()
  895. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  896. end)
  897.  
  898. m98b.MouseButton1Click:connect(function()
  899. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  900. end)
  901.  
  902. ber.MouseButton1Click:connect(function()
  903. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
  904. end)
  905.  
  906. l86.MouseButton1Click:connect(function()
  907. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  908. end)
  909.  
  910. revo.MouseButton1Click:connect(function()
  911. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  912. end)
  913.  
  914. saw.MouseButton1Click:connect(function()
  915. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
  916. end)
  917.  
  918. spas.MouseButton1Click:connect(function()
  919. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
  920. end)
  921.  
  922. hammer.MouseButton1Click:connect(function()
  923. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Hammer")
  924. end)
  925.  
  926. tp.MouseButton1Click:connect(function()
  927. local LP = game.Players.LocalPlayer.Character.HumanoidRootPart
  928. local Person = game.Players[player.Text].Character.HumanoidRootPart
  929. LP.CFrame = CFrame.new(Person.Position.X, Person.Position.Y, Person.Position.Z)
  930. end)
  931.  
  932. game.StarterGui:SetCore('SendNotification', {Title='Welcome'; Text='Welcome To Redwood Prison GUI, ' .. localplay.Name ..'!', Duration=5;});
Add Comment
Please, Sign In to add comment