kolijake

E NOOB

Aug 16th, 2020
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.69 KB | None | 0 0
  1. -- You know me
  2.  
  3. -- Instances:
  4.  
  5. local SAYAHH = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local Scrollingmain = Instance.new("ScrollingFrame")
  8. local epicminigames = Instance.new("TextButton")
  9. local prisonlive = Instance.new("TextButton")
  10. local prisonlive2 = Instance.new("TextButton")
  11. local breakin = Instance.new("TextButton")
  12. local title = Instance.new("TextLabel")
  13. local execute = Instance.new("TextButton")
  14. local clear = Instance.new("TextButton")
  15. local label = Instance.new("TextLabel")
  16. local TextBox = Instance.new("TextBox")
  17. local Frame = Instance.new("Frame")
  18. local TextButton = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. SAYAHH.Name = "SAYAHH"
  23. SAYAHH.Parent = game.CoreGui
  24.  
  25. main.Name = "main"
  26. main.Parent = SAYAHH
  27. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. main.Position = UDim2.new(0.303832114, 0, 0.218687877, 0)
  29. main.Size = UDim2.new(0, 489, 0, 282)
  30. main.Visible = false
  31. main.Active = true
  32. main.Draggable = true
  33.  
  34. Scrollingmain.Name = "Scrollingmain"
  35. Scrollingmain.Parent = main
  36. Scrollingmain.Active = true
  37. Scrollingmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. Scrollingmain.Size = UDim2.new(0, 133, 0, 282)
  39.  
  40. epicminigames.Name = "epicminigames"
  41. epicminigames.Parent = Scrollingmain
  42. epicminigames.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. epicminigames.Position = UDim2.new(0.0526315793, 0, 0.060283687, 0)
  44. epicminigames.Size = UDim2.new(0, 107, 0, 50)
  45. epicminigames.Font = Enum.Font.GothamBold
  46. epicminigames.Text = "Epicminigames GUI"
  47. epicminigames.TextColor3 = Color3.fromRGB(62, 255, 168)
  48. epicminigames.TextSize = 15.000
  49. epicminigames.TextWrapped = true
  50. epicminigames.MouseButton1Down:connect(function()
  51. loadstring(game:HttpGet("https://pastebin.com/raw/YePwz5u5", true))()
  52. end)
  53.  
  54. prisonlive.Name = "prisonlive"
  55. prisonlive.Parent = Scrollingmain
  56. prisonlive.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. prisonlive.Position = UDim2.new(0.0526315793, 0, 0.221631214, 0)
  58. prisonlive.Size = UDim2.new(0, 107, 0, 50)
  59. prisonlive.Font = Enum.Font.GothamBold
  60. prisonlive.Text = "prisonlive GUI"
  61. prisonlive.TextColor3 = Color3.fromRGB(196, 46, 255)
  62. prisonlive.TextSize = 22.000
  63. prisonlive.TextWrapped = true
  64. prisonlive.MouseButton1Down:connect(function()
  65. -- Objects
  66.  
  67. local PrisonGui = Instance.new("ScreenGui")
  68. local Main = Instance.new("Frame")
  69. local Title = Instance.new("TextLabel")
  70. local TitleBar = Instance.new("TextLabel")
  71. local ObGuns = Instance.new("TextButton")
  72. local Close = Instance.new("TextButton")
  73. local KillAll = Instance.new("TextButton")
  74. local TaseBypass = Instance.new("TextButton")
  75. local RemoveDoors = Instance.new("TextButton")
  76. local Btools = Instance.new("TextButton")
  77. local BeNeutral = Instance.new("TextButton")
  78. local ModGun = Instance.new("TextButton")
  79. local ForceCgui = Instance.new("Frame")
  80. local ComSeperateBar = Instance.new("TextLabel")
  81. local InsertUser = Instance.new("TextBox")
  82. local UserHolder = Instance.new("TextLabel")
  83. local CrimTitle = Instance.new("TextLabel")
  84. local CrimTitleBar = Instance.new("TextLabel")
  85. local TextButton = Instance.new("TextButton")
  86. local CrimHideButton = Instance.new("TextButton")
  87. local TPshow = Instance.new("TextButton")
  88. local LocalCommands = Instance.new("Frame")
  89. local LocalCMD_Title = Instance.new("TextLabel")
  90. local NexusTPbut = Instance.new("TextButton")
  91. local CrimBaseTPbut = Instance.new("TextButton")
  92. local GuardAreaTPbut = Instance.new("TextButton")
  93. local FLY = Instance.new("TextButton")
  94. local NWalk = Instance.new("TextButton")
  95. local Njump = Instance.new("TextButton")
  96. local tfJump = Instance.new("TextButton")
  97. local Respawn = Instance.new("TextButton")
  98. local tfWalk = Instance.new("TextButton")
  99. local LocalCMD_BarTitle = Instance.new("TextLabel")
  100. local TheLocal = Instance.new("TextButton")
  101. local CrimG = Instance.new("TextButton")
  102. local tpgui = Instance.new("Frame")
  103. local TPtileBar = Instance.new("TextLabel")
  104. local TPYEET = Instance.new("TextButton")
  105. local UserHolderTP = Instance.new("TextLabel")
  106. local InsertUserTP = Instance.new("TextBox")
  107. local TpTitle = Instance.new("TextLabel")
  108. local RightSepBarTp = Instance.new("TextLabel")
  109. local TpHideButton = Instance.new("TextButton")
  110. local AmokahsLogo = Instance.new("ImageLabel")
  111. local SuperPunch = Instance.new("TextButton")
  112. local KillAura = Instance.new("TextButton")
  113. local BeCriminal = Instance.new("TextButton")
  114. local BeGuard = Instance.new("TextButton")
  115. local BeInmate = Instance.new("TextButton")
  116. local ArrestAll = Instance.new("TextButton")
  117. local InvGuns = Instance.new("TextButton")
  118. local CrimPunch = Instance.new("TextButton")
  119. local Trans = Instance.new("TextButton")
  120. local Open = Instance.new("Frame")
  121. local OpenGUI = Instance.new("TextButton")
  122. local Credit = Instance.new("TextLabel")
  123. local Dino = Instance.new("TextLabel")
  124. local KA = Instance.new("Frame")
  125. local NameOfKa = Instance.new("TextLabel")
  126. local TrueOrFalse = Instance.new("TextLabel")
  127. local TeamGUIOC = Instance.new("Frame")
  128. local TeamOPorCL = Instance.new("TextButton")
  129. local TeamMain = Instance.new("Frame")
  130. local TextLabel = Instance.new("TextLabel")
  131. local TextLabel_2 = Instance.new("TextLabel")
  132. local SOG = Instance.new("TextButton")
  133. local SOC = Instance.new("TextButton")
  134. local SOI = Instance.new("TextButton")
  135. local Disable = Instance.new("TextButton")
  136. local Apart = Instance.new("Part")
  137.  
  138. Apart.Name = "PlrsPos"
  139. Apart.Parent = workspace
  140. Apart.Anchored = true
  141. Apart.Archivable = true
  142. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  143.  
  144. -- Properties
  145.  
  146. PrisonGui.Name = "PrisonGui"
  147. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  148.  
  149. Main.Name = "Main"
  150. Main.Parent = PrisonGui
  151. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  152. Main.BorderSizePixel = 0
  153. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  154. Main.Size = UDim2.new(0, 338, 0, 301)
  155. Main.Visible = false
  156.  
  157. Title.Name = "Title"
  158. Title.Parent = Main
  159. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Title.BackgroundTransparency = 1
  161. Title.BorderSizePixel = 0
  162. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  163. Title.Size = UDim2.new(0, 162, 0, 31)
  164. Title.Font = Enum.Font.SourceSansLight
  165. Title.FontSize = Enum.FontSize.Size14
  166. Title.Text = "Prison Life v2.0.2 GUI"
  167. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  168. Title.TextScaled = true
  169. Title.TextStrokeTransparency = 0
  170. Title.TextWrapped = true
  171.  
  172. TitleBar.Name = "TitleBar"
  173. TitleBar.Parent = Main
  174. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  175. TitleBar.BackgroundTransparency = 0.5
  176. TitleBar.BorderSizePixel = 0
  177. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  178. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  179. TitleBar.Font = Enum.Font.SourceSans
  180. TitleBar.FontSize = Enum.FontSize.Size14
  181. TitleBar.Text = ""
  182. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  183.  
  184. ObGuns.Name = "ObGuns"
  185. ObGuns.Parent = Main
  186. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  187. ObGuns.BackgroundTransparency = 0.5
  188. ObGuns.BorderSizePixel = 0
  189. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  190. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  191. ObGuns.Font = Enum.Font.SourceSans
  192. ObGuns.FontSize = Enum.FontSize.Size14
  193. ObGuns.Text = "OBTAIN GUNS"
  194. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  195. ObGuns.TextScaled = true
  196. ObGuns.TextStrokeTransparency = 0
  197. ObGuns.TextWrapped = true
  198.  
  199. Close.Name = "Close"
  200. Close.Parent = Main
  201. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  202. Close.BackgroundTransparency = 0.30000001192093
  203. Close.BorderSizePixel = 0
  204. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  205. Close.Size = UDim2.new(0, 24, 0, 24)
  206. Close.Font = Enum.Font.SourceSans
  207. Close.FontSize = Enum.FontSize.Size14
  208. Close.Text = ""
  209. Close.TextColor3 = Color3.new(0, 0, 0)
  210.  
  211. KillAll.Name = "KillAll"
  212. KillAll.Parent = Main
  213. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  214. KillAll.BackgroundTransparency = 0.5
  215. KillAll.BorderSizePixel = 0
  216. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  217. KillAll.Size = UDim2.new(0, 159, 0, 22)
  218. KillAll.Font = Enum.Font.SourceSans
  219. KillAll.FontSize = Enum.FontSize.Size14
  220. KillAll.Text = "KILL ALL"
  221. KillAll.TextColor3 = Color3.new(1, 1, 1)
  222. KillAll.TextScaled = true
  223. KillAll.TextStrokeTransparency = 0
  224. KillAll.TextWrapped = true
  225.  
  226. TaseBypass.Name = "TaseBypass"
  227. TaseBypass.Parent = Main
  228. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  229. TaseBypass.BackgroundTransparency = 0.5
  230. TaseBypass.BorderSizePixel = 0
  231. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  232. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  233. TaseBypass.Font = Enum.Font.SourceSans
  234. TaseBypass.FontSize = Enum.FontSize.Size14
  235. TaseBypass.Text = "TASER BYPASS"
  236. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  237. TaseBypass.TextScaled = true
  238. TaseBypass.TextStrokeTransparency = 0
  239. TaseBypass.TextWrapped = true
  240.  
  241. RemoveDoors.Name = "RemoveDoors"
  242. RemoveDoors.Parent = Main
  243. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  244. RemoveDoors.BackgroundTransparency = 0.5
  245. RemoveDoors.BorderSizePixel = 0
  246. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  247. RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
  248. RemoveDoors.Font = Enum.Font.SourceSans
  249. RemoveDoors.FontSize = Enum.FontSize.Size14
  250. RemoveDoors.Text = "REMOVE ALL DOORS"
  251. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  252. RemoveDoors.TextScaled = true
  253. RemoveDoors.TextStrokeTransparency = 0
  254. RemoveDoors.TextWrapped = true
  255.  
  256. Btools.Name = "Btools"
  257. Btools.Parent = Main
  258. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  259. Btools.BackgroundTransparency = 0.5
  260. Btools.BorderSizePixel = 0
  261. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  262. Btools.Size = UDim2.new(0, 159, 0, 22)
  263. Btools.Font = Enum.Font.SourceSans
  264. Btools.FontSize = Enum.FontSize.Size14
  265. Btools.Text = "BTOOLS"
  266. Btools.TextColor3 = Color3.new(1, 1, 1)
  267. Btools.TextScaled = true
  268. Btools.TextStrokeTransparency = 0
  269. Btools.TextWrapped = true
  270.  
  271. BeNeutral.Name = "BeNeutral"
  272. BeNeutral.Parent = Main
  273. BeNeutral.BackgroundColor3 = Color3.new(1, 1, 1)
  274. BeNeutral.BackgroundTransparency = 0.5
  275. BeNeutral.BorderSizePixel = 0
  276. BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
  277. BeNeutral.Size = UDim2.new(0, 74, 0, 22)
  278. BeNeutral.Font = Enum.Font.SourceSans
  279. BeNeutral.FontSize = Enum.FontSize.Size14
  280. BeNeutral.Text = "NEUTRAL"
  281. BeNeutral.TextColor3 = Color3.new(1, 1, 1)
  282. BeNeutral.TextScaled = true
  283. BeNeutral.TextStrokeTransparency = 0
  284. BeNeutral.TextWrapped = true
  285.  
  286. ModGun.Name = "ModGun"
  287. ModGun.Parent = Main
  288. ModGun.BackgroundColor3 = Color3.new(1, 1, 1)
  289. ModGun.BackgroundTransparency = 0.5
  290. ModGun.BorderSizePixel = 0
  291. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  292. ModGun.Size = UDim2.new(0, 325, 0, 22)
  293. ModGun.Font = Enum.Font.SourceSans
  294. ModGun.FontSize = Enum.FontSize.Size14
  295. ModGun.Text = "MOD YOUR GUN (Hold the item first)"
  296. ModGun.TextColor3 = Color3.new(1, 1, 1)
  297. ModGun.TextScaled = true
  298. ModGun.TextStrokeTransparency = 0
  299. ModGun.TextWrapped = true
  300.  
  301. ForceCgui.Name = "ForceCgui"
  302. ForceCgui.Parent = Main
  303. ForceCgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  304. ForceCgui.BorderSizePixel = 0
  305. ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
  306. ForceCgui.Size = UDim2.new(0, 155, 0, 198)
  307.  
  308. ComSeperateBar.Name = "ComSeperateBar"
  309. ComSeperateBar.Parent = ForceCgui
  310. ComSeperateBar.BackgroundColor3 = Color3.new(1, 1, 1)
  311. ComSeperateBar.BackgroundTransparency = 0.5
  312. ComSeperateBar.BorderSizePixel = 0
  313. ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
  314. ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
  315. ComSeperateBar.Font = Enum.Font.SourceSans
  316. ComSeperateBar.FontSize = Enum.FontSize.Size14
  317. ComSeperateBar.Text = ""
  318. ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
  319.  
  320. InsertUser.Name = "InsertUser"
  321. InsertUser.Parent = ForceCgui
  322. InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
  323. InsertUser.BackgroundTransparency = 1
  324. InsertUser.BorderSizePixel = 0
  325. InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  326. InsertUser.Size = UDim2.new(0, 154, 0, 50)
  327. InsertUser.Font = Enum.Font.SourceSansLight
  328. InsertUser.FontSize = Enum.FontSize.Size14
  329. InsertUser.Text = "USERNAME"
  330. InsertUser.TextColor3 = Color3.new(1, 1, 1)
  331. InsertUser.TextScaled = true
  332. InsertUser.TextWrapped = true
  333.  
  334. UserHolder.Name = "UserHolder"
  335. UserHolder.Parent = ForceCgui
  336. UserHolder.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  337. UserHolder.BorderSizePixel = 0
  338. UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  339. UserHolder.Size = UDim2.new(0, 139, 0, 3)
  340. UserHolder.Font = Enum.Font.SourceSans
  341. UserHolder.FontSize = Enum.FontSize.Size14
  342. UserHolder.Text = ""
  343. UserHolder.TextColor3 = Color3.new(0, 0, 0)
  344.  
  345. CrimTitle.Name = "CrimTitle"
  346. CrimTitle.Parent = ForceCgui
  347. CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  348. CrimTitle.BackgroundTransparency = 1
  349. CrimTitle.BorderSizePixel = 0
  350. CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  351. CrimTitle.Size = UDim2.new(0, 154, 0, 31)
  352. CrimTitle.Font = Enum.Font.SourceSansLight
  353. CrimTitle.FontSize = Enum.FontSize.Size14
  354. CrimTitle.Text = "CRIMINAL GUI"
  355. CrimTitle.TextColor3 = Color3.new(1, 1, 1)
  356. CrimTitle.TextScaled = true
  357. CrimTitle.TextStrokeTransparency = 0
  358. CrimTitle.TextWrapped = true
  359.  
  360. CrimTitleBar.Name = "CrimTitleBar"
  361. CrimTitleBar.Parent = ForceCgui
  362. CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  363. CrimTitleBar.BackgroundTransparency = 0.5
  364. CrimTitleBar.BorderSizePixel = 0
  365. CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  366. CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
  367. CrimTitleBar.Font = Enum.Font.SourceSans
  368. CrimTitleBar.FontSize = Enum.FontSize.Size14
  369. CrimTitleBar.Text = ""
  370. CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
  371.  
  372. TextButton.Parent = ForceCgui
  373. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  374. TextButton.BackgroundTransparency = 0.5
  375. TextButton.BorderSizePixel = 0
  376. TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
  377. TextButton.Size = UDim2.new(0, 139, 0, 50)
  378. TextButton.Font = Enum.Font.SourceSansLight
  379. TextButton.FontSize = Enum.FontSize.Size14
  380. TextButton.Text = "TURN INTO CRIMINAL (First, click KillAura)"
  381. TextButton.TextColor3 = Color3.new(1, 1, 1)
  382. TextButton.TextScaled = true
  383. TextButton.TextStrokeTransparency = 0
  384. TextButton.TextWrapped = true
  385.  
  386. CrimHideButton.Name = "CrimHideButton"
  387. CrimHideButton.Parent = ForceCgui
  388. CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  389. CrimHideButton.BackgroundTransparency = 0.30000001192093
  390. CrimHideButton.BorderSizePixel = 0
  391. CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  392. CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
  393. CrimHideButton.Font = Enum.Font.SourceSansLight
  394. CrimHideButton.FontSize = Enum.FontSize.Size14
  395. CrimHideButton.Text = "HIDE"
  396. CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
  397. CrimHideButton.TextScaled = true
  398. CrimHideButton.TextStrokeTransparency = 0
  399. CrimHideButton.TextWrapped = true
  400.  
  401. TPshow.Name = "TPshow"
  402. TPshow.Parent = Main
  403. TPshow.BackgroundColor3 = Color3.new(1, 1, 1)
  404. TPshow.BackgroundTransparency = 0.5
  405. TPshow.BorderSizePixel = 0
  406. TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
  407. TPshow.Size = UDim2.new(0, 104, 0, 22)
  408. TPshow.Font = Enum.Font.SourceSans
  409. TPshow.FontSize = Enum.FontSize.Size14
  410. TPshow.Text = "TELEPORT TO PLAYER"
  411. TPshow.TextColor3 = Color3.new(1, 1, 1)
  412. TPshow.TextScaled = true
  413. TPshow.TextStrokeTransparency = 0
  414. TPshow.TextWrapped = true
  415.  
  416. LocalCommands.Name = "LocalCommands"
  417. LocalCommands.Parent = Main
  418. LocalCommands.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  419. LocalCommands.BorderSizePixel = 0
  420. LocalCommands.Position = UDim2.new(0, 0, 1, 0)
  421. LocalCommands.Size = UDim2.new(0, 338, 0, 100)
  422.  
  423. LocalCMD_Title.Name = "LocalCMD_Title"
  424. LocalCMD_Title.Parent = LocalCommands
  425. LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
  426. LocalCMD_Title.BackgroundTransparency = 0.30000001192093
  427. LocalCMD_Title.BorderSizePixel = 0
  428. LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
  429. LocalCMD_Title.Font = Enum.Font.SourceSans
  430. LocalCMD_Title.FontSize = Enum.FontSize.Size14
  431. LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
  432. LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
  433. LocalCMD_Title.TextStrokeTransparency = 0
  434.  
  435. NexusTPbut.Name = "NexusTPbut"
  436. NexusTPbut.Parent = LocalCommands
  437. NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  438. NexusTPbut.BackgroundTransparency = 0.40000000596046
  439. NexusTPbut.BorderSizePixel = 0
  440. NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
  441. NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
  442. NexusTPbut.Font = Enum.Font.SourceSans
  443. NexusTPbut.FontSize = Enum.FontSize.Size14
  444. NexusTPbut.Text = "TP TO NEXUS"
  445. NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
  446. NexusTPbut.TextScaled = true
  447. NexusTPbut.TextStrokeTransparency = 0
  448. NexusTPbut.TextWrapped = true
  449.  
  450. CrimBaseTPbut.Name = "CrimBaseTPbut"
  451. CrimBaseTPbut.Parent = LocalCommands
  452. CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  453. CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
  454. CrimBaseTPbut.BorderSizePixel = 0
  455. CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
  456. CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
  457. CrimBaseTPbut.Font = Enum.Font.SourceSans
  458. CrimBaseTPbut.FontSize = Enum.FontSize.Size14
  459. CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
  460. CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
  461. CrimBaseTPbut.TextScaled = true
  462. CrimBaseTPbut.TextStrokeTransparency = 0
  463. CrimBaseTPbut.TextWrapped = true
  464.  
  465. GuardAreaTPbut.Name = "GuardAreaTPbut"
  466. GuardAreaTPbut.Parent = LocalCommands
  467. GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  468. GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
  469. GuardAreaTPbut.BorderSizePixel = 0
  470. GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
  471. GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
  472. GuardAreaTPbut.Font = Enum.Font.SourceSans
  473. GuardAreaTPbut.FontSize = Enum.FontSize.Size14
  474. GuardAreaTPbut.Text = "TP TO GUARD AREA"
  475. GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
  476. GuardAreaTPbut.TextScaled = true
  477. GuardAreaTPbut.TextStrokeTransparency = 0
  478. GuardAreaTPbut.TextWrapped = true
  479.  
  480. FLY.Name = "FLY"
  481. FLY.Parent = LocalCommands
  482. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  483. FLY.BackgroundTransparency = 0.40000000596046
  484. FLY.BorderSizePixel = 0
  485. FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
  486. FLY.Size = UDim2.new(0, 98, 0, 16)
  487. FLY.Font = Enum.Font.SourceSans
  488. FLY.FontSize = Enum.FontSize.Size14
  489. FLY.Text = "FLY 'E'"
  490. FLY.TextColor3 = Color3.new(1, 1, 1)
  491. FLY.TextScaled = true
  492. FLY.TextStrokeTransparency = 0
  493. FLY.TextWrapped = true
  494.  
  495. NWalk.Name = "NWalk"
  496. NWalk.Parent = LocalCommands
  497. NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  498. NWalk.BackgroundTransparency = 0.40000000596046
  499. NWalk.BorderSizePixel = 0
  500. NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
  501. NWalk.Size = UDim2.new(0, 98, 0, 16)
  502. NWalk.Font = Enum.Font.SourceSans
  503. NWalk.FontSize = Enum.FontSize.Size14
  504. NWalk.Text = "NORMAL WALKSPEED"
  505. NWalk.TextColor3 = Color3.new(1, 1, 1)
  506. NWalk.TextScaled = true
  507. NWalk.TextStrokeTransparency = 0
  508. NWalk.TextWrapped = true
  509.  
  510. Njump.Name = "Njump"
  511. Njump.Parent = LocalCommands
  512. Njump.BackgroundColor3 = Color3.new(1, 1, 1)
  513. Njump.BackgroundTransparency = 0.40000000596046
  514. Njump.BorderSizePixel = 0
  515. Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
  516. Njump.Size = UDim2.new(0, 98, 0, 16)
  517. Njump.Font = Enum.Font.SourceSans
  518. Njump.FontSize = Enum.FontSize.Size14
  519. Njump.Text = "NORMAL JUMP HEIGHT"
  520. Njump.TextColor3 = Color3.new(1, 1, 1)
  521. Njump.TextScaled = true
  522. Njump.TextStrokeTransparency = 0
  523. Njump.TextWrapped = true
  524.  
  525. tfJump.Name = "tfJump"
  526. tfJump.Parent = LocalCommands
  527. tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  528. tfJump.BackgroundTransparency = 0.40000000596046
  529. tfJump.BorderSizePixel = 0
  530. tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
  531. tfJump.Size = UDim2.new(0, 98, 0, 16)
  532. tfJump.Font = Enum.Font.SourceSans
  533. tfJump.FontSize = Enum.FontSize.Size14
  534. tfJump.Text = "+25 JUMP HEIGHT"
  535. tfJump.TextColor3 = Color3.new(1, 1, 1)
  536. tfJump.TextScaled = true
  537. tfJump.TextStrokeTransparency = 0
  538. tfJump.TextWrapped = true
  539.  
  540. Respawn.Name = "Respawn"
  541. Respawn.Parent = LocalCommands
  542. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  543. Respawn.BackgroundTransparency = 0.40000000596046
  544. Respawn.BorderSizePixel = 0
  545. Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
  546. Respawn.Size = UDim2.new(0, 98, 0, 16)
  547. Respawn.Font = Enum.Font.SourceSans
  548. Respawn.FontSize = Enum.FontSize.Size14
  549. Respawn.Text = "RESPAWN"
  550. Respawn.TextColor3 = Color3.new(1, 1, 1)
  551. Respawn.TextScaled = true
  552. Respawn.TextStrokeTransparency = 0
  553. Respawn.TextWrapped = true
  554.  
  555. tfWalk.Name = "tfWalk"
  556. tfWalk.Parent = LocalCommands
  557. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  558. tfWalk.BackgroundTransparency = 0.40000000596046
  559. tfWalk.BorderSizePixel = 0
  560. tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
  561. tfWalk.Size = UDim2.new(0, 98, 0, 16)
  562. tfWalk.Font = Enum.Font.SourceSans
  563. tfWalk.FontSize = Enum.FontSize.Size14
  564. tfWalk.Text = "+25 WALKSPEED"
  565. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  566. tfWalk.TextScaled = true
  567. tfWalk.TextStrokeTransparency = 0
  568. tfWalk.TextWrapped = true
  569.  
  570. LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
  571. LocalCMD_BarTitle.Parent = LocalCommands
  572. LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  573. LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
  574. LocalCMD_BarTitle.BorderSizePixel = 0
  575. LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
  576. LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
  577. LocalCMD_BarTitle.Font = Enum.Font.SourceSans
  578. LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
  579. LocalCMD_BarTitle.Text = ""
  580. LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
  581. LocalCMD_BarTitle.TextStrokeTransparency = 0
  582.  
  583. TheLocal.Name = "TheLocal"
  584. TheLocal.Parent = Main
  585. TheLocal.BackgroundColor3 = Color3.new(1, 1, 1)
  586. TheLocal.BackgroundTransparency = 0.5
  587. TheLocal.BorderSizePixel = 0
  588. TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
  589. TheLocal.Size = UDim2.new(0, 104, 0, 22)
  590. TheLocal.Font = Enum.Font.SourceSans
  591. TheLocal.FontSize = Enum.FontSize.Size14
  592. TheLocal.Text = "MORE LOCAL COMMANDS"
  593. TheLocal.TextColor3 = Color3.new(1, 1, 1)
  594. TheLocal.TextScaled = true
  595. TheLocal.TextStrokeTransparency = 0
  596. TheLocal.TextWrapped = true
  597.  
  598. CrimG.Name = "CrimG"
  599. CrimG.Parent = Main
  600. CrimG.BackgroundColor3 = Color3.new(1, 1, 1)
  601. CrimG.BackgroundTransparency = 0.5
  602. CrimG.BorderSizePixel = 0
  603. CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
  604. CrimG.Size = UDim2.new(0, 104, 0, 22)
  605. CrimG.Font = Enum.Font.SourceSans
  606. CrimG.FontSize = Enum.FontSize.Size14
  607. CrimG.Text = "FORCE CRIMINAL PLAYER"
  608. CrimG.TextColor3 = Color3.new(1, 1, 1)
  609. CrimG.TextScaled = true
  610. CrimG.TextStrokeTransparency = 0
  611. CrimG.TextWrapped = true
  612.  
  613. tpgui.Name = "tpgui"
  614. tpgui.Parent = Main
  615. tpgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  616. tpgui.BorderSizePixel = 0
  617. tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
  618. tpgui.Size = UDim2.new(0, 155, 0, 198)
  619.  
  620. TPtileBar.Name = "TPtileBar"
  621. TPtileBar.Parent = tpgui
  622. TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
  623. TPtileBar.BackgroundTransparency = 0.5
  624. TPtileBar.BorderSizePixel = 0
  625. TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  626. TPtileBar.Size = UDim2.new(0, 154, 0, 1)
  627. TPtileBar.Font = Enum.Font.SourceSans
  628. TPtileBar.FontSize = Enum.FontSize.Size14
  629. TPtileBar.Text = ""
  630. TPtileBar.TextColor3 = Color3.new(0, 0, 0)
  631.  
  632. TPYEET.Name = "TPYEET"
  633. TPYEET.Parent = tpgui
  634. TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
  635. TPYEET.BackgroundTransparency = 0.5
  636. TPYEET.BorderSizePixel = 0
  637. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  638. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  639. TPYEET.Font = Enum.Font.SourceSansLight
  640. TPYEET.FontSize = Enum.FontSize.Size14
  641. TPYEET.Text = "TELEPORT"
  642. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  643. TPYEET.TextScaled = true
  644. TPYEET.TextStrokeTransparency = 0
  645. TPYEET.TextWrapped = true
  646.  
  647. UserHolderTP.Name = "UserHolderTP"
  648. UserHolderTP.Parent = tpgui
  649. UserHolderTP.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  650. UserHolderTP.BorderSizePixel = 0
  651. UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  652. UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
  653. UserHolderTP.Font = Enum.Font.SourceSans
  654. UserHolderTP.FontSize = Enum.FontSize.Size14
  655. UserHolderTP.Text = ""
  656. UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
  657.  
  658. InsertUserTP.Name = "InsertUserTP"
  659. InsertUserTP.Parent = tpgui
  660. InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
  661. InsertUserTP.BackgroundTransparency = 1
  662. InsertUserTP.BorderSizePixel = 0
  663. InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  664. InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
  665. InsertUserTP.Font = Enum.Font.SourceSansLight
  666. InsertUserTP.FontSize = Enum.FontSize.Size14
  667. InsertUserTP.Text = "USERNAME"
  668. InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
  669. InsertUserTP.TextScaled = true
  670. InsertUserTP.TextWrapped = true
  671.  
  672. TpTitle.Name = "TpTitle"
  673. TpTitle.Parent = tpgui
  674. TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  675. TpTitle.BackgroundTransparency = 1
  676. TpTitle.BorderSizePixel = 0
  677. TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  678. TpTitle.Size = UDim2.new(0, 154, 0, 31)
  679. TpTitle.Font = Enum.Font.SourceSansLight
  680. TpTitle.FontSize = Enum.FontSize.Size14
  681. TpTitle.Text = "TELEPORT GUI"
  682. TpTitle.TextColor3 = Color3.new(1, 1, 1)
  683. TpTitle.TextScaled = true
  684. TpTitle.TextStrokeTransparency = 0
  685. TpTitle.TextWrapped = true
  686.  
  687. RightSepBarTp.Name = "RightSepBarTp"
  688. RightSepBarTp.Parent = tpgui
  689. RightSepBarTp.BackgroundColor3 = Color3.new(1, 1, 1)
  690. RightSepBarTp.BackgroundTransparency = 0.5
  691. RightSepBarTp.BorderSizePixel = 0
  692. RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
  693. RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
  694. RightSepBarTp.Font = Enum.Font.SourceSans
  695. RightSepBarTp.FontSize = Enum.FontSize.Size14
  696. RightSepBarTp.Text = ""
  697. RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
  698.  
  699. TpHideButton.Name = "TpHideButton"
  700. TpHideButton.Parent = tpgui
  701. TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  702. TpHideButton.BackgroundTransparency = 0.30000001192093
  703. TpHideButton.BorderSizePixel = 0
  704. TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  705. TpHideButton.Size = UDim2.new(0, 146, 0, 18)
  706. TpHideButton.Font = Enum.Font.SourceSansLight
  707. TpHideButton.FontSize = Enum.FontSize.Size14
  708. TpHideButton.Text = "HIDE"
  709. TpHideButton.TextColor3 = Color3.new(1, 1, 1)
  710. TpHideButton.TextScaled = true
  711. TpHideButton.TextStrokeTransparency = 0
  712. TpHideButton.TextWrapped = true
  713.  
  714. AmokahsLogo.Name = "AmokahsLogo"
  715. AmokahsLogo.Parent = Main
  716. AmokahsLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  717. AmokahsLogo.BackgroundTransparency = 1
  718. AmokahsLogo.BorderSizePixel = 0
  719. AmokahsLogo.Position = UDim2.new(0.0177514795, 0, 0, 0)
  720. AmokahsLogo.Size = UDim2.new(0, 34, 0, 35)
  721. AmokahsLogo.Image = "rbxassetid://2715559615"
  722.  
  723. SuperPunch.Name = "SuperPunch"
  724. SuperPunch.Parent = Main
  725. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  726. SuperPunch.BackgroundTransparency = 0.5
  727. SuperPunch.BorderSizePixel = 0
  728. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  729. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  730. SuperPunch.Font = Enum.Font.SourceSans
  731. SuperPunch.FontSize = Enum.FontSize.Size14
  732. SuperPunch.Text = "SUPER PUNCH"
  733. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  734. SuperPunch.TextScaled = true
  735. SuperPunch.TextStrokeTransparency = 0
  736. SuperPunch.TextWrapped = true
  737.  
  738. KillAura.Name = "KillAura"
  739. KillAura.Parent = Main
  740. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  741. KillAura.BackgroundTransparency = 0.5
  742. KillAura.BorderColor3 = Color3.new(1, 0, 0)
  743. KillAura.BorderSizePixel = 0
  744. KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  745. KillAura.Size = UDim2.new(0, 157, 0, 22)
  746. KillAura.Font = Enum.Font.SourceSans
  747. KillAura.FontSize = Enum.FontSize.Size14
  748. KillAura.Text = "TOGGABLE KILL AURA 'P'"
  749. KillAura.TextColor3 = Color3.new(1, 1, 1)
  750. KillAura.TextScaled = true
  751. KillAura.TextStrokeTransparency = 0
  752. KillAura.TextWrapped = true
  753.  
  754. BeCriminal.Name = "BeCriminal"
  755. BeCriminal.Parent = Main
  756. BeCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
  757. BeCriminal.BackgroundTransparency = 0.5
  758. BeCriminal.BorderSizePixel = 0
  759. BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
  760. BeCriminal.Size = UDim2.new(0, 74, 0, 22)
  761. BeCriminal.Font = Enum.Font.SourceSans
  762. BeCriminal.FontSize = Enum.FontSize.Size14
  763. BeCriminal.Text = "CRIMINAL"
  764. BeCriminal.TextColor3 = Color3.new(1, 1, 1)
  765. BeCriminal.TextScaled = true
  766. BeCriminal.TextStrokeTransparency = 0
  767. BeCriminal.TextWrapped = true
  768.  
  769. BeGuard.Name = "BeGuard"
  770. BeGuard.Parent = Main
  771. BeGuard.BackgroundColor3 = Color3.new(1, 1, 1)
  772. BeGuard.BackgroundTransparency = 0.5
  773. BeGuard.BorderSizePixel = 0
  774. BeGuard.Position = UDim2.new(0.0177514795, 0, 0.696629226, 0)
  775. BeGuard.Size = UDim2.new(0, 77, 0, 22)
  776. BeGuard.Font = Enum.Font.SourceSans
  777. BeGuard.FontSize = Enum.FontSize.Size14
  778. BeGuard.Text = "GUARD"
  779. BeGuard.TextColor3 = Color3.new(1, 1, 1)
  780. BeGuard.TextScaled = true
  781. BeGuard.TextStrokeTransparency = 0
  782. BeGuard.TextWrapped = true
  783.  
  784. BeInmate.Name = "BeInmate"
  785. BeInmate.Parent = Main
  786. BeInmate.BackgroundColor3 = Color3.new(1, 1, 1)
  787. BeInmate.BackgroundTransparency = 0.5
  788. BeInmate.BorderSizePixel = 0
  789. BeInmate.Position = UDim2.new(0.268615901, 0, 0.696629226, 0)
  790. BeInmate.Size = UDim2.new(0, 74, 0, 22)
  791. BeInmate.Font = Enum.Font.SourceSans
  792. BeInmate.FontSize = Enum.FontSize.Size14
  793. BeInmate.Text = "INMATE"
  794. BeInmate.TextColor3 = Color3.new(1, 1, 1)
  795. BeInmate.TextScaled = true
  796. BeInmate.TextStrokeTransparency = 0
  797. BeInmate.TextWrapped = true
  798.  
  799. ArrestAll.Name = "ArrestAll"
  800. ArrestAll.Parent = Main
  801. ArrestAll.BackgroundColor3 = Color3.new(1, 1, 1)
  802. ArrestAll.BackgroundTransparency = 0.5
  803. ArrestAll.BorderSizePixel = 0
  804. ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
  805. ArrestAll.Size = UDim2.new(0, 159, 0, 22)
  806. ArrestAll.Font = Enum.Font.SourceSans
  807. ArrestAll.FontSize = Enum.FontSize.Size14
  808. ArrestAll.Text = "ARREST ALL"
  809. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  810. ArrestAll.TextScaled = true
  811. ArrestAll.TextStrokeTransparency = 0
  812. ArrestAll.TextWrapped = true
  813.  
  814. InvGuns.Name = "InvGuns"
  815. InvGuns.Parent = Main
  816. InvGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  817. InvGuns.BackgroundTransparency = 0.5
  818. InvGuns.BorderSizePixel = 0
  819. InvGuns.Position = UDim2.new(0.508875728, 0, 0.16104874, 0)
  820. InvGuns.Size = UDim2.new(0, 159, 0, 22)
  821. InvGuns.Font = Enum.Font.SourceSans
  822. InvGuns.FontSize = Enum.FontSize.Size14
  823. InvGuns.Text = "TURN GUNS INVIS (Unequip first)"
  824. InvGuns.TextColor3 = Color3.new(1, 1, 1)
  825. InvGuns.TextScaled = true
  826. InvGuns.TextStrokeTransparency = 0
  827. InvGuns.TextWrapped = true
  828.  
  829. CrimPunch.Name = "CrimPunch"
  830. CrimPunch.Parent = Main
  831. CrimPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  832. CrimPunch.BackgroundTransparency = 0.5
  833. CrimPunch.BorderSizePixel = 0
  834. CrimPunch.Position = UDim2.new(0.508260846, 0, 0.481702745, 0)
  835. CrimPunch.Size = UDim2.new(0, 158, 0, 22)
  836. CrimPunch.Font = Enum.Font.SourceSans
  837. CrimPunch.FontSize = Enum.FontSize.Size14
  838. CrimPunch.Text = "REMOVE TOOLS"
  839. CrimPunch.TextColor3 = Color3.new(1, 1, 1)
  840. CrimPunch.TextScaled = true
  841. CrimPunch.TextStrokeTransparency = 0
  842. CrimPunch.TextWrapped = true
  843.  
  844. Trans.Name = "Trans"
  845. Trans.Parent = Main
  846. Trans.BackgroundColor3 = Color3.new(1, 0.458824, 0.439216)
  847. Trans.BackgroundTransparency = 0.5
  848. Trans.BorderSizePixel = 0
  849. Trans.Position = UDim2.new(0.64462477, 0, 0.0199335553, 0)
  850. Trans.Size = UDim2.new(0, 80, 0, 25)
  851. Trans.Font = Enum.Font.SourceSans
  852. Trans.FontSize = Enum.FontSize.Size14
  853. Trans.Text = "TRANSPARENT"
  854. Trans.TextColor3 = Color3.new(1, 1, 1)
  855. Trans.TextScaled = true
  856. Trans.TextStrokeTransparency = 0
  857. Trans.TextWrapped = true
  858.  
  859. Open.Name = "Open"
  860. Open.Parent = PrisonGui
  861. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  862. Open.BackgroundTransparency = 1
  863. Open.BorderSizePixel = 0
  864. Open.Position = UDim2.new(0, 0, 0.915841579, 0)
  865. Open.Size = UDim2.new(0, 154, 0, 34)
  866.  
  867. OpenGUI.Name = "OpenGUI"
  868. OpenGUI.Parent = Open
  869. OpenGUI.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  870. OpenGUI.BackgroundTransparency = 0.5
  871. OpenGUI.BorderSizePixel = 0
  872. OpenGUI.Size = UDim2.new(0, 154, 0, 34)
  873. OpenGUI.Font = Enum.Font.SourceSansLight
  874. OpenGUI.FontSize = Enum.FontSize.Size14
  875. OpenGUI.Text = "OPEN"
  876. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  877. OpenGUI.TextScaled = true
  878. OpenGUI.TextStrokeTransparency = 0
  879. OpenGUI.TextWrapped = true
  880.  
  881. Credit.Name = "Credit"
  882. Credit.Parent = PrisonGui
  883. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  884. Credit.BackgroundTransparency = 1
  885. Credit.BorderSizePixel = 0
  886. Credit.Position = UDim2.new(0, 0, 0.589113653, 0)
  887. Credit.Size = UDim2.new(0, 156, 0, 43)
  888. Credit.Font = Enum.Font.SourceSansSemibold
  889. Credit.FontSize = Enum.FontSize.Size14
  890. Credit.Text = "Lame Prison Life GUI by Amokah"
  891. Credit.TextColor3 = Color3.new(0, 0.764706, 0.776471)
  892. Credit.TextScaled = true
  893. Credit.TextStrokeTransparency = 0.80000001192093
  894. Credit.TextTransparency = 0.5
  895. Credit.TextWrapped = true
  896. Credit.TextXAlignment = Enum.TextXAlignment.Left
  897.  
  898. Dino.Name = "Dino"
  899. Dino.Parent = PrisonGui
  900. Dino.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  901. Dino.BackgroundTransparency = 0.80000001192093
  902. Dino.BorderColor3 = Color3.new(1, 0, 0)
  903. Dino.BorderSizePixel = 5
  904. Dino.Position = UDim2.new(0, 0, 0.343575954, 0)
  905. Dino.Size = UDim2.new(0, 1025, 0, 101)
  906. Dino.Visible = false
  907. Dino.Font = Enum.Font.SourceSans
  908. Dino.FontSize = Enum.FontSize.Size14
  909. Dino.Text = "This GUI is not the best with FREE exploits. It's mainly for paid exploits, such as Visenya, Synapse, etc. If you are using a free lua executor with this, then don't be surprised if something does not work correctly, please note, if anyone has uploaded this with their own link, that is not 'https://pastebin.com/JS5SYqaU' then you won't get the newest release of my crappy GUI, but anyway, good luck and have fun with this I guess."
  910. Dino.TextColor3 = Color3.new(1, 1, 1)
  911. Dino.TextScaled = true
  912. Dino.TextStrokeTransparency = 0.80000001192093
  913. Dino.TextTransparency = 0.80000001192093
  914. Dino.TextWrapped = true
  915.  
  916. KA.Name = "KA"
  917. KA.Parent = PrisonGui
  918. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  919. KA.BackgroundTransparency = 1
  920. KA.BorderSizePixel = 0
  921. KA.Position = UDim2.new(0, 0, 0.640399575, 0)
  922. KA.Size = UDim2.new(0, 162, 0, 62)
  923.  
  924. NameOfKa.Name = "NameOfKa"
  925. NameOfKa.Parent = KA
  926. NameOfKa.BackgroundColor3 = Color3.new(1, 1, 1)
  927. NameOfKa.BackgroundTransparency = 1
  928. NameOfKa.BorderSizePixel = 0
  929. NameOfKa.Position = UDim2.new(0, 0, 0.419354856, 0)
  930. NameOfKa.Size = UDim2.new(0, 157, 0, 30)
  931. NameOfKa.Font = Enum.Font.SourceSans
  932. NameOfKa.FontSize = Enum.FontSize.Size14
  933. NameOfKa.Text = "KILL AURA "
  934. NameOfKa.TextColor3 = Color3.new(0.72549, 0.329412, 0.337255)
  935. NameOfKa.TextScaled = true
  936. NameOfKa.TextStrokeColor3 = Color3.new(0.333333, 0, 0)
  937. NameOfKa.TextStrokeTransparency = 0.5
  938. NameOfKa.TextWrapped = true
  939. NameOfKa.TextXAlignment = Enum.TextXAlignment.Left
  940.  
  941. TrueOrFalse.Name = "TrueOrFalse"
  942. TrueOrFalse.Parent = KA
  943. TrueOrFalse.BackgroundColor3 = Color3.new(1, 1, 1)
  944. TrueOrFalse.BackgroundTransparency = 1
  945. TrueOrFalse.BorderSizePixel = 0
  946. TrueOrFalse.Position = UDim2.new(0, 0, 0.913856268, 0)
  947. TrueOrFalse.Size = UDim2.new(0, 148, 0, 33)
  948. TrueOrFalse.Font = Enum.Font.SourceSans
  949. TrueOrFalse.FontSize = Enum.FontSize.Size14
  950. TrueOrFalse.Text = "nil"
  951. TrueOrFalse.TextColor3 = Color3.new(1, 0.278431, 0.278431)
  952. TrueOrFalse.TextScaled = true
  953. TrueOrFalse.TextStrokeTransparency = 0.5
  954. TrueOrFalse.TextWrapped = true
  955. TrueOrFalse.TextXAlignment = Enum.TextXAlignment.Left
  956.  
  957. TeamGUIOC.Name = "TeamGUIOC"
  958. TeamGUIOC.Parent = PrisonGui
  959. TeamGUIOC.BackgroundColor3 = Color3.new(1, 1, 1)
  960. TeamGUIOC.BackgroundTransparency = 1
  961. TeamGUIOC.BorderSizePixel = 0
  962. TeamGUIOC.Position = UDim2.new(0.00132625992, 0, 0.759765625, 0)
  963. TeamGUIOC.Size = UDim2.new(0, 156, 0, 33)
  964.  
  965. TeamOPorCL.Name = "TeamOPorCL"
  966. TeamOPorCL.Parent = TeamGUIOC
  967. TeamOPorCL.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  968. TeamOPorCL.BackgroundTransparency = 0.5
  969. TeamOPorCL.BorderColor3 = Color3.new(0.568627, 0.176471, 0.568627)
  970. TeamOPorCL.BorderSizePixel = 0
  971. TeamOPorCL.Position = UDim2.new(-5.00802327972, 5, 5.12121212, 5)
  972. TeamOPorCL.Size = UDim2.new(0, 156, 0, 32)
  973. TeamOPorCL.Font = Enum.Font.SourceSansLight
  974. TeamOPorCL.FontSize = Enum.FontSize.Size14
  975. TeamOPorCL.Text = "Open/Close STAY ON TEAM GUI"
  976. TeamOPorCL.TextColor3 = Color3.new(1, 1, 1)
  977. TeamOPorCL.TextScaled = true
  978. TeamOPorCL.TextStrokeTransparency = 0
  979. TeamOPorCL.TextWrapped = true
  980.  
  981. TeamMain.Name = "TeamMain"
  982. TeamMain.Parent = PrisonGui
  983. TeamMain.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  984. TeamMain.BorderSizePixel = 0
  985. TeamMain.Position = UDim2.new(0, 0, 0.291015625, 0)
  986. TeamMain.Size = UDim2.new(0, 214, 0, 152)
  987. TeamMain.Visible = false
  988.  
  989. TextLabel.Parent = TeamMain
  990. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  991. TextLabel.BackgroundTransparency = 0.5
  992. TextLabel.BorderSizePixel = 0
  993. TextLabel.Position = UDim2.new(0.104430377, 0, 0.203947365, 0)
  994. TextLabel.Size = UDim2.new(0, 169, 0, 3)
  995. TextLabel.Font = Enum.Font.SourceSans
  996. TextLabel.FontSize = Enum.FontSize.Size14
  997. TextLabel.Text = ""
  998. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  999.  
  1000. TextLabel_2.Parent = TeamMain
  1001. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1002. TextLabel_2.BackgroundTransparency = 1
  1003. TextLabel_2.BorderSizePixel = 0
  1004. TextLabel_2.Size = UDim2.new(0, 214, 0, 31)
  1005. TextLabel_2.Font = Enum.Font.SourceSansLight
  1006. TextLabel_2.FontSize = Enum.FontSize.Size14
  1007. TextLabel_2.Text = "Stay On Team GUI"
  1008. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1009. TextLabel_2.TextScaled = true
  1010. TextLabel_2.TextStrokeTransparency = 0
  1011. TextLabel_2.TextWrapped = true
  1012.  
  1013. SOG.Name = "SOG"
  1014. SOG.Parent = TeamMain
  1015. SOG.BackgroundColor3 = Color3.new(0.52549, 0.756863, 1)
  1016. SOG.BackgroundTransparency = 0.5
  1017. SOG.BorderSizePixel = 0
  1018. SOG.Position = UDim2.new(0, 0, 0.223684207, 0)
  1019. SOG.Size = UDim2.new(0, 214, 0, 25)
  1020. SOG.Font = Enum.Font.SourceSansLight
  1021. SOG.FontSize = Enum.FontSize.Size14
  1022. SOG.Text = "Stay on guards team!"
  1023. SOG.TextColor3 = Color3.new(1, 1, 1)
  1024. SOG.TextScaled = true
  1025. SOG.TextStrokeTransparency = 0
  1026. SOG.TextWrapped = true
  1027.  
  1028. SOC.Name = "SOC"
  1029. SOC.Parent = TeamMain
  1030. SOC.BackgroundColor3 = Color3.new(1, 0.235294, 0.235294)
  1031. SOC.BackgroundTransparency = 0.5
  1032. SOC.BorderSizePixel = 0
  1033. SOC.Position = UDim2.new(0, 0, 0.394416004, 0)
  1034. SOC.Size = UDim2.new(0, 214, 0, 25)
  1035. SOC.Font = Enum.Font.SourceSansLight
  1036. SOC.FontSize = Enum.FontSize.Size14
  1037. SOC.Text = "Stay on criminals team!"
  1038. SOC.TextColor3 = Color3.new(1, 1, 1)
  1039. SOC.TextScaled = true
  1040. SOC.TextStrokeTransparency = 0
  1041. SOC.TextWrapped = true
  1042.  
  1043. SOI.Name = "SOI"
  1044. SOI.Parent = TeamMain
  1045. SOI.BackgroundColor3 = Color3.new(1, 0.831373, 0.494118)
  1046. SOI.BackgroundTransparency = 0.5
  1047. SOI.BorderSizePixel = 0
  1048. SOI.Position = UDim2.new(0, 0, 0.559050083, 0)
  1049. SOI.Size = UDim2.new(0, 214, 0, 25)
  1050. SOI.Font = Enum.Font.SourceSansLight
  1051. SOI.FontSize = Enum.FontSize.Size14
  1052. SOI.Text = "Stay on inmates team!"
  1053. SOI.TextColor3 = Color3.new(1, 1, 1)
  1054. SOI.TextScaled = true
  1055. SOI.TextStrokeTransparency = 0
  1056. SOI.TextWrapped = true
  1057.  
  1058. Disable.Name = "Disable"
  1059. Disable.Parent = TeamMain
  1060. Disable.BackgroundColor3 = Color3.new(0.615686, 0.407843, 0.411765)
  1061. Disable.BackgroundTransparency = 0.5
  1062. Disable.BorderSizePixel = 0
  1063. Disable.Position = UDim2.new(0, 0, 0.801872253, 0)
  1064. Disable.Size = UDim2.new(0, 214, 0, 29)
  1065. Disable.Font = Enum.Font.SourceSansSemibold
  1066. Disable.FontSize = Enum.FontSize.Size14
  1067. Disable.Text = "Disable"
  1068. Disable.TextColor3 = Color3.new(1, 1, 1)
  1069. Disable.TextScaled = true
  1070. Disable.TextStrokeTransparency = 0
  1071. Disable.TextWrapped = true
  1072.  
  1073.  
  1074. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  1075. TeamOPorCL.Visible = false
  1076. TeamMain.Visible = false
  1077. TeamGUIOC.Visible = false
  1078. LocalCommands.Visible = false
  1079. ForceCgui.Visible = false
  1080. tpgui.Visible = false
  1081. KA.Visible = true
  1082. TrueOrFalse.Text = "nil"
  1083. TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
  1084.  
  1085. wait(0.5)
  1086. Dino.Visible = true
  1087. Dino.TextTransparency = 0.8
  1088. Dino.TextStrokeTransparency = 0.8
  1089. wait(0.1)
  1090. Dino.TextTransparency = 0.7
  1091. Dino.TextStrokeTransparency = 0.7
  1092. wait(0.1)
  1093. Dino.TextTransparency = 0.6
  1094. Dino.TextStrokeTransparency = 0.6
  1095. wait(0.1)
  1096. Dino.TextTransparency = 0.5
  1097. Dino.TextStrokeTransparency = 0.5
  1098. wait(0.1)
  1099. Dino.TextTransparency = 0.4
  1100. Dino.TextStrokeTransparency = 0.4
  1101. wait(0.1)
  1102. Dino.TextTransparency = 0.3
  1103. Dino.TextStrokeTransparency = 0.3
  1104. wait(0.1)
  1105. Dino.TextTransparency = 0.2
  1106. Dino.TextStrokeTransparency = 0.2
  1107. wait(0.1)
  1108. Dino.TextTransparency = 0.1
  1109. Dino.TextStrokeTransparency = 0.1
  1110.  
  1111. wait(5)
  1112.  
  1113. Dino.TextTransparency = 0.1
  1114. Dino.TextStrokeTransparency = 0.1
  1115. wait(0.1)
  1116. Dino.TextTransparency = 0.2
  1117. Dino.TextStrokeTransparency = 0.2
  1118. wait(0.1)
  1119. Dino.TextTransparency = 0.3
  1120. Dino.TextStrokeTransparency = 0.3
  1121. wait(0.1)
  1122. Dino.TextTransparency = 0.4
  1123. Dino.TextStrokeTransparency = 0.4
  1124. wait(0.1)
  1125. Dino.TextTransparency = 0.5
  1126. Dino.TextStrokeTransparency = 0.5
  1127. wait(0.1)
  1128. Dino.TextTransparency = 0.6
  1129. Dino.TextStrokeTransparency = 0.6
  1130. wait(0.1)
  1131. Dino.TextTransparency = 0.7
  1132. Dino.TextStrokeTransparency = 0.7
  1133. wait(0.1)
  1134. Dino.TextTransparency = 0.8
  1135. Dino.TextStrokeTransparency = 0.8
  1136. wait(0.1)
  1137. Dino.Visible = false
  1138.  
  1139. OpenGUI.MouseButton1Down:connect(function()
  1140. Main.Visible = true
  1141.  
  1142. Main:TweenPosition(UDim2.new(0.345, 0,0.204, 0), 'Out', 'Bounce', 3)
  1143. end)
  1144.  
  1145. Close.MouseButton1Down:connect(function()
  1146. Main:TweenPosition(UDim2.new(0.345, 0,2.204, 0), 'Out', 'Bounce', 1)
  1147. wait(1)
  1148. Main.Visible = false
  1149. end)
  1150.  
  1151. CrimG.MouseButton1Down:connect(function()
  1152. ForceCgui.Visible = true
  1153. end)
  1154.  
  1155. CrimHideButton.MouseButton1Down:connect(function()
  1156. ForceCgui.Visible = false
  1157. end)
  1158.  
  1159. TheLocal.MouseButton1Down:connect(function()
  1160. if LocalCommands.Visible == false then
  1161. LocalCommands.Visible = true
  1162. elseif LocalCommands.Visible == true then
  1163. LocalCommands.Visible = false
  1164. end
  1165. end)
  1166.  
  1167. NWalk.MouseButton1Down:connect(function()
  1168. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1169. end)
  1170.  
  1171. NexusTPbut.MouseButton1Down:connect(function()
  1172. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  1173. end)
  1174.  
  1175. CrimBaseTPbut.MouseButton1Down:connect(function()
  1176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  1177. end)
  1178.  
  1179. tfWalk.MouseButton1Down:connect(function()
  1180. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 41
  1181. end)
  1182.  
  1183. tfJump.MouseButton1Down:connect(function()
  1184. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  1185. end)
  1186.  
  1187. Njump.MouseButton1Down:connect(function()
  1188. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1189. end)
  1190.  
  1191. GuardAreaTPbut.MouseButton1Down:connect(function()
  1192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  1193. end)
  1194.  
  1195. Respawn.MouseButton1Down:connect(function()
  1196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
  1197. end)
  1198.  
  1199. ObGuns.MouseButton1Down:connect(function()
  1200. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  1201.  
  1202. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  1203. end
  1204. end)
  1205.  
  1206. TaseBypass.MouseButton1Down:connect(function()
  1207. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1208. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1209. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  1210. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1211. end)
  1212. end)
  1213.  
  1214. RemoveDoors.MouseButton1Down:connect(function()
  1215. Workspace.Prison_Cellblock.doors:Destroy()
  1216.  
  1217. for i,v in pairs(workspace:GetChildren())do
  1218. if v.Name == "Doors" then
  1219. v:Destroy()
  1220. end
  1221. end
  1222. end)
  1223.  
  1224. Btools.MouseButton1Down:connect(function()
  1225. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1226. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1227. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1228. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1229. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1230. tool1.BinType = "Clone"
  1231. tool2.BinType = "GameTool"
  1232. tool3.BinType = "Hammer"
  1233. tool4.BinType = "Script"
  1234. tool5.BinType = "Grab"
  1235. end)
  1236.  
  1237. ModGun.MouseButton1Down:connect(function()
  1238. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1239. m.Damage = 100
  1240. m.MaxAmmo = math.huge
  1241. m.CurrentAmmo = math.huge
  1242. m.AutoFire = true
  1243. m.FireRate = 0
  1244. end)
  1245.  
  1246. KillAll.MouseButton1Down:connect(function()
  1247.  
  1248. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1249.  
  1250. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1251.  
  1252. wait(0.5)
  1253. function kill(a)
  1254. local A_1 =
  1255. {
  1256. [1] =
  1257. {
  1258. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  1259. ["Distance"] = 3.2524313926697,
  1260. ["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),
  1261. ["Hit"] = a.Character.Head
  1262. },
  1263. [2] =
  1264. {
  1265. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  1266. ["Distance"] = 3.2699294090271,
  1267. ["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),
  1268. ["Hit"] = a.Character.Head
  1269. },
  1270. [3] =
  1271. {
  1272. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  1273. ["Distance"] = 3.1665518283844,
  1274. ["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),
  1275. ["Hit"] = a.Character.Head
  1276. },
  1277. [4] =
  1278. {
  1279. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  1280. ["Distance"] = 3.3218522071838,
  1281. ["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),
  1282. ["Hit"] = a.Character.Head
  1283. },
  1284. [5] =
  1285. {
  1286. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  1287. ["Distance"] = 3.222757101059,
  1288. ["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),
  1289. ["Hit"] = a.Character.Head
  1290. }
  1291. }
  1292. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1293. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1294. Event:FireServer(A_1, A_2)
  1295. Event:FireServer(A_1, A_2)
  1296. end
  1297.  
  1298. for i,v in pairs(game.Players:GetChildren())do
  1299. if v.Name ~= game.Players.LocalPlayer.Name then
  1300. kill(v)
  1301. end
  1302. end
  1303. wait(1)
  1304. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1305.  
  1306. end)
  1307.  
  1308. TPshow.MouseButton1Down:connect(function()
  1309. tpgui.Visible = true
  1310. end)
  1311.  
  1312. TpHideButton.MouseButton1Down:connect(function()
  1313. tpgui.Visible = false
  1314. end)
  1315.  
  1316. TPYEET.MouseButton1Down:connect(function()
  1317. Target = InsertUserTP.Text
  1318.  
  1319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1320. end)
  1321.  
  1322. FLY.MouseButton1Down:connect(function()
  1323. repeat wait()
  1324. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1325. local mouse = game.Players.LocalPlayer:GetMouse()
  1326. repeat wait() until mouse
  1327. local plr = game.Players.LocalPlayer
  1328. local torso = plr.Character.Torso
  1329. local flying = true
  1330. local deb = true
  1331. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1332. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1333. local maxspeed = 50
  1334. local speed = 0
  1335.  
  1336. function Fly()
  1337. local bg = Instance.new("BodyGyro", torso)
  1338. bg.P = 9e4
  1339. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1340. bg.cframe = torso.CFrame
  1341. local bv = Instance.new("BodyVelocity", torso)
  1342. bv.velocity = Vector3.new(0,0.1,0)
  1343. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1344. repeat wait()
  1345. plr.Character.Humanoid.PlatformStand = true
  1346. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1347. speed = speed+.5+(speed/maxspeed)
  1348. if speed > maxspeed then
  1349. speed = maxspeed
  1350. end
  1351. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1352. speed = speed-1
  1353. if speed < 0 then
  1354. speed = 0
  1355. end
  1356. end
  1357. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1358. 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
  1359. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1360. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1361. 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
  1362. else
  1363. bv.velocity = Vector3.new(0,0.1,0)
  1364. end
  1365. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1366. until not flying
  1367. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1368. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1369. speed = 0
  1370. bg:Destroy()
  1371. bv:Destroy()
  1372. plr.Character.Humanoid.PlatformStand = false
  1373. end
  1374. mouse.KeyDown:connect(function(key)
  1375. if key:lower() == "e" then
  1376. if flying then flying = false
  1377. else
  1378. flying = true
  1379. Fly()
  1380. end
  1381. elseif key:lower() == "w" then
  1382. ctrl.f = 1
  1383. elseif key:lower() == "s" then
  1384. ctrl.b = -1
  1385. elseif key:lower() == "a" then
  1386. ctrl.l = -1
  1387. elseif key:lower() == "d" then
  1388. ctrl.r = 1
  1389. end
  1390. end)
  1391. mouse.KeyUp:connect(function(key)
  1392. if key:lower() == "w" then
  1393. ctrl.f = 0
  1394. elseif key:lower() == "s" then
  1395. ctrl.b = 0
  1396. elseif key:lower() == "a" then
  1397. ctrl.l = 0
  1398. elseif key:lower() == "d" then
  1399. ctrl.r = 0
  1400. end
  1401. end)
  1402. Fly()
  1403. end)
  1404.  
  1405. SuperPunch.MouseButton1Down:connect(function()
  1406. mainRemotes = game.ReplicatedStorage
  1407. meleeRemote = mainRemotes['meleeEvent']
  1408. mouse = game.Players.LocalPlayer:GetMouse()
  1409. punching = false
  1410. cooldown = false
  1411.  
  1412. function punch()
  1413. cooldown = true
  1414. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1415. part.Transparency = 1
  1416. part.Size = Vector3.new(5, 2, 3)
  1417. part.CanCollide = false
  1418. local w1 = Instance.new("Weld", part)
  1419. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1420. w1.Part1 = part
  1421. w1.C1 = CFrame.new(0,0,2)
  1422. part.Touched:connect(function(hit)
  1423. if game.Players:FindFirstChild(hit.Parent.Name) then
  1424. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1425. if plr.Name ~= game.Players.LocalPlayer.Name then
  1426. part:Destroy()
  1427.  
  1428. for i = 1,100 do
  1429. meleeRemote:FireServer(plr)
  1430. end
  1431. end
  1432. end
  1433. end)
  1434.  
  1435. wait(1)
  1436. cooldown = false
  1437. part:Destroy()
  1438. end
  1439.  
  1440.  
  1441. mouse.KeyDown:connect(function(key)
  1442. if cooldown == false then
  1443. if key:lower() == "f" then
  1444.  
  1445. punch()
  1446.  
  1447. end
  1448. end
  1449. end)
  1450. end)
  1451.  
  1452. BeInmate.MouseButton1Down:connect(function()
  1453. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  1454. end)
  1455.  
  1456. BeGuard.MouseButton1Down:connect(function()
  1457. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1458. end)
  1459.  
  1460. BeCriminal.MouseButton1Down:connect(function()
  1461. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1462.  
  1463. LCS.CanCollide = false
  1464. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1465. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1466. LCS.Transparency = 1
  1467. wait(0.5)
  1468. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1469. LCS.Size = Vector3.new(6, 0.2, 6)
  1470. LCS.Transparency = 0
  1471. end)
  1472.  
  1473. InvGuns.MouseButton1Down:connect(function()
  1474. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
  1475. if v.ClassName == "Model" then
  1476. v:Destroy()
  1477. end
  1478. end
  1479.  
  1480. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  1481.  
  1482. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  1483. end)
  1484.  
  1485. CrimPunch.MouseButton1Down:connect(function()
  1486. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  1487. if v.ClassName == "Tool" then
  1488. v:Destroy()
  1489. end
  1490. end
  1491. end)
  1492.  
  1493. BeNeutral.MouseButton1Down:connect(function()
  1494. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1495. end)
  1496.  
  1497. TeamOPorCL.MouseButton1Down:connect(function()
  1498. if TeamMain.Visible == true then
  1499.  
  1500. TeamMain:TweenPosition(UDim2.new(-0.00802327972, 0, 1.12121212, 0), 'Out', 'Bounce', 2)
  1501. wait(2)
  1502. TeamMain.Visible = false
  1503. elseif
  1504. TeamMain.Visible == false then
  1505. TeamMain:TweenPosition(UDim.new(-0.00802327972, 0, 5.12121212, 0), 'Out', 'Bounce', 2)
  1506. TeamMain.Visible = true
  1507. end
  1508. end)
  1509.  
  1510. local yee = false
  1511.  
  1512. SOC.MouseButton1Down:connect(function()
  1513. yee = true
  1514. wait(0.2)
  1515. if yee == true then
  1516. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1517.  
  1518. LCS.CanCollide = false
  1519. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1520. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1521. LCS.Transparency = 1
  1522. wait(0.5)
  1523. while yee do
  1524. wait(0.003)
  1525. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1526. end
  1527. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1528. LCS.Size = Vector3.new(6, 0.2, 6)
  1529. LCS.Transparency = 1
  1530. wait(2)
  1531. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1532. LCS.Size = Vector3.new(6, 0.2, 6)
  1533. LCS.Transparency = 1
  1534. end
  1535. end)
  1536.  
  1537. local GuTe = false
  1538.  
  1539. SOG.MouseButton1Down:connect(function()
  1540. if GuTe == false then
  1541. GuTe = true
  1542. if GuTe == true then
  1543. while GuTe do
  1544. wait(0.2)
  1545. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1546. end
  1547. end
  1548. end
  1549. end)
  1550.  
  1551. local InTe = false
  1552.  
  1553. SOI.MouseButton1Down:connect(function()
  1554. if InTe == false then
  1555. InTe = true
  1556. if InTe == true then
  1557. wait(0.2)
  1558. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1559. end
  1560. end
  1561. end)
  1562.  
  1563. Disable.MouseButton1Down:connect(function()
  1564. InTe = false
  1565.  
  1566. GuTe = false
  1567.  
  1568. yee = false
  1569. wait(0.2)
  1570. if yee == false then
  1571. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1572. LCS.Size = Vector3.new(6, 0.2, 6)
  1573. LCS.Transparency = 1
  1574. wait(2)
  1575. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1576. LCS.Size = Vector3.new(6, 0.2, 6)
  1577. LCS.Transparency = 1
  1578. end
  1579. end)
  1580.  
  1581. Trans.MouseButton1Down:connect(function()
  1582. PLMain = Main
  1583. PLCgui = ForceCgui
  1584. PLLc = LocalCommands
  1585. PLtp = tpgui
  1586. TMain = TeamMain
  1587.  
  1588. TLble = TitleBar
  1589. LCTitleBar = LocalCMD_BarTitle
  1590. LCTitle = LocalCMD_Title
  1591.  
  1592. if LCTitle.BackgroundTransparency == 0 then
  1593. LCTitle.BackgroundTransparency = 0.5
  1594. elseif
  1595. LCTitle.BackgroundTransparency == 0.5 then
  1596. LCTitle.BackgroundTransparency = 0
  1597. end
  1598.  
  1599. if LCTitleBar.BackgroundTransparency == 0 then
  1600. LCTitleBar.BackgroundTransparency = 0.5
  1601. elseif
  1602. LCTitleBar.BackgroundTransparency == 0.5 then
  1603. LCTitleBar.BackgroundTransparency = 0
  1604. end
  1605.  
  1606. if TLble.BackgroundTransparency == 0.8 then
  1607. TLble.BackgroundTransparency = 0.5
  1608. elseif
  1609. TLble.BackgroundTransparency == 0.5 then
  1610. TLble.BackgroundTransparency = 0.8
  1611. end
  1612.  
  1613. if PLMain.BackgroundTransparency == 0 then
  1614. PLMain.BackgroundTransparency = 0.5
  1615. elseif
  1616. PLMain.BackgroundTransparency == 0.5 then
  1617. PLMain.BackgroundTransparency = 0
  1618. end
  1619.  
  1620. if PLCgui.BackgroundTransparency == 0 then
  1621. PLCgui.BackgroundTransparency = 0.5
  1622. elseif
  1623. PLCgui.BackgroundTransparency == 0.5 then
  1624. PLCgui.BackgroundTransparency = 0
  1625. end
  1626.  
  1627. if PLLc.BackgroundTransparency == 0 then
  1628. PLLc.BackgroundTransparency = 0.5
  1629. elseif
  1630. PLLc.BackgroundTransparency == 0.5 then
  1631. PLLc.BackgroundTransparency = 0
  1632. end
  1633.  
  1634. if PLtp.BackgroundTransparency == 0 then
  1635. PLtp.BackgroundTransparency = 0.5
  1636. elseif
  1637. PLtp.BackgroundTransparency == 0.5 then
  1638. PLtp.BackgroundTransparency = 0
  1639. end
  1640.  
  1641. if TMain.BackgroundTransparency == 0 then
  1642. TMain.BackgroundTransparency = 0.5
  1643. elseif
  1644. TMain.BackgroundTransparency == 0.5 then
  1645. TMain.BackgroundTransparency = 0
  1646. end
  1647. end)
  1648.  
  1649. ArrestAll.MouseButton1Down:connect(function()
  1650. wait(0.1)
  1651. Player = game.Players.LocalPlayer
  1652. Pcf = Player.Character.HumanoidRootPart.CFrame
  1653. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1654. if v.Name ~= Player.Name then
  1655. local i = 10
  1656. repeat
  1657. wait()
  1658. i = i-1
  1659. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1660. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1661. until i == 0
  1662. end
  1663. end
  1664. end)
  1665.  
  1666. KillAura.MouseButton1Down:connect(function()
  1667. TrueOrFalse.Text = "FALSE"
  1668. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1669.  
  1670. mainRemotes = game.ReplicatedStorage
  1671. meleeRemote = mainRemotes['meleeEvent']
  1672.  
  1673. _G.killAura = false
  1674.  
  1675. contextactionservice = game.ContextActionService
  1676.  
  1677. function toggleKillAura(actionName, inputState, inputObject)
  1678. if inputState == Enum.UserInputState.Begin then
  1679. if _G.killAura == true then
  1680. _G.killAura = false
  1681. TrueOrFalse.Text = "FALSE"
  1682. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1683. else
  1684. _G.killAura = true
  1685. TrueOrFalse.Text = "TRUE"
  1686. TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
  1687. end
  1688. end
  1689. end
  1690.  
  1691.  
  1692.  
  1693. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
  1694.  
  1695. while wait() do
  1696. if _G.killAura == true then
  1697. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1698. if plr.Name ~= game.Players.LocalPlayer.Name then
  1699. meleeRemote:FireServer(plr)
  1700.  
  1701. end
  1702. end
  1703. end
  1704. end
  1705. end)
  1706.  
  1707. local istptoplr = false
  1708. local metoplr = false
  1709.  
  1710. TextButton.MouseButton1Down:connect(function()
  1711. Target = InsertUser.Text
  1712.  
  1713. _G.killAura = true
  1714. wait(0.2)
  1715.  
  1716. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1717. Apart.Transparency = 1
  1718. Apart.Anchored = true
  1719. Apart.CanCollide = false
  1720. wait(0.3)
  1721. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1722.  
  1723. istptoplr = true
  1724. wait(0.004)
  1725.  
  1726. if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
  1727. wait(6)
  1728. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1729. elseif
  1730. game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
  1731. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1732. end
  1733.  
  1734. if istptoplr == true then
  1735. while istptoplr do
  1736. wait()
  1737.  
  1738. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1739.  
  1740. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1741.  
  1742. LCS.CanCollide = false
  1743. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1744. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1745. LCS.Transparency = 1
  1746.  
  1747. wait(2)
  1748.  
  1749. istptoplr = false
  1750. _G.killAura = false
  1751.  
  1752. wait(0.04)
  1753.  
  1754. if istptoplr == false then
  1755. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1756. LCS.Size = Vector3.new(6, 0.2, 6)
  1757. LCS.Transparency = 0
  1758. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
  1759. wait()
  1760. istptoplr = false
  1761. end
  1762. end
  1763. end
  1764. end)
  1765.  
  1766. TeamOPorCL:Destroy()
  1767.  
  1768.  
  1769. function dragify(Main)
  1770. dragToggle = nil
  1771. dragSpeed = .20 -- You can edit this.
  1772. dragInput = nil
  1773. dragStart = nil
  1774. dragPos = nil
  1775.  
  1776. function updateInput(input)
  1777. Delta = input.Position - dragStart
  1778. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1779. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
  1780. end
  1781.  
  1782. Main.InputBegan:Connect(function(input)
  1783. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  1784. dragToggle = true
  1785. dragStart = input.Position
  1786. startPos = Main.Position
  1787. input.Changed:Connect(function()
  1788. if (input.UserInputState == Enum.UserInputState.End) then
  1789. dragToggle = false
  1790. end
  1791. end)
  1792. end
  1793. end)
  1794.  
  1795. Main.InputChanged:Connect(function(input)
  1796. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  1797. dragInput = input
  1798. end
  1799. end)
  1800.  
  1801. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1802. if (input == dragInput and dragToggle) then
  1803. updateInput(input)
  1804. end
  1805. end)
  1806. end
  1807.  
  1808. dragify(Main)
  1809. end)
  1810.  
  1811. prisonlive2.Name = "prisonlive 2"
  1812. prisonlive2.Parent = Scrollingmain
  1813. prisonlive2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1814. prisonlive2.Position = UDim2.new(0.0526315793, 0, 0.377659559, 0)
  1815. prisonlive2.Size = UDim2.new(0, 107, 0, 50)
  1816. prisonlive2.Font = Enum.Font.GothamBold
  1817. prisonlive2.Text = "prisonlive GUI 2"
  1818. prisonlive2.TextColor3 = Color3.fromRGB(175, 245, 44)
  1819. prisonlive2.TextSize = 22.000
  1820. prisonlive2.TextWrapped = true
  1821. prisonlive2.MouseButton1Down:connect(function()
  1822. loadstring(game:HttpGet('https://pastebin.com/raw/231PjSX8'))()
  1823. end)
  1824.  
  1825. breakin.Name = "break in"
  1826. breakin.Parent = Scrollingmain
  1827. breakin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1828. breakin.Position = UDim2.new(0.0526315793, 0, 0.539007068, 0)
  1829. breakin.Size = UDim2.new(0, 107, 0, 50)
  1830. breakin.Font = Enum.Font.GothamBold
  1831. breakin.Text = "break in GUI"
  1832. breakin.TextColor3 = Color3.fromRGB(255, 171, 247)
  1833. breakin.TextSize = 22.000
  1834. breakin.TextWrapped = true
  1835. breakin.MouseButton1Down:connect(function()
  1836. loadstring(game:HttpGet("https://pastebin.com/raw/k5mFtU5d", true))()
  1837. end)
  1838.  
  1839. title.Name = "title"
  1840. title.Parent = Scrollingmain
  1841. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1842. title.BackgroundTransparency = 1.000
  1843. title.Position = UDim2.new(0.0225563906, 0, 0, 0)
  1844. title.Size = UDim2.new(0, 114, 0, 23)
  1845. title.Font = Enum.Font.SourceSans
  1846. title.Text = "Script Hub"
  1847. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  1848. title.TextSize = 19.000
  1849.  
  1850. execute.Name = "execute"
  1851. execute.Parent = main
  1852. execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1853. execute.Position = UDim2.new(0.271983653, 0, 0.858156025, 0)
  1854. execute.Size = UDim2.new(0, 177, 0, 40)
  1855. execute.Font = Enum.Font.GothamBold
  1856. execute.Text = "execute"
  1857. execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  1858. execute.TextSize = 22.000
  1859. execute.MouseButton1Down:connect(function()
  1860. loadstring(TextBox.Text)
  1861. end)
  1862.  
  1863. clear.Name = "clear"
  1864. clear.Parent = main
  1865. clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1866. clear.Position = UDim2.new(0.633946836, 0, 0.858156025, 0)
  1867. clear.Size = UDim2.new(0, 179, 0, 40)
  1868. clear.Font = Enum.Font.GothamBold
  1869. clear.Text = "clear"
  1870. clear.TextColor3 = Color3.fromRGB(0, 0, 0)
  1871. clear.TextSize = 22.000
  1872. clear.MouseButton1Down:connect(function()
  1873. TextBox.Text = ""
  1874. end)
  1875.  
  1876. label.Name = "label"
  1877. label.Parent = main
  1878. label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1879. label.Position = UDim2.new(0.271983653, 0, 0, 0)
  1880. label.Size = UDim2.new(0, 356, 0, 23)
  1881. label.Font = Enum.Font.SourceSans
  1882. label.Text = "Noob SS"
  1883. label.TextColor3 = Color3.fromRGB(0, 0, 0)
  1884. label.TextSize = 22.000
  1885. label.TextStrokeColor3 = Color3.fromRGB(236, 255, 20)
  1886.  
  1887. TextBox.Parent = main
  1888. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1889. TextBox.Position = UDim2.new(0.271983653, 0, 0.0815602839, 0)
  1890. TextBox.Size = UDim2.new(0, 356, 0, 219)
  1891. TextBox.Font = Enum.Font.SourceSans
  1892. TextBox.Text = ""
  1893. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  1894. TextBox.TextSize = 19.000
  1895. TextBox.TextWrapped = true
  1896. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  1897. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  1898.  
  1899. Frame.Parent = SAYAHH
  1900. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1901. Frame.BackgroundTransparency = 1.000
  1902. Frame.Size = UDim2.new(0, 100, 0, 100)
  1903.  
  1904. TextButton.Parent = Frame
  1905. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1906. TextButton.Position = UDim2.new(0.189999998, 0, 2.25999999, 0)
  1907. TextButton.Size = UDim2.new(0, 156, 0, 45)
  1908. TextButton.Font = Enum.Font.SourceSans
  1909. TextButton.Text = "Open/Close"
  1910. TextButton.TextColor3 = Color3.fromRGB(45, 200, 190)
  1911. TextButton.TextScaled = true
  1912. TextButton.TextSize = 14.000
  1913. TextButton.TextWrapped = true
  1914.  
  1915. -- Scripts:
  1916.  
  1917. local function DWGTAL_fake_script() -- execute.LocalScript
  1918. local script = Instance.new('LocalScript', execute)
  1919.  
  1920. while true do
  1921. i = 0
  1922. for n=1,0,-0.05 do
  1923. i = i + 0.05
  1924. script.Parent.BackgroundColor3 = Color3.new(i, 0, n)
  1925. wait()
  1926. end
  1927. i = 0
  1928. for n=1,0,-0.05 do
  1929. i = i + 0.05
  1930. script.Parent.BackgroundColor3 = Color3.new(n, i, 0)
  1931. wait()
  1932. end
  1933. i = 0
  1934. for n=1,0,-0.05 do
  1935. i = i + 0.05
  1936. script.Parent.BackgroundColor3 = Color3.new(0, n, i)
  1937. wait()
  1938. end
  1939. end
  1940. end
  1941. coroutine.wrap(DWGTAL_fake_script)()
  1942. local function NCHX_fake_script() -- clear.LocalScript
  1943. local script = Instance.new('LocalScript', clear)
  1944.  
  1945. while true do
  1946. i = 0
  1947. for n=1,0,-0.05 do
  1948. i = i + 0.05
  1949. script.Parent.BackgroundColor3 = Color3.new(i, 0, n)
  1950. wait()
  1951. end
  1952. i = 0
  1953. for n=1,0,-0.05 do
  1954. i = i + 0.05
  1955. script.Parent.BackgroundColor3 = Color3.new(n, i, 0)
  1956. wait()
  1957. end
  1958. i = 0
  1959. for n=1,0,-0.05 do
  1960. i = i + 0.05
  1961. script.Parent.BackgroundColor3 = Color3.new(0, n, i)
  1962. wait()
  1963. end
  1964. end
  1965. end
  1966. coroutine.wrap(NCHX_fake_script)()
  1967. local function AJHQT_fake_script() -- label.LocalScript
  1968. local script = Instance.new('LocalScript', label)
  1969.  
  1970. while true do
  1971. i = 0
  1972. for n=1,0,-0.05 do
  1973. i = i + 0.05
  1974. script.Parent.BackgroundColor3 = Color3.new(i, 0, n)
  1975. wait()
  1976. end
  1977. i = 0
  1978. for n=1,0,-0.05 do
  1979. i = i + 0.05
  1980. script.Parent.BackgroundColor3 = Color3.new(n, i, 0)
  1981. wait()
  1982. end
  1983. i = 0
  1984. for n=1,0,-0.05 do
  1985. i = i + 0.05
  1986. script.Parent.BackgroundColor3 = Color3.new(0, n, i)
  1987. wait()
  1988. end
  1989. end
  1990. end
  1991. coroutine.wrap(AJHQT_fake_script)()
  1992. local function ZEHDYC_fake_script() -- TextButton.LocalScript
  1993. local script = Instance.new('LocalScript', TextButton)
  1994.  
  1995. function onClick()
  1996.  
  1997. if (script.Parent.Parent.Parent.main.Visible)then
  1998.  
  1999. script.Parent.Parent.Parent.main.Visible = false
  2000.  
  2001. else
  2002.  
  2003. script.Parent.Parent.Parent.main.Visible = true
  2004.  
  2005. end
  2006. end
  2007.  
  2008. script.Parent.MouseButton1Down:Connect(onClick)
  2009. end
  2010. coroutine.wrap(ZEHDYC_fake_script)()
  2011.  
Add Comment
Please, Sign In to add comment