Advertisement
Guest User

Untitled

a guest
May 11th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.54 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 InvGuns = Instance.new("TextButton")
  54. local CrimPunch = Instance.new("TextButton")
  55. local Trans = Instance.new("TextButton")
  56. local Open = Instance.new("Frame")
  57. local OpenGUI = Instance.new("TextButton")
  58. local Credit = Instance.new("TextLabel")
  59. local Dino = Instance.new("TextLabel")
  60. local KA = Instance.new("Frame")
  61. local NameOfKa = Instance.new("TextLabel")
  62. local TrueOrFalse = Instance.new("TextLabel")
  63. local TeamGUIOC = Instance.new("Frame")
  64. local TeamOPorCL = Instance.new("TextButton")
  65. local TeamMain = Instance.new("Frame")
  66. local TextLabel = Instance.new("TextLabel")
  67. local TextLabel_2 = Instance.new("TextLabel")
  68. local SOG = Instance.new("TextButton")
  69. local SOC = Instance.new("TextButton")
  70. local SOI = Instance.new("TextButton")
  71. local Disable = Instance.new("TextButton")
  72. local Apart = Instance.new("Part")
  73.  
  74. Apart.Name = "PlrsPos"
  75. Apart.Parent = workspace
  76. Apart.Anchored = true
  77. Apart.Archivable = true
  78. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  79.  
  80. -- Properties
  81.  
  82. PrisonGui.Name = "PrisonGui"
  83. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  84.  
  85. Main.Name = "Main"
  86. Main.Parent = PrisonGui
  87. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  88. Main.BorderSizePixel = 0
  89. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  90. Main.Size = UDim2.new(0, 338, 0, 301)
  91. Main.Visible = false
  92.  
  93. Title.Name = "Title"
  94. Title.Parent = Main
  95. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Title.BackgroundTransparency = 1
  97. Title.BorderSizePixel = 0
  98. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  99. Title.Size = UDim2.new(0, 162, 0, 31)
  100. Title.Font = Enum.Font.SourceSansLight
  101. Title.FontSize = Enum.FontSize.Size14
  102. Title.Text = "Prison Life v2.0.2 GUI"
  103. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  104. Title.TextScaled = true
  105. Title.TextStrokeTransparency = 0
  106. Title.TextWrapped = true
  107.  
  108. TitleBar.Name = "TitleBar"
  109. TitleBar.Parent = Main
  110. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  111. TitleBar.BackgroundTransparency = 0.5
  112. TitleBar.BorderSizePixel = 0
  113. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  114. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  115. TitleBar.Font = Enum.Font.SourceSans
  116. TitleBar.FontSize = Enum.FontSize.Size14
  117. TitleBar.Text = ""
  118. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  119.  
  120. ObGuns.Name = "ObGuns"
  121. ObGuns.Parent = Main
  122. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  123. ObGuns.BackgroundTransparency = 0.5
  124. ObGuns.BorderSizePixel = 0
  125. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  126. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  127. ObGuns.Font = Enum.Font.SourceSans
  128. ObGuns.FontSize = Enum.FontSize.Size14
  129. ObGuns.Text = "OBTAIN GUNS"
  130. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  131. ObGuns.TextScaled = true
  132. ObGuns.TextStrokeTransparency = 0
  133. ObGuns.TextWrapped = true
  134.  
  135. Close.Name = "Close"
  136. Close.Parent = Main
  137. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  138. Close.BackgroundTransparency = 0.30000001192093
  139. Close.BorderSizePixel = 0
  140. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  141. Close.Size = UDim2.new(0, 24, 0, 24)
  142. Close.Font = Enum.Font.SourceSans
  143. Close.FontSize = Enum.FontSize.Size14
  144. Close.Text = ""
  145. Close.TextColor3 = Color3.new(0, 0, 0)
  146.  
  147. KillAll.Name = "KillAll"
  148. KillAll.Parent = Main
  149. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  150. KillAll.BackgroundTransparency = 0.5
  151. KillAll.BorderSizePixel = 0
  152. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  153. KillAll.Size = UDim2.new(0, 159, 0, 22)
  154. KillAll.Font = Enum.Font.SourceSans
  155. KillAll.FontSize = Enum.FontSize.Size14
  156. KillAll.Text = "KILL ALL"
  157. KillAll.TextColor3 = Color3.new(1, 1, 1)
  158. KillAll.TextScaled = true
  159. KillAll.TextStrokeTransparency = 0
  160. KillAll.TextWrapped = true
  161.  
  162. TaseBypass.Name = "TaseBypass"
  163. TaseBypass.Parent = Main
  164. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  165. TaseBypass.BackgroundTransparency = 0.5
  166. TaseBypass.BorderSizePixel = 0
  167. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  168. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  169. TaseBypass.Font = Enum.Font.SourceSans
  170. TaseBypass.FontSize = Enum.FontSize.Size14
  171. TaseBypass.Text = "TASER BYPASS"
  172. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  173. TaseBypass.TextScaled = true
  174. TaseBypass.TextStrokeTransparency = 0
  175. TaseBypass.TextWrapped = true
  176.  
  177. RemoveDoors.Name = "RemoveDoors"
  178. RemoveDoors.Parent = Main
  179. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  180. RemoveDoors.BackgroundTransparency = 0.5
  181. RemoveDoors.BorderSizePixel = 0
  182. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  183. RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
  184. RemoveDoors.Font = Enum.Font.SourceSans
  185. RemoveDoors.FontSize = Enum.FontSize.Size14
  186. RemoveDoors.Text = "REMOVE ALL DOORS"
  187. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  188. RemoveDoors.TextScaled = true
  189. RemoveDoors.TextStrokeTransparency = 0
  190. RemoveDoors.TextWrapped = true
  191.  
  192. Btools.Name = "Btools"
  193. Btools.Parent = Main
  194. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Btools.BackgroundTransparency = 0.5
  196. Btools.BorderSizePixel = 0
  197. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  198. Btools.Size = UDim2.new(0, 159, 0, 22)
  199. Btools.Font = Enum.Font.SourceSans
  200. Btools.FontSize = Enum.FontSize.Size14
  201. Btools.Text = "BTOOLS"
  202. Btools.TextColor3 = Color3.new(1, 1, 1)
  203. Btools.TextScaled = true
  204. Btools.TextStrokeTransparency = 0
  205. Btools.TextWrapped = true
  206.  
  207. BeNeutral.Name = "BeNeutral"
  208. BeNeutral.Parent = Main
  209. BeNeutral.BackgroundColor3 = Color3.new(1, 1, 1)
  210. BeNeutral.BackgroundTransparency = 0.5
  211. BeNeutral.BorderSizePixel = 0
  212. BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
  213. BeNeutral.Size = UDim2.new(0, 74, 0, 22)
  214. BeNeutral.Font = Enum.Font.SourceSans
  215. BeNeutral.FontSize = Enum.FontSize.Size14
  216. BeNeutral.Text = "NEUTRAL"
  217. BeNeutral.TextColor3 = Color3.new(1, 1, 1)
  218. BeNeutral.TextScaled = true
  219. BeNeutral.TextStrokeTransparency = 0
  220. BeNeutral.TextWrapped = true
  221.  
  222. ModGun.Name = "ModGun"
  223. ModGun.Parent = Main
  224. ModGun.BackgroundColor3 = Color3.new(1, 1, 1)
  225. ModGun.BackgroundTransparency = 0.5
  226. ModGun.BorderSizePixel = 0
  227. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  228. ModGun.Size = UDim2.new(0, 325, 0, 22)
  229. ModGun.Font = Enum.Font.SourceSans
  230. ModGun.FontSize = Enum.FontSize.Size14
  231. ModGun.Text = "MOD YOUR GUN (Hold the item first)"
  232. ModGun.TextColor3 = Color3.new(1, 1, 1)
  233. ModGun.TextScaled = true
  234. ModGun.TextStrokeTransparency = 0
  235. ModGun.TextWrapped = true
  236.  
  237. ForceCgui.Name = "ForceCgui"
  238. ForceCgui.Parent = Main
  239. ForceCgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  240. ForceCgui.BorderSizePixel = 0
  241. ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
  242. ForceCgui.Size = UDim2.new(0, 155, 0, 198)
  243.  
  244. ComSeperateBar.Name = "ComSeperateBar"
  245. ComSeperateBar.Parent = ForceCgui
  246. ComSeperateBar.BackgroundColor3 = Color3.new(1, 1, 1)
  247. ComSeperateBar.BackgroundTransparency = 0.5
  248. ComSeperateBar.BorderSizePixel = 0
  249. ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
  250. ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
  251. ComSeperateBar.Font = Enum.Font.SourceSans
  252. ComSeperateBar.FontSize = Enum.FontSize.Size14
  253. ComSeperateBar.Text = ""
  254. ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
  255.  
  256. InsertUser.Name = "InsertUser"
  257. InsertUser.Parent = ForceCgui
  258. InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
  259. InsertUser.BackgroundTransparency = 1
  260. InsertUser.BorderSizePixel = 0
  261. InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  262. InsertUser.Size = UDim2.new(0, 154, 0, 50)
  263. InsertUser.Font = Enum.Font.SourceSansLight
  264. InsertUser.FontSize = Enum.FontSize.Size14
  265. InsertUser.Text = "USERNAME"
  266. InsertUser.TextColor3 = Color3.new(1, 1, 1)
  267. InsertUser.TextScaled = true
  268. InsertUser.TextWrapped = true
  269.  
  270. UserHolder.Name = "UserHolder"
  271. UserHolder.Parent = ForceCgui
  272. UserHolder.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  273. UserHolder.BorderSizePixel = 0
  274. UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  275. UserHolder.Size = UDim2.new(0, 139, 0, 3)
  276. UserHolder.Font = Enum.Font.SourceSans
  277. UserHolder.FontSize = Enum.FontSize.Size14
  278. UserHolder.Text = ""
  279. UserHolder.TextColor3 = Color3.new(0, 0, 0)
  280.  
  281. CrimTitle.Name = "CrimTitle"
  282. CrimTitle.Parent = ForceCgui
  283. CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  284. CrimTitle.BackgroundTransparency = 1
  285. CrimTitle.BorderSizePixel = 0
  286. CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  287. CrimTitle.Size = UDim2.new(0, 154, 0, 31)
  288. CrimTitle.Font = Enum.Font.SourceSansLight
  289. CrimTitle.FontSize = Enum.FontSize.Size14
  290. CrimTitle.Text = "CRIMINAL GUI"
  291. CrimTitle.TextColor3 = Color3.new(1, 1, 1)
  292. CrimTitle.TextScaled = true
  293. CrimTitle.TextStrokeTransparency = 0
  294. CrimTitle.TextWrapped = true
  295.  
  296. CrimTitleBar.Name = "CrimTitleBar"
  297. CrimTitleBar.Parent = ForceCgui
  298. CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  299. CrimTitleBar.BackgroundTransparency = 0.5
  300. CrimTitleBar.BorderSizePixel = 0
  301. CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  302. CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
  303. CrimTitleBar.Font = Enum.Font.SourceSans
  304. CrimTitleBar.FontSize = Enum.FontSize.Size14
  305. CrimTitleBar.Text = ""
  306. CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
  307.  
  308. TextButton.Parent = ForceCgui
  309. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  310. TextButton.BackgroundTransparency = 0.5
  311. TextButton.BorderSizePixel = 0
  312. TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
  313. TextButton.Size = UDim2.new(0, 139, 0, 50)
  314. TextButton.Font = Enum.Font.SourceSansLight
  315. TextButton.FontSize = Enum.FontSize.Size14
  316. TextButton.Text = "TURN INTO CRIMINAL (First, click KillAura)"
  317. TextButton.TextColor3 = Color3.new(1, 1, 1)
  318. TextButton.TextScaled = true
  319. TextButton.TextStrokeTransparency = 0
  320. TextButton.TextWrapped = true
  321.  
  322. CrimHideButton.Name = "CrimHideButton"
  323. CrimHideButton.Parent = ForceCgui
  324. CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  325. CrimHideButton.BackgroundTransparency = 0.30000001192093
  326. CrimHideButton.BorderSizePixel = 0
  327. CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  328. CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
  329. CrimHideButton.Font = Enum.Font.SourceSansLight
  330. CrimHideButton.FontSize = Enum.FontSize.Size14
  331. CrimHideButton.Text = "HIDE"
  332. CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
  333. CrimHideButton.TextScaled = true
  334. CrimHideButton.TextStrokeTransparency = 0
  335. CrimHideButton.TextWrapped = true
  336.  
  337. TPshow.Name = "TPshow"
  338. TPshow.Parent = Main
  339. TPshow.BackgroundColor3 = Color3.new(1, 1, 1)
  340. TPshow.BackgroundTransparency = 0.5
  341. TPshow.BorderSizePixel = 0
  342. TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
  343. TPshow.Size = UDim2.new(0, 104, 0, 22)
  344. TPshow.Font = Enum.Font.SourceSans
  345. TPshow.FontSize = Enum.FontSize.Size14
  346. TPshow.Text = "TELEPORT TO PLAYER"
  347. TPshow.TextColor3 = Color3.new(1, 1, 1)
  348. TPshow.TextScaled = true
  349. TPshow.TextStrokeTransparency = 0
  350. TPshow.TextWrapped = true
  351.  
  352. LocalCommands.Name = "LocalCommands"
  353. LocalCommands.Parent = Main
  354. LocalCommands.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  355. LocalCommands.BorderSizePixel = 0
  356. LocalCommands.Position = UDim2.new(0, 0, 1, 0)
  357. LocalCommands.Size = UDim2.new(0, 338, 0, 100)
  358.  
  359. LocalCMD_Title.Name = "LocalCMD_Title"
  360. LocalCMD_Title.Parent = LocalCommands
  361. LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
  362. LocalCMD_Title.BackgroundTransparency = 0.30000001192093
  363. LocalCMD_Title.BorderSizePixel = 0
  364. LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
  365. LocalCMD_Title.Font = Enum.Font.SourceSans
  366. LocalCMD_Title.FontSize = Enum.FontSize.Size14
  367. LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
  368. LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
  369. LocalCMD_Title.TextStrokeTransparency = 0
  370.  
  371. NexusTPbut.Name = "NexusTPbut"
  372. NexusTPbut.Parent = LocalCommands
  373. NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  374. NexusTPbut.BackgroundTransparency = 0.40000000596046
  375. NexusTPbut.BorderSizePixel = 0
  376. NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
  377. NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
  378. NexusTPbut.Font = Enum.Font.SourceSans
  379. NexusTPbut.FontSize = Enum.FontSize.Size14
  380. NexusTPbut.Text = "TP TO NEXUS"
  381. NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
  382. NexusTPbut.TextScaled = true
  383. NexusTPbut.TextStrokeTransparency = 0
  384. NexusTPbut.TextWrapped = true
  385.  
  386. CrimBaseTPbut.Name = "CrimBaseTPbut"
  387. CrimBaseTPbut.Parent = LocalCommands
  388. CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  389. CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
  390. CrimBaseTPbut.BorderSizePixel = 0
  391. CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
  392. CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
  393. CrimBaseTPbut.Font = Enum.Font.SourceSans
  394. CrimBaseTPbut.FontSize = Enum.FontSize.Size14
  395. CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
  396. CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
  397. CrimBaseTPbut.TextScaled = true
  398. CrimBaseTPbut.TextStrokeTransparency = 0
  399. CrimBaseTPbut.TextWrapped = true
  400.  
  401. GuardAreaTPbut.Name = "GuardAreaTPbut"
  402. GuardAreaTPbut.Parent = LocalCommands
  403. GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  404. GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
  405. GuardAreaTPbut.BorderSizePixel = 0
  406. GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
  407. GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
  408. GuardAreaTPbut.Font = Enum.Font.SourceSans
  409. GuardAreaTPbut.FontSize = Enum.FontSize.Size14
  410. GuardAreaTPbut.Text = "TP TO GUARD AREA"
  411. GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
  412. GuardAreaTPbut.TextScaled = true
  413. GuardAreaTPbut.TextStrokeTransparency = 0
  414. GuardAreaTPbut.TextWrapped = true
  415.  
  416. FLY.Name = "FLY"
  417. FLY.Parent = LocalCommands
  418. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  419. FLY.BackgroundTransparency = 0.40000000596046
  420. FLY.BorderSizePixel = 0
  421. FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
  422. FLY.Size = UDim2.new(0, 98, 0, 16)
  423. FLY.Font = Enum.Font.SourceSans
  424. FLY.FontSize = Enum.FontSize.Size14
  425. FLY.Text = "FLY 'E'"
  426. FLY.TextColor3 = Color3.new(1, 1, 1)
  427. FLY.TextScaled = true
  428. FLY.TextStrokeTransparency = 0
  429. FLY.TextWrapped = true
  430.  
  431. NWalk.Name = "NWalk"
  432. NWalk.Parent = LocalCommands
  433. NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  434. NWalk.BackgroundTransparency = 0.40000000596046
  435. NWalk.BorderSizePixel = 0
  436. NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
  437. NWalk.Size = UDim2.new(0, 98, 0, 16)
  438. NWalk.Font = Enum.Font.SourceSans
  439. NWalk.FontSize = Enum.FontSize.Size14
  440. NWalk.Text = "NORMAL WALKSPEED"
  441. NWalk.TextColor3 = Color3.new(1, 1, 1)
  442. NWalk.TextScaled = true
  443. NWalk.TextStrokeTransparency = 0
  444. NWalk.TextWrapped = true
  445.  
  446. Njump.Name = "Njump"
  447. Njump.Parent = LocalCommands
  448. Njump.BackgroundColor3 = Color3.new(1, 1, 1)
  449. Njump.BackgroundTransparency = 0.40000000596046
  450. Njump.BorderSizePixel = 0
  451. Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
  452. Njump.Size = UDim2.new(0, 98, 0, 16)
  453. Njump.Font = Enum.Font.SourceSans
  454. Njump.FontSize = Enum.FontSize.Size14
  455. Njump.Text = "NORMAL JUMP HEIGHT"
  456. Njump.TextColor3 = Color3.new(1, 1, 1)
  457. Njump.TextScaled = true
  458. Njump.TextStrokeTransparency = 0
  459. Njump.TextWrapped = true
  460.  
  461. tfJump.Name = "tfJump"
  462. tfJump.Parent = LocalCommands
  463. tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  464. tfJump.BackgroundTransparency = 0.40000000596046
  465. tfJump.BorderSizePixel = 0
  466. tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
  467. tfJump.Size = UDim2.new(0, 98, 0, 16)
  468. tfJump.Font = Enum.Font.SourceSans
  469. tfJump.FontSize = Enum.FontSize.Size14
  470. tfJump.Text = "+25 JUMP HEIGHT"
  471. tfJump.TextColor3 = Color3.new(1, 1, 1)
  472. tfJump.TextScaled = true
  473. tfJump.TextStrokeTransparency = 0
  474. tfJump.TextWrapped = true
  475.  
  476. Respawn.Name = "Respawn"
  477. Respawn.Parent = LocalCommands
  478. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  479. Respawn.BackgroundTransparency = 0.40000000596046
  480. Respawn.BorderSizePixel = 0
  481. Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
  482. Respawn.Size = UDim2.new(0, 98, 0, 16)
  483. Respawn.Font = Enum.Font.SourceSans
  484. Respawn.FontSize = Enum.FontSize.Size14
  485. Respawn.Text = "RESPAWN"
  486. Respawn.TextColor3 = Color3.new(1, 1, 1)
  487. Respawn.TextScaled = true
  488. Respawn.TextStrokeTransparency = 0
  489. Respawn.TextWrapped = true
  490.  
  491. tfWalk.Name = "tfWalk"
  492. tfWalk.Parent = LocalCommands
  493. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  494. tfWalk.BackgroundTransparency = 0.40000000596046
  495. tfWalk.BorderSizePixel = 0
  496. tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
  497. tfWalk.Size = UDim2.new(0, 98, 0, 16)
  498. tfWalk.Font = Enum.Font.SourceSans
  499. tfWalk.FontSize = Enum.FontSize.Size14
  500. tfWalk.Text = "+25 WALKSPEED"
  501. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  502. tfWalk.TextScaled = true
  503. tfWalk.TextStrokeTransparency = 0
  504. tfWalk.TextWrapped = true
  505.  
  506. LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
  507. LocalCMD_BarTitle.Parent = LocalCommands
  508. LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  509. LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
  510. LocalCMD_BarTitle.BorderSizePixel = 0
  511. LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
  512. LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
  513. LocalCMD_BarTitle.Font = Enum.Font.SourceSans
  514. LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
  515. LocalCMD_BarTitle.Text = ""
  516. LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
  517. LocalCMD_BarTitle.TextStrokeTransparency = 0
  518.  
  519. TheLocal.Name = "TheLocal"
  520. TheLocal.Parent = Main
  521. TheLocal.BackgroundColor3 = Color3.new(1, 1, 1)
  522. TheLocal.BackgroundTransparency = 0.5
  523. TheLocal.BorderSizePixel = 0
  524. TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
  525. TheLocal.Size = UDim2.new(0, 104, 0, 22)
  526. TheLocal.Font = Enum.Font.SourceSans
  527. TheLocal.FontSize = Enum.FontSize.Size14
  528. TheLocal.Text = "MORE LOCAL COMMANDS"
  529. TheLocal.TextColor3 = Color3.new(1, 1, 1)
  530. TheLocal.TextScaled = true
  531. TheLocal.TextStrokeTransparency = 0
  532. TheLocal.TextWrapped = true
  533.  
  534. CrimG.Name = "CrimG"
  535. CrimG.Parent = Main
  536. CrimG.BackgroundColor3 = Color3.new(1, 1, 1)
  537. CrimG.BackgroundTransparency = 0.5
  538. CrimG.BorderSizePixel = 0
  539. CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
  540. CrimG.Size = UDim2.new(0, 104, 0, 22)
  541. CrimG.Font = Enum.Font.SourceSans
  542. CrimG.FontSize = Enum.FontSize.Size14
  543. CrimG.Text = "FORCE CRIMINAL PLAYER"
  544. CrimG.TextColor3 = Color3.new(1, 1, 1)
  545. CrimG.TextScaled = true
  546. CrimG.TextStrokeTransparency = 0
  547. CrimG.TextWrapped = true
  548.  
  549. tpgui.Name = "tpgui"
  550. tpgui.Parent = Main
  551. tpgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  552. tpgui.BorderSizePixel = 0
  553. tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
  554. tpgui.Size = UDim2.new(0, 155, 0, 198)
  555.  
  556. TPtileBar.Name = "TPtileBar"
  557. TPtileBar.Parent = tpgui
  558. TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
  559. TPtileBar.BackgroundTransparency = 0.5
  560. TPtileBar.BorderSizePixel = 0
  561. TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  562. TPtileBar.Size = UDim2.new(0, 154, 0, 1)
  563. TPtileBar.Font = Enum.Font.SourceSans
  564. TPtileBar.FontSize = Enum.FontSize.Size14
  565. TPtileBar.Text = ""
  566. TPtileBar.TextColor3 = Color3.new(0, 0, 0)
  567.  
  568. TPYEET.Name = "TPYEET"
  569. TPYEET.Parent = tpgui
  570. TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
  571. TPYEET.BackgroundTransparency = 0.5
  572. TPYEET.BorderSizePixel = 0
  573. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  574. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  575. TPYEET.Font = Enum.Font.SourceSansLight
  576. TPYEET.FontSize = Enum.FontSize.Size14
  577. TPYEET.Text = "TELEPORT"
  578. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  579. TPYEET.TextScaled = true
  580. TPYEET.TextStrokeTransparency = 0
  581. TPYEET.TextWrapped = true
  582.  
  583. UserHolderTP.Name = "UserHolderTP"
  584. UserHolderTP.Parent = tpgui
  585. UserHolderTP.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  586. UserHolderTP.BorderSizePixel = 0
  587. UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  588. UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
  589. UserHolderTP.Font = Enum.Font.SourceSans
  590. UserHolderTP.FontSize = Enum.FontSize.Size14
  591. UserHolderTP.Text = ""
  592. UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
  593.  
  594. InsertUserTP.Name = "InsertUserTP"
  595. InsertUserTP.Parent = tpgui
  596. InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
  597. InsertUserTP.BackgroundTransparency = 1
  598. InsertUserTP.BorderSizePixel = 0
  599. InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  600. InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
  601. InsertUserTP.Font = Enum.Font.SourceSansLight
  602. InsertUserTP.FontSize = Enum.FontSize.Size14
  603. InsertUserTP.Text = "USERNAME"
  604. InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
  605. InsertUserTP.TextScaled = true
  606. InsertUserTP.TextWrapped = true
  607.  
  608. TpTitle.Name = "TpTitle"
  609. TpTitle.Parent = tpgui
  610. TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  611. TpTitle.BackgroundTransparency = 1
  612. TpTitle.BorderSizePixel = 0
  613. TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  614. TpTitle.Size = UDim2.new(0, 154, 0, 31)
  615. TpTitle.Font = Enum.Font.SourceSansLight
  616. TpTitle.FontSize = Enum.FontSize.Size14
  617. TpTitle.Text = "TELEPORT GUI"
  618. TpTitle.TextColor3 = Color3.new(1, 1, 1)
  619. TpTitle.TextScaled = true
  620. TpTitle.TextStrokeTransparency = 0
  621. TpTitle.TextWrapped = true
  622.  
  623. RightSepBarTp.Name = "RightSepBarTp"
  624. RightSepBarTp.Parent = tpgui
  625. RightSepBarTp.BackgroundColor3 = Color3.new(1, 1, 1)
  626. RightSepBarTp.BackgroundTransparency = 0.5
  627. RightSepBarTp.BorderSizePixel = 0
  628. RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
  629. RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
  630. RightSepBarTp.Font = Enum.Font.SourceSans
  631. RightSepBarTp.FontSize = Enum.FontSize.Size14
  632. RightSepBarTp.Text = ""
  633. RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
  634.  
  635. TpHideButton.Name = "TpHideButton"
  636. TpHideButton.Parent = tpgui
  637. TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  638. TpHideButton.BackgroundTransparency = 0.30000001192093
  639. TpHideButton.BorderSizePixel = 0
  640. TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  641. TpHideButton.Size = UDim2.new(0, 146, 0, 18)
  642. TpHideButton.Font = Enum.Font.SourceSansLight
  643. TpHideButton.FontSize = Enum.FontSize.Size14
  644. TpHideButton.Text = "HIDE"
  645. TpHideButton.TextColor3 = Color3.new(1, 1, 1)
  646. TpHideButton.TextScaled = true
  647. TpHideButton.TextStrokeTransparency = 0
  648. TpHideButton.TextWrapped = true
  649.  
  650. AmokahsLogo.Name = "AmokahsLogo"
  651. AmokahsLogo.Parent = Main
  652. AmokahsLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  653. AmokahsLogo.BackgroundTransparency = 1
  654. AmokahsLogo.BorderSizePixel = 0
  655. AmokahsLogo.Position = UDim2.new(0.0177514795, 0, 0, 0)
  656. AmokahsLogo.Size = UDim2.new(0, 34, 0, 35)
  657. AmokahsLogo.Image = "rbxassetid://2715559615"
  658.  
  659. SuperPunch.Name = "SuperPunch"
  660. SuperPunch.Parent = Main
  661. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  662. SuperPunch.BackgroundTransparency = 0.5
  663. SuperPunch.BorderSizePixel = 0
  664. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  665. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  666. SuperPunch.Font = Enum.Font.SourceSans
  667. SuperPunch.FontSize = Enum.FontSize.Size14
  668. SuperPunch.Text = "SUPER PUNCH"
  669. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  670. SuperPunch.TextScaled = true
  671. SuperPunch.TextStrokeTransparency = 0
  672. SuperPunch.TextWrapped = true
  673.  
  674. KillAura.Name = "KillAura"
  675. KillAura.Parent = Main
  676. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  677. KillAura.BackgroundTransparency = 0.5
  678. KillAura.BorderColor3 = Color3.new(1, 0, 0)
  679. KillAura.BorderSizePixel = 0
  680. KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  681. KillAura.Size = UDim2.new(0, 157, 0, 22)
  682. KillAura.Font = Enum.Font.SourceSans
  683. KillAura.FontSize = Enum.FontSize.Size14
  684. KillAura.Text = "TOGGABLE KILL AURA 'P'"
  685. KillAura.TextColor3 = Color3.new(1, 1, 1)
  686. KillAura.TextScaled = true
  687. KillAura.TextStrokeTransparency = 0
  688. KillAura.TextWrapped = true
  689.  
  690. BeCriminal.Name = "BeCriminal"
  691. BeCriminal.Parent = Main
  692. BeCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
  693. BeCriminal.BackgroundTransparency = 0.5
  694. BeCriminal.BorderSizePixel = 0
  695. BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
  696. BeCriminal.Size = UDim2.new(0, 74, 0, 22)
  697. BeCriminal.Font = Enum.Font.SourceSans
  698. BeCriminal.FontSize = Enum.FontSize.Size14
  699. BeCriminal.Text = "CRIMINAL"
  700. BeCriminal.TextColor3 = Color3.new(1, 1, 1)
  701. BeCriminal.TextScaled = true
  702. BeCriminal.TextStrokeTransparency = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement