ScriptsX

Roblox Prison Life OP GUI

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