Advertisement
Guest User

(RE-RELEASE) Amokah the Fox Prison Life GUI

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