Advertisement
ugluhegghead

Roblox Prison Life Exploit

Nov 21st, 2019
36,776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.02 KB | None | 0 0
  1.  
  2.  
  3. local PrisonGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local TitleBar = Instance.new("TextLabel")
  7. local ObGuns = Instance.new("TextButton")
  8. local Close = Instance.new("TextButton")
  9. local KillAll = Instance.new("TextButton")
  10. local TaseBypass = Instance.new("TextButton")
  11. local RemoveDoors = Instance.new("TextButton")
  12. local Btools = Instance.new("TextButton")
  13. local BeNeutral = Instance.new("TextButton")
  14. local ModGun = Instance.new("TextButton")
  15. local ComSeperateBar = Instance.new("TextLabel")
  16. local InsertUser = Instance.new("TextBox")
  17. local UserHolder = Instance.new("TextLabel")
  18. local CrimTitle = Instance.new("TextLabel")
  19. local CrimTitleBar = Instance.new("TextLabel")
  20. local TextButton = Instance.new("TextButton")
  21. local CrimHideButton = Instance.new("TextButton")
  22. local TPshow = Instance.new("TextButton")
  23. local LocalCommands = Instance.new("Frame")
  24. local LocalCMD_Title = Instance.new("TextLabel")
  25. local NexusTPbut = Instance.new("TextButton")
  26. local CrimBaseTPbut = Instance.new("TextButton")
  27. local GuardAreaTPbut = Instance.new("TextButton")
  28. local FLY = Instance.new("TextButton")
  29. local NWalk = Instance.new("TextButton")
  30. local Njump = Instance.new("TextButton")
  31. local tfWalk2 = Instance.new("TextButton")
  32. local Respawn = Instance.new("TextButton")
  33. local tfWalk = Instance.new("TextButton")
  34. local LocalCMD_BarTitle = Instance.new("TextLabel")
  35. local TheLocal = Instance.new("TextButton")
  36. local CrimG = Instance.new("TextButton")
  37. local tpgui = Instance.new("Frame")
  38. local TPtileBar = Instance.new("TextLabel")
  39. local TPYEET = Instance.new("TextButton")
  40. local UserHolderTP = Instance.new("TextLabel")
  41. local InsertUserTP = Instance.new("TextBox")
  42. local TpTitle = Instance.new("TextLabel")
  43. local TpHideButton = Instance.new("TextButton")
  44. local AmokahsLogo = Instance.new("ImageLabel")
  45. local SuperPunch = Instance.new("TextButton")
  46. local KillAura = Instance.new("TextButton")
  47. local BeCriminal = Instance.new("TextButton")
  48. local BeGuard = Instance.new("TextButton")
  49. local BeInmate = Instance.new("TextButton")
  50. local ArrestAll = Instance.new("TextButton")
  51. local InvGuns = Instance.new("TextButton")
  52. local CrimPunch = Instance.new("TextButton")
  53. local Trans = Instance.new("TextButton")
  54. local Open = Instance.new("Frame")
  55. local OpenGUI = Instance.new("TextButton")
  56. local Credit = Instance.new("TextLabel")
  57. local Dino = Instance.new("TextLabel")
  58. local KA = Instance.new("Frame")
  59. local NameOfKa = Instance.new("TextLabel")
  60. local TrueOrFalse = Instance.new("TextLabel")
  61. local TeamGUIOC = Instance.new("Frame")
  62. local TeamOPorCL = Instance.new("TextButton")
  63. local TeamMain = Instance.new("Frame")
  64. local TextLabel = Instance.new("TextLabel")
  65. local TextLabel_2 = Instance.new("TextLabel")
  66. local SOG = Instance.new("TextButton")
  67. local SOC = Instance.new("TextButton")
  68. local SOI = Instance.new("TextButton")
  69. local Disable = Instance.new("TextButton")
  70. local Apart = Instance.new("Part")
  71.  
  72. Apart.Name = "PlrsPos"
  73. Apart.Parent = workspace
  74. Apart.Anchored = true
  75. Apart.Archivable = true
  76. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  77.  
  78. -- Properties
  79.  
  80. PrisonGui.Name = "PrisonGui"
  81. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  82.  
  83. Main.Name = "Main"
  84. Main.Parent = PrisonGui
  85. Main.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  86. Main.BorderSizePixel = 0
  87. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  88. Main.Size = UDim2.new(0, 338, 0, 301)
  89. Main.Visible = false
  90.  
  91. Title.Name = "Title"
  92. Title.Parent = Main
  93. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Title.BackgroundTransparency = 1
  95. Title.BorderSizePixel = 0
  96. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  97. Title.Size = UDim2.new(0, 162, 0, 31)
  98. Title.Font = Enum.Font.SourceSansLight
  99. Title.FontSize = Enum.FontSize.Size14
  100. Title.Text = "UgluhEggHead's Hack"
  101. Title.TextColor3 = Color3.new(0, 1, 1)
  102. Title.TextScaled = true
  103. Title.TextStrokeTransparency = 0
  104. Title.TextWrapped = true
  105.  
  106. TitleBar.Name = "TitleBar"
  107. TitleBar.Parent = Main
  108. TitleBar.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  109. TitleBar.BackgroundTransparency = 0.5
  110. TitleBar.BorderSizePixel = 0
  111. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  112. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  113. TitleBar.Font = Enum.Font.SourceSans
  114. TitleBar.FontSize = Enum.FontSize.Size14
  115. TitleBar.Text = "Hack"
  116. TitleBar.TextColor3 = Color3.new(0.333333, 0, 0.498039)
  117.  
  118. ModGun.Name = "ModGun"
  119. ModGun.Parent = Main
  120. ModGun.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  121. ModGun.BackgroundTransparency = 0.5
  122. ModGun.BorderSizePixel = 0
  123. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  124. ModGun.Size = UDim2.new(0, 325, 0, 22)
  125. ModGun.Font = Enum.Font.SourceSans
  126. ModGun.FontSize = Enum.FontSize.Size14
  127. ModGun.Text = "NOTE: INVISIBLE DISABLES TASER BYPASS AND SUPER PUNCH!"
  128. ModGun.TextColor3 = Color3.new(1, 1, 1)
  129. ModGun.TextScaled = true
  130. ModGun.TextStrokeTransparency = 0
  131. ModGun.TextWrapped = true
  132.  
  133.  
  134. ObGuns.Name = "ObGuns"
  135. ObGuns.Parent = Main
  136. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  137. ObGuns.BackgroundTransparency = 0.5
  138. ObGuns.BorderSizePixel = 0
  139. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  140. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  141. ObGuns.Font = Enum.Font.SourceSans
  142. ObGuns.FontSize = Enum.FontSize.Size14
  143. ObGuns.Text = "ALL GUNS"
  144. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  145. ObGuns.TextScaled = true
  146. ObGuns.TextStrokeTransparency = 0
  147. ObGuns.TextWrapped = true
  148.  
  149. KillAll.Name = "KillAll"
  150. KillAll.Parent = Main
  151. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  152. KillAll.BackgroundTransparency = 0.5
  153. KillAll.BorderSizePixel = 0
  154. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  155. KillAll.Size = UDim2.new(0, 159, 0, 22)
  156. KillAll.Font = Enum.Font.SourceSans
  157. KillAll.FontSize = Enum.FontSize.Size14
  158. KillAll.Text = "KILL ALL"
  159. KillAll.TextColor3 = Color3.new(1, 1, 1)
  160. KillAll.TextScaled = true
  161. KillAll.TextStrokeTransparency = 0
  162. KillAll.TextWrapped = true
  163.  
  164. TaseBypass.Name = "TaseBypass"
  165. TaseBypass.Parent = Main
  166. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  167. TaseBypass.BackgroundTransparency = 0.5
  168. TaseBypass.BorderSizePixel = 0
  169. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  170. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  171. TaseBypass.Font = Enum.Font.SourceSans
  172. TaseBypass.FontSize = Enum.FontSize.Size14
  173. TaseBypass.Text = "TASER BYPASS"
  174. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  175. TaseBypass.TextScaled = true
  176. TaseBypass.TextStrokeTransparency = 0
  177. TaseBypass.TextWrapped = true
  178.  
  179. RemoveDoors.Name = "RemoveDoors"
  180. RemoveDoors.Parent = Main
  181. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  182. RemoveDoors.BackgroundTransparency = 0.5
  183. RemoveDoors.BorderSizePixel = 0
  184. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  185. RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
  186. RemoveDoors.Font = Enum.Font.SourceSans
  187. RemoveDoors.FontSize = Enum.FontSize.Size14
  188. RemoveDoors.Text = "REMOVE ALL DOORS"
  189. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  190. RemoveDoors.TextScaled = true
  191. RemoveDoors.TextStrokeTransparency = 0
  192. RemoveDoors.TextWrapped = true
  193.  
  194. Btools.Name = "Btools"
  195. Btools.Parent = Main
  196. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  197. Btools.BackgroundTransparency = 0.5
  198. Btools.BorderSizePixel = 0
  199. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  200. Btools.Size = UDim2.new(0, 159, 0, 22)
  201. Btools.Font = Enum.Font.SourceSans
  202. Btools.FontSize = Enum.FontSize.Size14
  203. Btools.Text = "BTOOLS"
  204. Btools.TextColor3 = Color3.new(1, 1, 1)
  205. Btools.TextScaled = true
  206. Btools.TextStrokeTransparency = 0
  207. Btools.TextWrapped = true
  208.  
  209. TPYEET.Name = "TPYEET"
  210. TPYEET.Parent = tpgui
  211. TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
  212. TPYEET.BackgroundTransparency = 0.5
  213. TPYEET.BorderSizePixel = 0
  214. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  215. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  216. TPYEET.Font = Enum.Font.SourceSansLight
  217. TPYEET.FontSize = Enum.FontSize.Size14
  218. TPYEET.Text = "TELEPORT"
  219. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  220. TPYEET.TextScaled = true
  221. TPYEET.TextStrokeTransparency = 0
  222. TPYEET.TextWrapped = true
  223.  
  224.  
  225. SuperPunch.Name = "SuperPunch"
  226. SuperPunch.Parent = Main
  227. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  228. SuperPunch.BackgroundTransparency = 0.5
  229. SuperPunch.BorderSizePixel = 0
  230. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  231. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  232. SuperPunch.Font = Enum.Font.SourceSans
  233. SuperPunch.FontSize = Enum.FontSize.Size14
  234. SuperPunch.Text = "SUPER PUNCH"
  235. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  236. SuperPunch.TextScaled = true
  237. SuperPunch.TextStrokeTransparency = 0
  238. SuperPunch.TextWrapped = true
  239.  
  240. tfWalk2.Name = "tfWalk2"
  241. tfWalk2.Parent = Main
  242. tfWalk2.BackgroundColor3 = Color3.new(1, 1, 1)
  243. tfWalk2.BackgroundTransparency = 0.5
  244. tfWalk2.BorderSizePixel = 0
  245. tfWalk2.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  246. tfWalk2.Size = UDim2.new(0, 159, 0, 22)
  247. tfWalk2.Font = Enum.Font.SourceSans
  248. tfWalk2.FontSize = Enum.FontSize.Size14
  249. tfWalk2.Text = "INVISIBLE (TO OTHERS)"
  250. tfWalk2.TextColor3 = Color3.new(1, 1, 1)
  251. tfWalk2.TextScaled = true
  252. tfWalk2.TextStrokeTransparency = 0
  253. tfWalk2.TextWrapped = true
  254.  
  255. ArrestAll.Name = "ArrestAll"
  256. ArrestAll.Parent = Main
  257. ArrestAll.BackgroundColor3 = Color3.new(1, 1, 1)
  258. ArrestAll.BackgroundTransparency = 0.5
  259. ArrestAll.BorderSizePixel = 0
  260. ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
  261. ArrestAll.Size = UDim2.new(0, 159, 0, 22)
  262. ArrestAll.Font = Enum.Font.SourceSans
  263. ArrestAll.FontSize = Enum.FontSize.Size14
  264. ArrestAll.Text = "ARREST ALL CRIMINALS"
  265. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  266. ArrestAll.TextScaled = true
  267. ArrestAll.TextStrokeTransparency = 0
  268. ArrestAll.TextWrapped = true
  269.  
  270. tfWalk.Name = "tfWalk"
  271. tfWalk.Parent = Main
  272. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  273. tfWalk.BackgroundTransparency = 0.5
  274. tfWalk.BorderSizePixel = 0
  275. tfWalk.Position = UDim2.new(0.508875728, 0, 0.16104874, 0)
  276. tfWalk.Size = UDim2.new(0, 159, 0, 22)
  277. tfWalk.Font = Enum.Font.SourceSans
  278. tfWalk.FontSize = Enum.FontSize.Size14
  279. tfWalk.Text = "SPEED"
  280. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  281. tfWalk.TextScaled = true
  282. tfWalk.TextStrokeTransparency = 0
  283. tfWalk.TextWrapped = true
  284.  
  285. CrimPunch.Name = "CrimPunch"
  286. CrimPunch.Parent = Main
  287. CrimPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  288. CrimPunch.BackgroundTransparency = 0.5
  289. CrimPunch.BorderSizePixel = 0
  290. CrimPunch.Position = UDim2.new(0.508260846, 0, 0.481702745, 0)
  291. CrimPunch.Size = UDim2.new(0, 158, 0, 22)
  292. CrimPunch.Font = Enum.Font.SourceSans
  293. CrimPunch.FontSize = Enum.FontSize.Size14
  294. CrimPunch.Text = "REMOVE TOOLS"
  295. CrimPunch.TextColor3 = Color3.new(1, 1, 1)
  296. CrimPunch.TextScaled = true
  297. CrimPunch.TextStrokeTransparency = 0
  298. CrimPunch.TextWrapped = true
  299.  
  300.  
  301. Open.Name = "Open"
  302. Open.Parent = PrisonGui
  303. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  304. Open.BackgroundTransparency = 1
  305. Open.BorderSizePixel = 0
  306. Open.Position = UDim2.new(0, 0, 0.915841579, 0)
  307. Open.Size = UDim2.new(0, 154, 0, 34)
  308.  
  309. OpenGUI.Name = "OpenGUI"
  310. OpenGUI.Parent = Open
  311. OpenGUI.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  312. OpenGUI.BackgroundTransparency = 0.5
  313. OpenGUI.BorderSizePixel = 0
  314. OpenGUI.Size = UDim2.new(0, 154, 0, 34)
  315. OpenGUI.Font = Enum.Font.SourceSansLight
  316. OpenGUI.FontSize = Enum.FontSize.Size14
  317. OpenGUI.Text = "Hack"
  318. OpenGUI.TextColor3 = Color3.new(0, 0, 0)
  319. OpenGUI.TextScaled = true
  320. OpenGUI.TextStrokeTransparency = 0
  321. OpenGUI.TextWrapped = true
  322.  
  323.  
  324. KA.Name = "KA"
  325. KA.Parent = PrisonGui
  326. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  327. KA.BackgroundTransparency = 1
  328. KA.BorderSizePixel = 0
  329. KA.Position = UDim2.new(0, 0, 0.640399575, 0)
  330. KA.Size = UDim2.new(0, 162, 0, 62)
  331.  
  332.  
  333.  
  334. TextLabel.Parent = TeamMain
  335. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  336. TextLabel.BackgroundTransparency = 0.5
  337. TextLabel.BorderSizePixel = 0
  338. TextLabel.Position = UDim2.new(0.104430377, 0, 0.203947365, 0)
  339. TextLabel.Size = UDim2.new(0, 169, 0, 3)
  340. TextLabel.Font = Enum.Font.SourceSans
  341. TextLabel.FontSize = Enum.FontSize.Size14
  342. TextLabel.Text = ""
  343. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  344.  
  345. TextLabel_2.Parent = TeamMain
  346. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  347. TextLabel_2.BackgroundTransparency = 1
  348. TextLabel_2.BorderSizePixel = 0
  349. TextLabel_2.Size = UDim2.new(0, 214, 0, 31)
  350. TextLabel_2.Font = Enum.Font.SourceSansLight
  351. TextLabel_2.FontSize = Enum.FontSize.Size14
  352. TextLabel_2.Text = "Stay On Team GUI"
  353. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  354. TextLabel_2.TextScaled = true
  355. TextLabel_2.TextStrokeTransparency = 0
  356. TextLabel_2.TextWrapped = true
  357.  
  358. SOG.Name = "SOG"
  359. SOG.Parent = TeamMain
  360. SOG.BackgroundColor3 = Color3.new(0.52549, 0.756863, 1)
  361. SOG.BackgroundTransparency = 0.5
  362. SOG.BorderSizePixel = 0
  363. SOG.Position = UDim2.new(0, 0, 0.223684207, 0)
  364. SOG.Size = UDim2.new(0, 214, 0, 25)
  365. SOG.Font = Enum.Font.SourceSansLight
  366. SOG.FontSize = Enum.FontSize.Size14
  367. SOG.Text = "Stay on guards team!"
  368. SOG.TextColor3 = Color3.new(1, 1, 1)
  369. SOG.TextScaled = true
  370. SOG.TextStrokeTransparency = 0
  371. SOG.TextWrapped = true
  372.  
  373. SOC.Name = "SOC"
  374. SOC.Parent = TeamMain
  375. SOC.BackgroundColor3 = Color3.new(1, 0.235294, 0.235294)
  376. SOC.BackgroundTransparency = 0.5
  377. SOC.BorderSizePixel = 0
  378. SOC.Position = UDim2.new(0, 0, 0.394416004, 0)
  379. SOC.Size = UDim2.new(0, 214, 0, 25)
  380. SOC.Font = Enum.Font.SourceSansLight
  381. SOC.FontSize = Enum.FontSize.Size14
  382. SOC.Text = "Stay on criminals team!"
  383. SOC.TextColor3 = Color3.new(1, 1, 1)
  384. SOC.TextScaled = true
  385. SOC.TextStrokeTransparency = 0
  386. SOC.TextWrapped = true
  387.  
  388. SOI.Name = "SOI"
  389. SOI.Parent = TeamMain
  390. SOI.BackgroundColor3 = Color3.new(1, 0.831373, 0.494118)
  391. SOI.BackgroundTransparency = 0.5
  392. SOI.BorderSizePixel = 0
  393. SOI.Position = UDim2.new(0, 0, 0.559050083, 0)
  394. SOI.Size = UDim2.new(0, 214, 0, 25)
  395. SOI.Font = Enum.Font.SourceSansLight
  396. SOI.FontSize = Enum.FontSize.Size14
  397. SOI.Text = "Stay on inmates team!"
  398. SOI.TextColor3 = Color3.new(1, 1, 1)
  399. SOI.TextScaled = true
  400. SOI.TextStrokeTransparency = 0
  401. SOI.TextWrapped = true
  402.  
  403. Disable.Name = "Disable"
  404. Disable.Parent = TeamMain
  405. Disable.BackgroundColor3 = Color3.new(0.615686, 0.407843, 0.411765)
  406. Disable.BackgroundTransparency = 0.5
  407. Disable.BorderSizePixel = 0
  408. Disable.Position = UDim2.new(0, 0, 0.801872253, 0)
  409. Disable.Size = UDim2.new(0, 214, 0, 29)
  410. Disable.Font = Enum.Font.SourceSansSemibold
  411. Disable.FontSize = Enum.FontSize.Size14
  412. Disable.Text = "Disable"
  413. Disable.TextColor3 = Color3.new(1, 1, 1)
  414. Disable.TextScaled = true
  415. Disable.TextStrokeTransparency = 0
  416. Disable.TextWrapped = true
  417.  
  418.  
  419. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  420. TeamOPorCL.Visible = false
  421. TeamMain.Visible = false
  422. TeamGUIOC.Visible = false
  423. KA.Visible = true
  424. TrueOrFalse.Text = "nil"
  425. TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
  426.  
  427. wait(0.5)
  428. Dino.Visible = true
  429. Dino.TextTransparency = 0.8
  430. Dino.TextStrokeTransparency = 0.8
  431. wait(0.1)
  432. Dino.TextTransparency = 0.7
  433. Dino.TextStrokeTransparency = 0.7
  434. wait(0.1)
  435. Dino.TextTransparency = 0.6
  436. Dino.TextStrokeTransparency = 0.6
  437. wait(0.1)
  438. Dino.TextTransparency = 0.5
  439. Dino.TextStrokeTransparency = 0.5
  440. wait(0.1)
  441. Dino.TextTransparency = 0.4
  442. Dino.TextStrokeTransparency = 0.4
  443. wait(0.1)
  444. Dino.TextTransparency = 0.3
  445. Dino.TextStrokeTransparency = 0.3
  446. wait(0.1)
  447. Dino.TextTransparency = 0.2
  448. Dino.TextStrokeTransparency = 0.2
  449. wait(0.1)
  450. Dino.TextTransparency = 0.1
  451. Dino.TextStrokeTransparency = 0.1
  452.  
  453. wait(5)
  454.  
  455. Dino.TextTransparency = 0.1
  456. Dino.TextStrokeTransparency = 0.1
  457. wait(0.1)
  458. Dino.TextTransparency = 0.2
  459. Dino.TextStrokeTransparency = 0.2
  460. wait(0.1)
  461. Dino.TextTransparency = 0.3
  462. Dino.TextStrokeTransparency = 0.3
  463. wait(0.1)
  464. Dino.TextTransparency = 0.4
  465. Dino.TextStrokeTransparency = 0.4
  466. wait(0.1)
  467. Dino.TextTransparency = 0.5
  468. Dino.TextStrokeTransparency = 0.5
  469. wait(0.1)
  470. Dino.TextTransparency = 0.6
  471. Dino.TextStrokeTransparency = 0.6
  472. wait(0.1)
  473. Dino.TextTransparency = 0.7
  474. Dino.TextStrokeTransparency = 0.7
  475. wait(0.1)
  476. Dino.TextTransparency = 0.8
  477. Dino.TextStrokeTransparency = 0.8
  478. wait(0.1)
  479. Dino.Visible = false
  480.  
  481. OpenGUI.MouseButton1Down:connect(function()
  482. Main.Visible = true
  483.  
  484. Main:TweenPosition(UDim2.new(0.345, 0,0.204, 0), 'Out', 'Bounce', 3)
  485. end)
  486.  
  487. Close.MouseButton1Down:connect(function()
  488. Main:TweenPosition(UDim2.new(0.345, 0,2.204, 0), 'Out', 'Bounce', 1)
  489. wait(1)
  490. Main.Visible = false
  491. end)
  492.  
  493. CrimG.MouseButton1Down:connect(function()
  494. ForceCgui.Visible = true
  495. end)
  496.  
  497. CrimHideButton.MouseButton1Down:connect(function()
  498. ForceCgui.Visible = false
  499. end)
  500.  
  501. TheLocal.MouseButton1Down:connect(function()
  502. if LocalCommands.Visible == false then
  503. LocalCommands.Visible = true
  504. elseif LocalCommands.Visible == true then
  505. LocalCommands.Visible = false
  506. end
  507. end)
  508.  
  509. NWalk.MouseButton1Down:connect(function()
  510. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  511. end)
  512.  
  513. NexusTPbut.MouseButton1Down:connect(function()
  514. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  515. end)
  516.  
  517. CrimBaseTPbut.MouseButton1Down:connect(function()
  518. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  519. end)
  520.  
  521. tfWalk.MouseButton1Down:connect(function()
  522. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  523. end)
  524.  
  525. tfWalk2.MouseButton1Down:connect(function()
  526. local player = game.Players.LocalPlayer
  527. position = player.Character.HumanoidRootPart.Position
  528. wait(0.1)
  529. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  530. wait(0.1)
  531. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  532. wait(0.1)
  533. player.Character.HumanoidRootPart:Destroy()
  534. humanoidrootpart.Parent = player.Character
  535. player.Character:MoveTo(position)
  536. wait()
  537. end)
  538.  
  539. Njump.MouseButton1Down:connect(function()
  540. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  541. end)
  542.  
  543. GuardAreaTPbut.MouseButton1Down:connect(function()
  544. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  545. end)
  546.  
  547. Respawn.MouseButton1Down:connect(function()
  548. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
  549. end)
  550.  
  551. ObGuns.MouseButton1Down:connect(function()
  552. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  553.  
  554. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  555. end
  556. end)
  557.  
  558. TaseBypass.MouseButton1Down:connect(function()
  559. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  560. game.Players.LocalPlayer.CharacterAdded:connect(function()
  561. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  562. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  563. end)
  564. end)
  565.  
  566. RemoveDoors.MouseButton1Down:connect(function()
  567. Workspace.Prison_Cellblock.doors:Destroy()
  568.  
  569. for i,v in pairs(workspace:GetChildren())do
  570. if v.Name == "Doors" then
  571. v:Destroy()
  572. end
  573. end
  574. end)
  575.  
  576. Btools.MouseButton1Down:connect(function()
  577. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  578. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  579. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  580. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  581. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  582. tool1.BinType = "Clone"
  583. tool2.BinType = "GameTool"
  584. tool3.BinType = "Hammer"
  585. tool4.BinType = "Script"
  586. tool5.BinType = "Grab"
  587. end)
  588.  
  589. ModGun.MouseButton1Down:connect(function()
  590. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  591. m.Damage = 100
  592. m.MaxAmmo = math.huge
  593. m.CurrentAmmo = math.huge
  594. m.AutoFire = true
  595. m.FireRate = 0
  596. end)
  597.  
  598. KillAll.MouseButton1Down:connect(function()
  599.  
  600. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  601.  
  602. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  603.  
  604. wait(0.5)
  605. function kill(a)
  606. local A_1 =
  607. {
  608. [1] =
  609. {
  610. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  611. ["Distance"] = 3.2524313926697,
  612. ["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),
  613. ["Hit"] = a.Character.Head
  614. },
  615. [2] =
  616. {
  617. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  618. ["Distance"] = 3.2699294090271,
  619. ["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),
  620. ["Hit"] = a.Character.Head
  621. },
  622. [3] =
  623. {
  624. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  625. ["Distance"] = 3.1665518283844,
  626. ["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),
  627. ["Hit"] = a.Character.Head
  628. },
  629. [4] =
  630. {
  631. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  632. ["Distance"] = 3.3218522071838,
  633. ["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),
  634. ["Hit"] = a.Character.Head
  635. },
  636. [5] =
  637. {
  638. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  639. ["Distance"] = 3.222757101059,
  640. ["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),
  641. ["Hit"] = a.Character.Head
  642. }
  643. }
  644. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  645. local Event = game:GetService("ReplicatedStorage").ShootEvent
  646. Event:FireServer(A_1, A_2)
  647. Event:FireServer(A_1, A_2)
  648. end
  649.  
  650. for i,v in pairs(game.Players:GetChildren())do
  651. if v.Name ~= game.Players.LocalPlayer.Name then
  652. kill(v)
  653. end
  654. end
  655. wait(1)
  656. workspace.Remote.TeamEvent:FireServer("Bright orange")
  657.  
  658. end)
  659.  
  660. TPshow.MouseButton1Down:connect(function()
  661. tpgui.Visible = true
  662. end)
  663.  
  664. TpHideButton.MouseButton1Down:connect(function()
  665. tpgui.Visible = false
  666. end)
  667.  
  668. TPYEET.MouseButton1Down:connect(function()
  669. Target = InsertUserTP.Text
  670.  
  671. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  672. end)
  673.  
  674. FLY.MouseButton1Down:connect(function()
  675. repeat wait()
  676. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  677. local mouse = game.Players.LocalPlayer:GetMouse()
  678. repeat wait() until mouse
  679. local plr = game.Players.LocalPlayer
  680. local torso = plr.Character.Torso
  681. local flying = true
  682. local deb = true
  683. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  684. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  685. local maxspeed = 50
  686. local speed = 0
  687.  
  688. function Fly()
  689. local bg = Instance.new("BodyGyro", torso)
  690. bg.P = 9e4
  691. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  692. bg.cframe = torso.CFrame
  693. local bv = Instance.new("BodyVelocity", torso)
  694. bv.velocity = Vector3.new(0,0.1,0)
  695. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  696. repeat wait()
  697. plr.Character.Humanoid.PlatformStand = true
  698. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  699. speed = speed+.5+(speed/maxspeed)
  700. if speed > maxspeed then
  701. speed = maxspeed
  702. end
  703. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  704. speed = speed-1
  705. if speed < 0 then
  706. speed = 0
  707. end
  708. end
  709. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  710. 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
  711. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  712. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  713. 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
  714. else
  715. bv.velocity = Vector3.new(0,0.1,0)
  716. end
  717. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  718. until not flying
  719. ctrl = {f = 0, b = 0, l = 0, r = 0}
  720. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  721. speed = 0
  722. bg:Destroy()
  723. bv:Destroy()
  724. plr.Character.Humanoid.PlatformStand = false
  725. end
  726. mouse.KeyDown:connect(function(key)
  727. if key:lower() == "e" then
  728. if flying then flying = false
  729. else
  730. flying = true
  731. Fly()
  732. end
  733. elseif key:lower() == "w" then
  734. ctrl.f = 1
  735. elseif key:lower() == "s" then
  736. ctrl.b = -1
  737. elseif key:lower() == "a" then
  738. ctrl.l = -1
  739. elseif key:lower() == "d" then
  740. ctrl.r = 1
  741. end
  742. end)
  743. mouse.KeyUp:connect(function(key)
  744. if key:lower() == "w" then
  745. ctrl.f = 0
  746. elseif key:lower() == "s" then
  747. ctrl.b = 0
  748. elseif key:lower() == "a" then
  749. ctrl.l = 0
  750. elseif key:lower() == "d" then
  751. ctrl.r = 0
  752. end
  753. end)
  754. Fly()
  755. end)
  756.  
  757. SuperPunch.MouseButton1Down:connect(function()
  758. mainRemotes = game.ReplicatedStorage
  759. meleeRemote = mainRemotes['meleeEvent']
  760. mouse = game.Players.LocalPlayer:GetMouse()
  761. punching = false
  762. cooldown = false
  763.  
  764. function punch()
  765. cooldown = true
  766. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  767. part.Transparency = 1
  768. part.Size = Vector3.new(5, 2, 3)
  769. part.CanCollide = false
  770. local w1 = Instance.new("Weld", part)
  771. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  772. w1.Part1 = part
  773. w1.C1 = CFrame.new(0,0,2)
  774. part.Touched:connect(function(hit)
  775. if game.Players:FindFirstChild(hit.Parent.Name) then
  776. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  777. if plr.Name ~= game.Players.LocalPlayer.Name then
  778. part:Destroy()
  779.  
  780. for i = 1,100 do
  781. meleeRemote:FireServer(plr)
  782. end
  783. end
  784. end
  785. end)
  786.  
  787. wait(1)
  788. cooldown = false
  789. part:Destroy()
  790. end
  791.  
  792.  
  793. mouse.KeyDown:connect(function(key)
  794. if cooldown == false then
  795. if key:lower() == "f" then
  796.  
  797. punch()
  798.  
  799. end
  800. end
  801. end)
  802. end)
  803.  
  804. BeInmate.MouseButton1Down:connect(function()
  805. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  806. end)
  807.  
  808. BeGuard.MouseButton1Down:connect(function()
  809. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  810. end)
  811.  
  812. BeCriminal.MouseButton1Down:connect(function()
  813. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  814.  
  815. LCS.CanCollide = false
  816. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  817. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  818. LCS.Transparency = 1
  819. wait(0.5)
  820. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  821. LCS.Size = Vector3.new(6, 0.2, 6)
  822. LCS.Transparency = 0
  823. end)
  824.  
  825. InvGuns.MouseButton1Down:connect(function()
  826. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
  827. if v.ClassName == "Model" then
  828. v:Destroy()
  829. end
  830. end
  831.  
  832. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  833.  
  834. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  835. end)
  836.  
  837. CrimPunch.MouseButton1Down:connect(function()
  838. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  839. if v.ClassName == "Tool" then
  840. v:Destroy()
  841. end
  842. end
  843. end)
  844.  
  845. BeNeutral.MouseButton1Down:connect(function()
  846. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  847. end)
  848.  
  849. TeamOPorCL.MouseButton1Down:connect(function()
  850. if TeamMain.Visible == true then
  851.  
  852. TeamMain:TweenPosition(UDim2.new(-0.00802327972, 0, 1.12121212, 0), 'Out', 'Bounce', 2)
  853. wait(2)
  854. TeamMain.Visible = false
  855. elseif
  856. TeamMain.Visible == false then
  857. TeamMain:TweenPosition(UDim.new(-0.00802327972, 0, 5.12121212, 0), 'Out', 'Bounce', 2)
  858. TeamMain.Visible = true
  859. end
  860. end)
  861.  
  862. local yee = false
  863.  
  864. SOC.MouseButton1Down:connect(function()
  865. yee = true
  866. wait(0.2)
  867. if yee == true then
  868. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  869.  
  870. LCS.CanCollide = false
  871. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  872. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  873. LCS.Transparency = 1
  874. wait(0.5)
  875. while yee do
  876. wait(0.003)
  877. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  878. end
  879. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  880. LCS.Size = Vector3.new(6, 0.2, 6)
  881. LCS.Transparency = 1
  882. wait(2)
  883. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  884. LCS.Size = Vector3.new(6, 0.2, 6)
  885. LCS.Transparency = 1
  886. end
  887. end)
  888.  
  889. local GuTe = false
  890.  
  891. SOG.MouseButton1Down:connect(function()
  892. if GuTe == false then
  893. GuTe = true
  894. if GuTe == true then
  895. while GuTe do
  896. wait(0.2)
  897. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  898. end
  899. end
  900. end
  901. end)
  902.  
  903. local InTe = false
  904.  
  905. SOI.MouseButton1Down:connect(function()
  906. if InTe == false then
  907. InTe = true
  908. if InTe == true then
  909. wait(0.2)
  910. workspace.Remote.TeamEvent:FireServer("Bright orange")
  911. end
  912. end
  913. end)
  914.  
  915. Disable.MouseButton1Down:connect(function()
  916. InTe = false
  917.  
  918. GuTe = false
  919.  
  920. yee = false
  921. wait(0.2)
  922. if yee == false then
  923. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  924. LCS.Size = Vector3.new(6, 0.2, 6)
  925. LCS.Transparency = 1
  926. wait(2)
  927. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  928. LCS.Size = Vector3.new(6, 0.2, 6)
  929. LCS.Transparency = 1
  930. end
  931. end)
  932.  
  933. Trans.MouseButton1Down:connect(function()
  934. PLMain = Main
  935. PLCgui = ForceCgui
  936. PLLc = LocalCommands
  937. PLtp = tpgui
  938. TMain = TeamMain
  939.  
  940. TLble = TitleBar
  941. LCTitleBar = LocalCMD_BarTitle
  942. LCTitle = LocalCMD_Title
  943.  
  944. if LCTitle.BackgroundTransparency == 0 then
  945. LCTitle.BackgroundTransparency = 0.5
  946. elseif
  947. LCTitle.BackgroundTransparency == 0.5 then
  948. LCTitle.BackgroundTransparency = 0
  949. end
  950.  
  951. if LCTitleBar.BackgroundTransparency == 0 then
  952. LCTitleBar.BackgroundTransparency = 0.5
  953. elseif
  954. LCTitleBar.BackgroundTransparency == 0.5 then
  955. LCTitleBar.BackgroundTransparency = 0
  956. end
  957.  
  958. if TLble.BackgroundTransparency == 0.8 then
  959. TLble.BackgroundTransparency = 0.5
  960. elseif
  961. TLble.BackgroundTransparency == 0.5 then
  962. TLble.BackgroundTransparency = 0.8
  963. end
  964.  
  965. if PLMain.BackgroundTransparency == 0 then
  966. PLMain.BackgroundTransparency = 0.5
  967. elseif
  968. PLMain.BackgroundTransparency == 0.5 then
  969. PLMain.BackgroundTransparency = 0
  970. end
  971.  
  972. if PLCgui.BackgroundTransparency == 0 then
  973. PLCgui.BackgroundTransparency = 0.5
  974. elseif
  975. PLCgui.BackgroundTransparency == 0.5 then
  976. PLCgui.BackgroundTransparency = 0
  977. end
  978.  
  979. if PLLc.BackgroundTransparency == 0 then
  980. PLLc.BackgroundTransparency = 0.5
  981. elseif
  982. PLLc.BackgroundTransparency == 0.5 then
  983. PLLc.BackgroundTransparency = 0
  984. end
  985.  
  986. if PLtp.BackgroundTransparency == 0 then
  987. PLtp.BackgroundTransparency = 0.5
  988. elseif
  989. PLtp.BackgroundTransparency == 0.5 then
  990. PLtp.BackgroundTransparency = 0
  991. end
  992.  
  993. if TMain.BackgroundTransparency == 0 then
  994. TMain.BackgroundTransparency = 0.5
  995. elseif
  996. TMain.BackgroundTransparency == 0.5 then
  997. TMain.BackgroundTransparency = 0
  998. end
  999. end)
  1000.  
  1001. ArrestAll.MouseButton1Down:connect(function()
  1002. wait(0.1)
  1003. Player = game.Players.LocalPlayer
  1004. Pcf = Player.Character.HumanoidRootPart.CFrame
  1005. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1006. if v.Name ~= Player.Name then
  1007. local i = 10
  1008. repeat
  1009. wait()
  1010. i = i-1
  1011. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1012. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1013. until i == 0
  1014. end
  1015. end
  1016. end)
  1017.  
  1018. KillAura.MouseButton1Down:connect(function()
  1019. TrueOrFalse.Text = "FALSE"
  1020. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1021.  
  1022. mainRemotes = game.ReplicatedStorage
  1023. meleeRemote = mainRemotes['meleeEvent']
  1024.  
  1025. _G.killAura = false
  1026.  
  1027. contextactionservice = game.ContextActionService
  1028.  
  1029. function toggleKillAura(actionName, inputState, inputObject)
  1030. if inputState == Enum.UserInputState.Begin then
  1031. if _G.killAura == true then
  1032. _G.killAura = false
  1033. TrueOrFalse.Text = "FALSE"
  1034. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1035. else
  1036. _G.killAura = true
  1037. TrueOrFalse.Text = "TRUE"
  1038. TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
  1039. end
  1040. end
  1041. end
  1042.  
  1043.  
  1044.  
  1045. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
  1046.  
  1047. while wait() do
  1048. if _G.killAura == true then
  1049. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1050. if plr.Name ~= game.Players.LocalPlayer.Name then
  1051. meleeRemote:FireServer(plr)
  1052.  
  1053. end
  1054. end
  1055. end
  1056. end
  1057. end)
  1058.  
  1059. local istptoplr = false
  1060. local metoplr = false
  1061.  
  1062. TextButton.MouseButton1Down:connect(function()
  1063. Target = InsertUser.Text
  1064.  
  1065. _G.killAura = true
  1066. wait(0.2)
  1067.  
  1068. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1069. Apart.Transparency = 1
  1070. Apart.Anchored = true
  1071. Apart.CanCollide = false
  1072. wait(0.3)
  1073. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1074.  
  1075. istptoplr = true
  1076. wait(0.004)
  1077.  
  1078. if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
  1079. wait(6)
  1080. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1081. elseif
  1082. game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
  1083. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1084. end
  1085.  
  1086. if istptoplr == true then
  1087. while istptoplr do
  1088. wait()
  1089.  
  1090. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1091.  
  1092. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1093.  
  1094. LCS.CanCollide = false
  1095. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1096. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1097. LCS.Transparency = 1
  1098.  
  1099. wait(2)
  1100.  
  1101. istptoplr = false
  1102. _G.killAura = false
  1103.  
  1104. wait(0.04)
  1105.  
  1106. if istptoplr == false then
  1107. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1108. LCS.Size = Vector3.new(6, 0.2, 6)
  1109. LCS.Transparency = 0
  1110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
  1111. wait()
  1112. istptoplr = false
  1113. end
  1114. end
  1115. end
  1116. end)
  1117.  
  1118. TeamOPorCL:Destroy()
  1119.  
  1120.  
  1121. function dragify(Main)
  1122. dragToggle = nil
  1123. dragSpeed = .20 -- You can edit this.
  1124. dragInput = nil
  1125. dragStart = nil
  1126. dragPos = nil
  1127.  
  1128. function updateInput(input)
  1129. Delta = input.Position - dragStart
  1130. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1131. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
  1132. end
  1133.  
  1134. Main.InputBegan:Connect(function(input)
  1135. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  1136. dragToggle = true
  1137. dragStart = input.Position
  1138. startPos = Main.Position
  1139. input.Changed:Connect(function()
  1140. if (input.UserInputState == Enum.UserInputState.End) then
  1141. dragToggle = false
  1142. end
  1143. end)
  1144. end
  1145. end)
  1146.  
  1147. Main.InputChanged:Connect(function(input)
  1148. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  1149. dragInput = input
  1150. end
  1151. end)
  1152.  
  1153. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1154. if (input == dragInput and dragToggle) then
  1155. updateInput(input)
  1156. end
  1157. end)
  1158. end
  1159.  
  1160. dragify(Main)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement