Advertisement
MattRee

Prison Life GUI V1.2

Mar 30th, 2020
19,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 49.59 KB | None | 0 0
  1. -- MattRee
  2. -- Version: 1.1
  3. -- Thank You For Using! :D
  4. -- Discord: https://discord.gg/7tX8dZA
  5. -- Did Not Make All Of The Scripts, But Made The GUI And Some Scripts!
  6.  
  7.  
  8.  
  9.  
  10.  
  11. --Remove Below For No Discord Notif.
  12. local message = Instance.new("Message")
  13. message.Parent = game.Workspace
  14. message.Text = "Please Join The Discord At The Top Of The Script For Updates Happy Hacking!"
  15. wait(4)
  16. message:Remove()
  17. --Remove Above For No Discord Notif.
  18. local NewPrisonGUI = Instance.new("ScreenGui")
  19. local OpenClose = Instance.new("TextButton")
  20. local FullFrame = Instance.new("Frame")
  21. local TextLabel = Instance.new("TextLabel")
  22. local ScrollingFrame = Instance.new("ScrollingFrame")
  23. local Home = Instance.new("TextButton")
  24. local LocalPlayerW = Instance.new("TextButton")
  25. local Players = Instance.new("TextButton")
  26. local Teleport = Instance.new("TextButton")
  27. local ScriptExec = Instance.new("TextButton")
  28. local HomeFrameFrame = Instance.new("Frame")
  29. local TextLabel_2 = Instance.new("TextLabel")
  30. local Changelog = Instance.new("TextLabel")
  31. local Changelog_2 = Instance.new("TextLabel")
  32. local Changelog_3 = Instance.new("TextLabel")
  33. local Frame = Instance.new("Frame")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local Changelog_4 = Instance.new("TextLabel")
  36. local LocalPlayerWFrame = Instance.new("Frame")
  37. local TextLabel_4 = Instance.new("TextLabel")
  38. local Frame_2 = Instance.new("Frame")
  39. local Guard = Instance.new("TextButton")
  40. local TextLabel_5 = Instance.new("TextLabel")
  41. local Inmate = Instance.new("TextButton")
  42. local Criminal = Instance.new("TextButton")
  43. local Neutral = Instance.new("TextButton")
  44. local Reset = Instance.new("TextButton")
  45. local Invis = Instance.new("TextButton")
  46. local ModGun = Instance.new("TextButton")
  47. local Noclip = Instance.new("TextButton")
  48. local Fly = Instance.new("TextButton")
  49. local Btools = Instance.new("TextButton")
  50. local Guns = Instance.new("TextButton")
  51. local GetKey = Instance.new("TextButton")
  52. local SpeedSet = Instance.new("TextButton")
  53. local SpeedText = Instance.new("TextBox")
  54. local JumpSet = Instance.new("TextButton")
  55. local JumpText = Instance.new("TextBox")
  56. local SpeedSet_2 = Instance.new("TextButton")
  57. local NormalJump = Instance.new("TextButton")
  58. local TazerBypass = Instance.new("TextButton")
  59. local PlayerFrame = Instance.new("Frame")
  60. local TextLabel_6 = Instance.new("TextLabel")
  61. local PlayerTextbox = Instance.new("TextBox")
  62. local Validtext = Instance.new("TextLabel")
  63. local TazeAll = Instance.new("TextButton")
  64. local Taze = Instance.new("TextButton")
  65. local KillAll = Instance.new("TextButton")
  66. local Kill = Instance.new("TextButton")
  67. local Arrest = Instance.new("TextButton")
  68. local ArrestAll = Instance.new("TextButton")
  69. local ForceCrim = Instance.new("TextButton")
  70. local Goto = Instance.new("TextButton")
  71. local ScriptExecutor = Instance.new("Frame")
  72. local TextLabel_7 = Instance.new("TextLabel")
  73. local Execute = Instance.new("TextButton")
  74. local Clear = Instance.new("TextButton")
  75. local ExecutorText = Instance.new("TextBox")
  76. local TeleportFrame = Instance.new("Frame")
  77. local CriminalBaseTP = Instance.new("TextButton")
  78. local TextLabel_8 = Instance.new("TextLabel")
  79. local PoliceTP = Instance.new("TextButton")
  80. local OutsidePrison = Instance.new("TextButton")
  81. local Kitchen = Instance.new("TextButton")
  82. local GateTP = Instance.new("TextButton")
  83. local PrisonTP = Instance.new("TextButton")
  84. local TowerTP = Instance.new("TextButton")
  85. local CarTP = Instance.new("TextButton")
  86. local SewerTP = Instance.new("TextButton")
  87.  
  88. --Properties:
  89.  
  90. NewPrisonGUI.Name = "New Prison GUI"
  91. NewPrisonGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  92. NewPrisonGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  93.  
  94. OpenClose.Name = "Open/Close"
  95. OpenClose.Parent = NewPrisonGUI
  96. OpenClose.Position = UDim2.new(-0.000208338097, 0, 0.944904149, 0)
  97. OpenClose.Size = UDim2.new(0, 197, 0, 44)
  98. OpenClose.Text = "Close Prison GUI"
  99. OpenClose.MouseButton1Click:connect(function()
  100.     if FullFrame.Visible == true then
  101.     FullFrame.Visible = false
  102.         LocalPlayerWFrame.Visible = false
  103.     PlayerFrame.Visible = false
  104.     TeleportFrame.Visible = false
  105.     ScriptExecutor.Visible = false
  106.     HomeFrameFrame.Visible = false
  107.     ScrollingFrame.Visible = false
  108.    
  109.     OpenClose.Text = "Open Prison GUI"
  110.     else
  111.         FullFrame.Visible = true
  112.             FullFrame.Visible = true
  113.         LocalPlayerWFrame.Visible = false
  114.     PlayerFrame.Visible = false
  115.     TeleportFrame.Visible = false
  116.     ScriptExecutor.Visible = false
  117.     HomeFrameFrame.Visible = true
  118.     ScrollingFrame.Visible = true
  119.         OpenClose.Text = "Close Prison GUI"
  120.     end
  121. end)
  122. FullFrame.Name = "Full Frame"
  123. FullFrame.Parent = NewPrisonGUI
  124. FullFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  125. FullFrame.BackgroundTransparency = 0.500
  126. FullFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  127. FullFrame.Position = UDim2.new(0.186671585, 0, 0.250614285, 0)
  128. FullFrame.Size = UDim2.new(0, 707, 0, 406)
  129.  
  130. TextLabel.Parent = FullFrame
  131. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  132. TextLabel.BackgroundTransparency = 1.000
  133. TextLabel.Position = UDim2.new(-0.229446277, 0, -0.0566502437, 0)
  134. TextLabel.Size = UDim2.new(0, 483, 0, 94)
  135. TextLabel.Font = Enum.Font.GothamBold
  136. TextLabel.Text = "GUI V1.2"
  137. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  138. TextLabel.TextSize = 26.000
  139.  
  140. ScrollingFrame.Parent = FullFrame
  141. ScrollingFrame.Active = true
  142. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  143. ScrollingFrame.BackgroundTransparency = 0.700
  144. ScrollingFrame.Position = UDim2.new(-0.00104428816, 0, 0.124901608, 0)
  145. ScrollingFrame.Size = UDim2.new(0, 162, 0, 355)
  146.  
  147. Home.Name = "Home"
  148. Home.Parent = ScrollingFrame
  149. Home.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  150. Home.BackgroundTransparency = 0.800
  151. Home.Position = UDim2.new(0.129196495, 0, 0.0324018151, 0)
  152. Home.Size = UDim2.new(0, 117, 0, 26)
  153. Home.Font = Enum.Font.SourceSans
  154. Home.Text = "Home"
  155. Home.TextColor3 = Color3.fromRGB(225, 255, 255)
  156. Home.TextSize = 14.000
  157. Home.MouseButton1Click:Connect(function()
  158.     LocalPlayerWFrame.Visible = false
  159.     PlayerFrame.Visible = false
  160.     TeleportFrame.Visible = false
  161.     ScriptExecutor.Visible = false
  162.     HomeFrameFrame.Visible = true
  163. end)
  164. LocalPlayerW.Name = "LocalPlayerW"
  165. LocalPlayerW.Parent = ScrollingFrame
  166. LocalPlayerW.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  167. LocalPlayerW.BackgroundTransparency = 0.800
  168. LocalPlayerW.Position = UDim2.new(0.129196495, 0, 0.0779138505, 0)
  169. LocalPlayerW.Size = UDim2.new(0, 117, 0, 26)
  170. LocalPlayerW.Font = Enum.Font.SourceSans
  171. LocalPlayerW.Text = "LocalPlayer"
  172. LocalPlayerW.TextColor3 = Color3.fromRGB(225, 255, 255)
  173. LocalPlayerW.TextSize = 14.000
  174. LocalPlayerW.MouseButton1Click:connect(function()
  175.    
  176.         LocalPlayerWFrame.Visible = true
  177.     PlayerFrame.Visible = false
  178.     TeleportFrame.Visible = false
  179.     ScriptExecutor.Visible = false
  180.     HomeFrameFrame.Visible = false
  181. end)
  182.    
  183. Players.Name = "Players"
  184. Players.Parent = ScrollingFrame
  185. Players.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  186. Players.BackgroundTransparency = 0.800
  187. Players.Position = UDim2.new(0.129196495, 0, 0.126500174, 0)
  188. Players.Size = UDim2.new(0, 117, 0, 26)
  189. Players.Font = Enum.Font.SourceSans
  190. Players.Text = "Players"
  191. Players.TextColor3 = Color3.fromRGB(225, 255, 255)
  192. Players.TextSize = 14.000
  193. Players.MouseButton1Click:connect(function()
  194.     LocalPlayerWFrame.Visible = false
  195.     PlayerFrame.Visible = true
  196.     TeleportFrame.Visible = false
  197.     ScriptExecutor.Visible = false
  198.     HomeFrameFrame.Visible = false
  199. end)
  200. Teleport.Name = "Teleport"
  201. Teleport.Parent = ScrollingFrame
  202. Teleport.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  203. Teleport.BackgroundTransparency = 0.800
  204. Teleport.Position = UDim2.new(0.129196495, 0, 0.175089538, 0)
  205. Teleport.Size = UDim2.new(0, 117, 0, 26)
  206. Teleport.Font = Enum.Font.SourceSans
  207. Teleport.Text = "Teleports"
  208. Teleport.TextColor3 = Color3.fromRGB(225, 255, 255)
  209. Teleport.TextSize = 14.000
  210. Teleport.MouseButton1Click:connect(function()
  211.         LocalPlayerWFrame.Visible = false
  212.     PlayerFrame.Visible = false
  213.     TeleportFrame.Visible = true
  214.     ScriptExecutor.Visible = false
  215.     HomeFrameFrame.Visible = false
  216. end)
  217. ScriptExec.Name = "ScriptExec"
  218. ScriptExec.Parent = ScrollingFrame
  219. ScriptExec.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  220. ScriptExec.BackgroundTransparency = 0.800
  221. ScriptExec.Position = UDim2.new(0.129196495, 0, 0.223678887, 0)
  222. ScriptExec.Size = UDim2.new(0, 117, 0, 26)
  223. ScriptExec.Font = Enum.Font.SourceSans
  224. ScriptExec.Text = "Script Executor"
  225. ScriptExec.TextColor3 = Color3.fromRGB(225, 255, 255)
  226. ScriptExec.TextSize = 14.000
  227. ScriptExec.MouseButton1Click:connect(function()
  228.         LocalPlayerWFrame.Visible = false
  229.     PlayerFrame.Visible = false
  230.     TeleportFrame.Visible = false
  231.     ScriptExecutor.Visible = true
  232.     HomeFrameFrame.Visible = false
  233. end)
  234.  
  235. HomeFrameFrame.Name = "HomeFrameFrame"
  236. HomeFrameFrame.Parent = FullFrame
  237. HomeFrameFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  238. HomeFrameFrame.BackgroundTransparency = 1.000
  239. HomeFrameFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  240. HomeFrameFrame.Position = UDim2.new(0.364043027, 0, 0.244471759, 0)
  241. HomeFrameFrame.Size = UDim2.new(0, 483, 0, 406)
  242.  
  243. TextLabel_2.Parent = HomeFrameFrame
  244. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  245. TextLabel_2.BackgroundTransparency = 1.000
  246. TextLabel_2.Position = UDim2.new(-0.198999375, 0, -0.182266012, 0)
  247. TextLabel_2.Size = UDim2.new(0, 545, 0, 94)
  248. TextLabel_2.Font = Enum.Font.GothamBold
  249. TextLabel_2.Text = "Prison Life GUI V1.2"
  250. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  251. TextLabel_2.TextSize = 26.000
  252.  
  253. Changelog.Name = "Changelog"
  254. Changelog.Parent = HomeFrameFrame
  255. Changelog.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  256. Changelog.BackgroundTransparency = 1.000
  257. Changelog.Position = UDim2.new(-0.115942031, 0, 0.1945813, 0)
  258. Changelog.Size = UDim2.new(0, 223, 0, 37)
  259. Changelog.Font = Enum.Font.GothamBold
  260. Changelog.Text = "Changelog"
  261. Changelog.TextColor3 = Color3.fromRGB(255, 255, 255)
  262. Changelog.TextSize = 26.000
  263.  
  264. Changelog_2.Name = "Changelog"
  265. Changelog_2.Parent = HomeFrameFrame
  266. Changelog_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  267. Changelog_2.BackgroundTransparency = 1.000
  268. Changelog_2.Position = UDim2.new(-0.113871634, 0, 0.285714328, 0)
  269. Changelog_2.Size = UDim2.new(0, 223, 0, 37)
  270. Changelog_2.Font = Enum.Font.GothamBold
  271. Changelog_2.Text = "âš« V1 - Buttons Added"
  272. Changelog_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  273. Changelog_2.TextSize = 14.000
  274.  
  275. Changelog_3.Name = "Changelog"
  276. Changelog_3.Parent = HomeFrameFrame
  277. Changelog_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  278. Changelog_3.BackgroundTransparency = 1.000
  279. Changelog_3.Position = UDim2.new(0.0372670926, 0, 0.376847327, 0)
  280. Changelog_3.Size = UDim2.new(0, 223, 0, 37)
  281. Changelog_3.Font = Enum.Font.GothamBold
  282. Changelog_3.Text = "âš« V1.1 - Partial Names + No Case Sensitivity"
  283. Changelog_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  284. Changelog_3.TextSize = 14.000
  285.  
  286. Frame.Parent = HomeFrameFrame
  287. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  288. Frame.BackgroundTransparency = 0.920
  289. Frame.Position = UDim2.new(-0.0807453394, 0, 0.169950753, 0)
  290. Frame.Size = UDim2.new(0, 450, 0, 231)
  291.  
  292. TextLabel_3.Parent = HomeFrameFrame
  293. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  294. TextLabel_3.BackgroundTransparency = 1.000
  295. TextLabel_3.Position = UDim2.new(-0.142857164, 0, -0.23152709, 0)
  296. TextLabel_3.Size = UDim2.new(0, 199, 0, 44)
  297. TextLabel_3.Font = Enum.Font.GothamBold
  298. TextLabel_3.Text = "Discord: MattRee#4325"
  299. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  300. TextLabel_3.TextSize = 14.000
  301.  
  302. Changelog_4.Name = "Changelog"
  303. Changelog_4.Parent = HomeFrameFrame
  304. Changelog_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  305. Changelog_4.BackgroundTransparency = 1.000
  306. Changelog_4.Position = UDim2.new(0.0372670926, 0, 0.453202009, 0)
  307. Changelog_4.Size = UDim2.new(0, 223, 0, 37)
  308. Changelog_4.Font = Enum.Font.GothamBold
  309. Changelog_4.Text = "âš« V1.2 - Added Teleports And A New GUI    "
  310. Changelog_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  311. Changelog_4.TextSize = 14.000
  312.  
  313. LocalPlayerWFrame.Name = "LocalPlayerWFrame"
  314. LocalPlayerWFrame.Parent = FullFrame
  315. LocalPlayerWFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  316. LocalPlayerWFrame.BackgroundTransparency = 1.000
  317. LocalPlayerWFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  318. LocalPlayerWFrame.Position = UDim2.new(0.364563882, 0, 0.242014766, 0)
  319. LocalPlayerWFrame.Size = UDim2.new(0, 483, 0, 406)
  320. LocalPlayerWFrame.Visible = false
  321.  
  322. TextLabel_4.Parent = LocalPlayerWFrame
  323. TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  324. TextLabel_4.BackgroundTransparency = 1.000
  325. TextLabel_4.Position = UDim2.new(-0.199761868, 0, -0.243842363, 0)
  326. TextLabel_4.Size = UDim2.new(0, 545, 0, 94)
  327. TextLabel_4.Font = Enum.Font.GothamBold
  328. TextLabel_4.Text = "LocalPlayer"
  329. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  330. TextLabel_4.TextSize = 26.000
  331.  
  332. Frame_2.Parent = LocalPlayerWFrame
  333. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  334. Frame_2.BackgroundTransparency = 0.920
  335. Frame_2.Position = UDim2.new(-0.0931677073, 0, -0.0344827622, 0)
  336. Frame_2.Size = UDim2.new(0, 450, 0, 88)
  337.  
  338. Guard.Name = "Guard"
  339. Guard.Parent = Frame_2
  340. Guard.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  341. Guard.BackgroundTransparency = 0.800
  342. Guard.Position = UDim2.new(0.0370393917, 0, 0.575164497, 0)
  343. Guard.Size = UDim2.new(0, 96, 0, 26)
  344. Guard.Font = Enum.Font.SourceSans
  345. Guard.Text = "Guard"
  346. Guard.TextColor3 = Color3.fromRGB(225, 255, 255)
  347. Guard.TextSize = 14.000
  348. Guard.MouseButton1Click:connect(function()
  349.     game.Workspace.Remote.TeamEvent:FireServer("Bright blue")
  350. end)
  351. TextLabel_5.Parent = Frame_2
  352. TextLabel_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  353. TextLabel_5.BackgroundTransparency = 1.000
  354. TextLabel_5.Position = UDim2.new(0.0377777815, 0, 0.203776523, 0)
  355. TextLabel_5.Size = UDim2.new(0, 124, 0, 24)
  356. TextLabel_5.Font = Enum.Font.GothamBold
  357. TextLabel_5.Text = "Team Changer"
  358. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  359. TextLabel_5.TextSize = 18.000
  360.  
  361. Inmate.Name = "Inmate"
  362. Inmate.Parent = Frame_2
  363. Inmate.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  364. Inmate.BackgroundTransparency = 0.800
  365. Inmate.Position = UDim2.new(0.272594988, 0, 0.575164497, 0)
  366. Inmate.Size = UDim2.new(0, 96, 0, 26)
  367. Inmate.Font = Enum.Font.SourceSans
  368. Inmate.Text = "Inmate"
  369. Inmate.TextColor3 = Color3.fromRGB(225, 255, 255)
  370. Inmate.TextSize = 14.000
  371. Inmate.MouseButton1Click:connect(function()
  372.     game.Workspace.Remote.TeamEvent:FireServer("Bright orange")
  373. end)
  374. Criminal.Name = "Criminal"
  375. Criminal.Parent = Frame_2
  376. Criminal.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  377. Criminal.BackgroundTransparency = 0.800
  378. Criminal.Position = UDim2.new(0.743705988, 0, 0.575164497, 0)
  379. Criminal.Size = UDim2.new(0, 96, 0, 26)
  380. Criminal.Font = Enum.Font.SourceSans
  381. Criminal.Text = "Criminal"
  382. Criminal.TextColor3 = Color3.fromRGB(225, 255, 255)
  383. Criminal.TextSize = 14.000
  384. Criminal.MouseButton1Click:connect(function()
  385.     LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  386.    
  387. LCS.CanCollide = false
  388. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  389. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  390. LCS.Transparency = 1
  391. wait(0.5)
  392. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  393. LCS.Size = Vector3.new(6, 0.2, 6)
  394. LCS.Transparency = 0
  395. end)
  396. Neutral.Name = "Neutral"
  397. Neutral.Parent = Frame_2
  398. Neutral.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  399. Neutral.BackgroundTransparency = 0.800
  400. Neutral.Position = UDim2.new(0.508150458, 0, 0.575164497, 0)
  401. Neutral.Size = UDim2.new(0, 96, 0, 26)
  402. Neutral.Font = Enum.Font.SourceSans
  403. Neutral.Text = "Neutral"
  404. Neutral.TextColor3 = Color3.fromRGB(225, 255, 255)
  405. Neutral.TextSize = 14.000
  406. Neutral.MouseButton1Click:connect(function()
  407.     game.Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  408. end)
  409. Reset.Name = "Reset"
  410. Reset.Parent = LocalPlayerWFrame
  411. Reset.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  412. Reset.BackgroundTransparency = 0.800
  413. Reset.Position = UDim2.new(-0.0909660906, 0, 0.210357547, 0)
  414. Reset.Size = UDim2.new(0, 96, 0, 26)
  415. Reset.Font = Enum.Font.SourceSans
  416. Reset.Text = "Reset"
  417. Reset.TextColor3 = Color3.fromRGB(225, 255, 255)
  418. Reset.TextSize = 14.000
  419. Reset.MouseButton1Click:connect(function()
  420.     game.Players.LocalPlayer.Character.Humanoid.Health = 0
  421. end)
  422. Invis.Name = "Invis"
  423. Invis.Parent = LocalPlayerWFrame
  424. Invis.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  425. Invis.BackgroundTransparency = 0.800
  426. Invis.Position = UDim2.new(0.130566016, 0, 0.210357547, 0)
  427. Invis.Size = UDim2.new(0, 96, 0, 26)
  428. Invis.Font = Enum.Font.SourceSans
  429. Invis.Text = "Invis"
  430. Invis.TextColor3 = Color3.fromRGB(225, 255, 255)
  431. Invis.TextSize = 14.000
  432. Invis.MouseButton1Click:connect(function()
  433.     local player = game.Players.LocalPlayer
  434. position = player.Character.HumanoidRootPart.Position
  435. wait(0.1)
  436. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  437. wait(0.1)
  438. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  439. wait(0.1)
  440. player.Character.HumanoidRootPart:Destroy()
  441. humanoidrootpart.Parent = player.Character
  442. player.Character:MoveTo(position)
  443. wait()
  444. -- Remove this if you want to see yourself (others still won't see you)
  445. game.Players.LocalPlayer.Character.Torso.Transparency = 0.8
  446. game.Players.LocalPlayer.Character.Head.Transparency  = 0.8
  447. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 0.8
  448. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 0.8
  449. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 0.8
  450. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 0.8
  451. game.Players.LocalPlayerCharacter["Right Leg"].Transparency = 0.8
  452.  
  453. end)
  454. ModGun.Name = "ModGun"
  455. ModGun.Parent = LocalPlayerWFrame
  456. ModGun.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  457. ModGun.BackgroundTransparency = 0.800
  458. ModGun.Position = UDim2.new(-0.0909661427, 0, 0.308879584, 0)
  459. ModGun.Size = UDim2.new(0, 203, 0, 26)
  460. ModGun.Font = Enum.Font.SourceSans
  461. ModGun.Text = "Mod Gun(Hold Gun)"
  462. ModGun.TextColor3 = Color3.fromRGB(225, 255, 255)
  463. ModGun.TextSize = 14.000
  464. ModGun.MouseButton1Click:connect(function()
  465.         local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  466.                 m.Damage = 200
  467.                 m.MaxAmmo = math.huge
  468.                 m.CurrentAmmo = math.huge
  469.                 m.AutoFire = true
  470.                 m.FireRate = 0
  471. end)
  472. Noclip.Name = "Noclip"
  473. Noclip.Parent = LocalPlayerWFrame
  474. Noclip.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  475. Noclip.BackgroundTransparency = 0.800
  476. Noclip.Position = UDim2.new(0.35002768, 0, 0.210357547, 0)
  477. Noclip.Size = UDim2.new(0, 96, 0, 26)
  478. Noclip.Font = Enum.Font.SourceSans
  479. Noclip.Text = "Noclip (e)"
  480. Noclip.TextColor3 = Color3.fromRGB(225, 255, 255)
  481. Noclip.TextSize = 14.000
  482. Noclip.MouseButton1Click:connect(function()
  483.     noclip = false
  484. game:GetService('RunService').Stepped:connect(function()
  485. if noclip then
  486. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  487. end
  488. end)
  489. plr = game.Players.LocalPlayer
  490. mouse = plr:GetMouse()
  491. mouse.KeyDown:connect(function(key)
  492.  
  493. if key == "e" then
  494. noclip = not noclip
  495. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  496. end
  497. end)
  498.     local message = Instance.new("Message")
  499. message.Parent = game.Workspace
  500. message.Text = "Noclip enabled press e!"
  501. wait(2)
  502. message:Remove()
  503. end)
  504. Fly.Name = "Fly"
  505. Fly.Parent = LocalPlayerWFrame
  506. Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  507. Fly.BackgroundTransparency = 0.800
  508. Fly.Position = UDim2.new(0.56948936, 0, 0.210357547, 0)
  509. Fly.Size = UDim2.new(0, 96, 0, 26)
  510. Fly.Font = Enum.Font.SourceSans
  511. Fly.Text = "Fly (v)"
  512. Fly.TextColor3 = Color3.fromRGB(225, 255, 255)
  513. Fly.TextSize = 14.000
  514. Fly.MouseButton1Click:connect(function()
  515.     repeat wait()
  516.    until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  517. local mouse = game.Players.LocalPlayer:GetMouse()
  518. repeat wait() until mouse
  519. local plr = game.Players.LocalPlayer
  520. local torso = plr.Character.Torso
  521. local flying = true
  522. local deb = true
  523. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  524. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  525. local maxspeed = 50
  526. local speed = 0
  527.  
  528. function Fly()
  529. local bg = Instance.new("BodyGyro", torso)
  530. bg.P = 9e4
  531. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  532. bg.cframe = torso.CFrame
  533. local bv = Instance.new("BodyVelocity", torso)
  534. bv.velocity = Vector3.new(0,0.1,0)
  535. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  536. repeat wait()
  537. plr.Character.Humanoid.PlatformStand = true
  538. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  539. speed = speed+.5+(speed/maxspeed)
  540. if speed > maxspeed then
  541. speed = maxspeed
  542. end
  543. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  544. speed = speed-1
  545. if speed < 0 then
  546. speed = 0
  547. end
  548. end
  549. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  550. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  551. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  552. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  553. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  554. else
  555. bv.velocity = Vector3.new(0,0.1,0)
  556. end
  557. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  558. until not flying
  559. ctrl = {f = 0, b = 0, l = 0, r = 0}
  560. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  561. speed = 0
  562. bg:Destroy()
  563. bv:Destroy()
  564. plr.Character.Humanoid.PlatformStand = false
  565. end
  566. mouse.KeyDown:connect(function(key)
  567. if key:lower() == "v" then
  568. if flying then flying = false
  569. else
  570. flying = true
  571. Fly()
  572. end
  573. elseif key:lower() == "w" then
  574. ctrl.f = 1
  575. elseif key:lower() == "s" then
  576. ctrl.b = -1
  577. elseif key:lower() == "a" then
  578. ctrl.l = -1
  579. elseif key:lower() == "d" then
  580. ctrl.r = 1
  581. end
  582. end)
  583. mouse.KeyUp:connect(function(key)
  584. if key:lower() == "w" then
  585. ctrl.f = 0
  586. elseif key:lower() == "s" then
  587. ctrl.b = 0
  588. elseif key:lower() == "a" then
  589. ctrl.l = 0
  590. elseif key:lower() == "d" then
  591. ctrl.r = 0
  592. end
  593. end)
  594. Fly()
  595.  
  596. end)
  597. Btools.Name = "Btools"
  598. Btools.Parent = LocalPlayerWFrame
  599. Btools.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  600. Btools.BackgroundTransparency = 0.800
  601. Btools.Position = UDim2.new(0.35830909, 0, 0.308879584, 0)
  602. Btools.Size = UDim2.new(0, 198, 0, 26)
  603. Btools.Font = Enum.Font.SourceSans
  604. Btools.Text = "Btools"
  605. Btools.TextColor3 = Color3.fromRGB(225, 255, 255)
  606. Btools.TextSize = 14.000
  607. Btools.MouseButton1Click:connect(function()
  608.         local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  609.  
  610. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  611.  
  612. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  613. tool1.BinType = "Clone"
  614.  
  615. tool3.BinType = "Hammer"
  616.  
  617. tool5.BinType = "Grab"
  618. end)
  619. Guns.Name = "Guns"
  620. Guns.Parent = LocalPlayerWFrame
  621. Guns.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  622. Guns.BackgroundTransparency = 0.800
  623. Guns.Position = UDim2.new(-0.0909661427, 0, 0.409864873, 0)
  624. Guns.Size = UDim2.new(0, 203, 0, 26)
  625. Guns.Font = Enum.Font.SourceSans
  626. Guns.Text = "Guns"
  627. Guns.TextColor3 = Color3.fromRGB(225, 255, 255)
  628. Guns.TextSize = 14.000
  629. Guns.MouseButton1Click:connect(function()
  630.             for i,v in pairs(game.Workspace.Prison_ITEMS.giver:GetChildren()) do
  631.  
  632. OwO = game.Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  633. end
  634. end)
  635. GetKey.Name = "GetKey"
  636. GetKey.Parent = LocalPlayerWFrame
  637. GetKey.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  638. GetKey.BackgroundTransparency = 0.800
  639. GetKey.Position = UDim2.new(0.35830909, 0, 0.409864873, 0)
  640. GetKey.Size = UDim2.new(0, 198, 0, 26)
  641. GetKey.Font = Enum.Font.SourceSans
  642. GetKey.Text = "Get Key Card"
  643. GetKey.TextColor3 = Color3.fromRGB(225, 255, 255)
  644. GetKey.TextSize = 14.000
  645. GetKey.MouseButton1Click:connect(function()
  646.         local Remote = game.Workspace.Remote['ItemHandler']
  647.     local message = Instance.new("Message")
  648. message.Parent = game.Workspace
  649. message.Text = "This script waits until a KeyCard is present on the ground may take a little bit. :D"
  650. wait(1.5)
  651. message:Remove()
  652.     local Arguments = {
  653.         [1] = game.Workspace.Prison_ITEMS.single:WaitForChild("Key card").ITEMPICKUP
  654. }
  655. Remote:InvokeServer(unpack(Arguments))
  656. end)
  657. SpeedSet.Name = "SpeedSet"
  658. SpeedSet.Parent = LocalPlayerWFrame
  659. SpeedSet.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  660. SpeedSet.BackgroundTransparency = 0.800
  661. SpeedSet.Position = UDim2.new(-0.0909661353, 0, 0.611721992, 0)
  662. SpeedSet.Size = UDim2.new(0, 142, 0, 23)
  663. SpeedSet.Font = Enum.Font.SourceSans
  664. SpeedSet.Text = "Set Speed"
  665. SpeedSet.TextColor3 = Color3.fromRGB(225, 255, 255)
  666. SpeedSet.TextSize = 14.000
  667. SpeedSet.MouseButton1Click:connect(function()
  668.         game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = SpeedText.Text
  669.     SpeedText.Text = ""
  670. end)
  671. SpeedText.Name = "SpeedText"
  672. SpeedText.Parent = LocalPlayerWFrame
  673. SpeedText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  674. SpeedText.BackgroundTransparency = 0.700
  675. SpeedText.Position = UDim2.new(0.219461694, 0, 0.61083746, 0)
  676. SpeedText.Size = UDim2.new(0, 181, 0, 23)
  677. SpeedText.Font = Enum.Font.SourceSans
  678. SpeedText.PlaceholderText = "Type Walkspeed Here"
  679. SpeedText.Text = ""
  680. SpeedText.TextColor3 = Color3.fromRGB(178, 178, 178)
  681. SpeedText.TextSize = 14.000
  682.  
  683. JumpSet.Name = "JumpSet"
  684. JumpSet.Parent = LocalPlayerWFrame
  685. JumpSet.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  686. JumpSet.BackgroundTransparency = 0.800
  687. JumpSet.Position = UDim2.new(-0.0930365324, 0, 0.688076615, 0)
  688. JumpSet.Size = UDim2.new(0, 142, 0, 23)
  689. JumpSet.Font = Enum.Font.SourceSans
  690. JumpSet.Text = "Set Jump"
  691. JumpSet.TextColor3 = Color3.fromRGB(225, 255, 255)
  692. JumpSet.TextSize = 14.000
  693. JumpSet.MouseButton1Click:Connect(function()
  694.     game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = JumpText.Text
  695.     JumpText.Text = ""
  696. end)
  697. JumpText.Name = "JumpText"
  698. JumpText.Parent = LocalPlayerWFrame
  699. JumpText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  700. JumpText.BackgroundTransparency = 0.700
  701. JumpText.Position = UDim2.new(0.217391297, 0, 0.687192082, 0)
  702. JumpText.Size = UDim2.new(0, 182, 0, 23)
  703. JumpText.Font = Enum.Font.SourceSans
  704. JumpText.PlaceholderText = "Type JumpPower Here"
  705. JumpText.Text = ""
  706. JumpText.TextColor3 = Color3.fromRGB(178, 178, 178)
  707. JumpText.TextSize = 14.000
  708.  
  709. SpeedSet_2.Name = "SpeedSet"
  710. SpeedSet_2.Parent = LocalPlayerWFrame
  711. SpeedSet_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  712. SpeedSet_2.BackgroundTransparency = 0.800
  713. SpeedSet_2.Position = UDim2.new(0.608826697, 0, 0.60925889, 0)
  714. SpeedSet_2.Size = UDim2.new(0, 111, 0, 23)
  715. SpeedSet_2.Font = Enum.Font.SourceSans
  716. SpeedSet_2.Text = "Normal Speed"
  717. SpeedSet_2.TextColor3 = Color3.fromRGB(225, 255, 255)
  718. SpeedSet_2.TextSize = 14.000
  719. SpeedSet_2.MouseButton1Click:connect(function()
  720.     game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
  721.     end)
  722. NormalJump.Name = "Normal Jump"
  723. NormalJump.Parent = LocalPlayerWFrame
  724. NormalJump.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  725. NormalJump.BackgroundTransparency = 0.800
  726. NormalJump.Position = UDim2.new(0.608826697, 0, 0.685613632, 0)
  727. NormalJump.Size = UDim2.new(0, 111, 0, 23)
  728. NormalJump.Font = Enum.Font.SourceSans
  729. NormalJump.Text = "Normal Jump"
  730. NormalJump.TextColor3 = Color3.fromRGB(225, 255, 255)
  731. NormalJump.TextSize = 14.000
  732. NormalJump.MouseButton1Click:connect(function()
  733. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  734.  
  735. end)
  736.  
  737. TazerBypass.Name = "TazerBypass"
  738. TazerBypass.Parent = LocalPlayerWFrame
  739. TazerBypass.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  740. TazerBypass.BackgroundTransparency = 0.800
  741. TazerBypass.Position = UDim2.new(-0.0909661427, 0, 0.513313174, 0)
  742. TazerBypass.Size = UDim2.new(0, 203, 0, 26)
  743. TazerBypass.Font = Enum.Font.SourceSans
  744. TazerBypass.Text = "Tazer Bypass"
  745. TazerBypass.TextColor3 = Color3.fromRGB(225, 255, 255)
  746. TazerBypass.TextSize = 14.000
  747. TazerBypass.MouseButton1Click:connect(function()
  748.     game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  749.    game.Players.LocalPlayer.CharacterAdded:connect(function()
  750.    game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  751.    game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  752.    end)
  753. end)
  754. PlayerFrame.Name = "PlayerFrame"
  755. PlayerFrame.Parent = FullFrame
  756. PlayerFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  757. PlayerFrame.BackgroundTransparency = 1.000
  758. PlayerFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  759. PlayerFrame.Position = UDim2.new(0.282225788, 0, -0.00183366239, 0)
  760. PlayerFrame.Size = UDim2.new(0, 483, 0, 406)
  761. PlayerFrame.Visible = false
  762.  
  763. TextLabel_6.Parent = PlayerFrame
  764. TextLabel_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  765. TextLabel_6.BackgroundTransparency = 1.000
  766. TextLabel_6.Position = UDim2.new(-0.0792379156, 0, -0.00738916267, 0)
  767. TextLabel_6.Size = UDim2.new(0, 545, 0, 94)
  768. TextLabel_6.Font = Enum.Font.GothamBold
  769. TextLabel_6.Text = "Players"
  770. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  771. TextLabel_6.TextSize = 26.000
  772.  
  773. PlayerTextbox.Name = "PlayerTextbox"
  774. PlayerTextbox.Parent = PlayerFrame
  775. PlayerTextbox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  776. PlayerTextbox.BackgroundTransparency = 0.700
  777. PlayerTextbox.Position = UDim2.new(0.567287803, 0, 0.224137932, 0)
  778. PlayerTextbox.Size = UDim2.new(0, 200, 0, 26)
  779. PlayerTextbox.Font = Enum.Font.SourceSans
  780. PlayerTextbox.PlaceholderText = "Player Name Here"
  781. PlayerTextbox.Text = ""
  782. PlayerTextbox.TextColor3 = Color3.fromRGB(178, 178, 178)
  783. PlayerTextbox.TextSize = 14.000
  784.  
  785. Validtext.Name = "Validtext"
  786. Validtext.Parent = PlayerFrame
  787. Validtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  788. Validtext.BackgroundTransparency = 1.000
  789. Validtext.Position = UDim2.new(0.586107194, 0, 0.309978396, 0)
  790. Validtext.Size = UDim2.new(0, 181, 0, 24)
  791. Validtext.Font = Enum.Font.SourceSans
  792. Validtext.Text = "Can Use Partial Names Not Case Sensitive   (Only Valid For Kill/Goto/Taze)"
  793. Validtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  794. Validtext.TextScaled = true
  795. Validtext.TextSize = 12.000
  796. Validtext.TextWrapped = true
  797.  
  798. TazeAll.Name = "TazeAll"
  799. TazeAll.Parent = PlayerFrame
  800. TazeAll.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  801. TazeAll.BackgroundTransparency = 0.800
  802. TazeAll.Position = UDim2.new(0.00926711783, 0, 0.225600272, 0)
  803. TazeAll.Size = UDim2.new(0, 117, 0, 26)
  804. TazeAll.Font = Enum.Font.SourceSans
  805. TazeAll.Text = "Taze All"
  806. TazeAll.TextColor3 = Color3.fromRGB(225, 255, 255)
  807. TazeAll.TextSize = 14.000
  808. TazeAll.MouseButton1Click:connect(function()
  809.     workspace.Remote.TeamEvent:FireServer("Bright blue")
  810.  
  811. function kill(a)
  812. local A_1 =
  813. {
  814.     [1] =
  815. {
  816.     ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  817.     ["Distance"] = 15.355997085571,
  818.     ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  819.     ["Hit"] = a.Character.Torso
  820. }
  821. }
  822. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  823. local Event = game:GetService("ReplicatedStorage").ShootEvent
  824. Event:FireServer(A_1, A_2)
  825. end
  826.  
  827. for i,v in pairs(game.Players:GetChildren())do
  828. if v.Name ~= game.Players.LocalPlayer.Name then
  829. kill(v)
  830. end
  831. end
  832. end)
  833. Taze.Name = "Taze"
  834. Taze.Parent = PlayerFrame
  835. Taze.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  836. Taze.BackgroundTransparency = 0.800
  837. Taze.Position = UDim2.new(0.00926711783, 0, 0.370920449, 0)
  838. Taze.Size = UDim2.new(0, 117, 0, 26)
  839. Taze.Font = Enum.Font.SourceSans
  840. Taze.Text = "Taze"
  841. Taze.TextColor3 = Color3.fromRGB(225, 255, 255)
  842. Taze.TextSize = 14.000
  843. Taze.MouseButton1Click:connect(function()
  844.        for _,player in pairs(game.Players:GetPlayers()) do
  845.         local lower = string.lower(PlayerTextbox.Text)
  846.         local lowerplayer = string.lower(player.Name)
  847.  
  848.         if string.match(lowerplayer,lower) then -- if the player name has a word or letter inside the string then
  849.             print(player.Name) -- prints the player's name
  850.         PlayerName = player.Name
  851.         end
  852.     end
  853.     local A_1 =
  854. {
  855.     [1] =
  856. {
  857.     ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  858.     ["Distance"] = 15.355997085571,
  859.     ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  860.     ["Hit"] = game.Workspace[PlayerName].Torso
  861. }
  862. }
  863. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  864. local Event = game:GetService("ReplicatedStorage").ShootEvent
  865. Event:FireServer(A_1, A_2)
  866. end)
  867. KillAll.Name = "KillAll"
  868. KillAll.Parent = PlayerFrame
  869. KillAll.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  870. KillAll.BackgroundTransparency = 0.800
  871. KillAll.Position = UDim2.new(0.272207081, 0, 0.225600272, 0)
  872. KillAll.Size = UDim2.new(0, 117, 0, 26)
  873. KillAll.Font = Enum.Font.SourceSans
  874. KillAll.Text = "Kill All"
  875. KillAll.TextColor3 = Color3.fromRGB(225, 255, 255)
  876. KillAll.TextSize = 14.000
  877. KillAll.MouseButton1Click:connect(function()
  878.    
  879.         workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  880.  
  881. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)   
  882.  
  883. wait(0.5)
  884. function kill(a)
  885. local A_1 =
  886. {
  887. [1] =
  888. {
  889. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  890. ["Distance"] = 3.2524313926697,
  891. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  892. ["Hit"] = a.Character.Head
  893. },
  894.    [2] =
  895. {
  896. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  897. ["Distance"] = 3.2699294090271,
  898. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  899. ["Hit"] = a.Character.Head
  900. },
  901. [3] =
  902. {
  903. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  904. ["Distance"] = 3.1665518283844,
  905. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  906. ["Hit"] = a.Character.Head
  907. },
  908. [4] =
  909. {
  910. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  911. ["Distance"] = 3.3218522071838,
  912. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  913. ["Hit"] = a.Character.Head
  914. },
  915. [5] =
  916. {
  917. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  918. ["Distance"] = 3.222757101059,
  919. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  920. ["Hit"] = a.Character.Head
  921. }
  922. }
  923. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  924. local Event = game:GetService("ReplicatedStorage").ShootEvent
  925. Event:FireServer(A_1, A_2)
  926. Event:FireServer(A_1, A_2)
  927. end
  928.  
  929. for i,v in pairs(game.Players:GetChildren())do
  930. if v.Name ~= game.Players.LocalPlayer.Name then
  931. kill(v)
  932. end
  933. end
  934. wait(1)
  935. workspace.Remote.TeamEvent:FireServer("Bright orange")
  936.  
  937. end)
  938. Kill.Name = "Kill"
  939. Kill.Parent = PlayerFrame
  940. Kill.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  941. Kill.BackgroundTransparency = 0.800
  942. Kill.Position = UDim2.new(0.272207081, 0, 0.368457407, 0)
  943. Kill.Size = UDim2.new(0, 117, 0, 26)
  944. Kill.Font = Enum.Font.SourceSans
  945. Kill.Text = "Kill"
  946. Kill.TextColor3 = Color3.fromRGB(225, 255, 255)
  947. Kill.TextSize = 14.000
  948. Kill.MouseButton1Click:Connect(function()
  949.        for _,player in pairs(game.Players:GetPlayers()) do
  950.         local lower = string.lower(PlayerTextbox.Text)
  951.         local lowerplayer = string.lower(player.Name)
  952.  
  953.         if string.match(lowerplayer,lower) then -- if the player name has a word or letter inside the string then
  954.             print(player.Name) -- prints the player's name
  955.         PlayerName = player.Name
  956.         end
  957.     end
  958.  
  959.     game.workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  960. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  961.  
  962. wait(0.1)
  963. game.Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  964.  
  965. local A_1 =
  966. {
  967.     [1] =
  968. {
  969.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  970.     ["Distance"] = 4.7204174995422,
  971.     ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
  972.     ["Hit"] = game.Workspace[PlayerName].Head
  973. },
  974.     [2] =
  975. {
  976.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  977.     ["Distance"] = 4.8114862442017,
  978.     ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
  979.     ["Hit"] = game.Workspace[PlayerName].Head
  980. },
  981.     [3] =
  982. {
  983.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  984.     ["Distance"] = 4.444625377655,
  985.     ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
  986.     ["Hit"] = game.Workspace[PlayerName].Head
  987. },
  988.     [4] =
  989. {
  990.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  991.     ["Distance"] = 4.6211166381836,
  992.     ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
  993.     ["Hit"] = game.Workspace[PlayerName].Head
  994. },
  995.     [5] =
  996. {
  997.     ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  998.     ["Distance"] = 4.4639973640442,
  999.     ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
  1000.     ["Hit"] = game.Workspace[PlayerName].Head
  1001. }
  1002. }
  1003. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1004. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1005. Event:FireServer(A_1, A_2)
  1006.  
  1007. wait(0.5)
  1008. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1009. end)
  1010. Arrest.Name = "Arrest"
  1011. Arrest.Parent = PlayerFrame
  1012. Arrest.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1013. Arrest.BackgroundTransparency = 0.800
  1014. Arrest.Position = UDim2.new(0.00926711783, 0, 0.516240656, 0)
  1015. Arrest.Size = UDim2.new(0, 117, 0, 26)
  1016. Arrest.Font = Enum.Font.SourceSans
  1017. Arrest.Text = "Click Arrest (Soon)"
  1018. Arrest.TextColor3 = Color3.fromRGB(225, 255, 255)
  1019. Arrest.TextSize = 14.000
  1020.  
  1021. ArrestAll.Name = "ArrestAll"
  1022. ArrestAll.Parent = PlayerFrame
  1023. ArrestAll.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1024. ArrestAll.BackgroundTransparency = 0.800
  1025. ArrestAll.Position = UDim2.new(0.272207081, 0, 0.516240656, 0)
  1026. ArrestAll.Size = UDim2.new(0, 117, 0, 26)
  1027. ArrestAll.Font = Enum.Font.SourceSans
  1028. ArrestAll.Text = "Arrest All"
  1029. ArrestAll.TextColor3 = Color3.fromRGB(225, 255, 255)
  1030. ArrestAll.TextSize = 14.000
  1031. ArrestAll.MouseButton1Click:connect(function()
  1032.         wait(0.1)
  1033.     Player = game.Players.LocalPlayer
  1034.     Pcf = Player.Character.HumanoidRootPart.CFrame
  1035.     for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1036.     if v.Name ~= Player.Name then
  1037.     local i = 10
  1038.     repeat
  1039.     wait()
  1040.     i = i-1
  1041.     game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1042.     Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1043.     until i == 0
  1044. end
  1045. end
  1046. end)
  1047. ForceCrim.Name = "ForceCrim"
  1048. ForceCrim.Parent = PlayerFrame
  1049. ForceCrim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1050. ForceCrim.BackgroundTransparency = 0.800
  1051. ForceCrim.Position = UDim2.new(0.00926711783, 0, 0.639393389, 0)
  1052. ForceCrim.Size = UDim2.new(0, 117, 0, 26)
  1053. ForceCrim.Font = Enum.Font.SourceSans
  1054. ForceCrim.Text = "Force Crim (Soon)"
  1055. ForceCrim.TextColor3 = Color3.fromRGB(225, 255, 255)
  1056. ForceCrim.TextSize = 14.000
  1057.  
  1058. Goto.Name = "Goto"
  1059. Goto.Parent = PlayerFrame
  1060. Goto.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1061. Goto.BackgroundTransparency = 0.800
  1062. Goto.Position = UDim2.new(0.272207081, 0, 0.63939333, 0)
  1063. Goto.Size = UDim2.new(0, 117, 0, 26)
  1064. Goto.Font = Enum.Font.SourceSans
  1065. Goto.Text = "Goto"
  1066. Goto.TextColor3 = Color3.fromRGB(225, 255, 255)
  1067. Goto.TextSize = 14.000
  1068. Goto.MouseButton1Click:connect(function()
  1069.       for _,player in pairs(game.Players:GetPlayers()) do
  1070.         local lower = string.lower(PlayerTextbox.Text)
  1071.         local lowerplayer = string.lower(player.Name)
  1072.  
  1073.         if string.match(lowerplayer,lower) then -- if the player name has a word or letter inside the string then
  1074.             print(player.Name) -- prints the player's name
  1075.         PlayerName = player.Name
  1076.         end
  1077.     end
  1078.  
  1079.     Target = PlayerName
  1080.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1081. end)
  1082. ScriptExecutor.Name = "Script Executor"
  1083. ScriptExecutor.Parent = FullFrame
  1084. ScriptExecutor.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1085. ScriptExecutor.BackgroundTransparency = 1.000
  1086. ScriptExecutor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1087. ScriptExecutor.Position = UDim2.new(0.28055647, 0, -0.00308033824, 0)
  1088. ScriptExecutor.Size = UDim2.new(0, 483, 0, 406)
  1089. ScriptExecutor.Visible = false
  1090.  
  1091. TextLabel_7.Parent = ScriptExecutor
  1092. TextLabel_7.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1093. TextLabel_7.BackgroundTransparency = 1.000
  1094. TextLabel_7.Position = UDim2.new(-0.0767943561, 0, 0, 0)
  1095. TextLabel_7.Size = UDim2.new(0, 545, 0, 94)
  1096. TextLabel_7.Font = Enum.Font.GothamBold
  1097. TextLabel_7.Text = "Script Executor"
  1098. TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  1099. TextLabel_7.TextSize = 26.000
  1100.  
  1101. Execute.Name = "Execute"
  1102. Execute.Parent = ScriptExecutor
  1103. Execute.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1104. Execute.BackgroundTransparency = 0.800
  1105. Execute.Position = UDim2.new(0.708868325, 0, 0.913334072, 0)
  1106. Execute.Size = UDim2.new(0, 117, 0, 26)
  1107. Execute.Font = Enum.Font.SourceSans
  1108. Execute.Text = "Execute"
  1109. Execute.TextColor3 = Color3.fromRGB(225, 255, 255)
  1110. Execute.TextSize = 14.000
  1111. Execute.MouseButton1Click:connect(function()
  1112. loadstring(ExecutorText.Text)()
  1113. end)
  1114. Clear.Name = "Clear"
  1115. Clear.Parent = ScriptExecutor
  1116. Clear.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1117. Clear.BackgroundTransparency = 0.800
  1118. Clear.Position = UDim2.new(0.437646806, 0, 0.913334072, 0)
  1119. Clear.Size = UDim2.new(0, 117, 0, 26)
  1120. Clear.Font = Enum.Font.SourceSans
  1121. Clear.Text = "Clear"
  1122. Clear.TextColor3 = Color3.fromRGB(225, 255, 255)
  1123. Clear.TextSize = 14.000
  1124. Clear.MouseButton1Click:connect(function()
  1125.     ExecutorText.text = ""
  1126. end)
  1127. ExecutorText.Name = "ExecutorText"
  1128. ExecutorText.Parent = ScriptExecutor
  1129. ExecutorText.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1130. ExecutorText.BackgroundTransparency = 0.700
  1131. ExecutorText.Position = UDim2.new(0.00828157365, 0, 0.204374716, 0)
  1132. ExecutorText.Size = UDim2.new(0, 442, 0, 265)
  1133. ExecutorText.Font = Enum.Font.SourceSans
  1134. ExecutorText.PlaceholderText = "Type Roblox Script Here"
  1135. ExecutorText.Text = ""
  1136. ExecutorText.TextColor3 = Color3.fromRGB(178, 178, 178)
  1137. ExecutorText.TextSize = 14.000
  1138. ExecutorText.TextXAlignment = Enum.TextXAlignment.Left
  1139. ExecutorText.TextYAlignment = Enum.TextYAlignment.Top
  1140.  
  1141. TeleportFrame.Name = "TeleportFrame"
  1142. TeleportFrame.Parent = FullFrame
  1143. TeleportFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1144. TeleportFrame.BackgroundTransparency = 1.000
  1145. TeleportFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1146. TeleportFrame.Position = UDim2.new(0.268199384, 0, -0.00307425507, 0)
  1147. TeleportFrame.Size = UDim2.new(0, 483, 0, 406)
  1148. TeleportFrame.Visible = false
  1149.  
  1150. CriminalBaseTP.Name = "CriminalBaseTP"
  1151. CriminalBaseTP.Parent = TeleportFrame
  1152. CriminalBaseTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1153. CriminalBaseTP.BackgroundTransparency = 0.800
  1154. CriminalBaseTP.Position = UDim2.new(0.0794687122, 0, 0.407143146, 0)
  1155. CriminalBaseTP.Size = UDim2.new(0, 117, 0, 26)
  1156. CriminalBaseTP.Font = Enum.Font.SourceSans
  1157. CriminalBaseTP.Text = "Criminal Base"
  1158. CriminalBaseTP.TextColor3 = Color3.fromRGB(225, 255, 255)
  1159. CriminalBaseTP.TextSize = 14.000
  1160. CriminalBaseTP.MouseButton1Click:connect(function()
  1161.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-931.304993, 101.997818, 2152.31348)
  1162. end)
  1163. TextLabel_8.Parent = TeleportFrame
  1164. TextLabel_8.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1165. TextLabel_8.BackgroundTransparency = 1.000
  1166. TextLabel_8.Position = UDim2.new(-0.0587064698, 0, 0.0517241359, 0)
  1167. TextLabel_8.Size = UDim2.new(0, 545, 0, 94)
  1168. TextLabel_8.Font = Enum.Font.GothamBold
  1169. TextLabel_8.Text = "Teleports"
  1170. TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  1171. TextLabel_8.TextSize = 26.000
  1172.  
  1173. PoliceTP.Name = "PoliceTP"
  1174. PoliceTP.Parent = TeleportFrame
  1175. PoliceTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1176. PoliceTP.BackgroundTransparency = 0.800
  1177. PoliceTP.Position = UDim2.new(0.398309261, 0, 0.407143146, 0)
  1178. PoliceTP.Size = UDim2.new(0, 117, 0, 26)
  1179. PoliceTP.Font = Enum.Font.SourceSans
  1180. PoliceTP.Text = "Police Room"
  1181. PoliceTP.TextColor3 = Color3.fromRGB(225, 255, 255)
  1182. PoliceTP.TextSize = 14.000
  1183. PoliceTP.MouseButton1Click:connect(function()
  1184.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(788.993774, 103.176811, 2272.86401)
  1185. end)
  1186. OutsidePrison.Name = "Outside Prison"
  1187. OutsidePrison.Parent = TeleportFrame
  1188. OutsidePrison.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1189. OutsidePrison.BackgroundTransparency = 0.800
  1190. OutsidePrison.Position = UDim2.new(0.725431442, 0, 0.407143146, 0)
  1191. OutsidePrison.Size = UDim2.new(0, 117, 0, 26)
  1192. OutsidePrison.Font = Enum.Font.SourceSans
  1193. OutsidePrison.Text = "Outside Prison"
  1194. OutsidePrison.TextColor3 = Color3.fromRGB(225, 255, 255)
  1195. OutsidePrison.TextSize = 14.000
  1196. OutsidePrison.MouseButton1Click:connect(function()
  1197.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(453.65686, 98.1900101, 2251.86841)
  1198. end)
  1199. Kitchen.Name = "Kitchen"
  1200. Kitchen.Parent = TeleportFrame
  1201. Kitchen.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1202. Kitchen.BackgroundTransparency = 0.800
  1203. Kitchen.Position = UDim2.new(0.0794687122, 0, 0.515517473, 0)
  1204. Kitchen.Size = UDim2.new(0, 117, 0, 26)
  1205. Kitchen.Font = Enum.Font.SourceSans
  1206. Kitchen.Text = "Kitchen"
  1207. Kitchen.TextColor3 = Color3.fromRGB(225, 255, 255)
  1208. Kitchen.TextSize = 14.000
  1209. Kitchen.MouseButton1Click:connect(function()
  1210.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(944.182434, 99.9899597, 2232.62012)
  1211. end)
  1212. GateTP.Name = "GateTP"
  1213. GateTP.Parent = TeleportFrame
  1214. GateTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1215. GateTP.BackgroundTransparency = 0.800
  1216. GateTP.Position = UDim2.new(0.39830932, 0, 0.515517473, 0)
  1217. GateTP.Size = UDim2.new(0, 117, 0, 26)
  1218. GateTP.Font = Enum.Font.SourceSans
  1219. GateTP.Text = "Gate Control"
  1220. GateTP.TextColor3 = Color3.fromRGB(225, 255, 255)
  1221. GateTP.TextSize = 14.000
  1222. GateTP.MouseButton1Click:connect(function()
  1223.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(504.498291, 102.039917, 2242.49707)
  1224. end)
  1225. PrisonTP.Name = "PrisonTP"
  1226. PrisonTP.Parent = TeleportFrame
  1227. PrisonTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1228. PrisonTP.BackgroundTransparency = 0.800
  1229. PrisonTP.Position = UDim2.new(0.725431442, 0, 0.515517473, 0)
  1230. PrisonTP.Size = UDim2.new(0, 117, 0, 26)
  1231. PrisonTP.Font = Enum.Font.SourceSans
  1232. PrisonTP.Text = "Inside Prison"
  1233. PrisonTP.TextColor3 = Color3.fromRGB(225, 255, 255)
  1234. PrisonTP.TextSize = 14.000
  1235. PrisonTP.MouseButton1Click:connect(function()
  1236.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(917.943665, 99.9900055, 2378.80664)
  1237. end)
  1238. TowerTP.Name = "TowerTP"
  1239. TowerTP.Parent = TeleportFrame
  1240. TowerTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1241. TowerTP.BackgroundTransparency = 0.800
  1242. TowerTP.Position = UDim2.new(0.0794687122, 0, 0.621428788, 0)
  1243. TowerTP.Size = UDim2.new(0, 117, 0, 26)
  1244. TowerTP.Font = Enum.Font.SourceSans
  1245. TowerTP.Text = "Yard Guard Tower"
  1246. TowerTP.TextColor3 = Color3.fromRGB(225, 255, 255)
  1247. TowerTP.TextSize = 14.000
  1248. TowerTP.MouseButton1Click:connect(function()
  1249.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(823.566895, 130.029266, 2568.45313)
  1250. end)
  1251. CarTP.Name = "CarTP"
  1252. CarTP.Parent = TeleportFrame
  1253. CarTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1254. CarTP.BackgroundTransparency = 0.800
  1255. CarTP.Position = UDim2.new(0.39830932, 0, 0.621428788, 0)
  1256. CarTP.Size = UDim2.new(0, 117, 0, 26)
  1257. CarTP.Font = Enum.Font.SourceSans
  1258. CarTP.Text = "Car Spawn"
  1259. CarTP.TextColor3 = Color3.fromRGB(225, 255, 255)
  1260. CarTP.TextSize = 14.000
  1261. CarTP.MouseButton1Click:connect(function()
  1262.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-191.860657, 54.7749405, 1880.16309)
  1263. end)
  1264. SewerTP.Name = "SewerTP"
  1265. SewerTP.Parent = TeleportFrame
  1266. SewerTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1267. SewerTP.BackgroundTransparency = 0.800
  1268. SewerTP.Position = UDim2.new(0.725431442, 0, 0.621428788, 0)
  1269. SewerTP.Size = UDim2.new(0, 117, 0, 26)
  1270. SewerTP.Font = Enum.Font.SourceSans
  1271. SewerTP.Text = "Sewer"
  1272. SewerTP.TextColor3 = Color3.fromRGB(225, 255, 255)
  1273. SewerTP.TextSize = 14.000
  1274. SewerTP.MouseButton1Click:connect(function()
  1275.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.30426, 78.6962433, 2116.45923)
  1276. end)
  1277. -- Scripts:
  1278.  
  1279.  
  1280. local function HHAHAHAH_fake_script()
  1281. local script = Instance.new('Script', FullFrame)
  1282.  
  1283.         local script = Instance.new('Script', FullFrame)
  1284.             script.Parent.Active = true
  1285.             script.Parent.Draggable = true
  1286.             script.Parent.Selectable = true
  1287.        
  1288.  
  1289. end
  1290. coroutine.wrap(HHAHAHAH_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement