Advertisement
Guest User

SKID THIS

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