Advertisement
Bdokkx

Tubers93 Prison Life Script

Oct 14th, 2024
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.34 KB | None | 0 0
  1. local PrisonGui = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Title = Instance.new("TextLabel")
  4. local TitleBar = Instance.new("TextLabel")
  5. local ObGuns = Instance.new("TextButton")
  6. local Close = Instance.new("TextButton")
  7. local KillAll = Instance.new("TextButton")
  8. local TaseBypass = Instance.new("TextButton")
  9. local RemoveDoors = Instance.new("TextButton")
  10. local Btools = Instance.new("TextButton")
  11. local BeNeutral = Instance.new("TextButton")
  12. local ModGun = Instance.new("TextButton")
  13. local ForceCgui = Instance.new("Frame")
  14. local ComSeperateBar = Instance.new("TextLabel")
  15. local InsertUser = Instance.new("TextBox")
  16. local UserHolder = Instance.new("TextLabel")
  17. local CrimTitle = Instance.new("TextLabel")
  18. local CrimTitleBar = Instance.new("TextLabel")
  19. local TextButton = Instance.new("TextButton")
  20. local CrimHideButton = Instance.new("TextButton")
  21. local TPshow = Instance.new("TextButton")
  22. local LocalCommands = Instance.new("Frame")
  23. local LocalCMD_Title = Instance.new("TextLabel")
  24. local NexusTPbut = Instance.new("TextButton")
  25. local CrimBaseTPbut = Instance.new("TextButton")
  26. local GuardAreaTPbut = Instance.new("TextButton")
  27. local FLY = Instance.new("TextButton")
  28. local NWalk = Instance.new("TextButton")
  29. local Njump = Instance.new("TextButton")
  30. local tfJump = Instance.new("TextButton")
  31. local Respawn = Instance.new("TextButton")
  32. local tfWalk = Instance.new("TextButton")
  33. local LocalCMD_BarTitle = Instance.new("TextLabel")
  34. local TheLocal = Instance.new("TextButton")
  35. local CrimG = Instance.new("TextButton")
  36. local tpgui = Instance.new("Frame")
  37. local TPtileBar = Instance.new("TextLabel")
  38. local TPYEET = Instance.new("TextButton")
  39. local UserHolderTP = Instance.new("TextLabel")
  40. local InsertUserTP = Instance.new("TextBox")
  41. local TpTitle = Instance.new("TextLabel")
  42. local RightSepBarTp = 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 Open = Instance.new("Frame")
  52. local OpenGUI = Instance.new("TextButton")
  53. local Credit = Instance.new("TextLabel")
  54. local Dino = Instance.new("TextLabel")
  55. local KA = Instance.new("Frame")
  56. local NameOfKa = Instance.new("TextLabel")
  57. local TrueOrFalse = Instance.new("TextLabel")
  58.  
  59. PrisonGui.Name = "PrisonGui"
  60. PrisonGui.Parent = game.CoreGui
  61.  
  62. Main.Name = "Main"
  63. Main.Parent = PrisonGui
  64. Main.BackgroundColor3 = Color3.new(0.54902, 0.0470588, 0.584314)
  65. Main.BorderSizePixel = 0
  66. Main.Position = UDim2.new(0.275862068, 0, 0.126237631, 0)
  67. Main.Size = UDim2.new(0, 338, 0, 301)
  68.  
  69. Title.Name = "Title"
  70. Title.Parent = Main
  71. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Title.BackgroundTransparency = 1
  73. Title.BorderSizePixel = 0
  74. Title.Position = UDim2.new(0.165680468, 0, 0.00996677764, 0)
  75. Title.Size = UDim2.new(0, 224, 0, 31)
  76. Title.Font = Enum.Font.SourceSansLight
  77. Title.FontSize = Enum.FontSize.Size14
  78. Title.Text = "PrisonLife GUI"
  79. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  80. Title.TextScaled = true
  81. Title.TextStrokeTransparency = 0
  82. Title.TextWrapped = true
  83.  
  84. TitleBar.Name = "TitleBar"
  85. TitleBar.Parent = Main
  86. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  87. TitleBar.BackgroundTransparency = 0.5
  88. TitleBar.BorderSizePixel = 0
  89. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  90. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  91. TitleBar.Font = Enum.Font.SourceSans
  92. TitleBar.FontSize = Enum.FontSize.Size14
  93. TitleBar.Text = ""
  94. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  95.  
  96. ObGuns.Name = "ObGuns"
  97. ObGuns.Parent = Main
  98. ObGuns.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  99. ObGuns.BackgroundTransparency = 0.30000001192093
  100. ObGuns.BorderSizePixel = 0
  101. ObGuns.Position = UDim2.new(0.0177514795, 0, 0.16104874, 0)
  102. ObGuns.Size = UDim2.new(0, 325, 0, 22)
  103. ObGuns.Font = Enum.Font.SourceSans
  104. ObGuns.FontSize = Enum.FontSize.Size14
  105. ObGuns.Text = "OBTAIN GUNS"
  106. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  107. ObGuns.TextScaled = true
  108. ObGuns.TextStrokeTransparency = 0
  109. ObGuns.TextWrapped = true
  110.  
  111. Close.Name = "Close"
  112. Close.Parent = Main
  113. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  114. Close.BackgroundTransparency = 0.30000001192093
  115. Close.BorderSizePixel = 0
  116. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  117. Close.Size = UDim2.new(0, 24, 0, 24)
  118. Close.Font = Enum.Font.SourceSans
  119. Close.FontSize = Enum.FontSize.Size14
  120. Close.Text = ""
  121. Close.TextColor3 = Color3.new(0, 0, 0)
  122.  
  123. KillAll.Name = "KillAll"
  124. KillAll.Parent = Main
  125. KillAll.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  126. KillAll.BackgroundTransparency = 0.30000001192093
  127. KillAll.BorderSizePixel = 0
  128. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  129. KillAll.Size = UDim2.new(0, 159, 0, 22)
  130. KillAll.Font = Enum.Font.SourceSans
  131. KillAll.FontSize = Enum.FontSize.Size14
  132. KillAll.Text = "KILL ALL"
  133. KillAll.TextColor3 = Color3.new(1, 1, 1)
  134. KillAll.TextScaled = true
  135. KillAll.TextStrokeTransparency = 0
  136. KillAll.TextWrapped = true
  137.  
  138. TaseBypass.Name = "TaseBypass"
  139. TaseBypass.Parent = Main
  140. TaseBypass.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  141. TaseBypass.BackgroundTransparency = 0.30000001192093
  142. TaseBypass.BorderSizePixel = 0
  143. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  144. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  145. TaseBypass.Font = Enum.Font.SourceSans
  146. TaseBypass.FontSize = Enum.FontSize.Size14
  147. TaseBypass.Text = "TASER BYPASS"
  148. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  149. TaseBypass.TextScaled = true
  150. TaseBypass.TextStrokeTransparency = 0
  151. TaseBypass.TextWrapped = true
  152.  
  153. RemoveDoors.Name = "RemoveDoors"
  154. RemoveDoors.Parent = Main
  155. RemoveDoors.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  156. RemoveDoors.BackgroundTransparency = 0.30000001192093
  157. RemoveDoors.BorderSizePixel = 0
  158. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  159. RemoveDoors.Size = UDim2.new(0, 325, 0, 22)
  160. RemoveDoors.Font = Enum.Font.SourceSans
  161. RemoveDoors.FontSize = Enum.FontSize.Size14
  162. RemoveDoors.Text = "REMOVE ALL DOORS"
  163. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  164. RemoveDoors.TextScaled = true
  165. RemoveDoors.TextStrokeTransparency = 0
  166. RemoveDoors.TextWrapped = true
  167.  
  168. Btools.Name = "Btools"
  169. Btools.Parent = Main
  170. Btools.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  171. Btools.BackgroundTransparency = 0.30000001192093
  172. Btools.BorderSizePixel = 0
  173. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  174. Btools.Size = UDim2.new(0, 159, 0, 22)
  175. Btools.Font = Enum.Font.SourceSans
  176. Btools.FontSize = Enum.FontSize.Size14
  177. Btools.Text = "BTOOLS"
  178. Btools.TextColor3 = Color3.new(1, 1, 1)
  179. Btools.TextScaled = true
  180. Btools.TextStrokeTransparency = 0
  181. Btools.TextWrapped = true
  182.  
  183. BeNeutral.Name = "BeNeutral"
  184. BeNeutral.Parent = Main
  185. BeNeutral.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  186. BeNeutral.BackgroundTransparency = 0.30000001192093
  187. BeNeutral.BorderSizePixel = 0
  188. BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
  189. BeNeutral.Size = UDim2.new(0, 74, 0, 22)
  190. BeNeutral.Font = Enum.Font.SourceSans
  191. BeNeutral.FontSize = Enum.FontSize.Size14
  192. BeNeutral.Text = "NEUTRAL"
  193. BeNeutral.TextColor3 = Color3.new(1, 1, 1)
  194. BeNeutral.TextScaled = true
  195. BeNeutral.TextStrokeTransparency = 0
  196. BeNeutral.TextWrapped = true
  197.  
  198. ModGun.Name = "ModGun"
  199. ModGun.Parent = Main
  200. ModGun.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  201. ModGun.BackgroundTransparency = 0.30000001192093
  202. ModGun.BorderSizePixel = 0
  203. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  204. ModGun.Size = UDim2.new(0, 325, 0, 22)
  205. ModGun.Font = Enum.Font.SourceSans
  206. ModGun.FontSize = Enum.FontSize.Size14
  207. ModGun.Text = "MOD YOUR GUN (Hold the item first)"
  208. ModGun.TextColor3 = Color3.new(1, 1, 1)
  209. ModGun.TextScaled = true
  210. ModGun.TextStrokeTransparency = 0
  211. ModGun.TextWrapped = true
  212.  
  213. ForceCgui.Name = "ForceCgui"
  214. ForceCgui.Parent = Main
  215. ForceCgui.BackgroundColor3 = Color3.new(0.54902, 0.0470588, 0.584314)
  216. ForceCgui.BorderSizePixel = 0
  217. ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
  218. ForceCgui.Size = UDim2.new(0, 155, 0, 198)
  219.  
  220. ComSeperateBar.Name = "ComSeperateBar"
  221. ComSeperateBar.Parent = ForceCgui
  222. ComSeperateBar.BackgroundColor3 = Color3.new(1, 0.0823529, 0.956863)
  223. ComSeperateBar.BorderSizePixel = 0
  224. ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
  225. ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
  226. ComSeperateBar.Font = Enum.Font.SourceSans
  227. ComSeperateBar.FontSize = Enum.FontSize.Size14
  228. ComSeperateBar.Text = ""
  229. ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
  230.  
  231. InsertUser.Name = "InsertUser"
  232. InsertUser.Parent = ForceCgui
  233. InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
  234. InsertUser.BackgroundTransparency = 1
  235. InsertUser.BorderSizePixel = 0
  236. InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  237. InsertUser.Size = UDim2.new(0, 154, 0, 50)
  238. InsertUser.Font = Enum.Font.SourceSansLight
  239. InsertUser.FontSize = Enum.FontSize.Size14
  240. InsertUser.Text = "USERNAME"
  241. InsertUser.TextColor3 = Color3.new(1, 1, 1)
  242. InsertUser.TextScaled = true
  243. InsertUser.TextWrapped = true
  244.  
  245. UserHolder.Name = "UserHolder"
  246. UserHolder.Parent = ForceCgui
  247. UserHolder.BackgroundColor3 = Color3.new(0.00784314, 0.819608, 1)
  248. UserHolder.BorderSizePixel = 0
  249. UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  250. UserHolder.Size = UDim2.new(0, 139, 0, 3)
  251. UserHolder.Font = Enum.Font.SourceSans
  252. UserHolder.FontSize = Enum.FontSize.Size14
  253. UserHolder.Text = ""
  254. UserHolder.TextColor3 = Color3.new(0, 0, 0)
  255.  
  256. CrimTitle.Name = "CrimTitle"
  257. CrimTitle.Parent = ForceCgui
  258. CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  259. CrimTitle.BackgroundTransparency = 1
  260. CrimTitle.BorderSizePixel = 0
  261. CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  262. CrimTitle.Size = UDim2.new(0, 154, 0, 31)
  263. CrimTitle.Font = Enum.Font.SourceSansLight
  264. CrimTitle.FontSize = Enum.FontSize.Size14
  265. CrimTitle.Text = "CRIMINAL GUI"
  266. CrimTitle.TextColor3 = Color3.new(1, 1, 1)
  267. CrimTitle.TextScaled = true
  268. CrimTitle.TextStrokeTransparency = 0
  269. CrimTitle.TextWrapped = true
  270.  
  271. CrimTitleBar.Name = "CrimTitleBar"
  272. CrimTitleBar.Parent = ForceCgui
  273. CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  274. CrimTitleBar.BackgroundTransparency = 0.5
  275. CrimTitleBar.BorderSizePixel = 0
  276. CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  277. CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
  278. CrimTitleBar.Font = Enum.Font.SourceSans
  279. CrimTitleBar.FontSize = Enum.FontSize.Size14
  280. CrimTitleBar.Text = ""
  281. CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
  282.  
  283. TextButton.Parent = ForceCgui
  284. TextButton.BackgroundColor3 = Color3.new(0.309804, 0.321569, 1)
  285. TextButton.BackgroundTransparency = 0.5
  286. TextButton.BorderSizePixel = 0
  287. TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
  288. TextButton.Size = UDim2.new(0, 139, 0, 50)
  289. TextButton.Font = Enum.Font.SourceSansLight
  290. TextButton.FontSize = Enum.FontSize.Size14
  291. TextButton.Text = "TURN INTO CRIMINAL"
  292. TextButton.TextColor3 = Color3.new(1, 1, 1)
  293. TextButton.TextScaled = true
  294. TextButton.TextStrokeTransparency = 0
  295. TextButton.TextWrapped = true
  296.  
  297. CrimHideButton.Name = "CrimHideButton"
  298. CrimHideButton.Parent = ForceCgui
  299. CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  300. CrimHideButton.BackgroundTransparency = 0.30000001192093
  301. CrimHideButton.BorderSizePixel = 0
  302. CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  303. CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
  304. CrimHideButton.Font = Enum.Font.SourceSansLight
  305. CrimHideButton.FontSize = Enum.FontSize.Size14
  306. CrimHideButton.Text = "HIDE"
  307. CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
  308. CrimHideButton.TextScaled = true
  309. CrimHideButton.TextStrokeTransparency = 0
  310. CrimHideButton.TextWrapped = true
  311.  
  312. TPshow.Name = "TPshow"
  313. TPshow.Parent = Main
  314. TPshow.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  315. TPshow.BackgroundTransparency = 0.30000001192093
  316. TPshow.BorderSizePixel = 0
  317. TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
  318. TPshow.Size = UDim2.new(0, 104, 0, 22)
  319. TPshow.Font = Enum.Font.SourceSans
  320. TPshow.FontSize = Enum.FontSize.Size14
  321. TPshow.Text = "TELEPORT TO PLAYER"
  322. TPshow.TextColor3 = Color3.new(1, 1, 1)
  323. TPshow.TextScaled = true
  324. TPshow.TextStrokeTransparency = 0
  325. TPshow.TextWrapped = true
  326.  
  327. LocalCommands.Name = "LocalCommands"
  328. LocalCommands.Parent = Main
  329. LocalCommands.BackgroundColor3 = Color3.new(1, 0.258824, 0.964706)
  330. LocalCommands.BorderSizePixel = 0
  331. LocalCommands.Position = UDim2.new(0, 0, 1, 0)
  332. LocalCommands.Size = UDim2.new(0, 338, 0, 100)
  333.  
  334. LocalCMD_Title.Name = "LocalCMD_Title"
  335. LocalCMD_Title.Parent = LocalCommands
  336. LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
  337. LocalCMD_Title.BackgroundTransparency = 0.30000001192093
  338. LocalCMD_Title.BorderSizePixel = 0
  339. LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
  340. LocalCMD_Title.Font = Enum.Font.SourceSans
  341. LocalCMD_Title.FontSize = Enum.FontSize.Size14
  342. LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
  343. LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
  344. LocalCMD_Title.TextStrokeTransparency = 0
  345.  
  346. NexusTPbut.Name = "NexusTPbut"
  347. NexusTPbut.Parent = LocalCommands
  348. NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  349. NexusTPbut.BackgroundTransparency = 0.40000000596046
  350. NexusTPbut.BorderSizePixel = 0
  351. NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
  352. NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
  353. NexusTPbut.Font = Enum.Font.SourceSans
  354. NexusTPbut.FontSize = Enum.FontSize.Size14
  355. NexusTPbut.Text = "TP TO NEXUS"
  356. NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
  357. NexusTPbut.TextScaled = true
  358. NexusTPbut.TextStrokeTransparency = 0
  359. NexusTPbut.TextWrapped = true
  360.  
  361. CrimBaseTPbut.Name = "CrimBaseTPbut"
  362. CrimBaseTPbut.Parent = LocalCommands
  363. CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  364. CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
  365. CrimBaseTPbut.BorderSizePixel = 0
  366. CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
  367. CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
  368. CrimBaseTPbut.Font = Enum.Font.SourceSans
  369. CrimBaseTPbut.FontSize = Enum.FontSize.Size14
  370. CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
  371. CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
  372. CrimBaseTPbut.TextScaled = true
  373. CrimBaseTPbut.TextStrokeTransparency = 0
  374. CrimBaseTPbut.TextWrapped = true
  375.  
  376. GuardAreaTPbut.Name = "GuardAreaTPbut"
  377. GuardAreaTPbut.Parent = LocalCommands
  378. GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  379. GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
  380. GuardAreaTPbut.BorderSizePixel = 0
  381. GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
  382. GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
  383. GuardAreaTPbut.Font = Enum.Font.SourceSans
  384. GuardAreaTPbut.FontSize = Enum.FontSize.Size14
  385. GuardAreaTPbut.Text = "TP TO GUARD AREA"
  386. GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
  387. GuardAreaTPbut.TextScaled = true
  388. GuardAreaTPbut.TextStrokeTransparency = 0
  389. GuardAreaTPbut.TextWrapped = true
  390.  
  391. FLY.Name = "FLY"
  392. FLY.Parent = LocalCommands
  393. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  394. FLY.BackgroundTransparency = 0.40000000596046
  395. FLY.BorderSizePixel = 0
  396. FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
  397. FLY.Size = UDim2.new(0, 98, 0, 16)
  398. FLY.Font = Enum.Font.SourceSans
  399. FLY.FontSize = Enum.FontSize.Size14
  400. FLY.Text = "FLY 'E'"
  401. FLY.TextColor3 = Color3.new(1, 1, 1)
  402. FLY.TextScaled = true
  403. FLY.TextStrokeTransparency = 0
  404. FLY.TextWrapped = true
  405.  
  406. NWalk.Name = "NWalk"
  407. NWalk.Parent = LocalCommands
  408. NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  409. NWalk.BackgroundTransparency = 0.40000000596046
  410. NWalk.BorderSizePixel = 0
  411. NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
  412. NWalk.Size = UDim2.new(0, 98, 0, 16)
  413. NWalk.Font = Enum.Font.SourceSans
  414. NWalk.FontSize = Enum.FontSize.Size14
  415. NWalk.Text = "NORMAL WALKSPEED"
  416. NWalk.TextColor3 = Color3.new(1, 1, 1)
  417. NWalk.TextScaled = true
  418. NWalk.TextStrokeTransparency = 0
  419. NWalk.TextWrapped = true
  420.  
  421. Njump.Name = "Njump"
  422. Njump.Parent = LocalCommands
  423. Njump.BackgroundColor3 = Color3.new(1, 1, 1)
  424. Njump.BackgroundTransparency = 0.40000000596046
  425. Njump.BorderSizePixel = 0
  426. Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
  427. Njump.Size = UDim2.new(0, 98, 0, 16)
  428. Njump.Font = Enum.Font.SourceSans
  429. Njump.FontSize = Enum.FontSize.Size14
  430. Njump.Text = "NORMAL JUMP HEIGHT"
  431. Njump.TextColor3 = Color3.new(1, 1, 1)
  432. Njump.TextScaled = true
  433. Njump.TextStrokeTransparency = 0
  434. Njump.TextWrapped = true
  435.  
  436. tfJump.Name = "tfJump"
  437. tfJump.Parent = LocalCommands
  438. tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  439. tfJump.BackgroundTransparency = 0.40000000596046
  440. tfJump.BorderSizePixel = 0
  441. tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
  442. tfJump.Size = UDim2.new(0, 98, 0, 16)
  443. tfJump.Font = Enum.Font.SourceSans
  444. tfJump.FontSize = Enum.FontSize.Size14
  445. tfJump.Text = "+25 JUMP HEIGHT"
  446. tfJump.TextColor3 = Color3.new(1, 1, 1)
  447. tfJump.TextScaled = true
  448. tfJump.TextStrokeTransparency = 0
  449. tfJump.TextWrapped = true
  450.  
  451. Respawn.Name = "Respawn"
  452. Respawn.Parent = LocalCommands
  453. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  454. Respawn.BackgroundTransparency = 0.40000000596046
  455. Respawn.BorderSizePixel = 0
  456. Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
  457. Respawn.Size = UDim2.new(0, 98, 0, 16)
  458. Respawn.Font = Enum.Font.SourceSans
  459. Respawn.FontSize = Enum.FontSize.Size14
  460. Respawn.Text = "RESPAWN"
  461. Respawn.TextColor3 = Color3.new(1, 1, 1)
  462. Respawn.TextScaled = true
  463. Respawn.TextStrokeTransparency = 0
  464. Respawn.TextWrapped = true
  465.  
  466. tfWalk.Name = "tfWalk"
  467. tfWalk.Parent = LocalCommands
  468. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  469. tfWalk.BackgroundTransparency = 0.40000000596046
  470. tfWalk.BorderSizePixel = 0
  471. tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
  472. tfWalk.Size = UDim2.new(0, 98, 0, 16)
  473. tfWalk.Font = Enum.Font.SourceSans
  474. tfWalk.FontSize = Enum.FontSize.Size14
  475. tfWalk.Text = "+25 WALKSPEED"
  476. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  477. tfWalk.TextScaled = true
  478. tfWalk.TextStrokeTransparency = 0
  479. tfWalk.TextWrapped = true
  480.  
  481. LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
  482. LocalCMD_BarTitle.Parent = LocalCommands
  483. LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  484. LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
  485. LocalCMD_BarTitle.BorderSizePixel = 0
  486. LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
  487. LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
  488. LocalCMD_BarTitle.Font = Enum.Font.SourceSans
  489. LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
  490. LocalCMD_BarTitle.Text = ""
  491. LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
  492. LocalCMD_BarTitle.TextStrokeTransparency = 0
  493.  
  494. TheLocal.Name = "TheLocal"
  495. TheLocal.Parent = Main
  496. TheLocal.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  497. TheLocal.BackgroundTransparency = 0.30000001192093
  498. TheLocal.BorderSizePixel = 0
  499. TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
  500. TheLocal.Size = UDim2.new(0, 104, 0, 22)
  501. TheLocal.Font = Enum.Font.SourceSans
  502. TheLocal.FontSize = Enum.FontSize.Size14
  503. TheLocal.Text = "MORE LOCAL COMMANDS"
  504. TheLocal.TextColor3 = Color3.new(1, 1, 1)
  505. TheLocal.TextScaled = true
  506. TheLocal.TextStrokeTransparency = 0
  507. TheLocal.TextWrapped = true
  508.  
  509. CrimG.Name = "CrimG"
  510. CrimG.Parent = Main
  511. CrimG.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  512. CrimG.BackgroundTransparency = 0.30000001192093
  513. CrimG.BorderSizePixel = 0
  514. CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
  515. CrimG.Size = UDim2.new(0, 104, 0, 22)
  516. CrimG.Font = Enum.Font.SourceSans
  517. CrimG.FontSize = Enum.FontSize.Size14
  518. CrimG.Text = "FORCE CRIMINAL PLAYER"
  519. CrimG.TextColor3 = Color3.new(1, 1, 1)
  520. CrimG.TextScaled = true
  521. CrimG.TextStrokeTransparency = 0
  522. CrimG.TextWrapped = true
  523.  
  524. tpgui.Name = "tpgui"
  525. tpgui.Parent = Main
  526. tpgui.BackgroundColor3 = Color3.new(0.54902, 0.0470588, 0.584314)
  527. tpgui.BorderSizePixel = 0
  528. tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
  529. tpgui.Size = UDim2.new(0, 155, 0, 198)
  530.  
  531. TPtileBar.Name = "TPtileBar"
  532. TPtileBar.Parent = tpgui
  533. TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
  534. TPtileBar.BackgroundTransparency = 0.5
  535. TPtileBar.BorderSizePixel = 0
  536. TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  537. TPtileBar.Size = UDim2.new(0, 154, 0, 1)
  538. TPtileBar.Font = Enum.Font.SourceSans
  539. TPtileBar.FontSize = Enum.FontSize.Size14
  540. TPtileBar.Text = ""
  541. TPtileBar.TextColor3 = Color3.new(0, 0, 0)
  542.  
  543. TPYEET.Name = "TPYEET"
  544. TPYEET.Parent = tpgui
  545. TPYEET.BackgroundColor3 = Color3.new(0.309804, 0.321569, 1)
  546. TPYEET.BackgroundTransparency = 0.5
  547. TPYEET.BorderSizePixel = 0
  548. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  549. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  550. TPYEET.Font = Enum.Font.SourceSansLight
  551. TPYEET.FontSize = Enum.FontSize.Size14
  552. TPYEET.Text = "TELEPORT"
  553. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  554. TPYEET.TextScaled = true
  555. TPYEET.TextStrokeTransparency = 0
  556. TPYEET.TextWrapped = true
  557.  
  558. UserHolderTP.Name = "UserHolderTP"
  559. UserHolderTP.Parent = tpgui
  560. UserHolderTP.BackgroundColor3 = Color3.new(0.00784314, 0.819608, 1)
  561. UserHolderTP.BorderSizePixel = 0
  562. UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  563. UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
  564. UserHolderTP.Font = Enum.Font.SourceSans
  565. UserHolderTP.FontSize = Enum.FontSize.Size14
  566. UserHolderTP.Text = ""
  567. UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
  568.  
  569. InsertUserTP.Name = "InsertUserTP"
  570. InsertUserTP.Parent = tpgui
  571. InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
  572. InsertUserTP.BackgroundTransparency = 1
  573. InsertUserTP.BorderSizePixel = 0
  574. InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  575. InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
  576. InsertUserTP.Font = Enum.Font.SourceSansLight
  577. InsertUserTP.FontSize = Enum.FontSize.Size14
  578. InsertUserTP.Text = "USERNAME"
  579. InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
  580. InsertUserTP.TextScaled = true
  581. InsertUserTP.TextWrapped = true
  582.  
  583. TpTitle.Name = "TpTitle"
  584. TpTitle.Parent = tpgui
  585. TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  586. TpTitle.BackgroundTransparency = 1
  587. TpTitle.BorderSizePixel = 0
  588. TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  589. TpTitle.Size = UDim2.new(0, 154, 0, 31)
  590. TpTitle.Font = Enum.Font.SourceSansLight
  591. TpTitle.FontSize = Enum.FontSize.Size14
  592. TpTitle.Text = "TELEPORT GUI"
  593. TpTitle.TextColor3 = Color3.new(1, 1, 1)
  594. TpTitle.TextScaled = true
  595. TpTitle.TextStrokeTransparency = 0
  596. TpTitle.TextWrapped = true
  597.  
  598. RightSepBarTp.Name = "RightSepBarTp"
  599. RightSepBarTp.Parent = tpgui
  600. RightSepBarTp.BackgroundColor3 = Color3.new(1, 0.0823529, 0.956863)
  601. RightSepBarTp.BorderSizePixel = 0
  602. RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
  603. RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
  604. RightSepBarTp.Font = Enum.Font.SourceSans
  605. RightSepBarTp.FontSize = Enum.FontSize.Size14
  606. RightSepBarTp.Text = ""
  607. RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
  608.  
  609. TpHideButton.Name = "TpHideButton"
  610. TpHideButton.Parent = tpgui
  611. TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  612. TpHideButton.BackgroundTransparency = 0.30000001192093
  613. TpHideButton.BorderSizePixel = 0
  614. TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  615. TpHideButton.Size = UDim2.new(0, 146, 0, 18)
  616. TpHideButton.Font = Enum.Font.SourceSansLight
  617. TpHideButton.FontSize = Enum.FontSize.Size14
  618. TpHideButton.Text = "HIDE"
  619. TpHideButton.TextColor3 = Color3.new(1, 1, 1)
  620. TpHideButton.TextScaled = true
  621. TpHideButton.TextStrokeTransparency = 0
  622. TpHideButton.TextWrapped = true
  623.  
  624. SuperPunch.Name = "SuperPunch"
  625. SuperPunch.Parent = Main
  626. SuperPunch.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  627. SuperPunch.BackgroundTransparency = 0.30000001192093
  628. SuperPunch.BorderSizePixel = 0
  629. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  630. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  631. SuperPunch.Font = Enum.Font.SourceSans
  632. SuperPunch.FontSize = Enum.FontSize.Size14
  633. SuperPunch.Text = "SUPER PUNCH"
  634. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  635. SuperPunch.TextScaled = true
  636. SuperPunch.TextStrokeTransparency = 0
  637. SuperPunch.TextWrapped = true
  638.  
  639. KillAura.Name = "KillAura"
  640. KillAura.Parent = Main
  641. KillAura.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  642. KillAura.BackgroundTransparency = 0.30000001192093
  643. KillAura.BorderColor3 = Color3.new(1, 0, 0)
  644. KillAura.BorderSizePixel = 0
  645. KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  646. KillAura.Size = UDim2.new(0, 157, 0, 22)
  647. KillAura.Font = Enum.Font.SourceSans
  648. KillAura.FontSize = Enum.FontSize.Size14
  649. KillAura.Text = "TOGGABLE KILL AURA 'P'"
  650. KillAura.TextColor3 = Color3.new(1, 1, 1)
  651. KillAura.TextScaled = true
  652. KillAura.TextStrokeTransparency = 0
  653. KillAura.TextWrapped = true
  654.  
  655. BeCriminal.Name = "BeCriminal"
  656. BeCriminal.Parent = Main
  657. BeCriminal.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  658. BeCriminal.BackgroundTransparency = 0.30000001192093
  659. BeCriminal.BorderSizePixel = 0
  660. BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
  661. BeCriminal.Size = UDim2.new(0, 74, 0, 22)
  662. BeCriminal.Font = Enum.Font.SourceSans
  663. BeCriminal.FontSize = Enum.FontSize.Size14
  664. BeCriminal.Text = "CRIMINAL"
  665. BeCriminal.TextColor3 = Color3.new(1, 1, 1)
  666. BeCriminal.TextScaled = true
  667. BeCriminal.TextStrokeTransparency = 0
  668. BeCriminal.TextWrapped = true
  669.  
  670. BeGuard.Name = "BeGuard"
  671. BeGuard.Parent = Main
  672. BeGuard.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  673. BeGuard.BackgroundTransparency = 0.30000001192093
  674. BeGuard.BorderSizePixel = 0
  675. BeGuard.Position = UDim2.new(0.0177514795, 0, 0.696629226, 0)
  676. BeGuard.Size = UDim2.new(0, 77, 0, 22)
  677. BeGuard.Font = Enum.Font.SourceSans
  678. BeGuard.FontSize = Enum.FontSize.Size14
  679. BeGuard.Text = "GUARD"
  680. BeGuard.TextColor3 = Color3.new(1, 1, 1)
  681. BeGuard.TextScaled = true
  682. BeGuard.TextStrokeTransparency = 0
  683. BeGuard.TextWrapped = true
  684.  
  685. BeInmate.Name = "BeInmate"
  686. BeInmate.Parent = Main
  687. BeInmate.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  688. BeInmate.BackgroundTransparency = 0.30000001192093
  689. BeInmate.BorderSizePixel = 0
  690. BeInmate.Position = UDim2.new(0.268615901, 0, 0.696629226, 0)
  691. BeInmate.Size = UDim2.new(0, 74, 0, 22)
  692. BeInmate.Font = Enum.Font.SourceSans
  693. BeInmate.FontSize = Enum.FontSize.Size14
  694. BeInmate.Text = "INMATE"
  695. BeInmate.TextColor3 = Color3.new(1, 1, 1)
  696. BeInmate.TextScaled = true
  697. BeInmate.TextStrokeTransparency = 0
  698. BeInmate.TextWrapped = true
  699.  
  700. ArrestAll.Name = "ArrestAll"
  701. ArrestAll.Parent = Main
  702. ArrestAll.BackgroundColor3 = Color3.new(0.988235, 0.564706, 1)
  703. ArrestAll.BackgroundTransparency = 0.30000001192093
  704. ArrestAll.BorderSizePixel = 0
  705. ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
  706. ArrestAll.Size = UDim2.new(0, 159, 0, 22)
  707. ArrestAll.Font = Enum.Font.SourceSans
  708. ArrestAll.FontSize = Enum.FontSize.Size14
  709. ArrestAll.Text = "ARREST ALL"
  710. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  711. ArrestAll.TextScaled = true
  712. ArrestAll.TextStrokeTransparency = 0
  713. ArrestAll.TextWrapped = true
  714.  
  715. Open.Name = "Open"
  716. Open.Parent = PrisonGui
  717. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  718. Open.BackgroundTransparency = 1
  719. Open.BorderSizePixel = 0
  720. Open.Position = UDim2.new(0, 0, 0.915841579, 0)
  721. Open.Size = UDim2.new(0, 154, 0, 34)
  722.  
  723. OpenGUI.Name = "OpenGUI"
  724. OpenGUI.Parent = Open
  725. OpenGUI.BackgroundColor3 = Color3.new(1, 0.505882, 0.886275)
  726. OpenGUI.BackgroundTransparency = 0.5
  727. OpenGUI.BorderSizePixel = 0
  728. OpenGUI.Size = UDim2.new(0, 154, 0, 34)
  729. OpenGUI.Font = Enum.Font.SourceSansLight
  730. OpenGUI.FontSize = Enum.FontSize.Size14
  731. OpenGUI.Text = "OPEN"
  732. OpenGUI.TextColor3 = Color3.new(0.972549, 0.0784314, 1)
  733. OpenGUI.TextScaled = true
  734. OpenGUI.TextStrokeTransparency = 0
  735. OpenGUI.TextWrapped = true
  736.  
  737. Credit.Name = "Credit"
  738. Credit.Parent = PrisonGui
  739. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  740. Credit.BackgroundTransparency = 1
  741. Credit.BorderSizePixel = 0
  742. Credit.Position = UDim2.new(0, 0, 0.794397891, 0)
  743. Credit.Size = UDim2.new(0, 154, 0, 56)
  744. Credit.Font = Enum.Font.SourceSansSemibold
  745. Credit.FontSize = Enum.FontSize.Size14
  746. Credit.Text = "Prison Life GUI by tubers93 Join galaxy https://discord.gg/khhaK5cj"
  747. Credit.TextColor3 = Color3.new(0.972549, 0.0784314, 1)
  748. Credit.TextScaled = true
  749. Credit.TextStrokeTransparency = 0
  750. Credit.TextTransparency = 0
  751. Credit.TextWrapped = true
  752.  
  753. Dino.Name = "Dino"
  754. Dino.Parent = PrisonGui
  755. Dino.BackgroundColor3 = Color3.new(1, 1, 1)
  756. Dino.BackgroundTransparency = 1
  757. Dino.BorderSizePixel = 0
  758. Dino.Position = UDim2.new(-0.010610098, 0, 0.763497829, 0)
  759. Dino.Size = UDim2.new(0, 170, 0, 15)
  760. Dino.Font = Enum.Font.SourceSans
  761. Dino.FontSize = Enum.FontSize.Size14
  762. Dino.Text = " Not good with FREE exploits."
  763. Dino.TextColor3 = Color3.new(1, 1, 1)
  764. Dino.TextScaled = true
  765. Dino.TextStrokeTransparency = 0
  766. Dino.TextWrapped = true
  767.  
  768. KA.Name = "KA"
  769. KA.Parent = PrisonGui
  770. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  771. KA.BackgroundTransparency = 1
  772. KA.BorderSizePixel = 0
  773. KA.Position = UDim2.new(0, 0, 0.640399575, 0)
  774. KA.Size = UDim2.new(0, 162, 0, 62)
  775.  
  776. NameOfKa.Name = "NameOfKa"
  777. NameOfKa.Parent = KA
  778. NameOfKa.BackgroundColor3 = Color3.new(1, 1, 1)
  779. NameOfKa.BackgroundTransparency = 1
  780. NameOfKa.BorderSizePixel = 0
  781. NameOfKa.Size = UDim2.new(0, 157, 0, 30)
  782. NameOfKa.Font = Enum.Font.SourceSans
  783. NameOfKa.FontSize = Enum.FontSize.Size14
  784. NameOfKa.Text = "KILL AURA "
  785. NameOfKa.TextColor3 = Color3.new(0.72549, 0.329412, 0.337255)
  786. NameOfKa.TextScaled = true
  787. NameOfKa.TextStrokeColor3 = Color3.new(0.333333, 0, 0)
  788. NameOfKa.TextStrokeTransparency = 0.5
  789. NameOfKa.TextWrapped = true
  790. NameOfKa.TextXAlignment = Enum.TextXAlignment.Left
  791.  
  792. TrueOrFalse.Name = "TrueOrFalse"
  793. TrueOrFalse.Parent = KA
  794. TrueOrFalse.BackgroundColor3 = Color3.new(1, 1, 1)
  795. TrueOrFalse.BackgroundTransparency = 1
  796. TrueOrFalse.BorderSizePixel = 0
  797. TrueOrFalse.Position = UDim2.new(0, 0, 0.478372395, 0)
  798. TrueOrFalse.Size = UDim2.new(0, 148, 0, 33)
  799. TrueOrFalse.Font = Enum.Font.SourceSans
  800. TrueOrFalse.FontSize = Enum.FontSize.Size14
  801. TrueOrFalse.Text = "TRUE"
  802. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  803. TrueOrFalse.TextScaled = true
  804. TrueOrFalse.TextStrokeTransparency = 0.5
  805. TrueOrFalse.TextWrapped = true
  806. TrueOrFalse.TextXAlignment = Enum.TextXAlignment.Left
  807.  
  808. Main.Visible = false
  809. LocalCommands.Visible = false
  810. ForceCgui.Visible = false
  811. tpgui.Visible = false
  812. KA.Visible = true
  813. TrueOrFalse.Text = "nil"
  814. TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
  815.  
  816.  
  817. OpenGUI.MouseButton1Down:connect(function()
  818. Main.Visible = true
  819. wait(5)
  820. Dino.TextTransparency = 0.1
  821. Dino.TextStrokeTransparency = 0.1
  822. wait(0.1)
  823. Dino.TextTransparency = 0.2
  824. Dino.TextStrokeTransparency = 0.2
  825. wait(0.1)
  826. Dino.TextTransparency = 0.3
  827. Dino.TextStrokeTransparency = 0.3
  828. wait(0.1)
  829. Dino.TextTransparency = 0.4
  830. Dino.TextStrokeTransparency = 0.4
  831. wait(0.1)
  832. Dino.TextTransparency = 0.5
  833. Dino.TextStrokeTransparency = 0.5
  834. wait(0.1)
  835. Dino.TextTransparency = 0.6
  836. Dino.TextStrokeTransparency = 0.6
  837. wait(0.1)
  838. Dino.TextTransparency = 0.7
  839. Dino.TextStrokeTransparency = 0.7
  840. wait(0.1)
  841. Dino.TextTransparency = 0.8
  842. Dino.TextStrokeTransparency = 0.8
  843. wait(0.1)
  844. Dino.Visible = false
  845. end)
  846.  
  847. Close.MouseButton1Down:connect(function()
  848. Main.Visible = false
  849. wait(0.1)
  850. Dino.Visible = true
  851. Dino.TextTransparency = 0.8
  852. Dino.TextStrokeTransparency = 0.8
  853. wait(0.1)
  854. Dino.TextTransparency = 0.7
  855. Dino.TextStrokeTransparency = 0.7
  856. wait(0.1)
  857. Dino.TextTransparency = 0.6
  858. Dino.TextStrokeTransparency = 0.6
  859. wait(0.1)
  860. Dino.TextTransparency = 0.5
  861. Dino.TextStrokeTransparency = 0.5
  862. wait(0.1)
  863. Dino.TextTransparency = 0.4
  864. Dino.TextStrokeTransparency = 0.4
  865. wait(0.1)
  866. Dino.TextTransparency = 0.3
  867. Dino.TextStrokeTransparency = 0.3
  868. wait(0.1)
  869. Dino.TextTransparency = 0.2
  870. Dino.TextStrokeTransparency = 0.2
  871. wait(0.1)
  872. Dino.TextTransparency = 0.1
  873. Dino.TextStrokeTransparency = 0.1
  874. end)
  875.  
  876. CrimG.MouseButton1Down:connect(function()
  877. ForceCgui.Visible = true
  878. end)
  879.  
  880. CrimHideButton.MouseButton1Down:connect(function()
  881. ForceCgui.Visible = false
  882. end)
  883.  
  884. TheLocal.MouseButton1Down:connect(function()
  885. if LocalCommands.Visible == false then
  886. LocalCommands.Visible = true
  887. elseif LocalCommands.Visible == true then
  888. LocalCommands.Visible = false
  889. end
  890. end)
  891.  
  892. TextButton.MouseButton1Down:connect(function()
  893. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  894.  
  895. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  896. end
  897. wait(4)
  898. Target = InsertUser.Text
  899.  
  900. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  901. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  902. l.Parent = game.Players.LocalPlayer.Character
  903. l.Name = "Humanoid"
  904. wait(0.1)
  905. game.Players.LocalPlayer.Character["1"]:Destroy()
  906. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  907. game.Players.LocalPlayer.Character.Animate.Disabled = true
  908. wait(0.1)
  909. game.Players.LocalPlayer.Character.Animate.Disabled = false
  910. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  911. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  912. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  913. end
  914. wait(0.1)
  915. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  916. wait(0.1)
  917. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  918. wait(0.2)
  919. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-921, 95, 2138))
  920. wait(0)
  921. local CS = game.Workspace["Criminals Spawn"]
  922. for i,v in pairs(CS:GetChildren())do
  923. if v.ClassName == "SpawnLocation" then
  924. v.CanCollide = false
  925. end
  926. end
  927. end)
  928.  
  929. NWalk.MouseButton1Down:connect(function()
  930. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  931. end)
  932.  
  933. NexusTPbut.MouseButton1Down:connect(function()
  934. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  935. end)
  936.  
  937. CrimBaseTPbut.MouseButton1Down:connect(function()
  938. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  939. end)
  940.  
  941. tfWalk.MouseButton1Down:connect(function()
  942. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 41
  943. end)
  944.  
  945. tfJump.MouseButton1Down:connect(function()
  946. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  947. end)
  948.  
  949. Njump.MouseButton1Down:connect(function()
  950. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  951. end)
  952.  
  953. GuardAreaTPbut.MouseButton1Down:connect(function()
  954. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  955. end)
  956.  
  957. Respawn.MouseButton1Down:connect(function()
  958. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
  959. end)
  960.  
  961. ObGuns.MouseButton1Down:connect(function()
  962. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  963.  
  964. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  965. end
  966. end)
  967.  
  968. TaseBypass.MouseButton1Down:connect(function()
  969. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  970. game.Players.LocalPlayer.CharacterAdded:connect(function()
  971. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  972. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  973. end)
  974. end)
  975.  
  976. RemoveDoors.MouseButton1Down:connect(function()
  977. Workspace.Prison_Cellblock.doors:Destroy()
  978.  
  979. for i,v in pairs(workspace:GetChildren())do
  980. if v.Name == "Doors" then
  981. v:Destroy()
  982. end
  983. end
  984. end)
  985.  
  986. Btools.MouseButton1Down:connect(function()
  987. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  988. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  989. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  990. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  991. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  992. tool1.BinType = "Clone"
  993. tool2.BinType = "GameTool"
  994. tool3.BinType = "Hammer"
  995. tool4.BinType = "Script"
  996. tool5.BinType = "Grab"
  997. end)
  998.  
  999. ModGun.MouseButton1Down:connect(function()
  1000. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1001. m.Damage = 100
  1002. m.MaxAmmo = math.huge
  1003. m.CurrentAmmo = math.huge
  1004. m.AutoFire = true
  1005. m.FireRate = 0
  1006. end)
  1007.  
  1008. KillAll.MouseButton1Down:connect(function()
  1009.  
  1010. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1011.  
  1012. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1013.  
  1014. wait(0.5)
  1015. function kill(a)
  1016. local A_1 =
  1017. {
  1018. [1] =
  1019. {
  1020. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  1021. ["Distance"] = 3.2524313926697,
  1022. ["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),
  1023. ["Hit"] = a.Character.Head
  1024. },
  1025. [2] =
  1026. {
  1027. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  1028. ["Distance"] = 3.2699294090271,
  1029. ["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),
  1030. ["Hit"] = a.Character.Head
  1031. },
  1032. [3] =
  1033. {
  1034. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  1035. ["Distance"] = 3.1665518283844,
  1036. ["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),
  1037. ["Hit"] = a.Character.Head
  1038. },
  1039. [4] =
  1040. {
  1041. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  1042. ["Distance"] = 3.3218522071838,
  1043. ["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),
  1044. ["Hit"] = a.Character.Head
  1045. },
  1046. [5] =
  1047. {
  1048. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  1049. ["Distance"] = 3.222757101059,
  1050. ["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),
  1051. ["Hit"] = a.Character.Head
  1052. }
  1053. }
  1054. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1055. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1056. Event:FireServer(A_1, A_2)
  1057. Event:FireServer(A_1, A_2)
  1058. end
  1059.  
  1060. for i,v in pairs(game.Players:GetChildren())do
  1061. if v.Name ~= game.Players.LocalPlayer.Name then
  1062. kill(v)
  1063. end
  1064. end
  1065. wait(1)
  1066. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1067.  
  1068. end)
  1069.  
  1070. TPshow.MouseButton1Down:connect(function()
  1071. tpgui.Visible = true
  1072. end)
  1073.  
  1074. TpHideButton.MouseButton1Down:connect(function()
  1075. tpgui.Visible = false
  1076. end)
  1077.  
  1078. TPYEET.MouseButton1Down:connect(function()
  1079. Target = InsertUserTP.Text
  1080.  
  1081. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1082. end)
  1083.  
  1084. FLY.MouseButton1Down:connect(function()
  1085. repeat wait()
  1086. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1087. local mouse = game.Players.LocalPlayer:GetMouse()
  1088. repeat wait() until mouse
  1089. local plr = game.Players.LocalPlayer
  1090. local torso = plr.Character.Torso
  1091. local flying = true
  1092. local deb = true
  1093. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1094. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1095. local maxspeed = 50
  1096. local speed = 0
  1097.  
  1098. function Fly()
  1099. local bg = Instance.new("BodyGyro", torso)
  1100. bg.P = 9e4
  1101. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1102. bg.cframe = torso.CFrame
  1103. local bv = Instance.new("BodyVelocity", torso)
  1104. bv.velocity = Vector3.new(0,0.1,0)
  1105. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1106. repeat wait()
  1107. plr.Character.Humanoid.PlatformStand = true
  1108. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1109. speed = speed+.5+(speed/maxspeed)
  1110. if speed > maxspeed then
  1111. speed = maxspeed
  1112. end
  1113. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1114. speed = speed-1
  1115. if speed < 0 then
  1116. speed = 0
  1117. end
  1118. end
  1119. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1120. 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
  1121. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1122. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1123. 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
  1124. else
  1125. bv.velocity = Vector3.new(0,0.1,0)
  1126. end
  1127. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1128. until not flying
  1129. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1130. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1131. speed = 0
  1132. bg:Destroy()
  1133. bv:Destroy()
  1134. plr.Character.Humanoid.PlatformStand = false
  1135. end
  1136. mouse.KeyDown:connect(function(key)
  1137. if key:lower() == "e" then
  1138. if flying then flying = false
  1139. else
  1140. flying = true
  1141. Fly()
  1142. end
  1143. elseif key:lower() == "w" then
  1144. ctrl.f = 1
  1145. elseif key:lower() == "s" then
  1146. ctrl.b = -1
  1147. elseif key:lower() == "a" then
  1148. ctrl.l = -1
  1149. elseif key:lower() == "d" then
  1150. ctrl.r = 1
  1151. end
  1152. end)
  1153. mouse.KeyUp:connect(function(key)
  1154. if key:lower() == "w" then
  1155. ctrl.f = 0
  1156. elseif key:lower() == "s" then
  1157. ctrl.b = 0
  1158. elseif key:lower() == "a" then
  1159. ctrl.l = 0
  1160. elseif key:lower() == "d" then
  1161. ctrl.r = 0
  1162. end
  1163. end)
  1164. Fly()
  1165. end)
  1166.  
  1167. SuperPunch.MouseButton1Down:connect(function()
  1168. mainRemotes = game.ReplicatedStorage
  1169. meleeRemote = mainRemotes['meleeEvent']
  1170. mouse = game.Players.LocalPlayer:GetMouse()
  1171. punching = false
  1172. cooldown = false
  1173.  
  1174. function punch()
  1175. cooldown = true
  1176. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1177. part.Transparency = 1
  1178. part.Size = Vector3.new(5, 2, 3)
  1179. part.CanCollide = false
  1180. local w1 = Instance.new("Weld", part)
  1181. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1182. w1.Part1 = part
  1183. w1.C1 = CFrame.new(0,0,2)
  1184. part.Touched:connect(function(hit)
  1185. if game.Players:FindFirstChild(hit.Parent.Name) then
  1186. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1187. if plr.Name ~= game.Players.LocalPlayer.Name then
  1188. part:Destroy()
  1189.  
  1190. for i = 1,100 do
  1191. meleeRemote:FireServer(plr)
  1192. end
  1193. end
  1194. end
  1195. end)
  1196.  
  1197. wait(1)
  1198. cooldown = false
  1199. part:Destroy()
  1200. end
  1201.  
  1202.  
  1203. mouse.KeyDown:connect(function(key)
  1204. if cooldown == false then
  1205. if key:lower() == "f" then
  1206.  
  1207. punch()
  1208.  
  1209. end
  1210. end
  1211. end)
  1212. end)
  1213.  
  1214. BeInmate.MouseButton1Down:connect(function()
  1215. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  1216. end)
  1217.  
  1218. BeGuard.MouseButton1Down:connect(function()
  1219. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1220. end)
  1221.  
  1222. BeCriminal.MouseButton1Down:connect(function()
  1223. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1224.  
  1225. LCS.CanCollide = false
  1226. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1227. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1228. LCS.Transparency = 1
  1229. wait(0.5)
  1230. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1231. LCS.Size = Vector3.new(6, 0.2, 6)
  1232. LCS.Transparency = 0
  1233. end)
  1234.  
  1235. BeNeutral.MouseButton1Down:connect(function()
  1236. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1237. end)
  1238.  
  1239. ArrestAll.MouseButton1Down:connect(function()
  1240. wait(0.1)
  1241. Player = game.Players.LocalPlayer
  1242. Pcf = Player.Character.HumanoidRootPart.CFrame
  1243. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1244. if v.Name ~= Player.Name then
  1245. local i = 10
  1246. repeat
  1247. wait()
  1248. i = i-1
  1249. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1250. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1251. until i == 0
  1252. end
  1253. end
  1254. end)
  1255.  
  1256. KillAura.MouseButton1Down:connect(function()
  1257. TrueOrFalse.Text = "FALSE"
  1258. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1259.  
  1260. mainRemotes = game.ReplicatedStorage
  1261. meleeRemote = mainRemotes['meleeEvent']
  1262.  
  1263. killAura = false
  1264.  
  1265. contextactionservice = game.ContextActionService
  1266.  
  1267. function toggleKillAura(actionName, inputState, inputObject)
  1268. if inputState == Enum.UserInputState.Begin then
  1269. if killAura == true then
  1270. killAura = false
  1271. TrueOrFalse.Text = "FALSE"
  1272. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1273. else
  1274. killAura = true
  1275. TrueOrFalse.Text = "TRUE"
  1276. TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
  1277. end
  1278. end
  1279. end
  1280.  
  1281.  
  1282.  
  1283. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
  1284.  
  1285. while wait() do
  1286. if killAura == true then
  1287. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1288. if plr.Name ~= game.Players.LocalPlayer.Name then
  1289. meleeRemote:FireServer(plr)
  1290.  
  1291. end
  1292. end
  1293. end
  1294. end
  1295. end)
  1296.  
  1297. function dragify(Main)
  1298. dragToggle = nil
  1299. dragSpeed = .50 -- You can edit this.
  1300. dragInput = nil
  1301. dragStart = nil
  1302. dragPos = nil
  1303.  
  1304. function updateInput(input)
  1305. Delta = input.Position - dragStart
  1306. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1307. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
  1308. end
  1309.  
  1310. Main.InputBegan:Connect(function(input)
  1311. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  1312. dragToggle = true
  1313. dragStart = input.Position
  1314. startPos = Main.Position
  1315. input.Changed:Connect(function()
  1316. if (input.UserInputState == Enum.UserInputState.End) then
  1317. dragToggle = false
  1318. end
  1319. end)
  1320. end
  1321. end)
  1322.  
  1323. Main.InputChanged:Connect(function(input)
  1324. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  1325. dragInput = input
  1326. end
  1327. end)
  1328.  
  1329. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1330. if (input == dragInput and dragToggle) then
  1331. updateInput(input)
  1332. end
  1333. end)
  1334. end
  1335.  
  1336. dragify(Main)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement