Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.91 KB | None | 0 0
  1. -- Objects
  2.  
  3. local LoginGUI = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local User = Instance.new("TextBox")
  7. local Pass = Instance.new("TextBox")
  8. local Submit = Instance.new("TextButton")
  9. local ScriptFrame = Instance.new("Frame")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local PrisonGUI = Instance.new("TextButton")
  13. local AnimationGUI = Instance.new("TextButton")
  14. local Fly = Instance.new("TextButton")
  15. local Exit = Instance.new("TextButton")
  16. local Open = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. LoginGUI.Name = "Login GUI"
  21. LoginGUI.Parent = game.CoreGui
  22.  
  23. LoginFrame.Name = "Login Frame"
  24. LoginFrame.Parent = LoginGUI
  25. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  26. LoginFrame.Position = UDim2.new(-1.11758709e-08, 0, 0.145118743, 0)
  27. LoginFrame.Size = UDim2.new(0, 246, 0, 304)
  28.  
  29. TextLabel.Parent = LoginFrame
  30. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  32. TextLabel.BorderSizePixel = 3
  33. TextLabel.Size = UDim2.new(0, 246, 0, 50)
  34. TextLabel.Font = Enum.Font.SourceSans
  35. TextLabel.Text = "Clockz Workz 1.0"
  36. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  37. TextLabel.TextScaled = true
  38. TextLabel.TextSize = 14
  39. TextLabel.TextWrapped = true
  40.  
  41. User.Name = "User"
  42. User.Parent = LoginFrame
  43. User.BackgroundColor3 = Color3.new(1, 1, 1)
  44. User.BackgroundTransparency = 1
  45. User.Position = UDim2.new(0.0934959352, 0, 0.319078952, 0)
  46. User.Size = UDim2.new(0, 200, 0, 50)
  47. User.Font = Enum.Font.SourceSans
  48. User.Text = "Username"
  49. User.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  50. User.TextScaled = true
  51. User.TextSize = 14
  52. User.TextWrapped = true
  53.  
  54. Pass.Name = "Pass"
  55. Pass.Parent = LoginFrame
  56. Pass.BackgroundColor3 = Color3.new(1, 1, 1)
  57. Pass.BackgroundTransparency = 1
  58. Pass.Position = UDim2.new(0.0934959352, 0, 0.588815808, 0)
  59. Pass.Size = UDim2.new(0, 200, 0, 50)
  60. Pass.Font = Enum.Font.SourceSans
  61. Pass.Text = "Password"
  62. Pass.TextColor3 = Color3.new(1, 1, 1)
  63. Pass.TextScaled = true
  64. Pass.TextSize = 14
  65. Pass.TextWrapped = true
  66.  
  67. Submit.Name = "Submit"
  68. Submit.Parent = LoginFrame
  69. Submit.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Submit.BackgroundTransparency = 1
  71. Submit.Position = UDim2.new(0.0934959352, 0, 0.802631617, 0)
  72. Submit.Size = UDim2.new(0, 200, 0, 50)
  73. Submit.Font = Enum.Font.SourceSans
  74. Submit.Text = "Submit"
  75. Submit.TextColor3 = Color3.new(1, 1, 1)
  76. Submit.TextScaled = true
  77. Submit.TextSize = 14
  78. Submit.TextWrapped = true
  79.  
  80. Submit.MouseButton1Down:connect(function()
  81. if User.Text == "Mark" and Pass.Text == "Pass" then
  82. LoginFrame.Visible = false
  83. Open.Visible = true
  84. end
  85. end)
  86.  
  87. ScriptFrame.Name = "Script Frame"
  88. ScriptFrame.Parent = LoginGUI
  89. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  90. ScriptFrame.Position = UDim2.new(0.5, 0, 0.145118728, 0)
  91. ScriptFrame.Size = UDim2.new(0, 273, 0, 304)
  92. ScriptFrame.Visible = false
  93. ScriptFrame.Active = true
  94. ScriptFrame.Draggable = true
  95.  
  96. TextLabel_2.Parent = ScriptFrame
  97. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  98. TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
  99. TextLabel_2.BorderSizePixel = 3
  100. TextLabel_2.Size = UDim2.new(0, 273, 0, 50)
  101. TextLabel_2.Font = Enum.Font.SourceSans
  102. TextLabel_2.Text = "Clockz Workz 1.0"
  103. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  104. TextLabel_2.TextScaled = true
  105. TextLabel_2.TextSize = 14
  106. TextLabel_2.TextWrapped = true
  107.  
  108. TextLabel_3.Parent = ScriptFrame
  109. TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  110. TextLabel_3.BorderColor3 = Color3.new(1, 1, 1)
  111. TextLabel_3.BorderSizePixel = 3
  112. TextLabel_3.Position = UDim2.new(0, 0, 0.835526288, 0)
  113. TextLabel_3.Size = UDim2.new(0, 273, 0, 50)
  114. TextLabel_3.Font = Enum.Font.SourceSans
  115. TextLabel_3.Text = "Made By: Itzmarkzz Gaming"
  116. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  117. TextLabel_3.TextScaled = true
  118. TextLabel_3.TextSize = 14
  119. TextLabel_3.TextWrapped = true
  120.  
  121. PrisonGUI.Name = "Prison GUI"
  122. PrisonGUI.Parent = ScriptFrame
  123. PrisonGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  124. PrisonGUI.Position = UDim2.new(0.131868139, 0, 0.210526317, 0)
  125. PrisonGUI.Size = UDim2.new(0, 200, 0, 50)
  126. PrisonGUI.Font = Enum.Font.SourceSans
  127. PrisonGUI.Text = "Prsion life GUI"
  128. PrisonGUI.TextColor3 = Color3.new(0, 0, 0)
  129. PrisonGUI.TextSize = 14
  130.  
  131. PrisonGUI.MouseButton1Down:connect(function()
  132. -- Objects
  133.  
  134. local PrisonLife = Instance.new("ScreenGui")
  135. local Topbar = Instance.new("TextLabel")
  136. local MainFrame = Instance.new("Frame")
  137. local Frame4 = Instance.new("Frame")
  138. local ESP = Instance.new("TextButton")
  139. local TextLabel = Instance.new("TextLabel")
  140. local SuperPunch = Instance.new("TextButton")
  141. local TextLabel_2 = Instance.new("TextLabel")
  142. local Noclip = Instance.new("TextButton")
  143. local TextLabel_3 = Instance.new("TextLabel")
  144. local LA = Instance.new("TextButton")
  145. local TextLabel_4 = Instance.new("TextLabel")
  146. local KillAura = Instance.new("TextButton")
  147. local TextLabel_5 = Instance.new("TextLabel")
  148. local ClickTp = Instance.new("TextButton")
  149. local TextLabel_6 = Instance.new("TextLabel")
  150. local BPT = Instance.new("TextButton")
  151. local TextLabel_7 = Instance.new("TextLabel")
  152. local ArrestAura = Instance.new("TextButton")
  153. local TextLabel_8 = Instance.new("TextLabel")
  154. local Frame2 = Instance.new("Frame")
  155. local Tp1 = Instance.new("TextButton")
  156. local Tp5 = Instance.new("TextButton")
  157. local Tp10 = Instance.new("TextButton")
  158. local Tp9 = Instance.new("TextButton")
  159. local Tp6 = Instance.new("TextButton")
  160. local Tp2 = Instance.new("TextButton")
  161. local Tp3 = Instance.new("TextButton")
  162. local Tp4 = Instance.new("TextButton")
  163. local Tp8 = Instance.new("TextButton")
  164. local Players = Instance.new("ScrollingFrame")
  165. local Player = Instance.new("TextButton")
  166. local Frame3 = Instance.new("Frame")
  167. local M9 = Instance.new("TextButton")
  168. local Ak47 = Instance.new("TextButton")
  169. local Shotgun = Instance.new("TextButton")
  170. local M4A1 = Instance.new("TextButton")
  171. local Knife = Instance.new("TextButton")
  172. local Mirror = Instance.new("TextButton")
  173. local Frame1 = Instance.new("ScrollingFrame")
  174. local BT = Instance.new("TextButton")
  175. local God = Instance.new("TextButton")
  176. local LOCK = Instance.new("TextButton")
  177. local QuickEscape = Instance.new("TextButton")
  178. local RemDoors = Instance.new("TextButton")
  179. local TPArrest = Instance.new("TextButton")
  180. local TpCar = Instance.new("TextButton")
  181. local Value = Instance.new("TextBox")
  182. local WS = Instance.new("TextButton")
  183. local melee = Instance.new("TextButton")
  184. local PlayerNameBox = Instance.new("TextBox")
  185. local ArrestPlr = Instance.new("TextButton")
  186. local KillAll = Instance.new("TextButton")
  187. local HeadTp = Instance.new("TextButton")
  188. local KillPlr = Instance.new("TextButton")
  189. local TeamC1 = Instance.new("TextButton")
  190. local TeamC2 = Instance.new("TextButton")
  191. local TeamC3 = Instance.new("TextButton")
  192. local Blackout = Instance.new("Frame")
  193. local SettingsTab = Instance.new("Frame")
  194. local Hotkeys = Instance.new("ScrollingFrame")
  195. local Hotkey1 = Instance.new("Frame")
  196. local HotkeyLabel = Instance.new("TextLabel")
  197. local Hotkey = Instance.new("TextBox")
  198. local Menu = Instance.new("Frame")
  199. local Functions = Instance.new("TextButton")
  200. local MenuB = Instance.new("TextButton")
  201. local Guns = Instance.new("TextButton")
  202. local Togglables = Instance.new("TextButton")
  203. local Teleports = Instance.new("TextButton")
  204. local Settings = Instance.new("TextButton")
  205. local Open = Instance.new("TextButton")
  206. local LoginScreen = Instance.new("Frame")
  207. local LoginButton = Instance.new("TextButton")
  208. local LoginDesc = Instance.new("TextLabel")
  209. local LoginTitle = Instance.new("TextLabel")
  210.  
  211. -- Properties
  212.  
  213. PrisonLife.Name = "PrisonLife"
  214. PrisonLife.Parent = game.Players.LocalPlayer.PlayerGui
  215. PrisonLife.ResetOnSpawn = false
  216.  
  217. Topbar.Name = "Topbar"
  218. Topbar.Parent = PrisonLife
  219. Topbar.Active = true
  220. Topbar.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  221. Topbar.Draggable = true
  222. Topbar.Position = UDim2.new(0, 800, 0, 200)
  223. Topbar.Size = UDim2.new(0, 500, 0, 25)
  224. Topbar.Visible = false
  225. Topbar.Font = Enum.Font.SourceSans
  226. Topbar.Text = "Prisoners GUI by Noobdudeispro2 @V3RM"
  227. Topbar.TextColor3 = Color3.new(1, 1, 1)
  228. Topbar.TextScaled = true
  229. Topbar.TextSize = 14
  230. Topbar.TextWrapped = true
  231.  
  232. MainFrame.Name = "MainFrame"
  233. MainFrame.Parent = Topbar
  234. MainFrame.Active = true
  235. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  236. MainFrame.BackgroundTransparency = 1
  237. MainFrame.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  238. MainFrame.BorderSizePixel = 0
  239. MainFrame.Position = UDim2.new(0, 0, 0, 25)
  240. MainFrame.Size = UDim2.new(0, 500, 0, 300)
  241.  
  242. SettingsTab.Name = "SettingsTab"
  243. SettingsTab.Parent = MainFrame
  244. SettingsTab.BackgroundColor3 = Color3.new(1, 1, 1)
  245. SettingsTab.BorderSizePixel = 0
  246. SettingsTab.Selectable = true
  247. SettingsTab.Size = UDim2.new(0, 500, 0, 300)
  248.  
  249. Frame4.Name = "Frame4"
  250. Frame4.Parent = MainFrame
  251. Frame4.BackgroundColor3 = Color3.new(1, 1, 1)
  252. Frame4.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  253. Frame4.BorderSizePixel = 0
  254. Frame4.Size = UDim2.new(0, 500, 0, 300)
  255.  
  256. ESP.Name = "ESP"
  257. ESP.Parent = Frame4
  258. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  259. ESP.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  260. ESP.BorderSizePixel = 5
  261. ESP.Position = UDim2.new(0, 170, 0, 40)
  262. ESP.Size = UDim2.new(0, 25, 0, 25)
  263. ESP.Font = Enum.Font.SourceSans
  264. ESP.Text = ""
  265. ESP.TextSize = 14
  266.  
  267. TextLabel.Parent = ESP
  268. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  269. TextLabel.BorderSizePixel = 0
  270. TextLabel.Position = UDim2.new(0, 35, 0, 0)
  271. TextLabel.Size = UDim2.new(0, 110, 0, 25)
  272. TextLabel.Font = Enum.Font.SourceSansBold
  273. TextLabel.Text = "Player ESP"
  274. TextLabel.TextScaled = true
  275. TextLabel.TextSize = 50
  276. TextLabel.TextWrapped = true
  277. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  278.  
  279. SuperPunch.Name = "Super Punch"
  280. SuperPunch.Parent = Frame4
  281. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  282. SuperPunch.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  283. SuperPunch.BorderSizePixel = 5
  284. SuperPunch.Position = UDim2.new(0, 10, 0, 240)
  285. SuperPunch.Size = UDim2.new(0, 25, 0, 25)
  286. SuperPunch.Font = Enum.Font.SourceSans
  287. SuperPunch.Text = ""
  288. SuperPunch.TextSize = 14
  289. SuperPunch.TextXAlignment = Enum.TextXAlignment.Left
  290.  
  291. TextLabel_2.Parent = SuperPunch
  292. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  293. TextLabel_2.BorderSizePixel = 0
  294. TextLabel_2.Position = UDim2.new(0, 35, 0, 0)
  295. TextLabel_2.Size = UDim2.new(0, 110, 0, 25)
  296. TextLabel_2.Font = Enum.Font.SourceSansBold
  297. TextLabel_2.Text = "Super Punch"
  298. TextLabel_2.TextScaled = true
  299. TextLabel_2.TextSize = 50
  300. TextLabel_2.TextWrapped = true
  301.  
  302. Noclip.Name = "Noclip"
  303. Noclip.Parent = Frame4
  304. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  305. Noclip.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  306. Noclip.BorderSizePixel = 5
  307. Noclip.Position = UDim2.new(0, 10, 0, 80)
  308. Noclip.Size = UDim2.new(0, 25, 0, 25)
  309. Noclip.Font = Enum.Font.SourceSans
  310. Noclip.Text = ""
  311. Noclip.TextSize = 14
  312.  
  313. TextLabel_3.Parent = Noclip
  314. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  315. TextLabel_3.BorderSizePixel = 0
  316. TextLabel_3.Position = UDim2.new(0, 35, 0, 0)
  317. TextLabel_3.Size = UDim2.new(0, 75, 0, 25)
  318. TextLabel_3.Font = Enum.Font.SourceSansBold
  319. TextLabel_3.Text = "Noclip"
  320. TextLabel_3.TextScaled = true
  321. TextLabel_3.TextSize = 50
  322. TextLabel_3.TextWrapped = true
  323. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  324.  
  325. LA.Name = "Airwalk"
  326. LA.Parent = Frame4
  327. LA.BackgroundColor3 = Color3.new(1, 1, 1)
  328. LA.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  329. LA.BorderSizePixel = 5
  330. LA.Position = UDim2.new(0, 10, 0, 120)
  331. LA.Size = UDim2.new(0, 25, 0, 25)
  332. LA.Font = Enum.Font.SourceSans
  333. LA.Text = ""
  334. LA.TextSize = 14
  335.  
  336. TextLabel_4.Parent = LA
  337. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  338. TextLabel_4.BorderSizePixel = 0
  339. TextLabel_4.Position = UDim2.new(0, 35, 0, 0)
  340. TextLabel_4.Size = UDim2.new(0, 110, 0, 25)
  341. TextLabel_4.Font = Enum.Font.SourceSansBold
  342. TextLabel_4.Text = "Air Walk"
  343. TextLabel_4.TextScaled = true
  344. TextLabel_4.TextSize = 50
  345. TextLabel_4.TextWrapped = true
  346. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  347.  
  348. KillAura.Name = "KillAura"
  349. KillAura.Parent = Frame4
  350. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  351. KillAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  352. KillAura.BorderSizePixel = 5
  353. KillAura.Position = UDim2.new(0, 10, 0, 200)
  354. KillAura.Size = UDim2.new(0, 25, 0, 25)
  355. KillAura.Font = Enum.Font.SourceSans
  356. KillAura.Text = ""
  357. KillAura.TextSize = 14
  358.  
  359. TextLabel_5.Parent = KillAura
  360. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  361. TextLabel_5.BorderSizePixel = 0
  362. TextLabel_5.Position = UDim2.new(0, 35, 0, 0)
  363. TextLabel_5.Size = UDim2.new(0, 100, 0, 25)
  364. TextLabel_5.Font = Enum.Font.SourceSansBold
  365. TextLabel_5.Text = "Kill Aura"
  366. TextLabel_5.TextScaled = true
  367. TextLabel_5.TextSize = 50
  368. TextLabel_5.TextWrapped = true
  369. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  370.  
  371. ClickTp.Name = "Click Tp"
  372. ClickTp.Parent = Frame4
  373. ClickTp.BackgroundColor3 = Color3.new(1, 1, 1)
  374. ClickTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  375. ClickTp.BorderSizePixel = 5
  376. ClickTp.Position = UDim2.new(0, 10, 0, 40)
  377. ClickTp.Size = UDim2.new(0, 25, 0, 25)
  378. ClickTp.Font = Enum.Font.SourceSans
  379. ClickTp.Text = ""
  380. ClickTp.TextSize = 14
  381.  
  382. TextLabel_6.Parent = ClickTp
  383. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  384. TextLabel_6.BorderSizePixel = 0
  385. TextLabel_6.Position = UDim2.new(0, 35, 0, 0)
  386. TextLabel_6.Size = UDim2.new(0, 75, 0, 25)
  387. TextLabel_6.Font = Enum.Font.SourceSansBold
  388. TextLabel_6.Text = "ClickTp"
  389. TextLabel_6.TextScaled = true
  390. TextLabel_6.TextSize = 50
  391. TextLabel_6.TextWrapped = true
  392. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  393.  
  394. BPT.Name = "Taser Bypass"
  395. BPT.Parent = Frame4
  396. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  397. BPT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  398. BPT.BorderSizePixel = 5
  399. BPT.Position = UDim2.new(0, 170, 0, 80)
  400. BPT.Size = UDim2.new(0, 25, 0, 25)
  401. BPT.Font = Enum.Font.SourceSans
  402. BPT.Text = ""
  403. BPT.TextSize = 14
  404.  
  405. TextLabel_7.Parent = BPT
  406. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  407. TextLabel_7.BorderSizePixel = 0
  408. TextLabel_7.Position = UDim2.new(0, 35, 0, 0)
  409. TextLabel_7.Size = UDim2.new(0, 100, 0, 25)
  410. TextLabel_7.Font = Enum.Font.SourceSansBold
  411. TextLabel_7.Text = "Taser Bypass"
  412. TextLabel_7.TextScaled = true
  413. TextLabel_7.TextSize = 50
  414. TextLabel_7.TextWrapped = true
  415. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  416.  
  417. ArrestAura.Name = "Arrest Aura"
  418. ArrestAura.Parent = Frame4
  419. ArrestAura.BackgroundColor3 = Color3.new(1, 1, 1)
  420. ArrestAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  421. ArrestAura.BorderSizePixel = 5
  422. ArrestAura.Position = UDim2.new(0, 10, 0, 160)
  423. ArrestAura.Size = UDim2.new(0, 25, 0, 25)
  424. ArrestAura.Font = Enum.Font.SourceSans
  425. ArrestAura.Text = ""
  426. ArrestAura.TextSize = 14
  427.  
  428. TextLabel_8.Parent = ArrestAura
  429. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  430. TextLabel_8.BorderSizePixel = 0
  431. TextLabel_8.Position = UDim2.new(0, 35, 0, 0)
  432. TextLabel_8.Size = UDim2.new(0, 100, 0, 25)
  433. TextLabel_8.Font = Enum.Font.SourceSansBold
  434. TextLabel_8.Text = "Arrest Aura"
  435. TextLabel_8.TextScaled = true
  436. TextLabel_8.TextSize = 50
  437. TextLabel_8.TextWrapped = true
  438. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  439.  
  440. Frame2.Name = "Frame2"
  441. Frame2.Parent = MainFrame
  442. Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  443. Frame2.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  444. Frame2.BorderSizePixel = 0
  445. Frame2.Size = UDim2.new(0, 500, 0, 300)
  446. Frame2.Visible = false
  447.  
  448. Tp1.Name = "Tp1"
  449. Tp1.Parent = Frame2
  450. Tp1.BackgroundColor3 = Color3.new(1, 1, 1)
  451. Tp1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  452. Tp1.BorderSizePixel = 4
  453. Tp1.Position = UDim2.new(0, 180, 0, 140)
  454. Tp1.Size = UDim2.new(0, 150, 0, 35)
  455. Tp1.Font = Enum.Font.SourceSans
  456. Tp1.Text = "Quick Escape"
  457. Tp1.TextScaled = true
  458. Tp1.TextSize = 14
  459. Tp1.TextWrapped = true
  460.  
  461. Tp5.Name = "Tp5"
  462. Tp5.Parent = Frame2
  463. Tp5.BackgroundColor3 = Color3.new(1, 1, 1)
  464. Tp5.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  465. Tp5.BorderSizePixel = 4
  466. Tp5.Position = UDim2.new(0, 180, 0, 90)
  467. Tp5.Size = UDim2.new(0, 150, 0, 35)
  468. Tp5.Font = Enum.Font.SourceSans
  469. Tp5.Text = "Guards Room"
  470. Tp5.TextScaled = true
  471. Tp5.TextSize = 14
  472. Tp5.TextWrapped = true
  473.  
  474. Tp10.Name = "Tp10"
  475. Tp10.Parent = Frame2
  476. Tp10.BackgroundColor3 = Color3.new(1, 1, 1)
  477. Tp10.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  478. Tp10.BorderSizePixel = 4
  479. Tp10.Position = UDim2.new(0, 180, 0, 190)
  480. Tp10.Size = UDim2.new(0, 150, 0, 35)
  481. Tp10.Font = Enum.Font.SourceSans
  482. Tp10.Text = "Cells"
  483. Tp10.TextScaled = true
  484. Tp10.TextSize = 14
  485. Tp10.TextWrapped = true
  486.  
  487. Tp9.Name = "Tp9"
  488. Tp9.Parent = Frame2
  489. Tp9.BackgroundColor3 = Color3.new(1, 1, 1)
  490. Tp9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  491. Tp9.BorderSizePixel = 4
  492. Tp9.Position = UDim2.new(0, 180, 0, 40)
  493. Tp9.Size = UDim2.new(0, 150, 0, 35)
  494. Tp9.Font = Enum.Font.SourceSans
  495. Tp9.Text = "Teleport To Player"
  496. Tp9.TextScaled = true
  497. Tp9.TextSize = 14
  498. Tp9.TextWrapped = true
  499.  
  500. Tp6.Name = "Tp6"
  501. Tp6.Parent = Frame2
  502. Tp6.BackgroundColor3 = Color3.new(1, 1, 1)
  503. Tp6.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  504. Tp6.BorderSizePixel = 4
  505. Tp6.Position = UDim2.new(0, 10, 0, 190)
  506. Tp6.Size = UDim2.new(0, 150, 0, 35)
  507. Tp6.Font = Enum.Font.SourceSans
  508. Tp6.Text = "Cafeteria"
  509. Tp6.TextScaled = true
  510. Tp6.TextSize = 14
  511. Tp6.TextWrapped = true
  512.  
  513. Tp2.Name = "Tp2"
  514. Tp2.Parent = Frame2
  515. Tp2.BackgroundColor3 = Color3.new(1, 1, 1)
  516. Tp2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  517. Tp2.BorderSizePixel = 4
  518. Tp2.Position = UDim2.new(0, 10, 0, 90)
  519. Tp2.Size = UDim2.new(0, 150, 0, 35)
  520. Tp2.Font = Enum.Font.SourceSans
  521. Tp2.Text = "Country Yard"
  522. Tp2.TextScaled = true
  523. Tp2.TextSize = 14
  524. Tp2.TextWrapped = true
  525.  
  526. Tp3.Name = "Tp3"
  527. Tp3.Parent = Frame2
  528. Tp3.BackgroundColor3 = Color3.new(1, 1, 1)
  529. Tp3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  530. Tp3.BorderSizePixel = 4
  531. Tp3.Position = UDim2.new(0, 180, 0, 240)
  532. Tp3.Size = UDim2.new(0, 150, 0, 35)
  533. Tp3.Font = Enum.Font.SourceSans
  534. Tp3.Text = "Criminal Base"
  535. Tp3.TextScaled = true
  536. Tp3.TextSize = 14
  537. Tp3.TextWrapped = true
  538.  
  539. Tp4.Name = "Tp4"
  540. Tp4.Parent = Frame2
  541. Tp4.BackgroundColor3 = Color3.new(1, 1, 1)
  542. Tp4.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  543. Tp4.BorderSizePixel = 4
  544. Tp4.Position = UDim2.new(0, 10, 0, 140)
  545. Tp4.Size = UDim2.new(0, 150, 0, 35)
  546. Tp4.Font = Enum.Font.SourceSans
  547. Tp4.Text = "Camping Tower"
  548. Tp4.TextScaled = true
  549. Tp4.TextSize = 14
  550. Tp4.TextWrapped = true
  551.  
  552. Tp8.Name = "Tp8"
  553. Tp8.Parent = Frame2
  554. Tp8.BackgroundColor3 = Color3.new(1, 1, 1)
  555. Tp8.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  556. Tp8.BorderSizePixel = 4
  557. Tp8.Position = UDim2.new(0, 10, 0, 240)
  558. Tp8.Size = UDim2.new(0, 150, 0, 35)
  559. Tp8.Font = Enum.Font.SourceSans
  560. Tp8.Text = "Secret room"
  561. Tp8.TextScaled = true
  562. Tp8.TextSize = 14
  563. Tp8.TextWrapped = true
  564.  
  565. Players.Name = "Players"
  566. Players.Parent = Frame2
  567. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  568. Players.Position = UDim2.new(0, 350, 0, 0)
  569. Players.Size = UDim2.new(0, 150, 0, 290)
  570.  
  571. Player.Name = "Player"
  572. Player.Parent = Frame2
  573. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  574. Player.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  575. Player.BorderSizePixel = 4
  576. Player.Position = UDim2.new(0, 10, 0, 40)
  577. Player.Size = UDim2.new(0, 150, 0, 35)
  578. Player.Font = Enum.Font.SourceSans
  579. Player.Text = "Player"
  580. Player.TextScaled = true
  581. Player.TextSize = 14
  582. Player.TextWrapped = true
  583.  
  584. Frame3.Name = "Frame3"
  585. Frame3.Parent = MainFrame
  586. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  587. Frame3.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  588. Frame3.BorderSizePixel = 0
  589. Frame3.Size = UDim2.new(0, 500, 0, 300)
  590. Frame3.Visible = false
  591.  
  592. M9.Name = "M9"
  593. M9.Parent = Frame3
  594. M9.BackgroundColor3 = Color3.new(1, 1, 1)
  595. M9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  596. M9.BorderSizePixel = 4
  597. M9.Position = UDim2.new(0, 10, 0, 40)
  598. M9.Size = UDim2.new(0, 200, 0, 70)
  599. M9.Font = Enum.Font.SourceSans
  600. M9.Text = "Tp M9"
  601. M9.TextScaled = true
  602. M9.TextSize = 14
  603. M9.TextWrapped = true
  604.  
  605. Ak47.Name = "Ak47"
  606. Ak47.Parent = Frame3
  607. Ak47.BackgroundColor3 = Color3.new(1, 1, 1)
  608. Ak47.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  609. Ak47.BorderSizePixel = 4
  610. Ak47.Position = UDim2.new(0, 10, 0, 200)
  611. Ak47.Size = UDim2.new(0, 200, 0, 70)
  612. Ak47.Font = Enum.Font.SourceSans
  613. Ak47.Text = "Give Ak-47"
  614. Ak47.TextScaled = true
  615. Ak47.TextSize = 14
  616. Ak47.TextWrapped = true
  617.  
  618. Shotgun.Name = "Shotgun"
  619. Shotgun.Parent = Frame3
  620. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  621. Shotgun.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  622. Shotgun.BorderSizePixel = 4
  623. Shotgun.Position = UDim2.new(0, 10, 0, 120)
  624. Shotgun.Size = UDim2.new(0, 200, 0, 70)
  625. Shotgun.Font = Enum.Font.SourceSans
  626. Shotgun.Text = "Give Remington"
  627. Shotgun.TextScaled = true
  628. Shotgun.TextSize = 14
  629. Shotgun.TextWrapped = true
  630.  
  631. M4A1.Name = "M4A1"
  632. M4A1.Parent = Frame3
  633. M4A1.BackgroundColor3 = Color3.new(1, 1, 1)
  634. M4A1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  635. M4A1.BorderSizePixel = 4
  636. M4A1.Position = UDim2.new(0, 290, 0, 40)
  637. M4A1.Size = UDim2.new(0, 200, 0, 70)
  638. M4A1.Font = Enum.Font.SourceSans
  639. M4A1.Text = "Give M4A1"
  640. M4A1.TextScaled = true
  641. M4A1.TextSize = 14
  642. M4A1.TextWrapped = true
  643.  
  644. Knife.Name = "Knife"
  645. Knife.Parent = Frame3
  646. Knife.BackgroundColor3 = Color3.new(1, 1, 1)
  647. Knife.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  648. Knife.BorderSizePixel = 4
  649. Knife.Position = UDim2.new(0, 290, 0, 120)
  650. Knife.Size = UDim2.new(0, 200, 0, 70)
  651. Knife.Font = Enum.Font.SourceSans
  652. Knife.Text = "Give All Guns"
  653. Knife.TextScaled = true
  654. Knife.TextSize = 14
  655. Knife.TextWrapped = true
  656.  
  657. Mirror.Name = "Mirror"
  658. Mirror.BackgroundColor3 = Color3.new(1, 1, 1)
  659. Mirror.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  660. Mirror.BorderSizePixel = 4
  661. Mirror.Position = UDim2.new(0, 290, 0, 200)
  662. Mirror.Size = UDim2.new(0, 200, 0, 70)
  663. Mirror.Font = Enum.Font.SourceSans
  664. Mirror.Text = "Give All Melee Weapons"
  665. Mirror.TextScaled = true
  666. Mirror.TextSize = 14
  667. Mirror.TextWrapped = true
  668.  
  669. Frame1.Name = "Frame1"
  670. Frame1.Parent = MainFrame
  671. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  672. Frame1.BorderColor3 = Color3.new(0.219608, 0.34902, 0.439216)
  673. Frame1.BorderSizePixel = 0
  674. Frame1.Selectable = false
  675. Frame1.Size = UDim2.new(0, 500, 0, 300)
  676. Frame1.Visible = false
  677. Frame1.CanvasSize = UDim2.new(0, 0, 1, 40)
  678. Frame1.ScrollBarThickness = 0
  679.  
  680. BT.Name = "BT"
  681. BT.Parent = Frame1
  682. BT.BackgroundColor3 = Color3.new(1, 1, 1)
  683. BT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  684. BT.BorderSizePixel = 4
  685. BT.Position = UDim2.new(0, 180, 0, 140)
  686. BT.Size = UDim2.new(0, 150, 0, 35)
  687. BT.Font = Enum.Font.SourceSans
  688. BT.Text = "Btools"
  689. BT.TextScaled = true
  690. BT.TextSize = 14
  691. BT.TextWrapped = true
  692.  
  693. God.Name = "God"
  694. God.Parent = Frame1
  695. God.BackgroundColor3 = Color3.new(1, 1, 1)
  696. God.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  697. God.BorderSizePixel = 4
  698. God.Position = UDim2.new(0, 10, 0, 90)
  699. God.Size = UDim2.new(0, 150, 0, 35)
  700. God.Font = Enum.Font.SourceSans
  701. God.Text = "God Mode"
  702. God.TextScaled = true
  703. God.TextSize = 14
  704. God.TextWrapped = true
  705.  
  706. LOCK.Name = "LOCK"
  707. LOCK.Parent = Frame1
  708. LOCK.BackgroundColor3 = Color3.new(1, 1, 1)
  709. LOCK.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  710. LOCK.BorderSizePixel = 4
  711. LOCK.Position = UDim2.new(0, 10, 0, 40)
  712. LOCK.Size = UDim2.new(0, 150, 0, 35)
  713. LOCK.Font = Enum.Font.SourceSans
  714. LOCK.Text = "Respawn(only when using godmode)"
  715. LOCK.TextScaled = true
  716. LOCK.TextSize = 14
  717. LOCK.TextWrapped = true
  718.  
  719. QuickEscape.Name = "QuickEscape"
  720. QuickEscape.Parent = Frame1
  721. QuickEscape.BackgroundColor3 = Color3.new(1, 1, 1)
  722. QuickEscape.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  723. QuickEscape.BorderSizePixel = 4
  724. QuickEscape.Position = UDim2.new(0, 10, 0, 140)
  725. QuickEscape.Size = UDim2.new(0, 150, 0, 35)
  726. QuickEscape.Font = Enum.Font.SourceSans
  727. QuickEscape.Text = "Quick Escape"
  728. QuickEscape.TextScaled = true
  729. QuickEscape.TextSize = 14
  730. QuickEscape.TextWrapped = true
  731.  
  732. RemDoors.Name = "RemDoors"
  733. RemDoors.Parent = Frame1
  734. RemDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  735. RemDoors.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  736. RemDoors.BorderSizePixel = 4
  737. RemDoors.Position = UDim2.new(0, 180, 0, 90)
  738. RemDoors.Size = UDim2.new(0, 150, 0, 35)
  739. RemDoors.Font = Enum.Font.SourceSans
  740. RemDoors.Text = "Remove Doors"
  741. RemDoors.TextScaled = true
  742. RemDoors.TextSize = 14
  743. RemDoors.TextWrapped = true
  744.  
  745. TPArrest.Name = "TPArrest"
  746. TPArrest.Parent = Frame1
  747. TPArrest.BackgroundColor3 = Color3.new(1, 1, 1)
  748. TPArrest.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  749. TPArrest.BorderSizePixel = 4
  750. TPArrest.Position = UDim2.new(0, 180, 0, 190)
  751. TPArrest.Size = UDim2.new(0, 150, 0, 35)
  752. TPArrest.Font = Enum.Font.SourceSans
  753. TPArrest.Text = "Auto Arrest Current Criminals"
  754. TPArrest.TextScaled = true
  755. TPArrest.TextSize = 14
  756. TPArrest.TextWrapped = true
  757.  
  758. TpCar.Name = "TpCar"
  759. TpCar.Parent = Frame1
  760. TpCar.BackgroundColor3 = Color3.new(1, 1, 1)
  761. TpCar.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  762. TpCar.BorderSizePixel = 4
  763. TpCar.Position = UDim2.new(0, 10, 0, 190)
  764. TpCar.Size = UDim2.new(0, 150, 0, 35)
  765. TpCar.Font = Enum.Font.SourceSans
  766. TpCar.Text = "Change Jumppower"
  767. TpCar.TextScaled = true
  768. TpCar.TextSize = 14
  769. TpCar.TextWrapped = true
  770.  
  771. Value.Name = "Value"
  772. Value.Parent = Frame1
  773. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  774. Value.BorderColor3 = Color3.new(0, 0, 0)
  775. Value.BorderSizePixel = 4
  776. Value.Position = UDim2.new(0, 180, 0, 240)
  777. Value.Size = UDim2.new(0, 150, 0, 35)
  778. Value.Font = Enum.Font.SourceSans
  779. Value.Text = "Walkspeed/Jumppower"
  780. Value.TextScaled = true
  781. Value.TextSize = 14
  782. Value.TextWrapped = true
  783.  
  784. WS.Name = "WS"
  785. WS.Parent = Frame1
  786. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  787. WS.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  788. WS.BorderSizePixel = 4
  789. WS.Position = UDim2.new(0, 10, 0, 240)
  790. WS.Size = UDim2.new(0, 150, 0, 35)
  791. WS.Font = Enum.Font.SourceSans
  792. WS.Text = "Change Walkspeed"
  793. WS.TextScaled = true
  794. WS.TextSize = 14
  795. WS.TextWrapped = true
  796.  
  797. melee.Name = "melee"
  798. melee.Parent = Frame1
  799. melee.BackgroundColor3 = Color3.new(1, 1, 1)
  800. melee.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  801. melee.BorderSizePixel = 4
  802. melee.Position = UDim2.new(0, 180, 0, 40)
  803. melee.Size = UDim2.new(0, 150, 0, 35)
  804. melee.Font = Enum.Font.SourceSans
  805. melee.Text = "Get All Weapons On Ground"
  806. melee.TextScaled = true
  807. melee.TextSize = 14
  808. melee.TextWrapped = true
  809.  
  810. PlayerNameBox.Name = "PlayerNameBox"
  811. PlayerNameBox.Parent = Frame1
  812. PlayerNameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  813. PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0)
  814. PlayerNameBox.BorderSizePixel = 4
  815. PlayerNameBox.Position = UDim2.new(0, 345, 0, 40)
  816. PlayerNameBox.Size = UDim2.new(0, 150, 0, 35)
  817. PlayerNameBox.Font = Enum.Font.SourceSans
  818. PlayerNameBox.Text = "Player"
  819. PlayerNameBox.TextColor3 = Color3.new(0, 0, 0)
  820. PlayerNameBox.TextScaled = true
  821. PlayerNameBox.TextSize = 14
  822. PlayerNameBox.TextWrapped = true
  823.  
  824. ArrestPlr.Name = "ArrestPlr"
  825. ArrestPlr.Parent = Frame1
  826. ArrestPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  827. ArrestPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  828. ArrestPlr.BorderSizePixel = 4
  829. ArrestPlr.Position = UDim2.new(0, 345, 0, 90)
  830. ArrestPlr.Size = UDim2.new(0, 150, 0, 35)
  831. ArrestPlr.Font = Enum.Font.SourceSans
  832. ArrestPlr.Text = "Arrest Player"
  833. ArrestPlr.TextScaled = true
  834. ArrestPlr.TextSize = 14
  835. ArrestPlr.TextWrapped = true
  836.  
  837. KillAll.Name = "KillAll"
  838. KillAll.Parent = Frame1
  839. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  840. KillAll.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  841. KillAll.BorderSizePixel = 4
  842. KillAll.Position = UDim2.new(0, 345, 0, 140)
  843. KillAll.Size = UDim2.new(0, 150, 0, 35)
  844. KillAll.Font = Enum.Font.SourceSans
  845. KillAll.Text = "Kill All"
  846. KillAll.TextScaled = true
  847. KillAll.TextSize = 14
  848. KillAll.TextWrapped = true
  849.  
  850. HeadTp.Name = "HeadTp"
  851. HeadTp.Parent = Frame1
  852. HeadTp.BackgroundColor3 = Color3.new(1, 1, 1)
  853. HeadTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  854. HeadTp.BorderSizePixel = 4
  855. HeadTp.Position = UDim2.new(0, 345, 0, 190)
  856. HeadTp.Size = UDim2.new(0, 150, 0, 35)
  857. HeadTp.Font = Enum.Font.SourceSans
  858. HeadTp.Text = "Tp all heads"
  859. HeadTp.TextScaled = true
  860. HeadTp.TextSize = 14
  861. HeadTp.TextWrapped = true
  862.  
  863. KillPlr.Name = "KillPlr"
  864. KillPlr.Parent = Frame1
  865. KillPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  866. KillPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  867. KillPlr.BorderSizePixel = 4
  868. KillPlr.Position = UDim2.new(0, 345, 0, 240)
  869. KillPlr.Size = UDim2.new(0, 150, 0, 35)
  870. KillPlr.Font = Enum.Font.SourceSans
  871. KillPlr.Text = "Kill Player"
  872. KillPlr.TextScaled = true
  873. KillPlr.TextSize = 14
  874. KillPlr.TextWrapped = true
  875.  
  876. TeamC1.Name = "TeamC1"
  877. TeamC1.Parent = Frame1
  878. TeamC1.BackgroundColor3 = Color3.new(1, 1, 1)
  879. TeamC1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  880. TeamC1.BorderSizePixel = 4
  881. TeamC1.Position = UDim2.new(0, 10, 0, 290)
  882. TeamC1.Size = UDim2.new(0, 150, 0, 35)
  883. TeamC1.Font = Enum.Font.SourceSans
  884. TeamC1.Text = "Change to Criminal"
  885. TeamC1.TextScaled = true
  886. TeamC1.TextSize = 14
  887. TeamC1.TextWrapped = true
  888.  
  889. TeamC2.Name = "TeamC2"
  890. TeamC2.Parent = Frame1
  891. TeamC2.BackgroundColor3 = Color3.new(1, 1, 1)
  892. TeamC2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  893. TeamC2.BorderSizePixel = 4
  894. TeamC2.Position = UDim2.new(0, 180, 0, 290)
  895. TeamC2.Size = UDim2.new(0, 150, 0, 35)
  896. TeamC2.Font = Enum.Font.SourceSans
  897. TeamC2.Text = "Change to Guard"
  898. TeamC2.TextScaled = true
  899. TeamC2.TextSize = 14
  900. TeamC2.TextWrapped = true
  901.  
  902. TeamC3.Name = "TeamC3"
  903. TeamC3.Parent = Frame1
  904. TeamC3.BackgroundColor3 = Color3.new(1, 1, 1)
  905. TeamC3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  906. TeamC3.BorderSizePixel = 4
  907. TeamC3.Position = UDim2.new(0, 345, 0, 290)
  908. TeamC3.Size = UDim2.new(0, 150, 0, 35)
  909. TeamC3.Font = Enum.Font.SourceSans
  910. TeamC3.Text = "Change to Prisoner"
  911. TeamC3.TextScaled = true
  912. TeamC3.TextSize = 14
  913. TeamC3.TextWrapped = true
  914.  
  915. Blackout.Name = "Blackout"
  916. Blackout.Parent = MainFrame
  917. Blackout.BackgroundColor3 = Color3.new(0, 0, 0)
  918. Blackout.BackgroundTransparency = 1
  919. Blackout.BorderSizePixel = 0
  920. Blackout.Position = UDim2.new(0, 170, 0, 0)
  921. Blackout.Size = UDim2.new(0, 330, 0, 300)
  922.  
  923.  
  924.  
  925. Hotkeys.Name = "Hotkeys"
  926. Hotkeys.Parent = SettingsTab
  927. Hotkeys.BackgroundColor3 = Color3.new(1, 1, 1)
  928. Hotkeys.Position = UDim2.new(0, 250, 0, 0)
  929. Hotkeys.Size = UDim2.new(0, 250, 0, 300)
  930. Hotkeys.ScrollBarThickness = 0
  931.  
  932. Hotkey1.Name = "Hotkey1"
  933. Hotkey1.BackgroundColor3 = Color3.new(1, 1, 1)
  934. Hotkey1.BackgroundTransparency = 1
  935. Hotkey1.Size = UDim2.new(0, 250, 0, 50)
  936.  
  937. HotkeyLabel.Name = "HotkeyLabel"
  938. HotkeyLabel.Parent = Hotkey1
  939. HotkeyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  940. HotkeyLabel.BorderSizePixel = 0
  941. HotkeyLabel.Size = UDim2.new(0, 200, 0, 50)
  942. HotkeyLabel.Font = Enum.Font.SourceSans
  943. HotkeyLabel.Text = "Sample hotkey:"
  944. HotkeyLabel.TextScaled = true
  945. HotkeyLabel.TextSize = 14
  946. HotkeyLabel.TextWrapped = true
  947.  
  948. Hotkey.Name = "Hotkey"
  949. Hotkey.Parent = Hotkey1
  950. Hotkey.BackgroundColor3 = Color3.new(1, 1, 1)
  951. Hotkey.Position = UDim2.new(0, 200, 0, 0)
  952. Hotkey.Size = UDim2.new(0, 50, 0, 50)
  953. Hotkey.Font = Enum.Font.SourceSans
  954. Hotkey.Text = ""
  955. Hotkey.TextScaled = true
  956. Hotkey.TextSize = 14
  957. Hotkey.TextWrapped = true
  958.  
  959. Menu.Name = "Menu"
  960. Menu.Parent = MainFrame
  961. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  962. Menu.ClipsDescendants = true
  963. Menu.Selectable = true
  964. Menu.Size = UDim2.new(0, 170, 0, 30)
  965.  
  966. Functions.Name = "Functions"
  967. Functions.Parent = Menu
  968. Functions.BackgroundColor3 = Color3.new(1, 1, 1)
  969. Functions.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  970. Functions.BorderSizePixel = 0
  971. Functions.Position = UDim2.new(0, 0, 0, 30)
  972. Functions.Size = UDim2.new(0, 170, 0, 40)
  973. Functions.Font = Enum.Font.SciFi
  974. Functions.Text = "Functions"
  975. Functions.TextScaled = true
  976. Functions.TextSize = 14
  977. Functions.TextWrapped = true
  978.  
  979. MenuB.Name = "MenuB"
  980. MenuB.Parent = Menu
  981. MenuB.BackgroundColor3 = Color3.new(1, 1, 1)
  982. MenuB.BorderColor3 = Color3.new(0.0862745, 0.164706, 0.345098)
  983. MenuB.Size = UDim2.new(0, 170, 0, 30)
  984. MenuB.Font = Enum.Font.SourceSans
  985. MenuB.Text = "Menu"
  986. MenuB.TextScaled = true
  987. MenuB.TextSize = 14
  988. MenuB.TextWrapped = true
  989.  
  990. Guns.Name = "Guns"
  991. Guns.Parent = Menu
  992. Guns.BackgroundColor3 = Color3.new(1, 1, 1)
  993. Guns.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  994. Guns.BorderSizePixel = 0
  995. Guns.Position = UDim2.new(0, 0, 0, 130)
  996. Guns.Size = UDim2.new(0, 170, 0, 40)
  997. Guns.Font = Enum.Font.SciFi
  998. Guns.Text = "Weapons"
  999. Guns.TextScaled = true
  1000. Guns.TextSize = 14
  1001. Guns.TextWrapped = true
  1002.  
  1003. Togglables.Name = "Togglables"
  1004. Togglables.Parent = Menu
  1005. Togglables.BackgroundColor3 = Color3.new(1, 1, 1)
  1006. Togglables.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1007. Togglables.BorderSizePixel = 0
  1008. Togglables.Position = UDim2.new(0, 0, 0, 180)
  1009. Togglables.Size = UDim2.new(0, 170, 0, 40)
  1010. Togglables.Font = Enum.Font.SciFi
  1011. Togglables.Text = "Toggleables"
  1012. Togglables.TextScaled = true
  1013. Togglables.TextSize = 14
  1014. Togglables.TextWrapped = true
  1015.  
  1016. Teleports.Name = "Teleports"
  1017. Teleports.Parent = Menu
  1018. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  1019. Teleports.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1020. Teleports.BorderSizePixel = 0
  1021. Teleports.Position = UDim2.new(0, 0, 0, 80)
  1022. Teleports.Size = UDim2.new(0, 170, 0, 40)
  1023. Teleports.Font = Enum.Font.SciFi
  1024. Teleports.Text = "Teleports"
  1025. Teleports.TextScaled = true
  1026. Teleports.TextSize = 14
  1027. Teleports.TextWrapped = true
  1028.  
  1029. Settings.Name = "Settings"
  1030. Settings.Parent = Menu
  1031. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  1032. Settings.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1033. Settings.BorderSizePixel = 0
  1034. Settings.Position = UDim2.new(0, 0, 0, 230)
  1035. Settings.Size = UDim2.new(0, 170, 0, 40)
  1036. Settings.Font = Enum.Font.SciFi
  1037. Settings.Text = "Settings"
  1038. Settings.TextScaled = true
  1039. Settings.TextSize = 14
  1040. Settings.TextWrapped = true
  1041.  
  1042. Open.Name = "Open"
  1043. Open.Parent = PrisonLife
  1044. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  1045. Open.BorderSizePixel = 4
  1046. Open.Position = UDim2.new(0, 0, 0, 500)
  1047. Open.Size = UDim2.new(0, 100, 0, 25)
  1048. Open.Visible = false
  1049. Open.Font = Enum.Font.SourceSans
  1050. Open.Text = "Open"
  1051. Open.TextScaled = true
  1052. Open.TextSize = 14
  1053. Open.TextWrapped = true
  1054.  
  1055. LoginScreen.Name = "LoginScreen"
  1056. LoginScreen.Active = true
  1057. LoginScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  1058. LoginScreen.BorderSizePixel = 4
  1059. LoginScreen.Draggable = true
  1060. LoginScreen.Position = UDim2.new(0.5, -200, 0.5, -125)
  1061. LoginScreen.Size = UDim2.new(0, 400, 0, 250)
  1062.  
  1063. LoginButton.Name = "LoginButton"
  1064. LoginButton.Parent = LoginScreen
  1065. LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1066. LoginButton.BorderSizePixel = 4
  1067. LoginButton.Position = UDim2.new(0.5, -75, 0.5, -20)
  1068. LoginButton.Size = UDim2.new(0, 150, 0, 40)
  1069. LoginButton.Font = Enum.Font.SourceSans
  1070. LoginButton.Text = "Login"
  1071. LoginButton.TextScaled = true
  1072. LoginButton.TextSize = 14
  1073. LoginButton.TextWrapped = true
  1074.  
  1075. LoginDesc.Name = "LoginDesc"
  1076. LoginDesc.Parent = LoginScreen
  1077. LoginDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  1078. LoginDesc.BackgroundTransparency = 1
  1079. LoginDesc.Position = UDim2.new(0.5, -200, 1, -75)
  1080. LoginDesc.Size = UDim2.new(0, 400, 0, 75)
  1081. LoginDesc.Font = Enum.Font.SourceSans
  1082. LoginDesc.Text = "Press login to start wrecking the game!"
  1083. LoginDesc.TextScaled = true
  1084. LoginDesc.TextSize = 14
  1085. LoginDesc.TextWrapped = true
  1086.  
  1087. LoginTitle.Name = "LoginTitle"
  1088. LoginTitle.Parent = LoginScreen
  1089. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1090. LoginTitle.BackgroundTransparency = 1
  1091. LoginTitle.Size = UDim2.new(0, 400, 0, 75)
  1092. LoginTitle.Font = Enum.Font.SourceSans
  1093. LoginTitle.Text = "Prison wrecker V1"
  1094. LoginTitle.TextScaled = true
  1095. LoginTitle.TextSize = 14
  1096. LoginTitle.TextWrapped = true
  1097.  
  1098.  
  1099.  
  1100. LocalPlayer = game.Players.LocalPlayer
  1101. Mouse = LocalPlayer:GetMouse()
  1102. UserInputService = game:GetService('UserInputService')
  1103. NoClipF = false
  1104. ctpF = false
  1105. ArrestF = false
  1106. sprintF = false
  1107. killAuraF = false
  1108. BypassF = false
  1109. ArrestAuraF = false
  1110. ESPF = false
  1111. SuperPunchF = false
  1112. focus = false
  1113. cooldown = 1
  1114. timeDeb = false
  1115.  
  1116. Tp1P = CFrame.new(283, 72, 2213)
  1117. Tp2P = CFrame.new(778, 97, 2498)
  1118. Tp3P = CFrame.new(944, 94, -2055)
  1119. Tp4P = CFrame.new(821, 130, 2587)
  1120. Tp5P = CFrame.new(821, 99, 2274)
  1121. Tp6P = CFrame.new(874, 99, 2319)
  1122. Tp8P = CFrame.new(681, 100, 2330)
  1123. Tp9P = CFrame.new(914, 99, 2444)
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131. Noclip.MouseButton1Down:connect(function()
  1132.  
  1133. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  1134. print("im working")
  1135. if NoClipF == false then
  1136. NoClipF = true
  1137. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  1138. repeat
  1139. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  1140. wait()
  1141. until NoClipF == false
  1142. else
  1143. NoClipF = false
  1144. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  1145. end
  1146. end
  1147.  
  1148. end)
  1149.  
  1150. function SN(target)
  1151. for i,v in pairs(game.Players:GetChildren())do
  1152. if v.Name:lower():sub(1, #target) == target:lower() then
  1153. return v.Name
  1154. end
  1155. end
  1156. end
  1157.  
  1158.  
  1159.  
  1160. function Notify(title, msg, button)
  1161. local function callback(text)
  1162. print(text)
  1163. end
  1164.  
  1165. local bindableFunction = Instance.new("BindableFunction")
  1166. bindableFunction.OnInvoke = callback
  1167.  
  1168. game.StarterGui:SetCore("SendNotification", {
  1169. Title = title; -- Required. Has to be a string!
  1170. Text = msg; -- Required. Has to be a string!
  1171. Icon = ""; -- Optional, defaults to "" (no icon)
  1172. Duration = 15; -- Optional, defaults to 5 seconds
  1173. Callback = bindableFunction; -- Optional, gets invoked with the text of the button the user pressed
  1174. Button1 = button; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
  1175. })
  1176.  
  1177. print(string.byte(title, 1, #title), string.byte(msg, 1, #msg), string.byte(button, 1, #button))
  1178. end
  1179.  
  1180.  
  1181.  
  1182.  
  1183. ClickTp.MouseButton1Click:connect(function()
  1184. if ctpF == false then
  1185. ctpF = true
  1186. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  1187. else
  1188. ctpF = false
  1189. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  1190. end
  1191. end)
  1192.  
  1193.  
  1194.  
  1195.  
  1196. LA.MouseButton1Click:connect(function()
  1197. if ArrestF == false then
  1198. ArrestF = true
  1199. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  1200. repeat
  1201. wait()
  1202. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  1203. until ArrestF == false
  1204.  
  1205. else
  1206. ArrestF = false
  1207. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  1208. end
  1209. end)
  1210.  
  1211. BPT.MouseButton1Click:connect(function()
  1212. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  1213. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  1214. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  1215. BypassF = false
  1216. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  1217. else
  1218. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  1219. BPT.BackgroundColor3 = Color3.new(0,0,0)
  1220. BypassF = true
  1221. end
  1222. else
  1223. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  1224.  
  1225. end
  1226.  
  1227. end)
  1228. KillAura.MouseButton1Click:connect(function()
  1229. if killAuraF == false then
  1230. killAuraF = true
  1231. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1232. repeat
  1233.  
  1234. wait()
  1235. for i, plr in pairs(game.Players:GetChildren()) do
  1236. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  1237. for i = 1,5 do
  1238. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  1239. end
  1240. end
  1241. end
  1242.  
  1243. until killAuraF == false
  1244.  
  1245. else
  1246. killAuraF = false
  1247. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1248. end
  1249. end)
  1250.  
  1251. TPArrest.MouseButton1Click:connect(function()
  1252. if mousein == false then
  1253. local Player = game.Players.LocalPlayer
  1254. local cpos = Player.Character.HumanoidRootPart.CFrame
  1255. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1256. if v.Name ~= Player.Name then
  1257. local i = 10
  1258. repeat
  1259. wait()
  1260. i = i-1
  1261. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1262. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1263. until i == 0
  1264. end
  1265. end
  1266. Player.Character.HumanoidRootPart.CFrame = cpos
  1267. Notify("Success", "Arrested all of the n00bs", "Cool!")
  1268. end
  1269. end)
  1270.  
  1271.  
  1272. QuickEscape.MouseButton1Click:connect(function()
  1273. if mousein == false then
  1274. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  1275. end
  1276. end)
  1277.  
  1278.  
  1279. TpCar.MouseButton1Click:connect(function()
  1280. if mousein == false then
  1281. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Value.Text)
  1282. end
  1283. end)
  1284.  
  1285.  
  1286. BT.MouseButton1Click:connect(function()
  1287. if mousein == false then
  1288. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1289. tool.BinType = "Hammer"
  1290. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1291. tool.BinType = "Clone"
  1292. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1293. tool.BinType = "GameTool"
  1294. end
  1295. end)
  1296.  
  1297. WS.MouseButton1Click:connect(function()
  1298. if mousein == false then
  1299. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Value.Text)
  1300. end
  1301. end)
  1302.  
  1303.  
  1304. LOCK.MouseButton1Click:connect(function()
  1305. if mousein == false then
  1306. local a1 = Instance.new("Model", workspace)
  1307. local a2 = Instance.new("Part", a1)
  1308. a2.CanCollide = true
  1309. a2.Anchored = true
  1310. a2.CFrame = CFrame.new(10000, 10000, 10000)
  1311. a2.Name = "Torso"
  1312. local a3 = Instance.new("Humanoid", a1)
  1313. a3.MaxHealth=100;a3.Health=100
  1314. game.Players.LocalPlayer.Character = a1
  1315. a3.Health=0
  1316. end
  1317. end)
  1318.  
  1319. melee.MouseButton1Click:connect(function()
  1320. if mousein == false then
  1321. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  1322. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  1323. for j, k in pairs(weapons) do
  1324. if v.Name == k then
  1325. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  1326. end
  1327. end
  1328. end
  1329. end
  1330. end)
  1331.  
  1332. RemDoors.MouseButton1Down:connect(function()
  1333. game.Workspace.Doors:Destroy()
  1334. end)
  1335.  
  1336. God.MouseButton1Down:connect(function()
  1337. if mousein == false then
  1338. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1339. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1340. l.Parent = game.Players.LocalPlayer.Character
  1341. l.Name = "Humanoid"
  1342. wait(0.1)
  1343. game.Players.LocalPlayer.Character["1"]:Destroy()
  1344. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1345. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1346. wait(0.1)
  1347. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1348. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1349. end
  1350. end)
  1351.  
  1352.  
  1353.  
  1354. KillAll.MouseButton1Down:connect(function()
  1355. if mousein == false then
  1356.  
  1357.  
  1358. local Player = game.Players.LocalPlayer
  1359. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  1360. for i,v in pairs(game.Players:GetChildren()) do
  1361. if v.Name ~= game.Players.LocalPlayer.Name then
  1362. if not v.Character:FindFirstChild("ForceField") then
  1363. local playerName = v.Name
  1364. local PlayerToKill = game.Players:FindFirstChild(playerName)
  1365.  
  1366.  
  1367.  
  1368. repeat
  1369. if Player.Character.Humanoid.Sit == true then
  1370. Player.Character.Humanoid.Sit = false
  1371. end
  1372. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  1373. for h = 1,10 do
  1374. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  1375. end
  1376. game:GetService("RunService").RenderStepped:wait()
  1377. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  1378.  
  1379. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  1380. end
  1381. end
  1382. end
  1383.  
  1384. end
  1385. end)
  1386.  
  1387. function createTag(Color, Tag)
  1388.  
  1389. for i,v in pairs(game.Teams[Tag]:GetPlayers())do
  1390. if v.Character then
  1391. if not v.Character.Head:FindFirstChild("ESPTag") then
  1392. local BBG = Instance.new("BillboardGui")
  1393. BBG.Parent = v.Character.Head
  1394. BBG.Adornee = v.Character.Head
  1395. BBG.Name = "ESPTag"
  1396. BBG.Size = UDim2.new(2, 0, 1, 0)
  1397. BBG.StudsOffset = Vector3.new(-2.5, 6, 0)
  1398. BBG.AlwaysOnTop = true
  1399. local text = Instance.new("TextLabel", BBG)
  1400. text.Text = Tag
  1401. text.Size = UDim2.new(4, 0, 8, 0)
  1402. text.Position = UDim2.new(0, 0, 0, 0)
  1403. text.TextScaled = true
  1404. text.TextColor3 = Color
  1405. text.BackgroundTransparency = 1
  1406. end
  1407. end
  1408. end
  1409. end
  1410.  
  1411. function removeTag()
  1412. for i,v in pairs(game.Players:GetChildren())do
  1413. if v.Character then
  1414. if v.Character.Head:FindFirstChild("ESPTag") then
  1415. v.Character.Head.ESPTag:Destroy()
  1416. end
  1417. end
  1418. end
  1419. end
  1420.  
  1421. ESP.MouseButton1Down:connect(function()
  1422. if mousein == false then
  1423. if ESPF == false then
  1424. ESPF = true
  1425. ESP.BackgroundColor3 = Color3.new(0,0,0)
  1426. repeat
  1427. wait()
  1428.  
  1429. createTag(Color3.new(255,0,0), "Criminals")
  1430. createTag(Color3.new(0,0,255), "Guards")
  1431. createTag(Color3.new(255,85,0), "Inmates")
  1432. until ESPF == false
  1433. removeTag()
  1434. else
  1435. ESP.BackgroundColor3 = Color3.new(1,1,1)
  1436. ESPF = false
  1437. end
  1438. end
  1439. end)
  1440.  
  1441.  
  1442. SuperPunch.MouseButton1Down:connect(function()
  1443. if SuperPunchF == false then
  1444. SuperPunchF = true
  1445. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  1446. else
  1447. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  1448. SuperPunchF = false
  1449. end
  1450.  
  1451. end)
  1452.  
  1453.  
  1454.  
  1455. mousein = false
  1456. Menu.MouseLeave:connect(function()
  1457. Menu:TweenSize(UDim2.new(0, 170, 0, 30), "Out", "Quad", 0.10)
  1458. mousein = false
  1459. wait()
  1460. if mousein == false then
  1461. Blackout.BackgroundTransparency = 0.7
  1462. end
  1463. wait()
  1464. if mousein == false then
  1465. Blackout.BackgroundTransparency = 1
  1466. end
  1467. end)
  1468.  
  1469. Menu.MouseEnter:connect(function()
  1470. Menu:TweenSize(UDim2.new(0, 170, 0, 300), "Out", "Quad", 0.10)
  1471. mousein = true
  1472. wait()
  1473. if mousein == true then
  1474. Blackout.BackgroundTransparency = 0.9
  1475. end
  1476. wait()
  1477. if mousein == true then
  1478. Blackout.BackgroundTransparency = 0.7
  1479. end
  1480. wait()
  1481. if mousein == true then
  1482. Blackout.BackgroundTransparency = 0.5
  1483. end
  1484. end)
  1485.  
  1486.  
  1487. Functions.MouseButton1Down:connect(function()
  1488. Frame1.Visible = true
  1489. Frame2.Visible = false
  1490. Frame3.Visible = false
  1491. Frame4.Visible = false
  1492. SettingsTab = false
  1493. end)
  1494.  
  1495. Teleports.MouseButton1Down:connect(function()
  1496. Frame2.Visible = true
  1497. Frame1.Visible = false
  1498. Frame3.Visible = false
  1499. Frame4.Visible = false
  1500. SettingsTab = false
  1501. end)
  1502. Guns.MouseButton1Down:connect(function()
  1503. Frame2.Visible = false
  1504. Frame1.Visible = false
  1505. Frame3.Visible = true
  1506. Frame4.Visible = false
  1507. SettingsTab = false
  1508. end)
  1509. Togglables.MouseButton1Down:connect(function()
  1510. Frame2.Visible = false
  1511. Frame1.Visible = false
  1512. Frame3.Visible = false
  1513. Frame4.Visible = true
  1514. SettingsTab = false
  1515. end)
  1516.  
  1517. Settings.MouseButton1Down:connect(function()
  1518. Frame2.Visible = false
  1519. Frame1.Visible = false
  1520. Frame3.Visible = false
  1521. Frame4.Visible = false
  1522. SettingsTab = true
  1523. end)
  1524.  
  1525.  
  1526.  
  1527. HeadTp.MouseButton1Down:connect(function()
  1528.  
  1529.  
  1530.  
  1531. for i,v in pairs(game.Players:GetChildren()) do
  1532. if v.Name ~= game.Players.LocalPlayer.Name then
  1533. if v.Character then
  1534. v.Character.Head.Position = game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,0,2)
  1535. end
  1536. end
  1537. end
  1538.  
  1539.  
  1540.  
  1541.  
  1542. end)
  1543.  
  1544.  
  1545.  
  1546.  
  1547. ArrestAura.MouseButton1Click:connect(function()
  1548. if ArrestAuraF == false then
  1549. ArrestAuraF = true
  1550. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1551. repeat
  1552. wait()
  1553. for i = 1,10 do
  1554. local arrestEvent = game.Workspace.Remote.arrest
  1555. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1556. if plr.Name ~= game.Players.LocalPlayer.Name then
  1557. local obj = plr.Character.HumanoidRootPart
  1558. local response =arrestEvent:InvokeServer(obj)
  1559. end
  1560. end
  1561. end
  1562.  
  1563. until ArrestAuraF == false
  1564. else
  1565. ArrestAuraF = false
  1566. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1567.  
  1568. end
  1569. end)
  1570.  
  1571.  
  1572. --[[wait()
  1573. char = game.Players.LocalPlayer.CharacterAdded:wait()
  1574. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  1575. if NoClipF == true then
  1576. part.CanCollide = false
  1577. wait(1)
  1578. part.CanCollide = true
  1579. end
  1580. end)
  1581.  
  1582. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  1583. char = game.Players.LocalPlayer.CharacterAdded:wait()
  1584. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  1585. if NoClipF == true then
  1586. part.CanCollide = false
  1587. wait(1)
  1588. part.CanCollide = true
  1589. end
  1590. end)
  1591. end)]]
  1592.  
  1593.  
  1594.  
  1595.  
  1596. ------------------Hotkeys---------------------
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603. local Scooldown = false
  1604.  
  1605. function punch()
  1606.  
  1607. local mainRemotes = game.ReplicatedStorage
  1608. local meleeRemote = mainRemotes['meleeEvent']
  1609. local mouse = game.Players.LocalPlayer:GetMouse()
  1610. local punching = false
  1611. Scooldown = true
  1612. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1613. part.Transparency = 1
  1614. part.Size = Vector3.new(5, 2, 3)
  1615. part.CanCollide = false
  1616. local w1 = Instance.new("Weld", part)
  1617. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1618. w1.Part1 = part
  1619. w1.C1 = CFrame.new(0,0,2)
  1620. part.Touched:connect(function(hit)
  1621. if game.Players:FindFirstChild(hit.Parent.Name) then
  1622. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1623. if plr.Name ~= game.Players.LocalPlayer.Name then
  1624. part:Destroy()
  1625.  
  1626. for i = 1,100 do
  1627. meleeRemote:FireServer(plr)
  1628. end
  1629. end
  1630. end
  1631. end)
  1632.  
  1633. wait(1)
  1634. Scooldown = false
  1635. part:Destroy()
  1636. end
  1637.  
  1638.  
  1639. Mouse.KeyDown:connect(function(key)
  1640. if SuperPunchF == true then
  1641. if Scooldown == false then
  1642. if key:lower() == "f" then
  1643.  
  1644. punch()
  1645.  
  1646. end
  1647. end
  1648. end
  1649. end)
  1650.  
  1651.  
  1652. print("hi")
  1653. hotkeypos = 0
  1654. for i,v in pairs(Frame4:GetChildren())do
  1655. local HotkeyFrame = Hotkey1:Clone()
  1656. HotkeyFrame.Name = v.Name
  1657. HotkeyFrame.Parent = Hotkeys
  1658. HotkeyFrame.Position = UDim2.new(0,0,0, hotkeypos)
  1659. HotkeyFrame.HotkeyLabel.Text = v.Name.." Hotkey:"
  1660. hotkeypos = hotkeypos+50
  1661. HotkeyFrame.Hotkey.FocusLost:connect(function(pressed)
  1662. if pressed then
  1663.  
  1664. Notify("Error", "The "..v.Name.." hotkey is invalid.", "Ok. ;(")
  1665.  
  1666. end
  1667. end)
  1668.  
  1669. end
  1670.  
  1671.  
  1672. UserInputService.InputBegan:connect(function(Input, Processed)
  1673.  
  1674. if Input.UserInputType == Enum.UserInputType.Keyboard then
  1675. print("1")
  1676. if focus == false then
  1677. print("2")
  1678. if Hotkeys["Noclip"].Hotkey.Text ~= "" then
  1679. if Input.KeyCode == Enum.KeyCode[Hotkeys["Noclip"].Hotkey.Text:upper()] then
  1680. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  1681. print("im working")
  1682. if NoClipF == false then
  1683. NoClipF = true
  1684. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  1685. repeat
  1686. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  1687. wait()
  1688. until NoClipF == false
  1689. else
  1690. NoClipF = false
  1691. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  1692. end
  1693. end
  1694.  
  1695. end
  1696. end
  1697.  
  1698.  
  1699. if Hotkeys["Click Tp"].Hotkey.Text ~= "" then
  1700. if Input.KeyCode == Enum.KeyCode[Hotkeys["Click Tp"].Hotkey.Text:upper()] then
  1701. if ctpF == false then
  1702. ctpF = true
  1703. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  1704. else
  1705. ctpF = false
  1706. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  1707. end
  1708. end
  1709. end
  1710.  
  1711. if Hotkeys["ESP"].Hotkey.Text ~= "" then
  1712. if Input.KeyCode == Enum.KeyCode[Hotkeys["ESP"].Hotkey.Text:upper()] then
  1713. if ESPF == false then
  1714. ESPF = true
  1715. ESP.BackgroundColor3 = Color3.new(0,0,0)
  1716. repeat
  1717. wait()
  1718.  
  1719. createTag(Color3.new(255,0,0), "Criminals")
  1720. createTag(Color3.new(0,0,255), "Guards")
  1721. createTag(Color3.new(255,85,0), "Inmates")
  1722. until ESPF == false
  1723. removeTag()
  1724. else
  1725. ESP.BackgroundColor3 = Color3.new(1,1,1)
  1726. ESPF = false
  1727. end
  1728. end
  1729. end
  1730.  
  1731. if Hotkeys["Airwalk"].Hotkey.Text ~= "" then
  1732. if Input.KeyCode == Enum.KeyCode[Hotkeys["Airwalk"].Hotkey.Text:upper()] then
  1733. if ArrestF == false then
  1734. ArrestF = true
  1735. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  1736. repeat
  1737. wait()
  1738. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  1739. until ArrestF == false
  1740.  
  1741. else
  1742. ArrestF = false
  1743. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  1744. end
  1745. end
  1746. end
  1747.  
  1748.  
  1749. if Hotkeys["Arrest Aura"].Hotkey.Text ~= "" then
  1750. if Input.KeyCode == Enum.KeyCode[Hotkeys["Arrest Aura"].Hotkey.Text:upper()] then
  1751. if ArrestAuraF == false then
  1752. ArrestAuraF = true
  1753. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1754. repeat
  1755. wait()
  1756. for i = 1,10 do
  1757. local arrestEvent = game.Workspace.Remote.arrest
  1758. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1759. if plr.Name ~= game.Players.LocalPlayer.Name then
  1760. local obj = plr.Character.HumanoidRootPart
  1761. local response =arrestEvent:InvokeServer(obj)
  1762. end
  1763. end
  1764. end
  1765.  
  1766. until ArrestAuraF == false
  1767. else
  1768. ArrestAuraF = false
  1769. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1770.  
  1771. end
  1772. end
  1773. end
  1774.  
  1775. if Hotkeys["KillAura"].Hotkey.Text ~= "" then
  1776. if Input.KeyCode == Enum.KeyCode[Hotkeys["KillAura"].Hotkey.Text:upper()] then
  1777. if killAuraF == false then
  1778. killAuraF = true
  1779. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1780. repeat
  1781.  
  1782. wait()
  1783. for i, plr in pairs(game.Players:GetChildren()) do
  1784. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  1785. for i = 1,5 do
  1786. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  1787. end
  1788. end
  1789. end
  1790.  
  1791. until killAuraF == false
  1792.  
  1793. else
  1794. killAuraF = false
  1795. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1796. end
  1797. end
  1798. end
  1799.  
  1800. if Hotkeys["Taser Bypass"].Hotkey.Text ~= "" then
  1801. if Input.KeyCode == Enum.KeyCode[Hotkeys["Bypass Taser"].Hotkey.Text:upper()] then
  1802. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  1803. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  1804. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  1805. BypassF = false
  1806. BPT.BackgroundColor3 = Color3.new(0, 0, 0)
  1807. else
  1808. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  1809. BPT.BackgroundColor3 = MainFrame.BackgroundColor3
  1810. BypassF = true
  1811. end
  1812. else
  1813. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  1814.  
  1815. end
  1816.  
  1817. end
  1818.  
  1819.  
  1820. end
  1821.  
  1822.  
  1823.  
  1824. end
  1825.  
  1826. if Hotkeys["Super Punch"].Hotkey.Text ~= nil then
  1827. if Input.KeyCode == Enum.KeyCode[Hotkeys["Super Punch"].Hotkey.Text:upper()] then
  1828. if SuperPunchF == true then
  1829. SuperPunchF = false
  1830. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  1831. else
  1832. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  1833. SuperPunchF = true
  1834. end
  1835. end
  1836. end
  1837.  
  1838. end
  1839.  
  1840.  
  1841.  
  1842.  
  1843. end)
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856. -------------------------------------------
  1857.  
  1858. Tp1.MouseButton1Down:connect(function()
  1859. if mousein == false then
  1860. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp1P
  1861. end
  1862. end)
  1863.  
  1864. Tp2.MouseButton1Down:connect(function()
  1865. if mousein == false then
  1866. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp2P
  1867. end
  1868. end)
  1869. Tp3.MouseButton1Down:connect(function()
  1870. if mousein == false then
  1871. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp3P
  1872. end
  1873. end)
  1874. Tp4.MouseButton1Down:connect(function()
  1875.  
  1876. if mousein == false then
  1877. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp4P
  1878. end
  1879. end)
  1880. Tp5.MouseButton1Down:connect(function()
  1881. if mousein == false then
  1882. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp5P
  1883. end
  1884. end)
  1885. Tp6.MouseButton1Down:connect(function()
  1886. if mousein == false then
  1887. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp6P
  1888. end
  1889. end)
  1890. Tp8.MouseButton1Down:connect(function()
  1891. if mousein == false then
  1892. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp8P
  1893. end
  1894.  
  1895. end)
  1896. Tp9.MouseButton1Down:connect(function()
  1897. if mousein == false then
  1898. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Player.Text].Character.HumanoidRootPart.CFrame
  1899. end
  1900. end)
  1901. Tp10.MouseButton1Down:connect(function()
  1902. if mousein == false then
  1903. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp9P
  1904. end
  1905. end)
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1912. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  1913. game.Players.LocalPlayer.Character:WaitForChild("ClientInputHandler").Disabled = BypassF
  1914. end)
  1915. end)
  1916.  
  1917.  
  1918.  
  1919.  
  1920.  
  1921. Mouse.Button1Down:connect(function()
  1922. if ctpF == true then
  1923. LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.p)
  1924. end
  1925. end)
  1926.  
  1927.  
  1928. open = false
  1929. Open.MouseButton1Down:connect(function()
  1930. if open == false then
  1931. Topbar.Visible = true
  1932. open = true
  1933. Open.Text = "Close"
  1934. else
  1935. Topbar.Visible = false
  1936. open = false
  1937. Open.Text = "Open"
  1938. end
  1939. end)
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951. TeamC1.MouseButton1Down:connect(function()
  1952. if mousein == false then
  1953. local prevposition = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1954. wait(0.1)
  1955. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-975, 112, 2055)
  1956. wait(0.5)
  1957. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = prevposition
  1958. end
  1959. end)
  1960.  
  1961. TeamC2.MouseButton1Down:connect(function()
  1962. if mousein == false then
  1963. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1964. end
  1965. end)
  1966.  
  1967. TeamC3.MouseButton1Down:connect(function()
  1968. if mousein == false then
  1969. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1970. end
  1971. end)
  1972.  
  1973. ArrestPlr.MouseButton1Down:connect(function()
  1974. if mousein == false then
  1975. local target
  1976. if SN(PlayerNameBox.Text) ~= nil then
  1977. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  1978.  
  1979. end
  1980.  
  1981.  
  1982. if target ~= nil then
  1983.  
  1984. local Player = game.Players.LocalPlayer
  1985. local prevPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1986. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1987. if v.Name:lower() == target.Name:lower() then
  1988. local i = 5
  1989. repeat
  1990. wait()
  1991. i = i-1
  1992. if Player.Character.Humanoid.Sit == true then
  1993. Player.Character.Humanoid.Sit = false
  1994. end
  1995. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1996. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1997. until i == 0
  1998. Player.Character.HumanoidRootPart.CFrame = prevPos
  1999. end
  2000. end
  2001. else
  2002. Notify("Error", "Player isnt in game.", "Ok.")
  2003. end
  2004. end
  2005.  
  2006. end)
  2007.  
  2008.  
  2009. KillPlr.MouseButton1Down:connect(function()
  2010. if mousein == false then
  2011. local target
  2012. if SN(PlayerNameBox.Text) ~= nil then
  2013. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  2014. end
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047. if target ~= nil then
  2048. local Player = game.Players.LocalPlayer
  2049. for i,v in pairs(game.Players:GetChildren()) do
  2050. if v.Name == target.Name then
  2051. if not v.Character:FindFirstChild("ForceField") then
  2052.  
  2053. local PlayerToKill = game.Players:FindFirstChild(target.Name)
  2054. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  2055.  
  2056.  
  2057. repeat
  2058. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  2059. for h = 1,10 do
  2060. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  2061. end
  2062. wait()
  2063. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  2064. wait()
  2065. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  2066. end
  2067. end
  2068. end
  2069. else
  2070. Notify("Error", "Player isnt in game.", "Ok.")
  2071. end
  2072. end
  2073. end)
  2074.  
  2075. local function getclass(t)
  2076. for i,v in pairs(t:GetChildren()) do
  2077. if v.ClassName == "TextBox" then
  2078. v.Focused:connect(function()
  2079.  
  2080. print("3")
  2081. end)
  2082. v.FocusLost:connect(function()
  2083. focused = false
  2084.  
  2085. end)
  2086. end
  2087. getclass(v)
  2088. end
  2089. end
  2090.  
  2091.  
  2092.  
  2093.  
  2094. labelPos = 0
  2095. function resetPlayerList()
  2096. wait(1)
  2097. Players:ClearAllChildren()
  2098. labelPos = 0
  2099. for i,v in pairs(game.Players:GetChildren())do
  2100. if v.Name ~= game.Players.LocalPlayer.Name then
  2101. local label = Instance.new("TextButton", Players)
  2102. label.Text = v.Name
  2103. label.Size = UDim2.new(0, 140, 0, 35)
  2104. label.Position = UDim2.new(0, 0, 0, labelPos)
  2105. label.TextScaled = true
  2106. label.BackgroundColor3 = Color3.new(1,1,1)
  2107. labelPos = labelPos+35
  2108. Players.CanvasSize = UDim2.new(0, 0, 0, labelPos)
  2109. label.MouseButton1Down:connect(function()
  2110. Player.Text = label.Text
  2111. end)
  2112. end
  2113. end
  2114. end
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121.  
  2122.  
  2123. resetPlayerList()
  2124. game.Players.PlayerAdded:connect(function()
  2125. resetPlayerList()
  2126. end)
  2127. game.Players.PlayerRemoving:connect(function()
  2128. wait(1)
  2129. resetPlayerList()
  2130. end)
  2131.  
  2132.  
  2133.  
  2134.  
  2135. Ak47.MouseButton1Down:connect(function()
  2136. if mousein == false then
  2137. local Weapon = {"AK-47"}
  2138. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2139. if v.Name == Weapon[1] then
  2140. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2141. end
  2142. end
  2143. end
  2144. end)
  2145. M4A1.MouseButton1Down:connect(function()
  2146. if mousein == false then
  2147. local Weapon = {"M4A1"}
  2148. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2149. if v.Name == Weapon[1] then
  2150. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2151. end
  2152. end
  2153. end
  2154. end)
  2155. M9.MouseButton1Down:connect(function()
  2156. if mousein == false then
  2157. local Weapon = {"M9"}
  2158. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2159. if v.Name == Weapon[1] then
  2160. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2161. end
  2162. end
  2163. end
  2164. end)
  2165. Shotgun.MouseButton1Down:connect(function()
  2166. if mousein == false then
  2167. local Weapon = {"Remington 870"}
  2168. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2169. if v.Name == Weapon[1] then
  2170. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2171. end
  2172. end
  2173. end
  2174. end)
  2175.  
  2176. Knife.MouseButton1Down:connect(function()
  2177. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2178.  
  2179. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2180.  
  2181. end
  2182. end)
  2183.  
  2184. melee.MouseButton1Down:connect(function()
  2185. if mousein == false then
  2186. for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do
  2187.  
  2188. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2189. end
  2190. end
  2191. end)
  2192.  
  2193.  
  2194. LoginButton.MouseButton1Down:connect(function()
  2195. LoginScreen:Destroy()
  2196. Notify("Loading...", "Be patient.", ">:(")
  2197. wait(math.random(2,3))
  2198.  
  2199. Open.Visible = true
  2200. open = false
  2201. for i = 1,10 do
  2202. print("WRECK THE GAME!")
  2203. end
  2204. Notify("Loaded!", "You can start wrecking the game now!", "Cool!")
  2205. end)
  2206.  
  2207. getclass(PrisonLife)
  2208. LoginScreen.Parent = PrisonLife
  2209. Notify("Launcher Loaded!", "Press login to start wrecking the game!", "Cool!")
  2210. end)
  2211.  
  2212. AnimationGUI.Name = "Animation GUI"
  2213. AnimationGUI.Parent = ScriptFrame
  2214. AnimationGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  2215. AnimationGUI.Position = UDim2.new(0.131868139, 0, 0.4375, 0)
  2216. AnimationGUI.Size = UDim2.new(0, 200, 0, 50)
  2217. AnimationGUI.Font = Enum.Font.SourceSans
  2218. AnimationGUI.Text = "Animation GUI"
  2219. AnimationGUI.TextColor3 = Color3.new(0, 0, 0)
  2220. AnimationGUI.TextSize = 14
  2221.  
  2222. AnimationGUI.MouseButton1Down:connect(function()
  2223. -- Energize by illremember, fe animations
  2224. -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated!
  2225. -- Thank you, and enjoy.
  2226.  
  2227. -- Objects
  2228.  
  2229. local Energize = Instance.new("ScreenGui") -- The actual GUI
  2230. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  2231. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  2232. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  2233. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  2234. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  2235. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  2236. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  2237. local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  2238. local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  2239.  
  2240. local CrazySlash = Instance.new("TextButton")--COMPLETE
  2241. local Open = Instance.new("TextButton")--COMPLETE
  2242. local R15Spinner = Instance.new("TextButton")--COMPLETE
  2243. local ArmsOut = Instance.new("TextButton")--COMPLETE
  2244. local FloatSlash = Instance.new("TextButton")--COMPLETE
  2245. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  2246. local DownSlash = Instance.new("TextButton")--COMPLETE
  2247. local Pull = Instance.new("TextButton")--COMPLETE
  2248. local CircleArm = Instance.new("TextButton")--COMPLETE
  2249. local Bend = Instance.new("TextButton")--COMPLETE
  2250. local RotateSlash = Instance.new("TextButton")--COMPLETE
  2251. local FlingArms = Instance.new("TextButton")--COMPLETE
  2252.  
  2253. local FullSwing = Instance.new("TextButton")--COMPLETE
  2254. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  2255. local MoonDance = Instance.new("TextButton")--COMPLETE
  2256. local FullPunch = Instance.new("TextButton")--COMPLETE
  2257. local Crouch = Instance.new("TextButton")--COMPLETE
  2258. local SpinDance = Instance.new("TextButton")--COMPLETE
  2259. local FloorFaint = Instance.new("TextButton")--COMPLETE
  2260. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  2261. local Spinner = Instance.new("TextButton")--COMPLETE
  2262. local MegaInsane = Instance.new("TextButton")--COMPLETE
  2263. local ArmDetach = Instance.new("TextButton")--COMPLETE
  2264. local WeirdMove = Instance.new("TextButton")--COMPLETE
  2265. local Faint = Instance.new("TextButton")--COMPLETE
  2266. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  2267. local Levitate = Instance.new("TextButton")--COMPLETE
  2268. local DinoWalk = Instance.new("TextButton")--COMPLETE
  2269. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  2270. local SwordSlam = Instance.new("TextButton")--COMPLETE
  2271. local LoopHead = Instance.new("TextButton")--COMPLETE
  2272. local HeroJump = Instance.new("TextButton")--COMPLETE
  2273. local Insane = Instance.new("TextButton")--COMPLETE
  2274. local FloatingHead = Instance.new("TextButton")--COMPLETE
  2275. local HeadThrow = Instance.new("TextButton")--COMPLETE
  2276. local MovingDance = Instance.new("TextButton")--COMPLETE
  2277. local SuperPunch = Instance.new("TextButton")--COMPLETE
  2278. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  2279. local Dab = Instance.new("TextButton")--COMPLETE
  2280. local FloatSit = Instance.new("TextButton")--COMPLETE
  2281. local SuperFaint = Instance.new("TextButton")--COMPLETE
  2282. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  2283. local Scared = Instance.new("TextButton")--COMPLETE
  2284. local InsaneArms = Instance.new("TextButton")--COMPLETE
  2285. local SwordSlice = Instance.new("TextButton")--COMPLETE
  2286. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  2287. local BowDown = Instance.new("TextButton")--COMPLETE
  2288. local LoopSlam = Instance.new("TextButton")--COMPLETE
  2289.  
  2290. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  2291. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  2292. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  2293.  
  2294. -- Properties
  2295.  
  2296. Energize.Name = "Energize"
  2297. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  2298.  
  2299. SideFrame.Name = "SideFrame"
  2300. SideFrame.Parent = Energize
  2301. SideFrame.Active = true
  2302. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  2303. SideFrame.Draggable = true
  2304. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  2305. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  2306. SideFrame.Visible = false
  2307.  
  2308. OpenGUI.Name = "OpenGUI"
  2309. OpenGUI.Parent = SideFrame
  2310. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  2311. OpenGUI.BackgroundTransparency = 1
  2312. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  2313. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  2314. OpenGUI.Font = Enum.Font.SourceSans
  2315. OpenGUI.FontSize = Enum.FontSize.Size48
  2316. OpenGUI.Text = "X"
  2317. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  2318. OpenGUI.TextSize = 40
  2319. OpenGUI.TextWrapped = true
  2320.  
  2321. SideFrameTitle.Name = "SideFrameTitle"
  2322. SideFrameTitle.Parent = SideFrame
  2323. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  2324. SideFrameTitle.BackgroundTransparency = 1
  2325. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  2326. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  2327. SideFrameTitle.Font = Enum.Font.Arial
  2328. SideFrameTitle.FontSize = Enum.FontSize.Size24
  2329. SideFrameTitle.Text = "Energize"
  2330. SideFrameTitle.TextSize = 21
  2331. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  2332. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  2333.  
  2334. MainFrame.Name = "MainFrame"
  2335. MainFrame.Parent = Energize
  2336. MainFrame.Active = true
  2337. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2338. MainFrame.BackgroundTransparency = 1
  2339. MainFrame.Draggable = true
  2340. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  2341. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  2342.  
  2343. GuiBottomFrame.Name = "Gui BottomFrame"
  2344. GuiBottomFrame.Parent = MainFrame
  2345. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  2346. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  2347. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  2348. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  2349.  
  2350. Credits.Name = "Credits"
  2351. Credits.Parent = GuiBottomFrame
  2352. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  2353. Credits.BackgroundTransparency = 1
  2354. Credits.Size = UDim2.new(0, 460, 0, 32)
  2355. Credits.FontSize = Enum.FontSize.Size14
  2356. Credits.Text = "By illremember FE Animations Gui"
  2357. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  2358. Credits.TextSize = 14
  2359. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  2360. Credits.TextStrokeTransparency = 0.69999998807907
  2361. Credits.TextWrapped = true
  2362.  
  2363. ScrollingFrame.Parent = MainFrame
  2364. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  2365. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  2366. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  2367. ScrollingFrame.ScrollBarThickness = 13
  2368.  
  2369. FullSwing.Name = "FullSwing"
  2370. FullSwing.Parent = ScrollingFrame
  2371. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2372. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2373. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  2374. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  2375. FullSwing.Font = Enum.Font.Highway
  2376. FullSwing.FontSize = Enum.FontSize.Size24
  2377. FullSwing.Text = "Full Swing"
  2378. FullSwing.TextSize = 20
  2379. FullSwing.TextWrapped = true
  2380.  
  2381. GlitchLevitate.Name = "GlitchLevitate"
  2382. GlitchLevitate.Parent = ScrollingFrame
  2383. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2384. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2385. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  2386. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  2387. GlitchLevitate.Font = Enum.Font.Highway
  2388. GlitchLevitate.FontSize = Enum.FontSize.Size24
  2389. GlitchLevitate.Text = "Glitch Levitate"
  2390. GlitchLevitate.TextSize = 20
  2391. GlitchLevitate.TextWrapped = true
  2392.  
  2393. MoonDance.Name = "MoonDance"
  2394. MoonDance.Parent = ScrollingFrame
  2395. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2396. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2397. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  2398. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  2399. MoonDance.Font = Enum.Font.Highway
  2400. MoonDance.FontSize = Enum.FontSize.Size24
  2401. MoonDance.Text = "Moon Dance"
  2402. MoonDance.TextSize = 20
  2403. MoonDance.TextWrapped = true
  2404.  
  2405. FullPunch.Name = "FullPunch"
  2406. FullPunch.Parent = ScrollingFrame
  2407. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2408. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2409. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  2410. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  2411. FullPunch.Font = Enum.Font.Highway
  2412. FullPunch.FontSize = Enum.FontSize.Size24
  2413. FullPunch.Text = "Full Punch"
  2414. FullPunch.TextSize = 20
  2415. FullPunch.TextWrapped = true
  2416.  
  2417. Crouch.Name = "Crouch"
  2418. Crouch.Parent = ScrollingFrame
  2419. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2420. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2421. Crouch.Position = UDim2.new(0, 168, 0, 280)
  2422. Crouch.Size = UDim2.new(0, 119, 0, 34)
  2423. Crouch.Font = Enum.Font.Highway
  2424. Crouch.FontSize = Enum.FontSize.Size24
  2425. Crouch.Text = "Crouch"
  2426. Crouch.TextSize = 20
  2427. Crouch.TextWrapped = true
  2428.  
  2429. SpinDance.Name = "SpinDance"
  2430. SpinDance.Parent = ScrollingFrame
  2431. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2432. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2433. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  2434. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  2435. SpinDance.Font = Enum.Font.Highway
  2436. SpinDance.FontSize = Enum.FontSize.Size24
  2437. SpinDance.Text = "Spin Dance"
  2438. SpinDance.TextSize = 20
  2439. SpinDance.TextWrapped = true
  2440.  
  2441. FloorFaint.Name = "FloorFaint"
  2442. FloorFaint.Parent = ScrollingFrame
  2443. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2444. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2445. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  2446. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  2447. FloorFaint.Font = Enum.Font.Highway
  2448. FloorFaint.FontSize = Enum.FontSize.Size24
  2449. FloorFaint.Text = "Floor Faint"
  2450. FloorFaint.TextSize = 20
  2451. FloorFaint.TextWrapped = true
  2452.  
  2453. JumpingJacks.Name = "JumpingJacks"
  2454. JumpingJacks.Parent = ScrollingFrame
  2455. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2456. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2457. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  2458. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  2459. JumpingJacks.Font = Enum.Font.Highway
  2460. JumpingJacks.FontSize = Enum.FontSize.Size24
  2461. JumpingJacks.Text = "Jumping Jacks"
  2462. JumpingJacks.TextSize = 20
  2463. JumpingJacks.TextWrapped = true
  2464.  
  2465. Spinner.Name = "Spinner"
  2466. Spinner.Parent = ScrollingFrame
  2467. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2468. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2469. Spinner.Position = UDim2.new(0, 17, 0, 192)
  2470. Spinner.Size = UDim2.new(0, 119, 0, 34)
  2471. Spinner.Font = Enum.Font.Highway
  2472. Spinner.FontSize = Enum.FontSize.Size24
  2473. Spinner.Text = "Spinner"
  2474. Spinner.TextSize = 20
  2475. Spinner.TextWrapped = true
  2476.  
  2477. MegaInsane.Name = "MegaInsane"
  2478. MegaInsane.Parent = ScrollingFrame
  2479. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2480. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2481. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  2482. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  2483. MegaInsane.Font = Enum.Font.Highway
  2484. MegaInsane.FontSize = Enum.FontSize.Size24
  2485. MegaInsane.Text = "Mega Insane"
  2486. MegaInsane.TextSize = 20
  2487. MegaInsane.TextWrapped = true
  2488.  
  2489. ArmDetach.Name = "ArmDetach"
  2490. ArmDetach.Parent = ScrollingFrame
  2491. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2492. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2493. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  2494. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  2495. ArmDetach.Font = Enum.Font.Highway
  2496. ArmDetach.FontSize = Enum.FontSize.Size24
  2497. ArmDetach.Text = "Arm Detach"
  2498. ArmDetach.TextSize = 20
  2499. ArmDetach.TextWrapped = true
  2500.  
  2501. WeirdMove.Name = "WeirdMove"
  2502. WeirdMove.Parent = ScrollingFrame
  2503. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2504. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2505. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  2506. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  2507. WeirdMove.Font = Enum.Font.Highway
  2508. WeirdMove.FontSize = Enum.FontSize.Size24
  2509. WeirdMove.Text = "Weird Move"
  2510. WeirdMove.TextSize = 20
  2511. WeirdMove.TextWrapped = true
  2512.  
  2513. Faint.Name = "Faint"
  2514. Faint.Parent = ScrollingFrame
  2515. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2516. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2517. Faint.Position = UDim2.new(0, 17, 0, 148)
  2518. Faint.Size = UDim2.new(0, 119, 0, 34)
  2519. Faint.Font = Enum.Font.Highway
  2520. Faint.FontSize = Enum.FontSize.Size24
  2521. Faint.Text = "Faint"
  2522. Faint.TextSize = 20
  2523. Faint.TextWrapped = true
  2524.  
  2525. CloneIllusion.Name = "CloneIllusion"
  2526. CloneIllusion.Parent = ScrollingFrame
  2527. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2528. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2529. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  2530. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  2531. CloneIllusion.Font = Enum.Font.Highway
  2532. CloneIllusion.FontSize = Enum.FontSize.Size24
  2533. CloneIllusion.Text = "Clone Illusion"
  2534. CloneIllusion.TextSize = 20
  2535. CloneIllusion.TextWrapped = true
  2536.  
  2537. Levitate.Name = "Levitate"
  2538. Levitate.Parent = ScrollingFrame
  2539. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2540. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2541. Levitate.Position = UDim2.new(0, 17, 0, 104)
  2542. Levitate.Size = UDim2.new(0, 119, 0, 34)
  2543. Levitate.Font = Enum.Font.Highway
  2544. Levitate.FontSize = Enum.FontSize.Size24
  2545. Levitate.Text = "Levitate"
  2546. Levitate.TextSize = 20
  2547. Levitate.TextWrapped = true
  2548.  
  2549. DinoWalk.Name = "DinoWalk"
  2550. DinoWalk.Parent = ScrollingFrame
  2551. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2552. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2553. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  2554. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  2555. DinoWalk.Font = Enum.Font.Highway
  2556. DinoWalk.FontSize = Enum.FontSize.Size24
  2557. DinoWalk.Text = "Dino Walk"
  2558. DinoWalk.TextSize = 20
  2559. DinoWalk.TextWrapped = true
  2560.  
  2561. FloorCrawl.Name = "FloorCrawl"
  2562. FloorCrawl.Parent = ScrollingFrame
  2563. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2564. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2565. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  2566. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  2567. FloorCrawl.Font = Enum.Font.Highway
  2568. FloorCrawl.FontSize = Enum.FontSize.Size24
  2569. FloorCrawl.Text = "Floor Crawl"
  2570. FloorCrawl.TextSize = 20
  2571. FloorCrawl.TextWrapped = true
  2572.  
  2573. SwordSlam.Name = "SwordSlam"
  2574. SwordSlam.Parent = ScrollingFrame
  2575. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2576. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2577. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  2578. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  2579. SwordSlam.Font = Enum.Font.Highway
  2580. SwordSlam.FontSize = Enum.FontSize.Size24
  2581. SwordSlam.Text = "Sword Slam"
  2582. SwordSlam.TextSize = 20
  2583. SwordSlam.TextWrapped = true
  2584.  
  2585. LoopHead.Name = "LoopHead"
  2586. LoopHead.Parent = ScrollingFrame
  2587. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2588. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2589. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  2590. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  2591. LoopHead.Font = Enum.Font.Highway
  2592. LoopHead.FontSize = Enum.FontSize.Size24
  2593. LoopHead.Text = "Loop Head"
  2594. LoopHead.TextSize = 20
  2595. LoopHead.TextWrapped = true
  2596.  
  2597. HeroJump.Name = "HeroJump"
  2598. HeroJump.Parent = ScrollingFrame
  2599. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2600. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2601. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  2602. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  2603. HeroJump.Font = Enum.Font.Highway
  2604. HeroJump.FontSize = Enum.FontSize.Size24
  2605. HeroJump.Text = "Hero Jump"
  2606. HeroJump.TextSize = 20
  2607. HeroJump.TextWrapped = true
  2608.  
  2609. Insane.Name = "Insane"
  2610. Insane.Parent = ScrollingFrame
  2611. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2612. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2613. Insane.Position = UDim2.new(0, 319, 0, 16)
  2614. Insane.Size = UDim2.new(0, 119, 0, 34)
  2615. Insane.Font = Enum.Font.Highway
  2616. Insane.FontSize = Enum.FontSize.Size24
  2617. Insane.Text = "Insane"
  2618. Insane.TextSize = 20
  2619. Insane.TextWrapped = true
  2620.  
  2621. FloatingHead.Name = "FloatingHead"
  2622. FloatingHead.Parent = ScrollingFrame
  2623. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2624. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2625. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  2626. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  2627. FloatingHead.Font = Enum.Font.Highway
  2628. FloatingHead.FontSize = Enum.FontSize.Size24
  2629. FloatingHead.Text = "Floating Head"
  2630. FloatingHead.TextSize = 20
  2631. FloatingHead.TextWrapped = true
  2632.  
  2633. HeadThrow.Name = "HeadThrow"
  2634. HeadThrow.Parent = ScrollingFrame
  2635. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2636. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2637. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  2638. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  2639. HeadThrow.Font = Enum.Font.Highway
  2640. HeadThrow.FontSize = Enum.FontSize.Size24
  2641. HeadThrow.Text = "Head Throw"
  2642. HeadThrow.TextSize = 20
  2643. HeadThrow.TextWrapped = true
  2644.  
  2645. MovingDance.Name = "MovingDance"
  2646. MovingDance.Parent = ScrollingFrame
  2647. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2648. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2649. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  2650. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  2651. MovingDance.Font = Enum.Font.Highway
  2652. MovingDance.FontSize = Enum.FontSize.Size24
  2653. MovingDance.Text = "Moving Dance"
  2654. MovingDance.TextSize = 20
  2655. MovingDance.TextWrapped = true
  2656.  
  2657. SuperPunch.Name = "SuperPunch"
  2658. SuperPunch.Parent = ScrollingFrame
  2659. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2660. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2661. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  2662. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  2663. SuperPunch.Font = Enum.Font.Highway
  2664. SuperPunch.FontSize = Enum.FontSize.Size24
  2665. SuperPunch.Text = "Super Punch"
  2666. SuperPunch.TextSize = 20
  2667. SuperPunch.TextWrapped = true
  2668.  
  2669. ArmTurbine.Name = "ArmTurbine"
  2670. ArmTurbine.Parent = ScrollingFrame
  2671. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2672. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2673. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  2674. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  2675. ArmTurbine.Font = Enum.Font.Highway
  2676. ArmTurbine.FontSize = Enum.FontSize.Size24
  2677. ArmTurbine.Text = "Arm Turbine"
  2678. ArmTurbine.TextSize = 20
  2679. ArmTurbine.TextWrapped = true
  2680.  
  2681. Dab.Name = "Dab"
  2682. Dab.Parent = ScrollingFrame
  2683. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2684. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2685. Dab.Position = UDim2.new(0, 17, 0, 366)
  2686. Dab.Size = UDim2.new(0, 119, 0, 34)
  2687. Dab.Font = Enum.Font.Highway
  2688. Dab.FontSize = Enum.FontSize.Size24
  2689. Dab.Text = "Dab"
  2690. Dab.TextSize = 20
  2691. Dab.TextWrapped = true
  2692.  
  2693. FloatSit.Name = "FloatSit"
  2694. FloatSit.Parent = ScrollingFrame
  2695. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2696. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2697. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  2698. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  2699. FloatSit.Font = Enum.Font.Highway
  2700. FloatSit.FontSize = Enum.FontSize.Size24
  2701. FloatSit.Text = "Float Sit"
  2702. FloatSit.TextSize = 20
  2703. FloatSit.TextWrapped = true
  2704.  
  2705. SuperFaint.Name = "SuperFaint"
  2706. SuperFaint.Parent = ScrollingFrame
  2707. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2708. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2709. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  2710. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  2711. SuperFaint.Font = Enum.Font.Highway
  2712. SuperFaint.FontSize = Enum.FontSize.Size24
  2713. SuperFaint.Text = "Super Faint"
  2714. SuperFaint.TextSize = 20
  2715. SuperFaint.TextWrapped = true
  2716.  
  2717. BarrelRoll.Name = "BarrelRoll"
  2718. BarrelRoll.Parent = ScrollingFrame
  2719. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2720. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2721. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  2722. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  2723. BarrelRoll.Font = Enum.Font.Highway
  2724. BarrelRoll.FontSize = Enum.FontSize.Size24
  2725. BarrelRoll.Text = "Barrel Roll"
  2726. BarrelRoll.TextSize = 20
  2727. BarrelRoll.TextWrapped = true
  2728.  
  2729. Scared.Name = "Scared"
  2730. Scared.Parent = ScrollingFrame
  2731. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2732. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2733. Scared.Position = UDim2.new(0, 319, 0, 454)
  2734. Scared.Size = UDim2.new(0, 119, 0, 34)
  2735. Scared.Font = Enum.Font.Highway
  2736. Scared.FontSize = Enum.FontSize.Size24
  2737. Scared.Text = "Scared"
  2738. Scared.TextSize = 20
  2739. Scared.TextWrapped = true
  2740.  
  2741. InsaneArms.Name = "InsaneArms"
  2742. InsaneArms.Parent = ScrollingFrame
  2743. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2744. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2745. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  2746. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  2747. InsaneArms.Font = Enum.Font.Highway
  2748. InsaneArms.FontSize = Enum.FontSize.Size24
  2749. InsaneArms.Text = "Insane Arms"
  2750. InsaneArms.TextSize = 20
  2751. InsaneArms.TextWrapped = true
  2752.  
  2753. SwordSlice.Name = "SwordSlice"
  2754. SwordSlice.Parent = ScrollingFrame
  2755. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2756. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2757. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  2758. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  2759. SwordSlice.Font = Enum.Font.Highway
  2760. SwordSlice.FontSize = Enum.FontSize.Size24
  2761. SwordSlice.Text = "Sword Slice"
  2762. SwordSlice.TextSize = 20
  2763. SwordSlice.TextWrapped = true
  2764.  
  2765. SpinDance2.Name = "SpinDance2"
  2766. SpinDance2.Parent = ScrollingFrame
  2767. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2768. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2769. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  2770. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  2771. SpinDance2.Font = Enum.Font.Highway
  2772. SpinDance2.FontSize = Enum.FontSize.Size24
  2773. SpinDance2.Text = "Spin Dance 2"
  2774. SpinDance2.TextSize = 20
  2775. SpinDance2.TextWrapped = true
  2776.  
  2777. BowDown.Name = "BowDown"
  2778. BowDown.Parent = ScrollingFrame
  2779. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2780. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2781. BowDown.Position = UDim2.new(0, 319, 0, 498)
  2782. BowDown.Size = UDim2.new(0, 119, 0, 34)
  2783. BowDown.Font = Enum.Font.Highway
  2784. BowDown.FontSize = Enum.FontSize.Size24
  2785. BowDown.Text = "Bow Down"
  2786. BowDown.TextSize = 20
  2787. BowDown.TextWrapped = true
  2788.  
  2789. LoopSlam.Name = "LoopSlam"
  2790. LoopSlam.Parent = ScrollingFrame
  2791. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2792. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2793. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  2794. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  2795. LoopSlam.Font = Enum.Font.Highway
  2796. LoopSlam.FontSize = Enum.FontSize.Size24
  2797. LoopSlam.Text = "Loop Slam"
  2798. LoopSlam.TextSize = 20
  2799. LoopSlam.TextWrapped = true
  2800.  
  2801. GuiTopFrame.Name = "Gui TopFrame"
  2802. GuiTopFrame.Parent = MainFrame
  2803. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  2804. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  2805. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  2806.  
  2807. CloseGUI.Name = "CloseGUI"
  2808. CloseGUI.Parent = GuiTopFrame
  2809. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  2810. CloseGUI.BackgroundTransparency = 1
  2811. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  2812. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  2813. CloseGUI.Font = Enum.Font.SourceSans
  2814. CloseGUI.FontSize = Enum.FontSize.Size48
  2815. CloseGUI.Text = "X"
  2816. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  2817. CloseGUI.TextSize = 40
  2818. CloseGUI.TextWrapped = true
  2819.  
  2820. Title.Name = "Title"
  2821. Title.Parent = GuiTopFrame
  2822. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  2823. Title.BackgroundTransparency = 1
  2824. Title.Size = UDim2.new(0, 460, 0, 32)
  2825. Title.FontSize = Enum.FontSize.Size14
  2826. Title.Text = "Energize"
  2827. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  2828. Title.TextSize = 14
  2829. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  2830. Title.TextStrokeTransparency = 0.69999998807907
  2831. Title.TextWrapped = true
  2832.  
  2833. CheckR.Name = "CheckR"
  2834. CheckR.Parent = GuiTopFrame
  2835. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  2836. CheckR.BackgroundTransparency = 1
  2837. CheckR.Size = UDim2.new(0, 171, 0, 32)
  2838. CheckR.Font = Enum.Font.SourceSansBold
  2839. CheckR.FontSize = Enum.FontSize.Size14
  2840. CheckR.Text = "Text"
  2841. CheckR.TextScaled = true
  2842. CheckR.TextSize = 14
  2843. CheckR.TextWrapped = true
  2844.  
  2845. ScrollingFrameR15.Name = "ScrollingFrameR15"
  2846. ScrollingFrameR15.Parent = MainFrame
  2847. ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  2848. ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  2849. ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  2850. ScrollingFrameR15.Visible = false
  2851. ScrollingFrameR15.ScrollBarThickness = 13
  2852.  
  2853. CrazySlash.Name = "CrazySlash"
  2854. CrazySlash.Parent = ScrollingFrameR15
  2855. CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2856. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2857. CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  2858. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  2859. CrazySlash.Font = Enum.Font.Highway
  2860. CrazySlash.FontSize = Enum.FontSize.Size24
  2861. CrazySlash.Text = "CrazySlash"
  2862. CrazySlash.TextSize = 20
  2863. CrazySlash.TextWrapped = true
  2864.  
  2865. Open.Name = "Open"
  2866. Open.Parent = ScrollingFrameR15
  2867. Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2868. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2869. Open.Position = UDim2.new(0, 168, 0, 16)
  2870. Open.Size = UDim2.new(0, 119, 0, 34)
  2871. Open.Font = Enum.Font.Highway
  2872. Open.FontSize = Enum.FontSize.Size24
  2873. Open.Text = "Open"
  2874. Open.TextSize = 20
  2875. Open.TextWrapped = true
  2876.  
  2877. R15Spinner.Name = "R15Spinner"
  2878. R15Spinner.Parent = ScrollingFrameR15
  2879. R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2880. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2881. R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  2882. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  2883. R15Spinner.Font = Enum.Font.Highway
  2884. R15Spinner.FontSize = Enum.FontSize.Size24
  2885. R15Spinner.Text = "Spinner"
  2886. R15Spinner.TextSize = 20
  2887. R15Spinner.TextWrapped = true
  2888.  
  2889. ArmsOut.Name = "ArmsOut"
  2890. ArmsOut.Parent = ScrollingFrameR15
  2891. ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2892. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2893. ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  2894. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  2895. ArmsOut.Font = Enum.Font.Highway
  2896. ArmsOut.FontSize = Enum.FontSize.Size24
  2897. ArmsOut.Text = "ArmsOut"
  2898. ArmsOut.TextSize = 20
  2899. ArmsOut.TextWrapped = true
  2900.  
  2901. FloatSlash.Name = "FloatSlash"
  2902. FloatSlash.Parent = ScrollingFrameR15
  2903. FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2904. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2905. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  2906. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  2907. FloatSlash.Font = Enum.Font.Highway
  2908. FloatSlash.FontSize = Enum.FontSize.Size24
  2909. FloatSlash.Text = "FloatSlash"
  2910. FloatSlash.TextSize = 20
  2911. FloatSlash.TextWrapped = true
  2912.  
  2913. WeirdZombie.Name = "WeirdZombie"
  2914. WeirdZombie.Parent = ScrollingFrameR15
  2915. WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2916. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2917. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  2918. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  2919. WeirdZombie.Font = Enum.Font.Highway
  2920. WeirdZombie.FontSize = Enum.FontSize.Size24
  2921. WeirdZombie.Text = "WeirdZombie"
  2922. WeirdZombie.TextSize = 20
  2923. WeirdZombie.TextWrapped = true
  2924.  
  2925. DownSlash.Name = "DownSlash"
  2926. DownSlash.Parent = ScrollingFrameR15
  2927. DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2928. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2929. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  2930. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  2931. DownSlash.Font = Enum.Font.Highway
  2932. DownSlash.FontSize = Enum.FontSize.Size24
  2933. DownSlash.Text = "DownSlash"
  2934. DownSlash.TextSize = 20
  2935. DownSlash.TextWrapped = true
  2936.  
  2937. Pull.Name = "Pull"
  2938. Pull.Parent = ScrollingFrameR15
  2939. Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2940. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2941. Pull.Position = UDim2.new(0, 17, 0, 104)
  2942. Pull.Size = UDim2.new(0, 119, 0, 34)
  2943. Pull.Font = Enum.Font.Highway
  2944. Pull.FontSize = Enum.FontSize.Size24
  2945. Pull.Text = "Pull"
  2946. Pull.TextSize = 20
  2947. Pull.TextWrapped = true
  2948.  
  2949. CircleArm.Name = "CircleArm"
  2950. CircleArm.Parent = ScrollingFrameR15
  2951. CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2952. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2953. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  2954. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  2955. CircleArm.Font = Enum.Font.Highway
  2956. CircleArm.FontSize = Enum.FontSize.Size24
  2957. CircleArm.Text = "CircleArm"
  2958. CircleArm.TextSize = 20
  2959. CircleArm.TextWrapped = true
  2960.  
  2961. Bend.Name = "Bend"
  2962. Bend.Parent = ScrollingFrameR15
  2963. Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2964. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2965. Bend.Position = UDim2.new(0, 319, 0, 104)
  2966. Bend.Size = UDim2.new(0, 119, 0, 34)
  2967. Bend.Font = Enum.Font.Highway
  2968. Bend.FontSize = Enum.FontSize.Size24
  2969. Bend.Text = "Bend"
  2970. Bend.TextSize = 20
  2971. Bend.TextWrapped = true
  2972.  
  2973. RotateSlash.Name = "RotateSlash"
  2974. RotateSlash.Parent = ScrollingFrameR15
  2975. RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2976. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2977. RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  2978. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  2979. RotateSlash.Font = Enum.Font.Highway
  2980. RotateSlash.FontSize = Enum.FontSize.Size24
  2981. RotateSlash.Text = "RotateSlash"
  2982. RotateSlash.TextSize = 20
  2983. RotateSlash.TextWrapped = true
  2984.  
  2985. FlingArms.Name = "FlingArms"
  2986. FlingArms.Parent = ScrollingFrameR15
  2987. FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2988. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2989. FlingArms.Position = UDim2.new(0, 168, 0, 60)
  2990. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  2991. FlingArms.Font = Enum.Font.Highway
  2992. FlingArms.FontSize = Enum.FontSize.Size24
  2993. FlingArms.Text = "FlingArms"
  2994. FlingArms.TextSize = 20
  2995. FlingArms.TextWrapped = true
  2996.  
  2997. -- Buttons
  2998. col = Color3.new(0.886275, 0.776471, 0.368627)
  2999. loc = Color3.new(1, 0.906471, 0.568627)
  3000. rcol = Color3.new(0.682353, 0.701961, 0.792157)
  3001. rloc = Color3.new(0.882353, 0.901961, 0.992157)
  3002.  
  3003. CloseGUI.MouseButton1Click:connect(function()
  3004. MainFrame.Visible = false
  3005. SideFrame.Visible = true
  3006. SideFrame.Position = MainFrame.Position
  3007. end)
  3008.  
  3009. OpenGUI.MouseButton1Click:connect(function()
  3010. MainFrame.Visible = true
  3011. SideFrame.Visible = false
  3012. MainFrame.Position = SideFrame.Position
  3013. end)
  3014.  
  3015. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  3016. ScrollingFrame.Visible = false
  3017. ScrollingFrameR15.Visible = true
  3018. CheckR.Text = "Showing R15 Animations"
  3019. else
  3020. ScrollingFrame.Visible = true
  3021. ScrollingFrameR15.Visible = false
  3022. CheckR.Text = "Showing R6 Animations"
  3023. end
  3024.  
  3025. local Anim = Instance.new("Animation")
  3026. Anim.AnimationId = "rbxassetid://35154961"
  3027. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3028. local HeadThrowACTIVE = false
  3029. HeadThrow.MouseButton1Click:connect(function()
  3030. HeadThrowACTIVE = not HeadThrowACTIVE
  3031. if HeadThrowACTIVE then
  3032. HeadThrow.BackgroundColor3 = loc
  3033. while wait() do
  3034. if track.IsPlaying == false then
  3035. if HeadThrowACTIVE then
  3036. track:Play(.1, 1, 1)
  3037. end
  3038. end
  3039. end
  3040. else
  3041. track:Stop()
  3042. HeadThrow.BackgroundColor3 = col
  3043. end
  3044. end)
  3045.  
  3046. local Anim = Instance.new("Animation")
  3047. Anim.AnimationId = "rbxassetid://121572214"
  3048. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3049. local FloatingHeadACTIVE = false
  3050. FloatingHead.MouseButton1Click:connect(function()
  3051. FloatingHeadACTIVE = not FloatingHeadACTIVE
  3052. if FloatingHeadACTIVE then
  3053. track:Play(.1, 1, 1)
  3054. FloatingHead.BackgroundColor3 = loc
  3055. else
  3056. track:Stop()
  3057. FloatingHead.BackgroundColor3 = col
  3058. end
  3059. end)
  3060.  
  3061. local Anim = Instance.new("Animation")
  3062. Anim.AnimationId = "rbxassetid://182724289"
  3063. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3064. local CrouchACTIVE = false
  3065. Crouch.MouseButton1Click:connect(function()
  3066. CrouchACTIVE = not CrouchACTIVE
  3067. if CrouchACTIVE then
  3068. track:Play(.1, 1, 1)
  3069. Crouch.BackgroundColor3 = loc
  3070. else
  3071. track:Stop()
  3072. Crouch.BackgroundColor3 = col
  3073. end
  3074. end)
  3075.  
  3076. local Anim = Instance.new("Animation")
  3077. Anim.AnimationId = "rbxassetid://282574440"
  3078. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3079. local FloorCrawlACTIVE = false
  3080. FloorCrawl.MouseButton1Click:connect(function()
  3081. FloorCrawlACTIVE = not FloorCrawlACTIVE
  3082. if FloorCrawlACTIVE then
  3083. track:Play(.1, 1, 1)
  3084. FloorCrawl.BackgroundColor3 = loc
  3085. else
  3086. track:Stop()
  3087. FloorCrawl.BackgroundColor3 = col
  3088. end
  3089. end)
  3090.  
  3091. local Anim = Instance.new("Animation")
  3092. Anim.AnimationId = "rbxassetid://204328711"
  3093. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3094. local DinoWalkACTIVE = false
  3095. DinoWalk.MouseButton1Click:connect(function()
  3096. DinoWalkACTIVE = not DinoWalkACTIVE
  3097. if DinoWalkACTIVE then
  3098. track:Play(.1, 1, 1)
  3099. DinoWalk.BackgroundColor3 = loc
  3100. else
  3101. track:Stop()
  3102. DinoWalk.BackgroundColor3 = col
  3103. end
  3104. end)
  3105.  
  3106. local Anim = Instance.new("Animation")
  3107. Anim.AnimationId = "rbxassetid://429681631"
  3108. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3109. local JumpingJacksACTIVE = false
  3110. JumpingJacks.MouseButton1Click:connect(function()
  3111. JumpingJacksACTIVE = not JumpingJacksACTIVE
  3112. if JumpingJacksACTIVE then
  3113. track:Play(.1, 1, 1)
  3114. JumpingJacks.BackgroundColor3 = loc
  3115. else
  3116. track:Stop()
  3117. JumpingJacks.BackgroundColor3 = col
  3118. end
  3119. end)
  3120.  
  3121. local Anim = Instance.new("Animation")
  3122. Anim.AnimationId = "rbxassetid://35154961"
  3123. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3124. local LoopHeadACTIVE = false
  3125. LoopHead.MouseButton1Click:connect(function()
  3126. LoopHeadACTIVE = not LoopHeadACTIVE
  3127. if LoopHeadACTIVE then
  3128. LoopHead.BackgroundColor3 = loc
  3129. while wait() do
  3130. if track.IsPlaying == false then
  3131. if LoopHeadACTIVE then
  3132. track:Play(.5, 1, 1e6)
  3133. end
  3134. end
  3135. end
  3136. else
  3137. track:Stop()
  3138. LoopHead.BackgroundColor3 = col
  3139. end
  3140. end)
  3141.  
  3142. local Anim = Instance.new("Animation")
  3143. Anim.AnimationId = "rbxassetid://184574340"
  3144. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3145. local HeroJumpACTIVE = false
  3146. HeroJump.MouseButton1Click:connect(function()
  3147. HeroJumpACTIVE = not HeroJumpACTIVE
  3148. if HeroJumpACTIVE then
  3149. HeroJump.BackgroundColor3 = loc
  3150. while wait() do
  3151. if track.IsPlaying == false then
  3152. if HeroJumpACTIVE then
  3153. track:Play(.1, 1, 1)
  3154. end
  3155. end
  3156. end
  3157. else
  3158. track:Stop()
  3159. HeroJump.BackgroundColor3 = col
  3160. end
  3161. end)
  3162.  
  3163. local Anim = Instance.new("Animation")
  3164. Anim.AnimationId = "rbxassetid://181526230"
  3165. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3166. local FaintACTIVE = false
  3167. Faint.MouseButton1Click:connect(function()
  3168. FaintACTIVE = not FaintACTIVE
  3169. if FaintACTIVE then
  3170. track:Play(.1, 1, 1)
  3171. Faint.BackgroundColor3 = loc
  3172. else
  3173. track:Stop()
  3174. Faint.BackgroundColor3 = col
  3175. end
  3176. end)
  3177.  
  3178. local Anim = Instance.new("Animation")
  3179. Anim.AnimationId = "rbxassetid://181525546"
  3180. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3181. local FloorFaintACTIVE = false
  3182. FloorFaint.MouseButton1Click:connect(function()
  3183. FloorFaintACTIVE = not FloorFaintACTIVE
  3184. if FloorFaintACTIVE then
  3185. FloorFaint.BackgroundColor3 = loc
  3186. while wait() do
  3187. if track.IsPlaying == false then
  3188. if FloorFaintACTIVE then
  3189. track:Play(.1, 1, 2)
  3190. end
  3191. end
  3192. end
  3193. else
  3194. track:Stop()
  3195. FloorFaint.BackgroundColor3 = col
  3196. end
  3197. end)
  3198.  
  3199. local Anim = Instance.new("Animation")
  3200. Anim.AnimationId = "rbxassetid://181525546"
  3201. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3202. local SuperFaintACTIVE = false
  3203. SuperFaint.MouseButton1Click:connect(function()
  3204. SuperFaintACTIVE = not SuperFaintACTIVE
  3205. if SuperFaintACTIVE then
  3206. SuperFaint.BackgroundColor3 = loc
  3207. while wait() do
  3208. if track.IsPlaying == false then
  3209. if SuperFaintACTIVE then
  3210. track:Play(.1, 0.5, 40)
  3211. end
  3212. end
  3213. end
  3214. else
  3215. track:Stop()
  3216. SuperFaint.BackgroundColor3 = col
  3217. end
  3218. end)
  3219.  
  3220. local Anim = Instance.new("Animation")
  3221. Anim.AnimationId = "rbxassetid://313762630"
  3222. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3223. local LevitateACTIVE = false
  3224. Levitate.MouseButton1Click:connect(function()
  3225. LevitateACTIVE = not LevitateACTIVE
  3226. if LevitateACTIVE then
  3227. track:Play(.1, 1, 1)
  3228. Levitate.BackgroundColor3 = loc
  3229. else
  3230. track:Stop()
  3231. Levitate.BackgroundColor3 = col
  3232. end
  3233. end)
  3234.  
  3235. local Anim = Instance.new("Animation")
  3236. Anim.AnimationId = "rbxassetid://183412246"
  3237. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3238. local DabACTIVE = false
  3239. Dab.MouseButton1Click:connect(function()
  3240. DabACTIVE = not DabACTIVE
  3241. if DabACTIVE then
  3242. Dab.BackgroundColor3 = loc
  3243. while wait() do
  3244. if track.IsPlaying == false then
  3245. if DabACTIVE then
  3246. track:Play(.1, 1, 1)
  3247. end
  3248. end
  3249. end
  3250. else
  3251. track:Stop()
  3252. Dab.BackgroundColor3 = col
  3253. end
  3254. end)
  3255.  
  3256. local Anim = Instance.new("Animation")
  3257. Anim.AnimationId = "rbxassetid://188632011"
  3258. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3259. local SpinACTIVE = false
  3260. Spinner.MouseButton1Click:connect(function()
  3261. SpinACTIVE = not SpinACTIVE
  3262. if SpinACTIVE then
  3263. Spinner.BackgroundColor3 = loc
  3264. while wait() do
  3265. if track.IsPlaying == false then
  3266. if SpinACTIVE then
  3267. track:Play(.1, 1, 2)
  3268. end
  3269. end
  3270. end
  3271. else
  3272. track:Stop()
  3273. Spinner.BackgroundColor3 = col
  3274. end
  3275. end)
  3276.  
  3277. local Anim = Instance.new("Animation")
  3278. Anim.AnimationId = "rbxassetid://179224234"
  3279. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3280. local FloatSitACTIVE = false
  3281. FloatSit.MouseButton1Click:connect(function()
  3282. FloatSitACTIVE = not FloatSitACTIVE
  3283. if FloatSitACTIVE then
  3284. track:Play(.1, 1, 1)
  3285. FloatSit.BackgroundColor3 = loc
  3286. else
  3287. track:Stop()
  3288. FloatSit.BackgroundColor3 = col
  3289. end
  3290. end)
  3291.  
  3292. local Anim = Instance.new("Animation")
  3293. Anim.AnimationId = "rbxassetid://429703734"
  3294. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3295. local MovingDanceACTIVE = false
  3296. MovingDance.MouseButton1Click:connect(function()
  3297. MovingDanceACTIVE = not MovingDanceACTIVE
  3298. if MovingDanceACTIVE then
  3299. MovingDance.BackgroundColor3 = loc
  3300. while wait() do
  3301. if track.IsPlaying == false then
  3302. if MovingDanceACTIVE then
  3303. track:Play(.1, 1, 1)
  3304. end
  3305. end
  3306. end
  3307. else
  3308. track:Stop()
  3309. MovingDance.BackgroundColor3 = col
  3310. end
  3311. end)
  3312.  
  3313. local Anim = Instance.new("Animation")
  3314. Anim.AnimationId = "rbxassetid://215384594"
  3315. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3316. local WeirdMoveACTIVE = false
  3317. WeirdMove.MouseButton1Click:connect(function()
  3318. WeirdMoveACTIVE = not WeirdMoveACTIVE
  3319. if WeirdMoveACTIVE then
  3320. track:Play(.1, 1, 1)
  3321. WeirdMove.BackgroundColor3 = loc
  3322. else
  3323. track:Stop()
  3324. WeirdMove.BackgroundColor3 = col
  3325. end
  3326. end)
  3327.  
  3328. local Anim = Instance.new("Animation")
  3329. Anim.AnimationId = "rbxassetid://215384594"
  3330. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3331. local CloneIllusionACTIVE = false
  3332. CloneIllusion.MouseButton1Click:connect(function()
  3333. CloneIllusionACTIVE = not CloneIllusionACTIVE
  3334. if CloneIllusionACTIVE then
  3335. track:Play(.5, 1, 1e7)
  3336. CloneIllusion.BackgroundColor3 = loc
  3337. else
  3338. track:Stop()
  3339. CloneIllusion.BackgroundColor3 = col
  3340. end
  3341. end)
  3342.  
  3343. local Anim = Instance.new("Animation")
  3344. Anim.AnimationId = "rbxassetid://313762630"
  3345. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3346. local GlitchLevitateACTIVE = false
  3347. GlitchLevitate.MouseButton1Click:connect(function()
  3348. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  3349. if GlitchLevitateACTIVE then
  3350. track:Play(.5, 1, 1e7)
  3351. GlitchLevitate.BackgroundColor3 = loc
  3352. else
  3353. track:Stop()
  3354. GlitchLevitate.BackgroundColor3 = col
  3355. end
  3356. end)
  3357.  
  3358. local Anim = Instance.new("Animation")
  3359. Anim.AnimationId = "rbxassetid://429730430"
  3360. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3361. local SpinDanceACTIVE = false
  3362. SpinDance.MouseButton1Click:connect(function()
  3363. SpinDanceACTIVE = not SpinDanceACTIVE
  3364. if SpinDanceACTIVE then
  3365. SpinDance.BackgroundColor3 = loc
  3366. while wait() do
  3367. if track.IsPlaying == false then
  3368. if SpinDanceACTIVE then
  3369. track:Play(.1, 1, 1)
  3370. end
  3371. end
  3372. end
  3373. else
  3374. track:Stop()
  3375. SpinDance.BackgroundColor3 = col
  3376. end
  3377. end)
  3378.  
  3379. local Anim = Instance.new("Animation")
  3380. Anim.AnimationId = "rbxassetid://45834924"
  3381. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3382. local MoonDanceACTIVE = false
  3383. MoonDance.MouseButton1Click:connect(function()
  3384. MoonDanceACTIVE = not MoonDanceACTIVE
  3385. if MoonDanceACTIVE then
  3386. MoonDance.BackgroundColor3 = loc
  3387. while wait() do
  3388. if track.IsPlaying == false then
  3389. if MoonDanceACTIVE then
  3390. track:Play(.1, 1, 1)
  3391. end
  3392. end
  3393. end
  3394. else
  3395. track:Stop()
  3396. MoonDance.BackgroundColor3 = col
  3397. end
  3398. end)
  3399.  
  3400. local Anim = Instance.new("Animation")
  3401. Anim.AnimationId = "rbxassetid://204062532"
  3402. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3403. local FullPunchACTIVE = false
  3404. FullPunch.MouseButton1Click:connect(function()
  3405. FullPunchACTIVE = not FullPunchACTIVE
  3406. if FullPunchACTIVE then
  3407. FullPunch.BackgroundColor3 = loc
  3408. while wait() do
  3409. if track.IsPlaying == false then
  3410. if FullPunchACTIVE then
  3411. track:Play(.1, 1, 1)
  3412. end
  3413. end
  3414. end
  3415. else
  3416. track:Stop()
  3417. FullPunch.BackgroundColor3 = col
  3418. end
  3419. end)
  3420.  
  3421. local Anim = Instance.new("Animation")
  3422. Anim.AnimationId = "rbxassetid://186934910"
  3423. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3424. local SpinDance2ACTIVE = false
  3425. SpinDance2.MouseButton1Click:connect(function()
  3426. SpinDance2ACTIVE = not SpinDance2ACTIVE
  3427. if SpinDance2ACTIVE then
  3428. SpinDance2.BackgroundColor3 = loc
  3429. while wait() do
  3430. if track.IsPlaying == false then
  3431. if SpinDance2ACTIVE then
  3432. track:Play(.1, 1, 1)
  3433. end
  3434. end
  3435. end
  3436. else
  3437. track:Stop()
  3438. SpinDance2.BackgroundColor3 = col
  3439. end
  3440. end)
  3441.  
  3442. local Anim = Instance.new("Animation")
  3443. Anim.AnimationId = "rbxassetid://204292303"
  3444. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3445. local BowDownACTIVE = false
  3446. BowDown.MouseButton1Click:connect(function()
  3447. BowDownACTIVE = not BowDownACTIVE
  3448. if BowDownACTIVE then
  3449. BowDown.BackgroundColor3 = loc
  3450. while wait() do
  3451. if track.IsPlaying == false then
  3452. if BowDownACTIVE then
  3453. track:Play(.1, 1, 3)
  3454. end
  3455. end
  3456. end
  3457. else
  3458. track:Stop()
  3459. BowDown.BackgroundColor3 = col
  3460. end
  3461. end)
  3462.  
  3463. local Anim = Instance.new("Animation")
  3464. Anim.AnimationId = "rbxassetid://204295235"
  3465. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3466. local SwordSlamACTIVE = false
  3467. SwordSlam.MouseButton1Click:connect(function()
  3468. SwordSlamACTIVE = not SwordSlamACTIVE
  3469. if SwordSlamACTIVE then
  3470. SwordSlam.BackgroundColor3 = loc
  3471. while wait() do
  3472. if track.IsPlaying == false then
  3473. if SwordSlamACTIVE then
  3474. track:Play(.1, 1, 1)
  3475. end
  3476. end
  3477. end
  3478. else
  3479. track:Stop()
  3480. SwordSlam.BackgroundColor3 = col
  3481. end
  3482. end)
  3483.  
  3484. local Anim = Instance.new("Animation")
  3485. Anim.AnimationId = "rbxassetid://204295235"
  3486. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3487. local LoopSlamACTIVE = false
  3488. LoopSlam.MouseButton1Click:connect(function()
  3489. LoopSlamACTIVE = not LoopSlamACTIVE
  3490. if LoopSlamACTIVE then
  3491. LoopSlam.BackgroundColor3 = loc
  3492. while wait() do
  3493. if track.IsPlaying == false then
  3494. if LoopSlamACTIVE then
  3495. track:Play(.1, 1, 1e4)
  3496. end
  3497. end
  3498. end
  3499. else
  3500. track:Stop()
  3501. LoopSlam.BackgroundColor3 = col
  3502. end
  3503. end)
  3504.  
  3505. local Anim = Instance.new("Animation")
  3506. Anim.AnimationId = "rbxassetid://184574340"
  3507. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3508. local MegaInsaneACTIVE = false
  3509. MegaInsane.MouseButton1Click:connect(function()
  3510. MegaInsaneACTIVE = not MegaInsaneACTIVE
  3511. if MegaInsaneACTIVE then
  3512. MegaInsane.BackgroundColor3 = loc
  3513. while wait() do
  3514. if track.IsPlaying == false then
  3515. if MegaInsaneACTIVE then
  3516. track:Play(.1, 0.5, 40)
  3517. end
  3518. end
  3519. end
  3520. else
  3521. track:Stop()
  3522. MegaInsane.BackgroundColor3 = col
  3523. end
  3524. end)
  3525.  
  3526. local Anim = Instance.new("Animation")
  3527. Anim.AnimationId = "rbxassetid://126753849"
  3528. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3529. local SuperPunchACTIVE = false
  3530. SuperPunch.MouseButton1Click:connect(function()
  3531. SuperPunchACTIVE = not SuperPunchACTIVE
  3532. if SuperPunchACTIVE then
  3533. SuperPunch.BackgroundColor3 = loc
  3534. while wait() do
  3535. if track.IsPlaying == false then
  3536. if SuperPunchACTIVE then
  3537. track:Play(.1, 1, 3)
  3538. end
  3539. end
  3540. end
  3541. else
  3542. track:Stop()
  3543. SuperPunch.BackgroundColor3 = col
  3544. end
  3545. end)
  3546.  
  3547. local Anim = Instance.new("Animation")
  3548. Anim.AnimationId = "rbxassetid://218504594"
  3549. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3550. local FullSwingACTIVE = false
  3551. FullSwing.MouseButton1Click:connect(function()
  3552. FullSwingACTIVE = not FullSwingACTIVE
  3553. if FullSwingACTIVE then
  3554. FullSwing.BackgroundColor3 = loc
  3555. while wait() do
  3556. if track.IsPlaying == false then
  3557. if FullSwingACTIVE then
  3558. track:Play(.1, 1, 1)
  3559. end
  3560. end
  3561. end
  3562. else
  3563. track:Stop()
  3564. FullSwing.BackgroundColor3 = col
  3565. end
  3566. end)
  3567.  
  3568. local Anim = Instance.new("Animation")
  3569. Anim.AnimationId = "rbxassetid://259438880"
  3570. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3571. local ArmTurbineACTIVE = false
  3572. ArmTurbine.MouseButton1Click:connect(function()
  3573. ArmTurbineACTIVE = not ArmTurbineACTIVE
  3574. if ArmTurbineACTIVE then
  3575. track:Play(.1, 1, 1e3)
  3576. ArmTurbine.BackgroundColor3 = loc
  3577. else
  3578. track:Stop()
  3579. ArmTurbine.BackgroundColor3 = col
  3580. end
  3581. end)
  3582.  
  3583. local Anim = Instance.new("Animation")
  3584. Anim.AnimationId = "rbxassetid://136801964"
  3585. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3586. local BarrelRollACTIVE = false
  3587. BarrelRoll.MouseButton1Click:connect(function()
  3588. BarrelRollACTIVE = not BarrelRollACTIVE
  3589. if BarrelRollACTIVE then
  3590. BarrelRoll.BackgroundColor3 = loc
  3591. while wait() do
  3592. if track.IsPlaying == false then
  3593. if BarrelRollACTIVE then
  3594. track:Play(.1, 1, 1)
  3595. end
  3596. end
  3597. end
  3598. else
  3599. track:Stop()
  3600. BarrelRoll.BackgroundColor3 = col
  3601. end
  3602. end)
  3603.  
  3604. local Anim = Instance.new("Animation")
  3605. Anim.AnimationId = "rbxassetid://180612465"
  3606. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3607. local ScaredACTIVE = false
  3608. Scared.MouseButton1Click:connect(function()
  3609. ScaredACTIVE = not ScaredACTIVE
  3610. if ScaredACTIVE then
  3611. Scared.BackgroundColor3 = loc
  3612. while wait() do
  3613. if track.IsPlaying == false then
  3614. if ScaredACTIVE then
  3615. track:Play(.1, 1, 1)
  3616. end
  3617. end
  3618. end
  3619. else
  3620. track:Stop()
  3621. Scared.BackgroundColor3 = col
  3622. end
  3623. end)
  3624.  
  3625. local Anim = Instance.new("Animation")
  3626. Anim.AnimationId = "rbxassetid://33796059"
  3627. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3628. local InsaneACTIVE = false
  3629. Insane.MouseButton1Click:connect(function()
  3630. InsaneACTIVE = not InsaneACTIVE
  3631. if InsaneACTIVE then
  3632. track:Play(.1, 1, 1e8)
  3633. Insane.BackgroundColor3 = loc
  3634. else
  3635. track:Stop()
  3636. Insane.BackgroundColor3 = col
  3637. end
  3638. end)
  3639.  
  3640. local Anim = Instance.new("Animation")
  3641. Anim.AnimationId = "rbxassetid://33169583"
  3642. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3643. local ArmDetachACTIVE = false
  3644. ArmDetach.MouseButton1Click:connect(function()
  3645. ArmDetachACTIVE = not ArmDetachACTIVE
  3646. if ArmDetachACTIVE then
  3647. ArmDetach.BackgroundColor3 = loc
  3648. while wait() do
  3649. if track.IsPlaying == false then
  3650. if ArmDetachACTIVE then
  3651. track:Play(.1, 1, 1e6)
  3652. end
  3653. end
  3654. end
  3655. else
  3656. track:Stop()
  3657. ArmDetach.BackgroundColor3 = col
  3658. end
  3659. end)
  3660.  
  3661. local Anim = Instance.new("Animation")
  3662. Anim.AnimationId = "rbxassetid://35978879"
  3663. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3664. local SwordSliceACTIVE = false
  3665. SwordSlice.MouseButton1Click:connect(function()
  3666. SwordSliceACTIVE = not SwordSliceACTIVE
  3667. if SwordSliceACTIVE then
  3668. track:Play(.1, 1, 1)
  3669. SwordSlice.BackgroundColor3 = loc
  3670. else
  3671. track:Stop()
  3672. SwordSlice.BackgroundColor3 = col
  3673. end
  3674. end)
  3675.  
  3676. local Anim = Instance.new("Animation")
  3677. Anim.AnimationId = "rbxassetid://27432691"
  3678. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3679. local InsaneArmsACTIVE = false
  3680. InsaneArms.MouseButton1Click:connect(function()
  3681. InsaneArmsACTIVE = not InsaneArmsACTIVE
  3682. if InsaneArmsACTIVE then
  3683. InsaneArms.BackgroundColor3 = loc
  3684. while wait() do
  3685. if track.IsPlaying == false then
  3686. if InsaneArmsACTIVE then
  3687. track:Play(.1, 1, 1e4)
  3688. end
  3689. end
  3690. end
  3691. else
  3692. track:Stop()
  3693. InsaneArms.BackgroundColor3 = col
  3694. end
  3695. end)
  3696. -- R15
  3697. local Anim = Instance.new("Animation")
  3698. Anim.AnimationId = "rbxassetid://674871189"
  3699. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3700. local CrazySlashACTIVE = false
  3701. CrazySlash.MouseButton1Click:connect(function()
  3702. CrazySlashACTIVE = not CrazySlashACTIVE
  3703. if CrazySlashACTIVE then
  3704. CrazySlash.BackgroundColor3 = rloc
  3705. while wait() do
  3706. if track.IsPlaying == false then
  3707. if CrazySlashACTIVE then
  3708. track:Play(.1, 1, 1)
  3709. end
  3710. end
  3711. end
  3712. else
  3713. track:Stop()
  3714. CrazySlash.BackgroundColor3 = rcol
  3715. end
  3716. end)
  3717.  
  3718. local Anim = Instance.new("Animation")
  3719. Anim.AnimationId = "rbxassetid://582855105"
  3720. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3721. local OpenACTIVE = false
  3722. Open.MouseButton1Click:connect(function()
  3723. OpenACTIVE = not OpenACTIVE
  3724. if OpenACTIVE then
  3725. Open.BackgroundColor3 = rloc
  3726. while wait() do
  3727. if track.IsPlaying == false then
  3728. if OpenACTIVE then
  3729. track:Play(.1, 1, 1)
  3730. end
  3731. end
  3732. end
  3733. else
  3734. track:Stop()
  3735. Open.BackgroundColor3 = rcol
  3736. end
  3737. end)
  3738.  
  3739. local Anim = Instance.new("Animation")
  3740. Anim.AnimationId = "rbxassetid://754658275"
  3741. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3742. local R15SpinnerACTIVE = false
  3743. R15Spinner.MouseButton1Click:connect(function()
  3744. R15SpinnerACTIVE = not R15SpinnerACTIVE
  3745. if R15SpinnerACTIVE then
  3746. R15Spinner.BackgroundColor3 = rloc
  3747. while wait() do
  3748. if track.IsPlaying == false then
  3749. if R15SpinnerACTIVE then
  3750. track:Play(.1, 1, 1)
  3751. end
  3752. end
  3753. end
  3754. else
  3755. track:Stop()
  3756. R15Spinner.BackgroundColor3 = rcol
  3757. end
  3758. end)
  3759.  
  3760. local Anim = Instance.new("Animation")
  3761. Anim.AnimationId = "rbxassetid://582384156"
  3762. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3763. local ArmsOutACTIVE = false
  3764. ArmsOut.MouseButton1Click:connect(function()
  3765. ArmsOutACTIVE = not ArmsOutACTIVE
  3766. if ArmsOutACTIVE then
  3767. ArmsOut.BackgroundColor3 = rloc
  3768. while wait() do
  3769. if track.IsPlaying == false then
  3770. if ArmsOutACTIVE then
  3771. track:Play(.1, 1, 1)
  3772. end
  3773. end
  3774. end
  3775. else
  3776. track:Stop()
  3777. ArmsOut.BackgroundColor3 = rcol
  3778. end
  3779. end)
  3780.  
  3781. local Anim = Instance.new("Animation")
  3782. Anim.AnimationId = "rbxassetid://717879555"
  3783. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3784. local FloatSlashACTIVE = false
  3785. FloatSlash.MouseButton1Click:connect(function()
  3786. FloatSlashACTIVE = not FloatSlashACTIVE
  3787. if FloatSlashACTIVE then
  3788. FloatSlash.BackgroundColor3 = rloc
  3789. while wait() do
  3790. if track.IsPlaying == false then
  3791. if FloatSlashACTIVE then
  3792. track:Play(.1, 1, 1)
  3793. end
  3794. end
  3795. end
  3796. else
  3797. track:Stop()
  3798. FloatSlash.BackgroundColor3 = rcol
  3799. end
  3800. end)
  3801.  
  3802. local Anim = Instance.new("Animation")
  3803. Anim.AnimationId = "rbxassetid://708553116"
  3804. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3805. WeirdZombieACTIVE = false
  3806. WeirdZombie.MouseButton1Click:connect(function()
  3807. WeirdZombieACTIVE = not WeirdZombieACTIVE
  3808. if WeirdZombieACTIVE then
  3809. WeirdZombie.BackgroundColor3 = rloc
  3810. while wait() do
  3811. if track.IsPlaying == false then
  3812. if WeirdZombieACTIVE then
  3813. track:Play(.1, 1, 1)
  3814. end
  3815. end
  3816. end
  3817. else
  3818. track:Stop()
  3819. WeirdZombie.BackgroundColor3 = rcol
  3820. end
  3821. end)
  3822.  
  3823. local Anim = Instance.new("Animation")
  3824. Anim.AnimationId = "rbxassetid://746398327"
  3825. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3826. DownSlashACTIVE = false
  3827. DownSlash.MouseButton1Click:connect(function()
  3828. DownSlashACTIVE = not DownSlashACTIVE
  3829. if DownSlashACTIVE then
  3830. DownSlash.BackgroundColor3 = rloc
  3831. while wait() do
  3832. if track.IsPlaying == false then
  3833. if DownSlashACTIVE then
  3834. track:Play(.1, 1, 1)
  3835. end
  3836. end
  3837. end
  3838. else
  3839. track:Stop()
  3840. DownSlash.BackgroundColor3 = rcol
  3841. end
  3842. end)
  3843.  
  3844. local Anim = Instance.new("Animation")
  3845. Anim.AnimationId = "rbxassetid://675025795"
  3846. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3847. PullACTIVE = false
  3848. Pull.MouseButton1Click:connect(function()
  3849. PullACTIVE = not PullACTIVE
  3850. if PullACTIVE then
  3851. Pull.BackgroundColor3 = rloc
  3852. while wait() do
  3853. if track.IsPlaying == false then
  3854. if PullACTIVE then
  3855. track:Play(.1, 1, 1)
  3856. end
  3857. end
  3858. end
  3859. else
  3860. track:Stop()
  3861. Pull.BackgroundColor3 = rcol
  3862. end
  3863. end)
  3864.  
  3865. local Anim = Instance.new("Animation")
  3866. Anim.AnimationId = "rbxassetid://698251653"
  3867. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3868. CircleArmACTIVE = false
  3869. CircleArm.MouseButton1Click:connect(function()
  3870. CircleArmACTIVE = not CircleArmACTIVE
  3871. if CircleArmACTIVE then
  3872. CircleArm.BackgroundColor3 = rloc
  3873. while wait() do
  3874. if track.IsPlaying == false then
  3875. if CircleArmACTIVE then
  3876. track:Play(.1, 1, 1)
  3877. end
  3878. end
  3879. end
  3880. else
  3881. track:Stop()
  3882. CircleArm.BackgroundColor3 = rcol
  3883. end
  3884. end)
  3885.  
  3886. local Anim = Instance.new("Animation")
  3887. Anim.AnimationId = "rbxassetid://696096087"
  3888. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3889. BendACTIVE = false
  3890. Bend.MouseButton1Click:connect(function()
  3891. BendACTIVE = not BendACTIVE
  3892. if BendACTIVE then
  3893. Bend.BackgroundColor3 = rloc
  3894. while wait() do
  3895. if track.IsPlaying == false then
  3896. if BendACTIVE then
  3897. track:Play(.1, 1, 1)
  3898. end
  3899. end
  3900. end
  3901. else
  3902. track:Stop()
  3903. Bend.BackgroundColor3 = rcol
  3904. end
  3905. end)
  3906.  
  3907. local Anim = Instance.new("Animation")
  3908. Anim.AnimationId = "rbxassetid://675025570"
  3909. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3910. RotateSlashACTIVE = false
  3911. RotateSlash.MouseButton1Click:connect(function()
  3912. RotateSlashACTIVE = not RotateSlashACTIVE
  3913. if RotateSlashACTIVE then
  3914. RotateSlash.BackgroundColor3 = rloc
  3915. while wait() do
  3916. if track.IsPlaying == false then
  3917. if RotateSlashACTIVE then
  3918. track:Play(.1, 1, 1)
  3919. end
  3920. end
  3921. end
  3922. else
  3923. track:Stop()
  3924. RotateSlash.BackgroundColor3 = rcol
  3925. end
  3926. end)
  3927.  
  3928. local Anim = Instance.new("Animation")
  3929. Anim.AnimationId = "rbxassetid://754656200"
  3930. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3931. FlingArmsACTIVE = false
  3932. FlingArms.MouseButton1Click:connect(function()
  3933. FlingArmsACTIVE = not FlingArmsACTIVE
  3934. if FlingArmsACTIVE then
  3935. FlingArms.BackgroundColor3 = rloc
  3936. while wait() do
  3937. if track.IsPlaying == false then
  3938. if FlingArmsACTIVE then
  3939. track:Play(.1, 1, 10)
  3940. end
  3941. end
  3942. end
  3943. else
  3944. track:Stop()
  3945. FlingArms.BackgroundColor3 = rcol
  3946. end
  3947. end)
  3948.  
  3949. -- Finished update!
  3950. end)
  3951.  
  3952. Fly.Name = "Fly"
  3953. Fly.Parent = ScriptFrame
  3954. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  3955. Fly.Position = UDim2.new(0.131868139, 0, 0.638157904, 0)
  3956. Fly.Size = UDim2.new(0, 200, 0, 50)
  3957. Fly.Font = Enum.Font.SourceSans
  3958. Fly.Text = "Fe Fly"
  3959. Fly.TextColor3 = Color3.new(0, 0, 0)
  3960. Fly.TextSize = 14
  3961.  
  3962. Fly.MouseButton1Down:connect(function()
  3963. -- FE Fly (Push E)
  3964. repeat wait()
  3965. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3966. local mouse = game.Players.LocalPlayer:GetMouse()
  3967. repeat wait() until mouse
  3968. local plr = game.Players.LocalPlayer
  3969. local torso = plr.Character.Torso
  3970. local flying = true
  3971. local deb = true
  3972. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3973. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3974. local maxspeed = 50
  3975. local speed = 0
  3976.  
  3977. function Fly()
  3978. local bg = Instance.new("BodyGyro", torso)
  3979. bg.P = 9e4
  3980. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3981. bg.cframe = torso.CFrame
  3982. local bv = Instance.new("BodyVelocity", torso)
  3983. bv.velocity = Vector3.new(0,0.1,0)
  3984. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3985. repeat wait()
  3986. plr.Character.Humanoid.PlatformStand = true
  3987. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3988. speed = speed+.5+(speed/maxspeed)
  3989. if speed > maxspeed then
  3990. speed = maxspeed
  3991. end
  3992. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3993. speed = speed-1
  3994. if speed < 0 then
  3995. speed = 0
  3996. end
  3997. end
  3998. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3999. 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
  4000. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  4001. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  4002. 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
  4003. else
  4004. bv.velocity = Vector3.new(0,0.1,0)
  4005. end
  4006. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  4007. until not flying
  4008. ctrl = {f = 0, b = 0, l = 0, r = 0}
  4009. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  4010. speed = 0
  4011. bg:Destroy()
  4012. bv:Destroy()
  4013. plr.Character.Humanoid.PlatformStand = false
  4014. end
  4015. mouse.KeyDown:connect(function(key)
  4016. if key:lower() == "e" then
  4017. if flying then flying = false
  4018. else
  4019. flying = true
  4020. Fly()
  4021. end
  4022. elseif key:lower() == "w" then
  4023. ctrl.f = 1
  4024. elseif key:lower() == "s" then
  4025. ctrl.b = -1
  4026. elseif key:lower() == "a" then
  4027. ctrl.l = -1
  4028. elseif key:lower() == "d" then
  4029. ctrl.r = 1
  4030. end
  4031. end)
  4032. mouse.KeyUp:connect(function(key)
  4033. if key:lower() == "w" then
  4034. ctrl.f = 0
  4035. elseif key:lower() == "s" then
  4036. ctrl.b = 0
  4037. elseif key:lower() == "a" then
  4038. ctrl.l = 0
  4039. elseif key:lower() == "d" then
  4040. ctrl.r = 0
  4041. end
  4042. end)
  4043. Fly()
  4044. end)
  4045.  
  4046. Exit.Name = "Exit"
  4047. Exit.Parent = ScriptFrame
  4048. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  4049. Exit.Position = UDim2.new(0.864468873, 0, 0.164473683, 0)
  4050. Exit.Size = UDim2.new(0, 37, 0, 194)
  4051. Exit.Font = Enum.Font.SourceSans
  4052. Exit.Text = "EXIT"
  4053. Exit.TextColor3 = Color3.new(0, 0, 0)
  4054. Exit.TextScaled = true
  4055. Exit.TextSize = 14
  4056. Exit.TextWrapped = true
  4057.  
  4058. Exit.MouseButton1Down:connect(function()
  4059. ScriptFrame.Visible = false
  4060. Open.Visible = true
  4061. end)
  4062.  
  4063. Open.Name = "Open"
  4064. Open.Parent = LoginGUI
  4065. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  4066. Open.Position = UDim2.new(0.347560972, 0, 0.755936682, 0)
  4067. Open.Size = UDim2.new(0, 200, 0, 50)
  4068. Open.Visible = false
  4069. Open.Font = Enum.Font.SourceSans
  4070. Open.Text = "Open"
  4071. Open.TextColor3 = Color3.new(0, 0, 0)
  4072. Open.TextSize = 14
  4073.  
  4074. Open.MouseButton1Down:connect(function()
  4075. ScriptFrame.Visible = true
  4076. Open.Visible = false
  4077. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement