Advertisement
Guest User

ButtCheekGUI v1.4 By PrivateWhack

a guest
Nov 22nd, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 218.99 KB | None | 0 0
  1. --[[ButtCheekGUI v1.4! Soooo, of course this took me 4 hours since I
  2. was lagging bad, and Shutdown, forgetting to save all my project and crap.
  3.  
  4. Well, enjoy! Credits are in the GUI
  5.  
  6. Released : 22/11/2017
  7.  
  8. Changelog :
  9.  
  10. You'll see lol! It's a sneaky surprise!
  11.  
  12. Creating duration : 4-5 hours lol. Read ^^^ at the 1st 2 lines :P
  13.  
  14. Please vouch and don't be a leech, thank you and enjoy!]]
  15.  
  16. -- Objects
  17.  
  18. local ButtCheekGUIv14 = Instance.new("ScreenGui")
  19. local ItemA = Instance.new("TextLabel")
  20. local Login = Instance.new("Frame")
  21. local WhitelistedUser = Instance.new("TextBox")
  22. local WhitelistedPass = Instance.new("TextBox")
  23. local LOGINBUTTON = Instance.new("TextButton")
  24. local destroyGUI = Instance.new("TextButton")
  25. local ItemB = Instance.new("TextLabel")
  26. local Scripts = Instance.new("Frame")
  27. local Credits = Instance.new("TextLabel")
  28. local Rocky2u = Instance.new("TextButton")
  29. local FEAnimations = Instance.new("TextButton")
  30. local SnowysGUI = Instance.new("TextButton")
  31. local lineA = Instance.new("TextLabel")
  32. local BloxHuntGUI = Instance.new("TextButton")
  33. local FENewbies = Instance.new("TextButton")
  34. local T_MGUI = Instance.new("TextButton")
  35. local lineB = Instance.new("TextLabel")
  36. local PrisonLIFE = Instance.new("TextButton")
  37. local wordA = Instance.new("TextLabel")
  38. local lineC = Instance.new("TextLabel")
  39. local lineD = Instance.new("TextLabel")
  40. local PepeGui = Instance.new("TextButton")
  41. local destroyGUI2 = Instance.new("TextButton")
  42.  
  43. -- Properties
  44.  
  45. ButtCheekGUIv14.Name = "ButtCheekGUI v1.4"
  46. ButtCheekGUIv14.Parent = game.CoreGui
  47.  
  48. ItemA.Name = "ItemA"
  49. ItemA.Parent = ButtCheekGUIv14
  50. ItemA.Active = true
  51. ItemA.BackgroundColor3 = Color3.new(0, 0, 0)
  52. ItemA.Draggable = true
  53. ItemA.Position = UDim2.new(0, 175, 0, 70)
  54. ItemA.Selectable = true
  55. ItemA.Size = UDim2.new(0, 300, 0, 35)
  56. ItemA.Font = Enum.Font.SourceSans
  57. ItemA.FontSize = Enum.FontSize.Size24
  58. ItemA.Text = ""
  59. ItemA.TextSize = 22
  60.  
  61. Login.Name = "Login"
  62. Login.Parent = ItemA
  63. Login.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  64. Login.Position = UDim2.new(0, 0, 0, 35)
  65. Login.Size = UDim2.new(0, 300, 0, 300)
  66.  
  67. WhitelistedUser.Name = "WhitelistedUser"
  68. WhitelistedUser.Parent = Login
  69. WhitelistedUser.BackgroundColor3 = Color3.new(1, 1, 1)
  70. WhitelistedUser.Position = UDim2.new(0, 13, 0, 13)
  71. WhitelistedUser.Size = UDim2.new(0, 275, 0, 50)
  72. WhitelistedUser.Font = Enum.Font.SourceSans
  73. WhitelistedUser.FontSize = Enum.FontSize.Size24
  74. WhitelistedUser.Text = "WHITELISTED USERNAME HERE"
  75. WhitelistedUser.TextSize = 20
  76.  
  77. WhitelistedPass.Name = "WhitelistedPass"
  78. WhitelistedPass.Parent = Login
  79. WhitelistedPass.BackgroundColor3 = Color3.new(1, 1, 1)
  80. WhitelistedPass.Position = UDim2.new(0, 13, 0, 78)
  81. WhitelistedPass.Size = UDim2.new(0, 275, 0, 50)
  82. WhitelistedPass.Font = Enum.Font.SourceSans
  83. WhitelistedPass.FontSize = Enum.FontSize.Size24
  84. WhitelistedPass.Text = "WHITELISTED PASSWORD HERE"
  85. WhitelistedPass.TextSize = 20
  86.  
  87. LOGINBUTTON.Name = "LOGINBUTTON"
  88. LOGINBUTTON.Parent = Login
  89. LOGINBUTTON.BackgroundColor3 = Color3.new(0, 0, 0)
  90. LOGINBUTTON.BackgroundTransparency = 0.80000001192093
  91. LOGINBUTTON.BorderSizePixel = 6
  92. LOGINBUTTON.Position = UDim2.new(0, 5, 0, 200)
  93. LOGINBUTTON.Size = UDim2.new(0, 290, 0, 80)
  94. LOGINBUTTON.Font = Enum.Font.Highway
  95. LOGINBUTTON.FontSize = Enum.FontSize.Size32
  96. LOGINBUTTON.Text = "Login"
  97. LOGINBUTTON.TextSize = 32
  98.  
  99. LOGINBUTTON.MouseButton1Down:connect(function()
  100. if WhitelistedUser.Text == "freewhitelist" and WhitelistedPass.Text == "freeversion" then
  101. ItemA.Visible = false
  102. ItemB.Visible = true
  103. end
  104.  
  105.  
  106. end)
  107.  
  108. destroyGUI.Name = "destroyGUI"
  109. destroyGUI.Parent = ItemA
  110. destroyGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  111. destroyGUI.BorderSizePixel = 0
  112. destroyGUI.Position = UDim2.new(0, 275, 0, 0)
  113. destroyGUI.Size = UDim2.new(0, 25, 0, 25)
  114. destroyGUI.Font = Enum.Font.Highway
  115. destroyGUI.FontSize = Enum.FontSize.Size32
  116. destroyGUI.Text = "X"
  117. destroyGUI.TextColor3 = Color3.new(1, 1, 1)
  118. destroyGUI.TextSize = 32
  119.  
  120. ItemB.Name = "ItemB"
  121. ItemB.Parent = ButtCheekGUIv14
  122. ItemB.Active = true
  123. ItemB.BackgroundColor3 = Color3.new(0, 0, 0)
  124. ItemB.Draggable = true
  125. ItemB.Position = UDim2.new(0, 600, 0, 15)
  126. ItemB.Selectable = true
  127. ItemB.Size = UDim2.new(0, 450, 0, 35)
  128. ItemB.Font = Enum.Font.SourceSans
  129. ItemB.FontSize = Enum.FontSize.Size18
  130. ItemB.Text = ""
  131. ItemB.TextSize = 18
  132. ItemB.Visible = false
  133.  
  134. Scripts.Name = "Scripts"
  135. Scripts.Parent = ItemB
  136. Scripts.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  137. Scripts.Position = UDim2.new(0, 0, 0, 35)
  138. Scripts.Size = UDim2.new(0, 450, 0, 400)
  139.  
  140. Credits.Name = "Credits"
  141. Credits.Parent = Scripts
  142. Credits.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  143. Credits.BorderSizePixel = 0
  144. Credits.Position = UDim2.new(0, 0, 0, 375)
  145. Credits.Size = UDim2.new(0, 450, 0, 25)
  146. Credits.Font = Enum.Font.SourceSans
  147. Credits.FontSize = Enum.FontSize.Size18
  148. Credits.Text = "GUI By PrivateWhack, scripts go to their official creators!"
  149. Credits.TextColor3 = Color3.new(0, 0, 0)
  150. Credits.TextSize = 18
  151. Credits.TextWrapped = true
  152.  
  153. Rocky2u.Name = "Rocky2u"
  154. Rocky2u.Parent = Scripts
  155. Rocky2u.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  156. Rocky2u.Position = UDim2.new(0, 50, 0, 0)
  157. Rocky2u.Size = UDim2.new(0, 100, 0, 50)
  158. Rocky2u.Font = Enum.Font.SourceSans
  159. Rocky2u.FontSize = Enum.FontSize.Size24
  160. Rocky2u.Text = "Rocky2u Admin"
  161. Rocky2u.TextSize = 22
  162. Rocky2u.TextWrapped = true
  163.  
  164. FEAnimations.Name = "FE Animations"
  165. FEAnimations.Parent = Scripts
  166. FEAnimations.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  167. FEAnimations.Position = UDim2.new(0, 175, 0, 0)
  168. FEAnimations.Size = UDim2.new(0, 100, 0, 50)
  169. FEAnimations.Font = Enum.Font.SourceSans
  170. FEAnimations.FontSize = Enum.FontSize.Size24
  171. FEAnimations.Text = "FE Animations"
  172. FEAnimations.TextSize = 22
  173. FEAnimations.TextWrapped = true
  174.  
  175. SnowysGUI.Name = "Snowys GUI"
  176. SnowysGUI.Parent = Scripts
  177. SnowysGUI.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  178. SnowysGUI.Position = UDim2.new(0, 300, 0, 0)
  179. SnowysGUI.Size = UDim2.new(0, 100, 0, 50)
  180. SnowysGUI.Font = Enum.Font.SourceSans
  181. SnowysGUI.FontSize = Enum.FontSize.Size24
  182. SnowysGUI.Text = "Snowys GUI"
  183. SnowysGUI.TextSize = 22
  184. SnowysGUI.TextWrapped = true
  185.  
  186. lineA.Name = "lineA"
  187. lineA.Parent = Scripts
  188. lineA.BackgroundColor3 = Color3.new(1, 1, 1)
  189. lineA.BackgroundTransparency = 10
  190. lineA.BorderSizePixel = 0
  191. lineA.Position = UDim2.new(0, 220, 0, 50)
  192. lineA.Size = UDim2.new(0, 10, 0, 10)
  193. lineA.Font = Enum.Font.SourceSans
  194. lineA.FontSize = Enum.FontSize.Size32
  195. lineA.Text = "_________________________________"
  196. lineA.TextSize = 32
  197.  
  198. BloxHuntGUI.Name = "BloxHunt GUI"
  199. BloxHuntGUI.Parent = Scripts
  200. BloxHuntGUI.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  201. BloxHuntGUI.Position = UDim2.new(0, 50, 0, 85)
  202. BloxHuntGUI.Size = UDim2.new(0, 100, 0, 50)
  203. BloxHuntGUI.Font = Enum.Font.SourceSans
  204. BloxHuntGUI.FontSize = Enum.FontSize.Size24
  205. BloxHuntGUI.Text = "BloxHunt GUI"
  206. BloxHuntGUI.TextSize = 22
  207. BloxHuntGUI.TextWrapped = true
  208.  
  209. FENewbies.Name = "FENewbies"
  210. FENewbies.Parent = Scripts
  211. FENewbies.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  212. FENewbies.Position = UDim2.new(0, 175, 0, 85)
  213. FENewbies.Size = UDim2.new(0, 100, 0, 50)
  214. FENewbies.Font = Enum.Font.SourceSans
  215. FENewbies.FontSize = Enum.FontSize.Size24
  216. FENewbies.Text = "FE Newbies GUI"
  217. FENewbies.TextSize = 22
  218. FENewbies.TextWrapped = true
  219.  
  220. T_MGUI.Name = "T_MGUI"
  221. T_MGUI.Parent = Scripts
  222. T_MGUI.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  223. T_MGUI.Position = UDim2.new(0, 300, 0, 85)
  224. T_MGUI.Size = UDim2.new(0, 100, 0, 50)
  225. T_MGUI.Font = Enum.Font.SourceSans
  226. T_MGUI.FontSize = Enum.FontSize.Size24
  227. T_MGUI.Text = "Twisted Murderer GUI"
  228. T_MGUI.TextSize = 22
  229. T_MGUI.TextWrapped = true
  230.  
  231. lineB.Name = "lineB"
  232. lineB.Parent = Scripts
  233. lineB.BackgroundColor3 = Color3.new(1, 1, 1)
  234. lineB.BackgroundTransparency = 10
  235. lineB.BorderSizePixel = 0
  236. lineB.Position = UDim2.new(0, 220, 0, 135)
  237. lineB.Size = UDim2.new(0, 10, 0, 10)
  238. lineB.Font = Enum.Font.SourceSans
  239. lineB.FontSize = Enum.FontSize.Size32
  240. lineB.Text = "_________________________________"
  241. lineB.TextSize = 32
  242.  
  243. PrisonLIFE.Name = "PrisonLIFE"
  244. PrisonLIFE.Parent = Scripts
  245. PrisonLIFE.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  246. PrisonLIFE.Position = UDim2.new(0, 50, 0, 175)
  247. PrisonLIFE.Size = UDim2.new(0, 100, 0, 50)
  248. PrisonLIFE.Font = Enum.Font.SourceSans
  249. PrisonLIFE.FontSize = Enum.FontSize.Size24
  250. PrisonLIFE.Text = "Prison Life GUI"
  251. PrisonLIFE.TextSize = 22
  252. PrisonLIFE.TextWrapped = true
  253.  
  254. wordA.Name = "wordA"
  255. wordA.Parent = Scripts
  256. wordA.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  257. wordA.BorderSizePixel = 0
  258. wordA.Position = UDim2.new(0, 200, 0, 175)
  259. wordA.Size = UDim2.new(0, 200, 0, 50)
  260. wordA.Font = Enum.Font.SourceSans
  261. wordA.FontSize = Enum.FontSize.Size32
  262. wordA.Text = "NEW :"
  263. wordA.TextColor3 = Color3.new(0, 0, 0)
  264. wordA.TextSize = 32
  265.  
  266. lineC.Name = "lineC"
  267. lineC.Parent = Scripts
  268. lineC.BackgroundColor3 = Color3.new(0, 0, 0)
  269. lineC.BackgroundTransparency = 10
  270. lineC.BorderSizePixel = 0
  271. lineC.Position = UDim2.new(0, 95, 0, 230)
  272. lineC.Size = UDim2.new(0, 10, 0, 10)
  273. lineC.Font = Enum.Font.SourceSans
  274. lineC.FontSize = Enum.FontSize.Size32
  275. lineC.Text = "_____________"
  276. lineC.TextSize = 32
  277.  
  278. lineD.Name = "lineD"
  279. lineD.Parent = Scripts
  280. lineD.BackgroundColor3 = Color3.new(1, 1, 1)
  281. lineD.BackgroundTransparency = 10
  282. lineD.Position = UDim2.new(0, 190, 0, 190)
  283. lineD.Size = UDim2.new(0, 10, 0, 10)
  284. lineD.Font = Enum.Font.SourceSans
  285. lineD.FontSize = Enum.FontSize.Size96
  286. lineD.Text = "|"
  287. lineD.TextSize = 75
  288.  
  289. PepeGui.Name = "PepeGui"
  290. PepeGui.Parent = Scripts
  291. PepeGui.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  292. PepeGui.Position = UDim2.new(0, 250, 0, 275)
  293. PepeGui.Size = UDim2.new(0, 100, 0, 50)
  294. PepeGui.Font = Enum.Font.SourceSans
  295. PepeGui.FontSize = Enum.FontSize.Size24
  296. PepeGui.Text = "Pepe GUI"
  297. PepeGui.TextSize = 22
  298.  
  299. destroyGUI2.Name = "destroyGUI2"
  300. destroyGUI2.Parent = ItemB
  301. destroyGUI2.BackgroundColor3 = Color3.new(0, 0, 0)
  302. destroyGUI2.BorderSizePixel = 0
  303. destroyGUI2.Position = UDim2.new(0, 425, 0, 0)
  304. destroyGUI2.Size = UDim2.new(0, 25, 0, 25)
  305. destroyGUI2.Font = Enum.Font.Highway
  306. destroyGUI2.FontSize = Enum.FontSize.Size32
  307. destroyGUI2.Text = "X"
  308. destroyGUI2.TextColor3 = Color3.new(1, 1, 1)
  309. destroyGUI2.TextSize = 32
  310.  
  311. destroyGUI.MouseButton1Down:connect(function()
  312. ItemA.Visible = false
  313. end)
  314.  
  315. destroyGUI2.MouseButton1Down:connect(function()
  316. ItemB.Visible = false
  317. end)
  318.  
  319. Rocky2u.MouseButton1Down:connect(function()
  320. --[[
  321. ____ _ ____ _ ____ __ __ ____
  322. | _ \ ___ ___| | ___ _|___ \ _ _( )___ / ___| \/ | _ \ ___
  323. | |_) / _ \ / __| |/ / | | | __) | | | |// __| | | | |\/| | | | / __|
  324. | _ < (_) | (__| <| |_| |/ __/| |_| | \__ \ | |___| | | | |_| \__ \
  325. |_| \_\___/ \___|_|\_\\__, |_____|\__,_| |___/ \____|_| |_|____/|___/
  326. |___/
  327. --]]
  328.  
  329. local ADMINS = {}
  330. local BANS = {}
  331.  
  332. function _G.ADD_ADMIN(ID) table.insert(ADMINS, ID) end
  333. function _G.ADD_BAN(ID) table.insert(BANS, ID) end
  334.  
  335. local VERSION = '1.8.0'
  336. local UPDATED = '3/15/2017'
  337. local CHANGELOG = {
  338. ' * updated ;nolimbs',
  339. ' * updated ;rhats',
  340. ' - removed ;sword (LoadAsset)',
  341. ' * updated ;punish and ;unpunish',
  342. ' * updated ;loopheal',
  343. ' + added ;loopkill & ;unloopkill'
  344. }
  345.  
  346. local CREDITS = [[
  347. Rocky2u - lol
  348. veinyrox - ;crash and ;shutdown
  349. Harkinian - half of the message function
  350. Moon - cmd bar addon idea
  351. ]]
  352.  
  353. local _CORE = game:GetService('CoreGui')
  354. local _LIGHTING = game:GetService('Lighting')
  355. local _NETWORK = game:GetService('NetworkClient')
  356. local _PLAYERS = game:GetService('Players')
  357.  
  358. local LP = _PLAYERS.LocalPlayer
  359. local MOUSE = LP:GetMouse()
  360.  
  361. local SERVER_LOCKED = false
  362. local SHOWING_MESSAGE = false
  363.  
  364. local SERVICES = {}
  365. SERVICES.EVENTS = {}
  366.  
  367. local COMMANDS = {}
  368. local STD = {}
  369. local JAILED = {}
  370. local KICKS = {}
  371. local LOOPED_H = {}
  372. local LOOPED_K = {}
  373.  
  374. local C_PREFIX = ';'
  375. local SPLIT = ' '
  376.  
  377. local IP = ''
  378. local PORT = ''
  379.  
  380. if _NETWORK:FindFirstChild('ClientReplicator') then
  381. IP = 0--_NETWORK.ClientReplicator.MachineAddress
  382. PORT = 0--_NETWORK.ClientReplicator.Port
  383. end
  384.  
  385. local NEW = LoadLibrary('RbxUtility').Create
  386.  
  387. function UPDATE_CHAT(PLAYER) local C = PLAYER.Chatted:connect(function(M) if CHECK_ADMIN(PLAYER) then DEXECUTE(M, PLAYER) end end) table.insert(SERVICES.EVENTS, C) end
  388. function STD.TABLE(T, V) if not T then return false end for i,v in pairs(T) do if v == V then return true end end return false end
  389. function STD.ENDAT(S, V) local SF = S:find(V) if SF then return S:sub(0, SF - string.len(V)), true else return S, false end end
  390. function CHECK_ADMIN(PLAYER) if FIND_IN_TABLE(ADMINS, PLAYER.userId) then return true elseif PLAYER.userId == LP.userId then return true end end
  391. function FCOMMAND(COMMAND) for i,v in pairs(COMMANDS) do if v.N:lower() == COMMAND:lower() or STD.TABLE(v.A, COMMAND:lower()) then return v end end end
  392. function GCOMMAND(M) local CMD, HS = STD.ENDAT(M:lower(), SPLIT) if HS then return {CMD, true} else return {CMD, false} end end
  393. function GPREFIX(STRING) if STRING:sub(1, string.len(C_PREFIX)) == C_PREFIX then return {'COMMAND', string.len(C_PREFIX) + 1} end return end
  394. function GARGS(STRING) local A = {} local NA = nil local HS = nil local S = STRING repeat NA, HS = STD.ENDAT(S:lower(), SPLIT) if NA ~= '' then table.insert(A, NA) S = S:sub(string.len(NA) + string.len(SPLIT) + 1) end until not HS return A end
  395. function GCAPARGS(STRING) local A = {} local NA = nil local HS = nil local S = STRING repeat NA, HS = STD.ENDAT(S, SPLIT) if NA ~= '' then table.insert(A, NA) S = S:sub(string.len(NA) + string.len(SPLIT) + 1) end until not HS return A end
  396. function ECOMMAND(STRING, SPEAKER) repeat if STRING:find(' ') then STRING = STRING:gsub(' ', ' ') end until not STRING:find(' ') local SCMD, A, CMD SCMD = GCOMMAND(STRING) CMD = FCOMMAND(SCMD[1]) if not CMD then return end A = STRING:sub(string.len(SCMD[1]) + string.len(SPLIT) + 1) local ARGS = GARGS(A) CA = GCAPARGS(A) pcall(function() CMD.F(ARGS, SPEAKER) end) end
  397. function DEXECUTE(STRING, SPEAKER) if not CHECK_ADMIN(SPEAKER) then return end STRING = STRING:gsub('/e ', '') local GP = GPREFIX(STRING) if not GP then return end STRING = STRING:sub(GP[2]) if GP[1] == 'COMMAND' then ECOMMAND(STRING, SPEAKER) end end
  398.  
  399. function GLS(LOWER, START) local AA = '' for i,v in pairs(CA) do if i > START then if AA ~= '' then AA = AA .. ' ' .. v else AA = AA .. v end end end if not LOWER then return AA else return string.lower(AA) end end
  400. function C3(R, G, B) return Color3.new(R/255, G/255, B/255) end
  401. function GET_MASS(A, B) B = 0 for i,v in pairs(A:GetChildren()) do if v:IsA('BasePart') then B = B + v:GetMass() end GET_MASS(v) end return B end
  402.  
  403. local STUFF = '[ Rocky2u\'s CMDs ] : '
  404. local NOCLIP, JESUSFLY, SWIM = false, false, false
  405.  
  406. _PLAYERS.PlayerAdded:connect(function(PLAYER)
  407. if SERVER_LOCKED then PLAYER.CharacterAdded:connect(function() table.insert(KICKS, PLAYER) return end) end
  408. if FIND_IN_TABLE(BANS, PLAYER.userId) then PLAYER.CharacterAdded:connect(function() table.insert(KICKS, PLAYER) return end) end
  409. UPDATE_CHAT(PLAYER)
  410. if CHECK_ADMIN(PLAYER) then PLAYER.CharacterAdded:connect(function() game.Chat:Chat(PLAYER.Character.Head, STUFF .. 'Welcome, you\'re an admin!') end) end
  411. end)
  412.  
  413. game:GetService('RunService').Stepped:connect(function()
  414. for i,v in pairs(_PLAYERS:GetPlayers()) do
  415. if FIND_IN_TABLE(KICKS, v) then KICK(v) end
  416. if FIND_IN_TABLE(LOOPED_H, v.Name) then
  417. v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  418. end
  419. if FIND_IN_TABLE(LOOPED_K, v.Name) then
  420. v.Character:BreakJoints()
  421. end
  422. end
  423. if NOCLIP then
  424. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(11) end
  425. elseif JESUSFLY then
  426. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(12) end
  427. elseif SWIM then
  428. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(4) end
  429. end
  430. end)
  431.  
  432. function ADD_COMMAND(N, D, A, F) table.insert(COMMANDS, {N = N, D = D, A = A, F = F}) end
  433.  
  434. function GET_PLAYER(NAME, SPEAKER)
  435. local NAME_TABLE = {}
  436. NAME = NAME:lower()
  437. if NAME == 'me' then
  438. table.insert(NAME_TABLE, SPEAKER.Name)
  439. elseif NAME == 'others' then
  440. for i,v in pairs(_PLAYERS:GetPlayers()) do if v.Name ~= SPEAKER.Name then table.insert(NAME_TABLE, v.Name) end end
  441. elseif NAME == 'all' then
  442. for i,v in pairs(_PLAYERS:GetPlayers()) do table.insert(NAME_TABLE, v.Name) end
  443. elseif NAME == 'random' then
  444. table.insert(NAME_TABLE, _PLAYERS:GetPlayers()[math.random(1, #_PLAYERS:GetPlayers())].Name)
  445. elseif NAME == 'team' then
  446. for i,v in pairs(_PLAYERS:GetPlayers()) do if v.TeamColor == SPEAKER.TeamColor then table.insert(NAME_TABLE, v.Name) end end
  447. elseif NAME == 'nonadmins' then
  448. for i,v in pairs(_PLAYERS:GetPlayers()) do if not CHECK_ADMIN(v) then table.insert(NAME_TABLE, v.Name) end end
  449. elseif NAME == 'admins' then
  450. for i,v in pairs(_PLAYERS:GetPlayers()) do if CHECK_ADMIN(v) then table.insert(NAME_TABLE, v.Name) end end
  451. elseif NAME == 'nonfriends' then
  452. for i,v in pairs(_PLAYERS:GetPlayers()) do if not v:IsFriendsWith(SPEAKER.userId) then table.insert(NAME_TABLE, v.Name) end end
  453. elseif NAME == 'friends' then
  454. for i,v in pairs(_PLAYERS:GetPlayers()) do if v ~= SPEAKER and v:IsFriendsWith(SPEAKER.userId) then table.insert(NAME_TABLE, v.Name) end end
  455. elseif NAME == 'nonguests' then
  456. for i,v in pairs(_PLAYERS:GetPlayers()) do if not v.Guest then table.insert(NAME_TABLE, v.Name) end end
  457. elseif NAME == 'guests' then
  458. for i,v in pairs(_PLAYERS:GetPlayers()) do if v.Guest then table.insert(NAME_TABLE, v.Name) end end
  459. elseif NAME == 'nbcs' then
  460. for i,v in pairs(_PLAYERS:GetPlayers()) do if v.MembershipType == Enum.MembershipType.None then table.insert(NAME_TABLE, v.Name) end end
  461. elseif NAME == 'bcs' then
  462. for i,v in pairs(_PLAYERS:GetPlayers()) do if v.MembershipType == Enum.MembershipType.BuildersClub then table.insert(NAME_TABLE, v.Name) end end
  463. elseif NAME == 'tbcs' then
  464. for i,v in pairs(_PLAYERS:GetPlayers()) do if v.MembershipType == Enum.MembershipType.TurboBuildersClub then table.insert(NAME_TABLE, v.Name) end end
  465. elseif NAME == 'obcs' then
  466. for i,v in pairs(_PLAYERS:GetPlayers()) do if v.MembershipType == Enum.MembershipType.OutrageousBuildersClub then table.insert(NAME_TABLE, v.Name) end end
  467. else
  468. for i,v in pairs(_PLAYERS:GetPlayers()) do local L_NAME = v.Name:lower() local F = L_NAME:find(NAME) if F == 1 then table.insert(NAME_TABLE, v.Name) end end
  469. end
  470. return NAME_TABLE
  471. end
  472.  
  473. local SI = 'rbxasset://textures/blackBkg_square.png'
  474.  
  475. function LOAD_DATA()
  476. local DATA = Instance.new('Folder')
  477.  
  478. GUIS = Instance.new('Folder', DATA)
  479. HUMANOIDS = Instance.new('Folder', DATA)
  480. OTHER = Instance.new('Folder', DATA)
  481.  
  482. MAIN_GUI = Instance.new('ScreenGui', GUIS)
  483. MAIN_GUI.Name = 'seth_main'
  484. NEW'TextLabel'{Name = 'main', Active = true, BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0.5, -200, 0.4, 0), Size = UDim2.new(0, 400, 0, 25), Draggable = true, Font = 'SourceSansBold', Text = ' Control Center', TextColor3 = C3(255, 255, 255), TextSize = 20, TextXAlignment = 'Left', Parent = MAIN_GUI}
  485. NEW'Frame'{Name = 'holder', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 0, 1, 0), Size = UDim2.new(1, 25, 12, 0), Parent = MAIN_GUI.main}
  486. local BUTTONS = Instance.new('Folder', MAIN_GUI.main.holder) BUTTONS.Name = 'buttons'
  487. NEW'TextButton'{Name = 'server', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 5), Size = UDim2.new(0, 100, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'server info', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  488. NEW'TextButton'{Name = 'admins', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 110, 0, 5), Size = UDim2.new(0, 100, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'admins', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  489. NEW'TextButton'{Name = 'bans', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 215, 0, 5), Size = UDim2.new(0, 100, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'bans', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  490. NEW'TextButton'{Name = 'cmds', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 320, 0, 5), Size = UDim2.new(0, 100, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'commands', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  491. NEW'TextButton'{Name = 'fun', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 50, 0, 40), Size = UDim2.new(0, 105, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'fun', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  492. NEW'TextButton'{Name = 'changelog', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 160, 0, 40), Size = UDim2.new(0, 105, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'changelog', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  493. NEW'TextButton'{Name = 'credits', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 270, 0, 40), Size = UDim2.new(0, 105, 0, 30), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'credits', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = BUTTONS}
  494.  
  495. local HOLDERS = Instance.new('Folder', MAIN_GUI.main.holder) HOLDERS.Name = 'holders'
  496. NEW'Frame'{Name = 'server', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Parent = HOLDERS}
  497. NEW'TextLabel'{Name = 'fe', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' FilteringEnabled | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  498. NEW'TextLabel'{Name = 'ip', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 30), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' IP Address | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  499. NEW'TextLabel'{Name = 'port', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 60), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Port | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  500. NEW'TextLabel'{Name = 'place_id', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 90), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Place ID | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  501. NEW'TextLabel'{Name = 'players', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 120), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Players | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  502. NEW'TextLabel'{Name = 'time', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 150), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Time | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  503. NEW'TextLabel'{Name = 'gravity', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, 180), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = ' Gravity | ', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.server}
  504. NEW'ScrollingFrame'{Name = 'admins', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  505. NEW'ScrollingFrame'{Name = 'bans', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  506. NEW'ScrollingFrame'{Name = 'cmds', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 115), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  507. NEW'ScrollingFrame'{Name = 'fun', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  508. NEW'ScrollingFrame'{Name = 'changelog', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 5, TopImage = SI, MidImage = SI, BottomImage = SI, Parent = HOLDERS}
  509. local Y_CHANGES = 0
  510. for i,v in pairs(CHANGELOG) do
  511. NEW'TextLabel'{Name = '', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_CHANGES), Size = UDim2.new(1, 0, 0, 30), Font = 'SourceSansBold', Text = v, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.changelog}
  512. HOLDERS.changelog.CanvasSize = HOLDERS.changelog.CanvasSize + UDim2.new(0, 0, 0, 30)
  513. Y_CHANGES = Y_CHANGES + 30
  514. end
  515. NEW'Frame'{Name = 'credits', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.8, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 85), Size = UDim2.new(1, -10, 0, 210), Visible = false, Parent = HOLDERS}
  516. NEW'TextLabel'{Name = 'text', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 1, BorderSizePixel = 0, Size = UDim2.new(1, 0, 1, 0), Font = 'SourceSansBold', Text = CREDITS, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', TextYAlignment = 'Top', Parent = HOLDERS.credits}
  517. NEW'TextBox'{Name = 'search', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0.25, 0, 0, 85), Size = UDim2.new(0.5, 0, 0, 25), Visible = false, Font = 'SourceSansBold', Text = 'search commands', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = HOLDERS}
  518.  
  519. NEW'Frame'{Name = 'line', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(0, 5, 0, 75), Size = UDim2.new(1, -10, 0, 5), Parent = MAIN_GUI.main.holder}
  520. NEW'TextButton'{Name = 'close', BackgroundColor3 = C3(255, 50, 50), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(1, 0, 0, 0), Size = UDim2.new(0, 25, 0, 25), Text = '', Parent = MAIN_GUI.main}
  521.  
  522. CMD_BAR_H = Instance.new('ScreenGui', GUIS)
  523. CMD_BAR_H.Name = 'cmdbar_seth'
  524. NEW'TextBox'{Name = 'bar', BackgroundColor3 = C3(0, 0, 0), BackgroundTransparency = 0.5, BorderSizePixel = 0, Position = UDim2.new(0, -200, 1, -50), Size = UDim2.new(0, 225, 0, 25), Font = 'SourceSansItalic', Text = 'press ; to execute a command', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = CMD_BAR_H}
  525. NEW'ScrollingFrame'{Name = 'commands', BackgroundColor3 = C3(50, 50, 50), BackgroundTransparency = 0.5, BorderSizePixel = 0, Position = UDim2.new(0, 0, 1, -25), Size = UDim2.new(1, 0, 0, 0), Visible = false, CanvasSize = UDim2.new(0, 0, 0, 0), ScrollBarThickness = 6, ScrollingEnabled = true, BottomImage = SI, MidImage = SI, TopImage = SI, Parent = CMD_BAR_H.bar}
  526. NEW'TextLabel'{Name = 'commands_ex', BackgroundTransparency = 1, BorderSizePixel = 0, Size = UDim2.new(0, 200, 0, 20), Visible = false, Font = 'SourceSansBold', TextColor3 = C3(255, 255, 255), TextSize = 18, TextXAlignment = 'Left', Parent = CMD_BAR_H.bar}
  527.  
  528. local NOTIFY_H = Instance.new('ScreenGui', GUIS)
  529. NOTIFY_H.Name = 'notify_seth'
  530. local N = Instance.new('Frame', NOTIFY_H)
  531. N.Name = 'notify'
  532. N.BackgroundColor3 = C3(0, 0, 0)
  533. N.BackgroundTransparency = 0.5
  534. N.BorderSizePixel = 0
  535. N.Position = UDim2.new(0, -225, 0.6, 0)
  536. N.Size = UDim2.new(0, 225, 0, 30)
  537. local BAR = Instance.new('Frame', N)
  538. BAR.Name = ''
  539. BAR.BackgroundColor3 = C3(255, 255, 255)
  540. BAR.BackgroundTransparency = 0.5
  541. BAR.BorderSizePixel = 0
  542. BAR.Position = UDim2.new(0, 0, 1, 0)
  543. BAR.Size = UDim2.new(1, 0, 0, 5)
  544. local TEXT = Instance.new('TextLabel', N)
  545. TEXT.Name = 'text'
  546. TEXT.BackgroundTransparency = 1
  547. TEXT.BorderSizePixel = 0
  548. TEXT.Size = UDim2.new(1, 0, 1, 0)
  549. TEXT.Font = 'SourceSansBold'
  550. TEXT.TextColor3 = C3(255, 255, 255)
  551. TEXT.TextSize = 18
  552. TEXT.TextXAlignment = 'Left'
  553.  
  554. PAPER_MESH = Instance.new('BlockMesh', OTHER)
  555. PAPER_MESH.Scale = Vector3.new(1, 1, 0.1)
  556.  
  557. JAIL = Instance.new('Model', OTHER)
  558. JAIL.Name = 'JAIL'
  559. local B = Instance.new('Part', JAIL)
  560. B.Name = 'BUTTOM'
  561. B.BrickColor = BrickColor.new('Black')
  562. B.Transparency = 0.5
  563. B.Anchored = true
  564. B.Locked = true
  565. B.Size = Vector3.new(6, 1, 6)
  566. B.TopSurface = 'Smooth'
  567. B.BottomSurface = 'Smooth'
  568. local M = Instance.new('Part', JAIL)
  569. M.Name = 'MAIN'
  570. M.BrickColor = BrickColor.new('Black')
  571. M.Transparency = 1
  572. M.Anchored = true
  573. M.CanCollide = false
  574. M.Locked = true
  575. M.Position = B.Position + Vector3.new(0, 3, 0)
  576. M.Size = Vector3.new(1, 1, 1)
  577. local P1 = Instance.new('Part', JAIL)
  578. P1.BrickColor = BrickColor.new('Black')
  579. P1.Transparency = 1
  580. P1.Position = B.Position + Vector3.new(0, 3.5, -2.5)
  581. P1.Rotation = Vector3.new(0, 90, 0)
  582. P1.Anchored = true
  583. P1.Locked = true
  584. P1.Size = Vector3.new(1, 6, 6)
  585. local P2 = Instance.new('Part', JAIL)
  586. P2.BrickColor = BrickColor.new('Black')
  587. P2.Transparency = 1
  588. P2.Position = B.Position + Vector3.new(-2.5, 3.5, 0)
  589. P2.Rotation = Vector3.new(-180, 0, -180)
  590. P2.Anchored = true
  591. P2.Locked = true
  592. P2.Size = Vector3.new(1, 6, 4)
  593. local P3 = Instance.new('Part', JAIL)
  594. P3.BrickColor = BrickColor.new('Black')
  595. P3.Transparency = 1
  596. P3.Position = B.Position + Vector3.new(2.5, 3.5, 0)
  597. P3.Rotation = Vector3.new(0, 0, 0)
  598. P3.Anchored = true
  599. P3.Locked = true
  600. P3.Size = Vector3.new(1, 6, 4)
  601. local P4 = Instance.new('Part', JAIL)
  602. P4.BrickColor = BrickColor.new('Black')
  603. P4.Transparency = 1
  604. P4.Position = B.Position + Vector3.new(0, 3.5, 2.5)
  605. P4.Rotation = Vector3.new(0, 90, 0)
  606. P4.Anchored = true
  607. P4.Locked = true
  608. P4.Size = Vector3.new(1, 6, 4)
  609. local TOP = Instance.new('Part', JAIL)
  610. TOP.BrickColor = BrickColor.new('Black')
  611. TOP.Transparency = 0.5
  612. TOP.Position = B.Position + Vector3.new(0, 7, 0)
  613. TOP.Rotation = Vector3.new(0, 0, 0)
  614. TOP.Anchored = true
  615. TOP.Locked = true
  616. TOP.Size = Vector3.new(6, 1, 6)
  617. TOP.TopSurface = 'Smooth'
  618. TOP.BottomSurface = 'Smooth'
  619.  
  620. ROCKET = Instance.new('Part', OTHER)
  621. ROCKET.Name = 'rocket_seth'
  622. ROCKET.CanCollide = false
  623. ROCKET.Size = Vector3.new(2, 5, 2)
  624. Instance.new('CylinderMesh', ROCKET)
  625. local F = Instance.new('Part', ROCKET)
  626. F.BrickColor = BrickColor.new('Black')
  627. F.CanCollide = false
  628. F.Size = Vector3.new(2, 0.2, 2)
  629. Instance.new('CylinderMesh', F)
  630. local PE = Instance.new('ParticleEmitter', F)
  631. PE.Color = ColorSequence.new(C3(236, 139, 70), C3(236, 139, 70))
  632. PE.Size = NumberSequence.new(0.2)
  633. PE.Texture = 'rbxassetid://17238048'
  634. PE.LockedToPart = true
  635. PE.Lifetime = NumberRange.new(0.2)
  636. PE.Rate = 50
  637. PE.Speed = NumberRange.new(-20)
  638. local TOP = Instance.new('Part', ROCKET)
  639. TOP.CanCollide = false
  640. TOP.Shape = 'Ball'
  641. TOP.Size = Vector3.new(2, 2, 2)
  642. TOP.TopSurface = 'Smooth'
  643. TOP.BottomSurface = 'Smooth'
  644. local BF = Instance.new('BodyForce', ROCKET)
  645. BF.Name = 'force'
  646. BF.Force = Vector3.new(0, 0, 0)
  647. local W1 = Instance.new('Weld', ROCKET)
  648. W1.Part0 = ROCKET
  649. W1.Part1 = F
  650. W1.C1 = CFrame.new(0, 2.6, 0)
  651. local W2 = Instance.new('Weld', ROCKET)
  652. W2.Part0 = ROCKET
  653. W2.Part1 = TOP
  654. W2.C1 = CFrame.new(0, -2.6, 0)
  655.  
  656. ALIEN_H = Instance.new('Accessory', OTHER)
  657. local H = Instance.new('Part', ALIEN_H)
  658. H.Name = 'Handle'
  659. H.Size = Vector3.new(2, 2.4, 2)
  660. local HA = Instance.new('Attachment', H)
  661. HA.Name = 'HatAttachment'
  662. HA.Position = Vector3.new(0, 0.15, 0)
  663. local SM = Instance.new('SpecialMesh', H)
  664. SM.MeshId = 'rbxassetid://13827689'
  665. SM.MeshType = 'FileMesh'
  666. SM.Scale = Vector3.new(1, 1.02, 1)
  667. SM.TextureId = 'rbxassetid://13827796'
  668.  
  669. local S = Instance.new('Model', OTHER) S.Name = 'swastika'
  670. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Anchored = true, CanCollide = false, Size = Vector3.new(2, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  671. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(0, 3, 0), Anchored = true, CanCollide = false, Size = Vector3.new(2, 4, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  672. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(3, 0, 0), Anchored = true, CanCollide = false, Size = Vector3.new(4, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  673. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(0, -3, 0), Anchored = true, CanCollide = false, Size = Vector3.new(2, 4, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  674. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(-3, 0, 0), Anchored = true, CanCollide = false, Size = Vector3.new(4, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  675. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(3, 4, 0), Anchored = true, CanCollide = false, Size = Vector3.new(4, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  676. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(4, -3, 0), Anchored = true, CanCollide = false, Size = Vector3.new(2, 4, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  677. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(-3, -4, 0), Anchored = true, CanCollide = false, Size = Vector3.new(4, 2, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  678. NEW'Part'{BrickColor = BrickColor.new('Really red'), Material = 'Plastic', Position = Vector3.new(-4, 3, 0), Anchored = true, CanCollide = false, Size = Vector3.new(2, 4, 2), BottomSurface = 'Smooth', TopSurface = 'Smooth', Parent = S}
  679.  
  680. CMD_BAR_H.Parent = _CORE
  681. end
  682.  
  683. local RS = game:GetService('RunService').RenderStepped
  684.  
  685. function OPEN_MAIN()
  686. SETH_MAIN = MAIN_GUI:Clone()
  687.  
  688. local BUTTONS = SETH_MAIN.main.holder.buttons
  689. local HOLDERS = SETH_MAIN.main.holder.holders
  690.  
  691. for i,v in pairs(SETH_MAIN.main.holder.buttons:GetChildren()) do
  692. v.MouseButton1Down:connect(function(X, Y)
  693. OPEN_TAB(v.Name)
  694. if not v:FindFirstChild('circle') then
  695. local C = Instance.new('ImageLabel', v)
  696. C.BackgroundTransparency = 1
  697. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, v.AbsolutePosition.X, 0, v.AbsolutePosition.Y)
  698. C.Size = UDim2.new(0, 0, 0, 0)
  699. C.ZIndex = v.ZIndex
  700. C.Image = 'rbxassetid://200182847'
  701. C.ImageColor3 = C3(0, 100, 255)
  702. C.Name = 'circle'
  703. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  704. for i = 0, 1, 0.03 do
  705. C.ImageTransparency = i
  706. RS:wait()
  707. end
  708. C:destroy()
  709. end
  710. end)
  711. end
  712.  
  713. HOLDERS.server.place_id.Text = ' Place ID | ' .. game.PlaceId
  714. game:GetService('RunService').Stepped:connect(function()
  715. if SETH_MAIN:FindFirstChild('main') and HOLDERS:FindFirstChild('server') then
  716. if not workspace.FilteringEnabled then
  717. HOLDERS.server.fe.Text = ' FilteringEnabled | false'
  718. else
  719. HOLDERS.server.fe.Text = ' FilteringEnabled | true'
  720. end
  721. HOLDERS.server.ip.Text = ' IP Address | ' .. IP
  722. HOLDERS.server.port.Text = ' Port | ' .. PORT
  723. HOLDERS.server.players.Text = ' Players | ' .. _PLAYERS.NumPlayers .. '/' .. _PLAYERS.MaxPlayers
  724. HOLDERS.server.time.Text = ' Time | ' .. _LIGHTING.TimeOfDay
  725. HOLDERS.server.gravity.Text = ' Gravity | ' .. workspace.Gravity
  726. end
  727. end)
  728.  
  729. function UPDATE_ADMINS()
  730. HOLDERS.admins:ClearAllChildren()
  731. HOLDERS.admins.CanvasSize = UDim2.new(0, 0, 0, 0)
  732. local Y_ADMINS = 5
  733. for i,v in pairs(ADMINS) do
  734. NEW'TextLabel'{Name = v, BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_ADMINS), Size = UDim2.new(1, -30, 0, 25), Font = 'SourceSansBold', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.admins}
  735. NEW'TextButton'{Name = 'update', BackgroundColor3 = C3(255, 50, 50), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(1, 0, 0, 0), Size = UDim2.new(0, 25, 0, 25), Text = '', Parent = HOLDERS.admins[v]}
  736. HOLDERS.admins[v].update.MouseButton1Down:connect(function()
  737. table.remove(ADMINS, i)
  738. UPDATE_ADMINS()
  739. end)
  740. HOLDERS.admins.CanvasSize = HOLDERS.admins.CanvasSize + UDim2.new(0, 0, 0, 30)
  741. Y_ADMINS = Y_ADMINS + 30
  742. end
  743. HOLDERS.admins.CanvasSize = HOLDERS.admins.CanvasSize + UDim2.new(0, 0, 0, 5)
  744. spawn(function()
  745. for i,v in pairs(HOLDERS.admins:GetChildren()) do
  746. v.Text = ' ' .. _PLAYERS:GetNameFromUserIdAsync(v.Name)
  747. end
  748. end)
  749. end
  750. UPDATE_ADMINS()
  751.  
  752. function UPDATE_BANS()
  753. HOLDERS.bans:ClearAllChildren()
  754. HOLDERS.bans.CanvasSize = UDim2.new(0, 0, 0, 0)
  755. local Y_BANS = 5
  756. for i,v in pairs(BANS) do
  757. NEW'TextLabel'{Name = v, BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_BANS), Size = UDim2.new(1, -30, 0, 25), Font = 'SourceSansBold', Text = '', TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.bans}
  758. NEW'TextButton'{Name = 'update', BackgroundColor3 = C3(255, 50, 50), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(1, 0, 0, 0), Size = UDim2.new(0, 25, 0, 25), Text = '', Parent = HOLDERS.bans[v]}
  759. HOLDERS.bans[v].update.MouseButton1Down:connect(function()
  760. table.remove(BANS, i)
  761. UPDATE_BANS()
  762. end)
  763. HOLDERS.bans.CanvasSize = HOLDERS.bans.CanvasSize + UDim2.new(0, 0, 0, 30)
  764. Y_BANS = Y_BANS + 30
  765. end
  766. HOLDERS.bans.CanvasSize = HOLDERS.bans.CanvasSize + UDim2.new(0, 0, 0, 5)
  767. spawn(function()
  768. for i,v in pairs(HOLDERS.bans:GetChildren()) do
  769. v.Text = ' ' .. _PLAYERS:GetNameFromUserIdAsync(v.Name)
  770. end
  771. end)
  772. end
  773. UPDATE_BANS()
  774.  
  775. local function DISPLAY_CMDS()
  776. local Y_COMMANDS = 0
  777. for i,v in pairs(COMMANDS) do
  778. NEW'TextLabel'{Name = '', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_COMMANDS), Size = UDim2.new(1, 0, 0, 25), Font = 'SourceSansBold', Text = ' ' .. v.D, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.cmds}
  779. HOLDERS.cmds.CanvasSize = HOLDERS.cmds.CanvasSize + UDim2.new(0, 0, 0, 25)
  780. Y_COMMANDS = Y_COMMANDS + 25
  781. end
  782. end
  783. DISPLAY_CMDS()
  784.  
  785. HOLDERS.search.Changed:connect(function()
  786. if SETH_MAIN:FindFirstChild('main') and SETH_MAIN.main.holder.holders:FindFirstChild('search') then
  787. if HOLDERS.search.Text ~= 'search commands' and HOLDERS.search.Focused then
  788. if HOLDERS.search.Text ~= '' then
  789. if not HOLDERS.search.Text:find(' ') then
  790. HOLDERS.cmds:ClearAllChildren()
  791. HOLDERS.cmds.CanvasSize = UDim2.new(0, 0, 0, 0)
  792. local Y_COMMANDS = 0
  793. for i,v in pairs(COMMANDS) do
  794. if v.N:find(HOLDERS.search.Text) then
  795. HOLDERS.cmds.CanvasSize = HOLDERS.cmds.CanvasSize + UDim2.new(0, 0, 0, 25)
  796. NEW'TextLabel'{Name = '', BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_COMMANDS), Size = UDim2.new(1, 0, 0, 25), Font = 'SourceSansBold', Text = ' ' .. v.D, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.cmds}
  797. HOLDERS.changelog.CanvasSize = HOLDERS.changelog.CanvasSize + UDim2.new(0, 0, 0, 25)
  798. Y_COMMANDS = Y_COMMANDS + 25
  799. end
  800. end
  801. end
  802. else
  803. HOLDERS.cmds:ClearAllChildren()
  804. HOLDERS.cmds.CanvasSize = UDim2.new(0, 0, 0, 0)
  805. DISPLAY_CMDS()
  806. end
  807. end
  808. end
  809. end)
  810.  
  811. local FUN = {'balefire', 'swastika', 'trowel', 'path giver', 'orbital strike'}
  812. local Y_FUN = 5
  813. for i,v in pairs(FUN) do
  814. NEW'TextLabel'{Name = v, BackgroundColor3 = C3(255, 255, 255), BackgroundTransparency = 1, Position = UDim2.new(0, 0, 0, Y_FUN), Size = UDim2.new(1, -50, 0, 25), Font = 'SourceSansBold', Text = ' ' .. v, TextColor3 = C3(0, 0, 0), TextSize = 24, TextTransparency = 0.25, TextXAlignment = 'Left', Parent = HOLDERS.fun}
  815. HOLDERS.fun.CanvasSize = HOLDERS.fun.CanvasSize + UDim2.new(0, 0, 0, 30)
  816. Y_FUN = Y_FUN + 30
  817. end
  818. HOLDERS.fun.CanvasSize = HOLDERS.fun.CanvasSize + UDim2.new(0, 0, 0, 5)
  819. for i,v in pairs(HOLDERS.fun:GetChildren()) do
  820. NEW'TextButton'{Name = 'load', BackgroundColor3 = C3(50, 50, 255), BackgroundTransparency = 0.25, BorderSizePixel = 0, Position = UDim2.new(1, 0, 0, 0), Size = UDim2.new(0, 45, 0, 25), ClipsDescendants = true, Font = 'SourceSansBold', Text = 'load', TextColor3 = C3(255, 255, 255), TextSize = 20, Parent = v}
  821. v.load.MouseButton1Down:connect(function()
  822. if v.Name == 'balefire' then LOAD_BALEFIRE()
  823. elseif v.Name == 'swastika' then local S = OTHER.swastika:Clone() S.Parent = workspace S:MoveTo(LP.Character.Head.Position + Vector3.new(0, 10, 0))
  824. elseif v.Name == 'trowel' then LOAD_TROWEL()
  825. elseif v.Name == 'path giver' then LOAD_PATH()
  826. elseif v.Name == 'orbital strike' then LOAD_STRIKE()
  827. end
  828. end)
  829. end
  830.  
  831. SETH_MAIN.main.close.MouseButton1Down:connect(function()
  832. SETH_MAIN:destroy()
  833. end)
  834.  
  835. SETH_MAIN.Parent = _CORE
  836. end
  837.  
  838. LOAD_DATA()
  839.  
  840. --/ TOOLS
  841.  
  842. function LOAD_BALEFIRE()
  843. local HB = Instance.new('HopperBin', LP.Backpack)
  844. HB.Name = 'balefire'
  845.  
  846. local function BF(P)
  847. for i = 1, 50 do
  848. local E = Instance.new('Explosion', workspace)
  849. E.BlastRadius = 3
  850. E.BlastPressure = 999999
  851. E.Position = LP.Character.Torso.CFrame.p + ((P - LP.Character.Torso.CFrame.p).unit * 6 * i) + ((P - LP.Character.Torso.CFrame.p).unit * 7)
  852. end
  853. end
  854.  
  855. FIRED = false
  856. local function FIRE(M)
  857. if not FIRED then
  858. FIRED = true
  859. BF(M.Hit.p)
  860. wait(0.25)
  861. FIRED = false
  862. end
  863. end
  864.  
  865. HB.Selected:connect(function(M)
  866. M.Button1Down:connect(function()
  867. FIRE(M)
  868. end)
  869. end)
  870. end
  871.  
  872. function LOAD_TROWEL()
  873. local T = Instance.new('Tool', LP.Backpack) T.Name = 'trowel'
  874. NEW'Part'{Name = 'Handle', Size = Vector3.new(1, 4.4, 1), Parent = T}
  875. NEW'SpecialMesh'{MeshId = 'rbxasset://fonts/trowel.mesh', MeshType = 'FileMesh', TextureId = 'rbxasset://textures/TrowelTexture.png', Parent = T.Handle}
  876. NEW'Sound'{Name = 'build', SoundId = 'rbxasset://sounds//bass.wav', Volume = 1, Parent = T.Handle}
  877.  
  878. local HEIGHT = 5
  879. local SPEED = 0.05
  880. local WIDTH = 15
  881.  
  882. function BRICK(CF, P, C)
  883. local B = Instance.new('Part')
  884. B.BrickColor = C
  885. B.CFrame = CF * CFrame.new(P + B.Size / 2)
  886. B.Parent = game.Workspace
  887. B:MakeJoints()
  888. B.Material = 'Neon'
  889. return B, P + B.Size
  890. end
  891.  
  892. function BW(CF)
  893. local BC = BrickColor.Random()
  894. local B = {}
  895. assert(WIDTH > 0)
  896. local Y = 0
  897. while Y < HEIGHT do
  898. local P
  899. local X = -WIDTH / 2
  900. while X < WIDTH / 2 do
  901. local brick
  902. brick, P = BRICK(CF, Vector3.new(X, Y, 0), BC)
  903. X = P.x
  904. table.insert(B, brick)
  905. wait(SPEED)
  906. end
  907. Y = P.y
  908. end
  909. return B
  910. end
  911.  
  912. function S(A)
  913. if math.abs(A.x) > math.abs(A.z) then
  914. if A.x > 0 then
  915. return Vector3.new(1, 0, 0)
  916. else
  917. return Vector3.new(-1, 0, 0)
  918. end
  919. else
  920. if A.z > 0 then
  921. return Vector3.new(0, 0, 1)
  922. else
  923. return Vector3.new(0, 0, -1)
  924. end
  925. end
  926. end
  927.  
  928. T.Enabled = true
  929. T.Activated:connect(function()
  930. if T.Enabled and LP.Character:FindFirstChild('Humanoid') then
  931. T.Enabled = false
  932. T.Handle.build:Play()
  933. BW(CFrame.new(LP.Character.Humanoid.TargetPoint, LP.Character.Humanoid.TargetPoint + S((LP.Character.Humanoid.TargetPoint - LP.Character.Head.Position).unit)))
  934. T.Enabled = true
  935. end
  936. end)
  937. end
  938.  
  939. function LOAD_PATH()
  940. local HB = Instance.new('HopperBin', LP.Backpack) HB.Name = 'path giver'
  941.  
  942. local function PATH(M, C)
  943. if ENABLED and LP.Character then
  944. if not workspace:FindFirstChild('paths_seth') then Instance.new('Folder', workspace).Name = 'paths_seth' end
  945. local hit = M.Target
  946. local point = M.Hit.p
  947. local P = Instance.new('Part', workspace.paths_seth)
  948. P.BrickColor = C
  949. P.Material = 'Neon'
  950. P.Transparency = 0.75
  951. P.Anchored = true
  952. P.Size = Vector3.new(20, 1, 20)
  953. P.Velocity = M.Hit.lookVector * 75
  954. P.BottomSurface = 'Smooth'
  955. P.TopSurface = 'Smooth'
  956. P.CFrame = CFrame.new(LP.Character.Head.Position)
  957. P.CFrame = CFrame.new(LP.Character.Torso.Position.x, LP.Character.Torso.Position.y - 4, LP.Character.Torso.Position.z)
  958. P.CFrame = CFrame.new(P.Position, point)
  959. wait()
  960. PATH(M, C)
  961. end
  962. end
  963.  
  964. local function SELECTED(M)
  965. M.Button1Down:connect(function() ENABLED = true PATH(M, BrickColor.Random()) end)
  966. M.Button1Up:connect(function() ENABLED = false end)
  967. M.KeyDown:connect(function(K) if K == 'r' then if workspace:FindFirstChild('paths_seth') then workspace.paths_seth:destroy() end end end)
  968. end
  969.  
  970. HB.Selected:connect(SELECTED)
  971. end
  972.  
  973. function LOAD_STRIKE()
  974. local HB = Instance.new('HopperBin', LP.Backpack) HB.Name = 'orbital strike'
  975.  
  976. local function SHOOT(T)
  977. if ENABLED then
  978. local P0 = CFrame.new(0, 1500, 0)
  979. P0 = P0 + ((P0 * CFrame.fromEulerAnglesXYZ(math.pi / 2, 0, 0)).lookVector * 0.5) + (P0 * CFrame.fromEulerAnglesXYZ(0, math.pi / 2, 0)).lookVector
  980. local P1 = P0 + ((P0.p - T.Hit.p).unit * -2)
  981. SATELITE.CFrame = CFrame.new((P0.p + P1.p) / 2, P0.p) * CFrame.fromEulerAnglesXYZ(-math.pi / 2, 0, 0)
  982.  
  983. local M = Instance.new('Model', workspace)
  984. NEW'Part'{BrickColor = BrickColor.new('Pink'), Material = 'Neon', CFrame = CFrame.new((SATELITE.CFrame.p + T.Hit.p) / 2, SATELITE.CFrame.p), Anchored = true, CanCollide = false, Size = Vector3.new(1, 1, 1), Parent = M}
  985. NEW'BlockMesh'{Scale = Vector3.new(1, 1, (SATELITE.CFrame.p - T.Hit.p).magnitude), Parent = M.Part}
  986. NEW'Explosion'{Position = T.Hit.p, BlastRadius = 20, Parent = workspace}
  987.  
  988. for i = 1,10 do M.Part.Transparency = 0.5 + (i * 0.05) wait(0.05) end
  989. M:destroy()
  990. end
  991. end
  992.  
  993. HB.Selected:connect(function(M)
  994. if not workspace:FindFirstChild('orbital_seth') then
  995. SATELITE = Instance.new('Part', workspace)
  996. SATELITE.Name = 'orbital_seth'
  997. SATELITE.Position = Vector3.new(0, 1500, 0)
  998. SATELITE.Anchored = true
  999. SATELITE.CanCollide = false
  1000. SATELITE.Size = Vector3.new(5, 16.8, 5)
  1001. NEW'SpecialMesh'{MeshId = 'rbxassetid://1064328', Scale = Vector3.new(0.2, 0.2, 0.2), Parent = SATELITE}
  1002. end
  1003. M.Button1Down:connect(function() ENABLED = true SHOOT(M) end)
  1004. M.Button1Up:connect(function() ENABLED = false end)
  1005. end)
  1006. end
  1007.  
  1008. function FIND_IN_TABLE(TABLE, NAME)
  1009. for i,v in pairs(TABLE) do
  1010. if v == NAME then
  1011. return true
  1012. end
  1013. end
  1014. return false
  1015. end
  1016.  
  1017. function GET_IN_TABLE(TABLE, NAME)
  1018. for i = 1, #TABLE do
  1019. if TABLE[i] == NAME then
  1020. return i
  1021. end
  1022. end
  1023. return false
  1024. end
  1025.  
  1026. local NOTIFY_1 = false
  1027. local NOTIFY_2 = false
  1028.  
  1029. function NOTIFY(M, R, G, B)
  1030. spawn(function()
  1031. repeat wait() until not NOTIFY_1
  1032. local NOTIFY_SETH = GUIS.notify_seth:Clone() NOTIFY_SETH.Parent = _CORE
  1033. if NOTIFY_SETH then
  1034. NOTIFY_SETH.notify[''].BackgroundColor3 = C3(R, G, B)
  1035. NOTIFY_SETH.notify.text.Text = ' ' .. M
  1036. repeat wait() until not NOTIFY_1
  1037. NOTIFY_1 = true
  1038. wait(0.5)
  1039. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, 0, 0.6, 0), 'InOut', 'Quad', 0.4, false) wait(0.5)
  1040. wait(0.5)
  1041. repeat wait() until not NOTIFY_2
  1042. NOTIFY_1 = false
  1043. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, 0, 0.6, -40), 'InOut', 'Quad', 0.4, false) wait(0.5)
  1044. wait(0.5)
  1045. NOTIFY_2 = true
  1046. wait(2.5)
  1047. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, -225, 0.6, -40), 'InOut', 'Quad', 0.4, false) wait(0.5)
  1048. end
  1049. wait(1)
  1050. NOTIFY_SETH:destroy()
  1051. NOTIFY_2 = false
  1052. end)
  1053. end
  1054.  
  1055. function KICK(P)
  1056. spawn(function()
  1057. for i = 1,5 do
  1058. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') and P.Character:FindFirstChild('Torso') then
  1059. P.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  1060. local SP = Instance.new('SkateboardPlatform', P.Character) SP.Position = P.Character.HumanoidRootPart.Position SP.Transparency = 1
  1061. spawn(function()
  1062. repeat wait()
  1063. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') then SP.Position = P.Character.HumanoidRootPart.Position end
  1064. until not _PLAYERS:FindFirstChild(P.Name)
  1065. end)
  1066. P.Character.Torso.Anchored = true
  1067. end
  1068. end
  1069. end)
  1070. end
  1071.  
  1072. _PLAYERS.PlayerRemoving:connect(function(P)
  1073. if FIND_IN_TABLE(KICKS, P) then
  1074. for i,v in pairs(KICKS) do if v == P then table.remove(KICKS, i) end end
  1075. NOTIFY('KICKED ' .. P.Name, 255, 255, 255)
  1076. end
  1077. if FIND_IN_TABLE(JAILED, P.Name) then
  1078. for i,v in pairs(JAILED) do if v == P.Name then table.remove(KICKS, i) end end
  1079. end
  1080. end)
  1081.  
  1082. function FIX_LIGHTING()
  1083. _LIGHTING.Ambient = C3(0.5, 0.5, 0.5)
  1084. _LIGHTING.Brightness = 1
  1085. _LIGHTING.GlobalShadows = true
  1086. _LIGHTING.Outlines = false
  1087. _LIGHTING.TimeOfDay = 14
  1088. _LIGHTING.FogEnd = 100000
  1089. end
  1090.  
  1091. function COLOR(PLAYER, BCOLOR)
  1092. for i,v in pairs(PLAYER.Character:GetChildren()) do if v:IsA('Shirt') or v:IsA('Pants') then v:destroy() elseif v:IsA('ShirtGraphic') then v.Archivable = false v.Graphic = '' end end
  1093. for i,v in pairs(PLAYER.Character.Head:GetChildren()) do if v:IsA('Decal') then v:destroy() end end
  1094. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1095. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1096. v.BrickColor = BrickColor.new(BCOLOR)
  1097. elseif v:IsA('Accessory') then
  1098. v.Handle.BrickColor = BrickColor.new(BCOLOR)
  1099. for a,b in pairs(v.Handle:GetChildren()) do
  1100. if b:IsA('SpecialMesh') then
  1101. b.TextureId = ''
  1102. end
  1103. end
  1104. end
  1105. end
  1106. end
  1107.  
  1108. function LAG(PLAYER)
  1109. local POS = CFrame.new(math.random(-100000, 100000), math.random(-100000, 100000), math.random(-100000, 100000))
  1110. spawn(function()
  1111. repeat wait()
  1112. if PLAYER and PLAYER.Character then
  1113. PLAYER.CameraMode = 'LockFirstPerson'
  1114. PLAYER.Character.HumanoidRootPart.CFrame = POS
  1115. PLAYER.Character.Torso.Anchored = true
  1116. Instance.new('ForceField', PLAYER.Character)
  1117. Instance.new('Smoke', PLAYER.Character.Head)
  1118. end
  1119. until not _PLAYERS:FindFirstChild(PLAYER.Name)
  1120. end)
  1121. end
  1122.  
  1123. local FLYING = false
  1124.  
  1125. if LP.Character and LP.Character:FindFirstChild('Humanoid') then
  1126. LP.Character.Humanoid.Died:connect(function() FLYING = false end)
  1127. end
  1128.  
  1129. function sFLY()
  1130. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso') and LP.Character:FindFirstChild('Humanoid')
  1131. repeat wait() until MOUSE
  1132.  
  1133. local T = LP.Character.Torso
  1134. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1135. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1136. local SPEED = 0
  1137.  
  1138. local function FLY()
  1139. FLYING = true
  1140. local BG = Instance.new('BodyGyro', T)
  1141. local BV = Instance.new('BodyVelocity', T)
  1142. BG.P = 9e4
  1143. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1144. BG.cframe = T.CFrame
  1145. BV.velocity = Vector3.new(0, 0.1, 0)
  1146. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1147. spawn(function()
  1148. repeat wait()
  1149. LP.Character.Humanoid.PlatformStand = true
  1150. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1151. SPEED = 50
  1152. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1153. SPEED = 0
  1154. end
  1155. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1156. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1157. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1158. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1159. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1160. else
  1161. BV.velocity = Vector3.new(0, 0.1, 0)
  1162. end
  1163. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1164. until not FLYING
  1165. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1166. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1167. SPEED = 0
  1168. BG:destroy()
  1169. BV:destroy()
  1170. LP.Character.Humanoid.PlatformStand = false
  1171. end)
  1172. end
  1173.  
  1174. MOUSE.KeyDown:connect(function(KEY)
  1175. if KEY:lower() == 'w' then
  1176. CONTROL.F = 1
  1177. elseif KEY:lower() == 's' then
  1178. CONTROL.B = -1
  1179. elseif KEY:lower() == 'a' then
  1180. CONTROL.L = -1
  1181. elseif KEY:lower() == 'd' then
  1182. CONTROL.R = 1
  1183. end
  1184. end)
  1185.  
  1186. MOUSE.KeyUp:connect(function(KEY)
  1187. if KEY:lower() == 'w' then
  1188. CONTROL.F = 0
  1189. elseif KEY:lower() == 's' then
  1190. CONTROL.B = 0
  1191. elseif KEY:lower() == 'a' then
  1192. CONTROL.L = 0
  1193. elseif KEY:lower() == 'd' then
  1194. CONTROL.R = 0
  1195. end
  1196. end)
  1197. FLY()
  1198. end
  1199.  
  1200. function NOFLY()
  1201. FLYING = false
  1202. LP.Character.Humanoid.PlatformStand = false
  1203. end
  1204.  
  1205. function RESET_MODEL(MODEL)
  1206. for i,v in pairs(MODEL:GetChildren()) do
  1207. if v:IsA('Seat') and v.Name == 'FakeTorso' then
  1208. v:destroy()
  1209. elseif v:IsA('CharacterMesh') or v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  1210. v:destroy()
  1211. elseif v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1212. v.Transparency = 0
  1213. elseif v:IsA('ShirtGraphic') then
  1214. v.Archivable = false
  1215. v.Graphic = ''
  1216. end
  1217. end
  1218. for i,v in pairs(MODEL.Torso:GetChildren()) do
  1219. if v:IsA('SpecialMesh') then
  1220. v:destroy()
  1221. end
  1222. end
  1223. if MODEL.Head:FindFirstChild('Mesh') then
  1224. MODEL.Head.Mesh:destroy()
  1225. end
  1226. if MODEL.Torso:FindFirstChild('Neck') then MODEL.Torso.Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(90), math.rad(180), 0) end
  1227. if MODEL.Torso:FindFirstChild('Left Shoulder') then MODEL.Torso['Left Shoulder'].C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(0, math.rad(-90), 0) end
  1228. if MODEL.Torso:FindFirstChild('Right Shoulder') then MODEL.Torso['Right Shoulder'].C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(0, math.rad(90), 0) end
  1229. if MODEL.Torso:FindFirstChild('Left Hip') then MODEL.Torso['Left Hip'].C0 = CFrame.new(-1, -1, 0) * CFrame.Angles(0, math.rad(-90), 0) end
  1230. if MODEL.Torso:FindFirstChild('Right Hip') then MODEL.Torso['Right Hip'].C0 = CFrame.new(1, -1, 0) * CFrame.Angles(0, math.rad(90), 0) end
  1231. end
  1232.  
  1233. function UPDATE_MODEL(MODEL, USERNAME)
  1234. local AppModel = _PLAYERS:GetCharacterAppearanceAsync(_PLAYERS:GetUserIdFromNameAsync(USERNAME))
  1235. MODEL.Name = USERNAME
  1236. for i,v in pairs(AppModel:GetChildren()) do
  1237. if v:IsA('SpecialMesh') or v:IsA('BlockMesh') or v:IsA('CylinderMesh') then
  1238. v.Parent = MODEL.Head
  1239. elseif v:IsA('Decal') then
  1240. if MODEL.Head:FindFirstChild('face') then
  1241. MODEL.Head.face.Texture = v.Texture
  1242. else
  1243. local FACE = Instance.new('Decal', MODEL.Head)
  1244. FACE.Texture = v.Texture
  1245. end
  1246. elseif v:IsA('BodyColors') or v:IsA('CharacterMesh') or v:IsA('Shirt') or v:IsA('Pants') or v:IsA('ShirtGraphic') then
  1247. if MODEL:FindFirstChild('Body Colors') then
  1248. MODEL['Body Colors']:destroy()
  1249. end
  1250. v.Parent = MODEL
  1251. elseif v:IsA('Accessory') then
  1252. v.Parent = MODEL
  1253. v.Handle.CFrame = MODEL.Head.CFrame * CFrame.new(0, MODEL.Head.Size.Y / 2, 0) * v.AttachmentPoint:inverse()
  1254. end
  1255. end
  1256. if not MODEL.Head:FindFirstChild('Mesh') then
  1257. local SM = Instance.new('SpecialMesh', MODEL.Head)
  1258. SM.MeshType = Enum.MeshType.Head
  1259. SM.Scale = Vector3.new(1.25, 1.25, 1.25)
  1260. end
  1261. end
  1262.  
  1263. function CREEPER(PLAYER)
  1264. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1265. if v:IsA('Shirt') or v:IsA('Pants') then
  1266. v:destroy()
  1267. elseif v:IsA('ShirtGraphic') then
  1268. v.Archivable = false
  1269. v.Graphic = ''
  1270. end
  1271. end
  1272. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1273. if v:IsA('Accessory') then
  1274. v:destroy()
  1275. end
  1276. end
  1277. PLAYER.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  1278. PLAYER.Character.Torso['Right Shoulder'].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  1279. PLAYER.Character.Torso['Left Shoulder'].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  1280. PLAYER.Character.Torso['Right Hip'].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  1281. PLAYER.Character.Torso['Left Hip'].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  1282. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1283. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1284. v.BrickColor = BrickColor.new('Bright green')
  1285. end
  1286. end
  1287. end
  1288.  
  1289. function SHREK(PLAYER)
  1290. COLOR(PLAYER, 'Bright green')
  1291. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1292. if v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') or v:IsA('CharacterMesh') then
  1293. v:destroy()
  1294. elseif v:IsA('ShirtGraphic') then
  1295. v.Archivable = false
  1296. v.Graphic = ''
  1297. end
  1298. end
  1299. for i,v in pairs(PLAYER.Character.Head:GetChildren()) do
  1300. if v:IsA('Decal') or v:IsA('SpecialMesh') then
  1301. v:destroy()
  1302. end
  1303. end
  1304. if PLAYER.Character:FindFirstChild('Shirt Graphic') then
  1305. PLAYER.Character['Shirt Graphic'].Archivable = false
  1306. PLAYER.Character['Shirt Graphic'].Graphic = ''
  1307. end
  1308. local M = Instance.new('SpecialMesh', PLAYER.Character.Head)
  1309. local S = Instance.new('Shirt', PLAYER.Character)
  1310. local P = Instance.new('Pants', PLAYER.Character)
  1311. M.MeshType = 'FileMesh'
  1312. M.MeshId = 'rbxassetid://19999257'
  1313. M.Offset = Vector3.new(-0.1, 0.1, 0)
  1314. M.TextureId = 'rbxassetid://156397869'
  1315. S.ShirtTemplate = 'rbxassetid://133078194'
  1316. P.PantsTemplate = 'rbxassetid://133078204'
  1317. end
  1318.  
  1319. function DUCK(PLAYER)
  1320. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1321. if v:IsA('Part') and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  1322. v.Transparency = 1
  1323. elseif v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  1324. v:destroy()
  1325. elseif v:IsA('ShirtGraphic') then
  1326. v.Archivable = false
  1327. v.Graphic = ''
  1328. end
  1329. end
  1330. local DUCK = Instance.new('SpecialMesh', PLAYER.Character.Torso)
  1331. DUCK.MeshType = 'FileMesh'
  1332. DUCK.MeshId = 'rbxassetid://9419831'
  1333. DUCK.TextureId = 'rbxassetid://9419827'
  1334. DUCK.Scale = Vector3.new(5, 5, 5)
  1335. if PLAYER.Character.Head:FindFirstChild('face') then
  1336. PLAYER.Character.Head.face.Transparency = 1
  1337. end
  1338. end
  1339.  
  1340. function DOG(PLAYER)
  1341. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1342. if v:IsA('Shirt') or v:IsA('Pants') then
  1343. v:destroy()
  1344. elseif v:IsA('ShirtGraphic') then
  1345. v.Archivable = false
  1346. v.Graphic = ''
  1347. end
  1348. end
  1349. PLAYER.Character.Torso.Transparency = 1
  1350. PLAYER.Character.Torso.Neck.C0 = CFrame.new(0, -0.5, -2) * CFrame.Angles(math.rad(90), math.rad(180), 0)
  1351. PLAYER.Character.Torso['Right Shoulder'].C0 = CFrame.new(0.5, -1.5, -1.5) * CFrame.Angles(0, math.rad(90), 0)
  1352. PLAYER.Character.Torso['Left Shoulder'].C0 = CFrame.new(-0.5, -1.5, -1.5) * CFrame.Angles(0, math.rad(-90), 0)
  1353. PLAYER.Character.Torso['Right Hip'].C0 = CFrame.new(1.5, -1, 1.5) * CFrame.Angles(0, math.rad(90), 0)
  1354. PLAYER.Character.Torso['Left Hip'].C0 = CFrame.new(-1.5, -1, 1.5) * CFrame.Angles(0, math.rad(-90), 0)
  1355. local FakeTorso = Instance.new('Seat', PLAYER.Character)
  1356. local BF = Instance.new('BodyForce', FakeTorso)
  1357. local W = Instance.new('Weld', PLAYER.Character.Torso)
  1358. FakeTorso.Name = 'FakeTorso'
  1359. FakeTorso.TopSurface = 0
  1360. FakeTorso.BottomSurface = 0
  1361. FakeTorso.Size = Vector3.new(3,1,4)
  1362. FakeTorso.BrickColor = BrickColor.new('Brown')
  1363. FakeTorso.CFrame = PLAYER.Character.Torso.CFrame
  1364. BF.Force = Vector3.new(0, FakeTorso:GetMass() * 196.25, 0)
  1365. W.Part0 = PLAYER.Character.Torso
  1366. W.Part1 = FakeTorso
  1367. W.C0 = CFrame.new(0, -0.5, 0)
  1368. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1369. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1370. v.BrickColor = BrickColor.new('Brown')
  1371. end
  1372. end
  1373. end
  1374.  
  1375. function ALIEN(PLAYER)
  1376. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1377. if v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  1378. v:destroy()
  1379. elseif v:IsA('ShirtGraphic') then
  1380. v.Archivable = false
  1381. v.Graphic = ''
  1382. elseif v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1383. v.BrickColor = BrickColor.new('Fossil')
  1384. end
  1385. end
  1386. ALIEN_H:Clone().Parent = PLAYER.Character
  1387. end
  1388.  
  1389. function DECALSPAM(INSTANCE, ID)
  1390. for i,v in pairs(INSTANCE:GetChildren()) do
  1391. if v:IsA('BasePart') then
  1392. spawn(function()
  1393. local FACES = {'Back', 'Bottom', 'Front', 'Left', 'Right', 'Top'}
  1394. local CURRENT_FACE = 1
  1395. for i = 1, 6 do
  1396. local DECAL = Instance.new('Decal', v)
  1397. DECAL.Name = 'decal_seth'
  1398. DECAL.Texture = 'rbxassetid://' .. ID - 1
  1399. DECAL.Face = FACES[CURRENT_FACE]
  1400. CURRENT_FACE = CURRENT_FACE + 1
  1401. end
  1402. end)
  1403. end
  1404. DECALSPAM(v, ID)
  1405. end
  1406. end
  1407.  
  1408. function UNDECALSPAM(INSTANCE)
  1409. for i,v in pairs(INSTANCE:GetChildren()) do
  1410. if v:IsA('BasePart') then
  1411. for a,b in pairs(v:GetChildren()) do
  1412. if b:IsA('Decal') and b.Name == 'decal_seth' then
  1413. b:destroy()
  1414. end
  1415. end
  1416. end
  1417. UNDECALSPAM(v)
  1418. end
  1419. end
  1420.  
  1421. function CREATE_DONG(PLAYER, DONG_COLOR)
  1422. if PLAYER.Character:FindFirstChild('DONG') then
  1423. PLAYER.Character.DONG:destroy()
  1424. end
  1425. local D = Instance.new('Model', PLAYER.Character)
  1426. D.Name = 'DONG'
  1427.  
  1428. local BG = Instance.new('BodyGyro', PLAYER.Character.Torso)
  1429. local MAIN = Instance.new('Part', PLAYER.Character['DONG'])
  1430. local M1 = Instance.new('CylinderMesh', MAIN)
  1431. local W1 = Instance.new('Weld', PLAYER.Character.Head)
  1432. local P1 = Instance.new('Part', PLAYER.Character['DONG'])
  1433. local M2 = Instance.new('SpecialMesh', P1)
  1434. local W2 = Instance.new('Weld', P1)
  1435. local B1 = Instance.new('Part', PLAYER.Character['DONG'])
  1436. local M3 = Instance.new('SpecialMesh', B1)
  1437. local W3 = Instance.new('Weld', B1)
  1438. local B2 = Instance.new('Part', PLAYER.Character['DONG'])
  1439. local M4 = Instance.new('SpecialMesh', B2)
  1440. local W4 = Instance.new('Weld', B2)
  1441. MAIN.TopSurface = 0 MAIN.BottomSurface = 0 MAIN.Name = 'Main' MAIN.Size = Vector3.new(0.6, 2.5, 0.6) MAIN.BrickColor = BrickColor.new(DONG_COLOR) MAIN.Position = PLAYER.Character.Head.Position MAIN.CanCollide = false
  1442. W1.Part0 = MAIN W1.Part1 = PLAYER.Character.Head W1.C0 = CFrame.new(0, 0.25, 2.1) * CFrame.Angles(math.rad(45), 0, 0)
  1443. P1.Name = 'Mush' P1.BottomSurface = 0 P1.TopSurface = 0 P1.Size = Vector3.new(0.6, 0.6, 0.6) P1.CFrame = CFrame.new(MAIN.Position) P1.BrickColor = BrickColor.new('Pink') P1.CanCollide = false
  1444. M2.MeshType = 'Sphere'
  1445. W2.Part0 = MAIN W2.Part1 = P1 W2.C0 = CFrame.new(0, 1.3, 0)
  1446. B1.Name = 'Left Ball' B1.BottomSurface = 0 B1.TopSurface = 0 B1.CanCollide = false B1.Size = Vector3.new(1, 1, 1) B1.CFrame = CFrame.new(PLAYER.Character['Left Leg'].Position) B1.BrickColor = BrickColor.new(DONG_COLOR)
  1447. M3.Parent = B1 M3.MeshType = 'Sphere'
  1448. W3.Part0 = PLAYER.Character['Left Leg'] W3.Part1 = B1 W3.C0 = CFrame.new(0, 0.5, -0.5)
  1449. B2.Name = 'Right Ball' B2.BottomSurface = 0 B2.CanCollide = false B2.TopSurface = 0 B2.Size = Vector3.new(1, 1, 1) B2.CFrame = CFrame.new(PLAYER.Character['Right Leg'].Position) B2.BrickColor = BrickColor.new(DONG_COLOR)
  1450. M4.MeshType = 'Sphere'
  1451. W4.Part0 = PLAYER.Character['Right Leg'] W4.Part1 = B2 W4.C0 = CFrame.new(0, 0.5, -0.5)
  1452. end
  1453.  
  1454. function SCALE(C, S)
  1455. if tonumber(S) < 0.5 then S = 0.5 elseif tonumber(S) > 25 then S = 25 end
  1456.  
  1457. local HAT_CLONE = {}
  1458.  
  1459. for i,v in pairs(C:GetChildren()) do if v:IsA('Accessory') then local HC = v:Clone() table.insert(HAT_CLONE, HC) v:destroy() end end
  1460.  
  1461. local HEAD = C.Head
  1462. local TORSO = C.Torso
  1463. local LA = C['Left Arm']
  1464. local RA = C['Right Arm']
  1465. local LL = C['Left Leg']
  1466. local RL = C['Right Leg']
  1467. local HRP = C.HumanoidRootPart
  1468.  
  1469. HEAD.Size = Vector3.new(S * 2, S, S)
  1470. TORSO.Size = Vector3.new(S * 2, S * 2, S)
  1471. LA.Size = Vector3.new(S, S * 2, S)
  1472. RA.Size = Vector3.new(S, S * 2, S)
  1473. LL.Size = Vector3.new(S, S * 2, S)
  1474. RL.Size = Vector3.new(S, S * 2, S)
  1475. HRP.Size = Vector3.new(S * 2, S * 2, S)
  1476.  
  1477. local M1 = Instance.new('Motor6D', TORSO)
  1478. local M2 = Instance.new('Motor6D', TORSO)
  1479. local M3 = Instance.new('Motor6D', TORSO)
  1480. local M4 = Instance.new('Motor6D', TORSO)
  1481. local M5 = Instance.new('Motor6D', TORSO)
  1482. local M6 = Instance.new('Motor6D', HRP)
  1483.  
  1484. M1.Name = 'Neck' M1.Part0 = TORSO M1.Part1 = HEAD M1.C0 = CFrame.new(0, 1 * S, 0) * CFrame.Angles(-1.6, 0, 3.1) M1.C1 = CFrame.new(0, -0.5 * S, 0) * CFrame.Angles(-1.6, 0, 3.1)
  1485. M2.Name = 'Left Shoulder' M2.Part0 = TORSO M2.Part1 = LA M2.C0 = CFrame.new(-1 * S, 0.5 * S, 0) * CFrame.Angles(0, -1.6, 0) M2.C1 = CFrame.new(0.5 * S, 0.5 * S, 0) * CFrame.Angles(0, -1.6, 0)
  1486. M3.Name = 'Right Shoulder' M3.Part0 = TORSO M3.Part1 = RA M3.C0 = CFrame.new(1 * S, 0.5 * S, 0) * CFrame.Angles(0, 1.6, 0) M3.C1 = CFrame.new(-0.5 * S, 0.5 * S, 0) * CFrame.Angles(0, 1.6, 0)
  1487. M4.Name = 'Left Hip' M4.Part0 = TORSO M4.Part1 = LL M4.C0 = CFrame.new(-1 * S, -1 * S, 0) * CFrame.Angles(0, -1.6, 0) M4.C1 = CFrame.new(-0.5 * S, 1 * S, 0) * CFrame.Angles(0, -1.6, 0)
  1488. M5.Name = 'Right Hip' M5.Part0 = TORSO M5.Part1 = RL M5.C0 = CFrame.new(1 * S, -1 * S, 0) * CFrame.Angles(0, 1.6, 0) M5.C1 = CFrame.new(0.5 * S, 1 * S, 0) * CFrame.Angles(0, 1.6, 0)
  1489. M6.Name = 'RootJoint' M6.Part0 = HRP M6.Part1 = TORSO M6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1) M6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  1490.  
  1491. for i,v in pairs(HAT_CLONE) do v.Parent = C end
  1492. end
  1493.  
  1494. function CAPE(COLOR)
  1495. if LP.Character:FindFirstChild('Cape') then LP.Character.Cape:destroy() end
  1496.  
  1497. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso')
  1498.  
  1499. local T = LP.Character.Torso
  1500.  
  1501. local C = Instance.new('Part', T.Parent)
  1502. C.Name = 'cape_seth'
  1503. C.Anchored = false
  1504. C.CanCollide = false
  1505. C.TopSurface = 0
  1506. C.BottomSurface = 0
  1507. C.BrickColor = BrickColor.new(COLOR)
  1508. C.Material = 'Neon'
  1509. C.Size = Vector3.new(0.2, 0.2, 0.2)
  1510.  
  1511. local M = Instance.new('BlockMesh', C)
  1512. M.Scale = Vector3.new(9, 17.5, 0.5)
  1513.  
  1514. local M1 = Instance.new('Motor', C)
  1515. M1.Part0 = C
  1516. M1.Part1 = T
  1517. M1.MaxVelocity = 1
  1518. M1.C0 = CFrame.new(0, 1.75, 0) * CFrame.Angles(0, math.rad(90), 0)
  1519. M1.C1 = CFrame.new(0, 1, .45) * CFrame.Angles(0, math.rad(90), 0)
  1520.  
  1521. local WAVE = false
  1522.  
  1523. repeat wait(1 / 44)
  1524. local ANG = 0.2
  1525. local oldMag = T.Velocity.magnitude
  1526. local MV = 0.1
  1527.  
  1528. if WAVE then
  1529. ANG = ANG + ((T.Velocity.magnitude / 10) * 0.05) + 1
  1530. WAVE = false
  1531. else
  1532. WAVE = false
  1533. end
  1534. ANG = ANG + math.min(T.Velocity.magnitude / 30, 1)
  1535. M1.MaxVelocity = math.min((T.Velocity.magnitude / 10), 0.04) + MV
  1536. M1.DesiredAngle = -ANG
  1537. if M1.CurrentAngle < -0.05 and M1.DesiredAngle > -.05 then
  1538. M1.MaxVelocity = 0.04
  1539. end
  1540. repeat
  1541. wait()
  1542. until M1.CurrentAngle == M1.DesiredAngle or math.abs(T.Velocity.magnitude - oldMag) >= (T.Velocity.magnitude / 10) + 1
  1543. if T.Velocity.magnitude < 0.1 then
  1544. wait(0.1)
  1545. end
  1546. until not C or C.Parent ~= T.Parent
  1547. end
  1548.  
  1549. function INFECT(PLAYER)
  1550. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1551. Instance.new('Folder', PLAYER.Character).Name = 'infected_seth'
  1552. if v:IsA('Accessory') or v:IsA('Shirt') or v:IsA('Pants') then
  1553. v:destroy()
  1554. elseif v:IsA('ShirtGraphic') then
  1555. v.Archivable = false
  1556. v.Graphic = ''
  1557. end
  1558. end
  1559.  
  1560. if PLAYER.Character.Head:FindFirstChild('face') then
  1561. PLAYER.Character.Head.face.Texture = 'rbxassetid://7074882'
  1562. end
  1563.  
  1564. for i,v in pairs (PLAYER.Character:GetChildren()) do
  1565. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1566. if v.Name == 'Head' or v.Name == 'Left Arm' or v.Name == 'Right Arm' then
  1567. v.BrickColor = BrickColor.new('Medium green')
  1568. elseif v.Name == 'Torso' or v.Name == 'Left Leg' or v.Name == 'Right Leg' then
  1569. v.BrickColor = BrickColor.new('Brown')
  1570. end
  1571. end
  1572. end
  1573.  
  1574. local T = PLAYER.Character.Torso.Touched:connect(function(TC)
  1575. if not TC.Parent:FindFirstChild('infected_seth') then
  1576. local GPFC = _PLAYERS:GetPlayerFromCharacter(TC.Parent)
  1577. if GPFC then
  1578. INFECT(GPFC)
  1579. end
  1580. end
  1581. end)
  1582. end
  1583.  
  1584. function fWeld(zName, zParent, zPart0, zPart1, zCoco, A, B, C, D, E, F)
  1585. local funcw = Instance.new('Weld') funcw.Name = zName funcw.Parent = zParent funcw.Part0 = zPart0 funcw.Part1 = zPart1
  1586. if (zCoco) then
  1587. funcw.C0 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  1588. else
  1589. funcw.C1 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  1590. end
  1591. return funcw
  1592. end
  1593.  
  1594. function BANG(VICTIM)
  1595. spawn(function()
  1596. local P1 = _PLAYERS.LocalPlayer.Character.Torso
  1597. local V1 = _PLAYERS[VICTIM].Character.Torso
  1598.  
  1599. V1.Parent.Humanoid.PlatformStand = true
  1600.  
  1601. P1['Left Shoulder']:destroy() local LA1 = Instance.new('Weld', P1) LA1.Part0 = P1 LA1.Part1 = P1.Parent['Left Arm'] LA1.C0 = CFrame.new(-1.5, 0, 0) LA1.Name = 'Left Shoulder'
  1602.  
  1603. P1['Right Shoulder']:destroy() local RS1 = Instance.new('Weld', P1) RS1.Part0 = P1 RS1.Part1 = P1.Parent['Right Arm'] RS1.C0 = CFrame.new(1.5, 0, 0) RS1.Name = 'Right Shoulder'
  1604.  
  1605. V1['Left Shoulder']:destroy() local LS2 = Instance.new('Weld', V1) LS2.Part0 = V1 LS2.Part1 = V1.Parent['Left Arm'] LS2.C0 = CFrame.new(-1.5, 0, 0) LS2.Name = 'Left Shoulder'
  1606.  
  1607. V1['Right Shoulder']:destroy() local RS2 = Instance.new('Weld', V1) RS2.Part0 = V1 RS2.Part1 = V1.Parent['Right Arm'] RS2.C0 = CFrame.new(1.5, 0, 0) RS2.Name = 'Right Shoulder'
  1608.  
  1609. V1['Left Hip']:destroy() local LH2 = Instance.new('Weld', V1) LH2.Part0 = V1 LH2.Part1 = V1.Parent['Left Leg'] LH2.C0 = CFrame.new(-0.5, -2, 0) LH2.Name = 'Left Hip'
  1610.  
  1611. V1['Right Hip']:destroy() local RH2 = Instance.new('Weld', V1) RH2.Part0 = V1 RH2.Part1 = V1.Parent['Right Leg'] RH2.C0 = CFrame.new(0.5, -2, 0) RH2.Name = 'Right Hip'
  1612.  
  1613. local D = Instance.new('Part', P1) D.TopSurface = 0 D.BottomSurface = 0 D.CanCollide = false D.BrickColor = BrickColor.new('Pastel brown') D.Shape = 'Ball' D.Size = Vector3.new(1, 1, 1)
  1614.  
  1615. local DM1 = Instance.new('SpecialMesh', D) DM1.MeshType = 'Sphere' DM1.Scale = Vector3.new(0.4, 0.4, 0.4)
  1616.  
  1617. fWeld('weld', P1, P1, D, true, -0.2, -1.3, -0.6, 0, 0, 0)
  1618.  
  1619. local D2 = D:Clone() D2.Parent = P1
  1620.  
  1621. fWeld('weld', P1, P1, D2, true, 0.2, -1.3, -0.6, 0, 0, 0)
  1622.  
  1623. local C = Instance.new('Part', P1) C.TopSurface = 0 C.BottomSurface = 0 C.CanCollide = false C.BrickColor = BrickColor.new('Pastel brown') C.Size = Vector3.new(0.4, 1.3, 0.4)
  1624.  
  1625. fWeld('weld', P1, P1, C, true, 0, -1, -0.52 + (-C.Size.y / 2), math.rad(-80), 0, 0)
  1626.  
  1627. local C2 = D:Clone() C2.BrickColor = BrickColor.new('Pink') C2.Mesh.Scale = Vector3.new(0.4, 0.62, 0.4) C2.Parent = P1
  1628.  
  1629. fWeld('weld', C, C, C2, true, 0, 0 + (C.Size.y / 2), 0, math.rad(-10), 0, 0)
  1630.  
  1631. local CM = Instance.new('CylinderMesh', C)
  1632.  
  1633. local BL = Instance.new('Part', V1) BL.TopSurface = 0 BL.BottomSurface = 0 BL.CanCollide = false BL.BrickColor = BrickColor.new('Pastel brown') BL.Shape = 'Ball' BL.Size = Vector3.new(1, 1, 1)
  1634.  
  1635. local DM2 = Instance.new('SpecialMesh', BL) DM2.MeshType = 'Sphere' DM2.Scale = Vector3.new(1.2, 1.2, 1.2)
  1636.  
  1637. fWeld('weld', V1, V1, BL, true, -0.5, 0.5, -0.6, 0, 0, 0)
  1638.  
  1639. local BR = Instance.new('Part', V1) BR.TopSurface = 0 BR.BottomSurface = 0 BR.CanCollide = false BR.BrickColor = BrickColor.new('Pastel brown') BR.Shape = 'Ball' BR.Size = Vector3.new(1, 1, 1)
  1640.  
  1641. local DM3 = Instance.new('SpecialMesh', BR) DM3.MeshType = 'Sphere' DM3.Scale = Vector3.new(1.2, 1.2, 1.2)
  1642.  
  1643. fWeld('weld', V1, V1, BR, true, 0.5, 0.5, -0.6, 0, 0, 0)
  1644.  
  1645. local BLN = Instance.new('Part', V1) BLN.TopSurface = 0 BLN.BottomSurface = 0 BLN.CanCollide = false BLN.BrickColor = BrickColor.new('Pink') BLN.Shape = 'Ball' BLN.Size = Vector3.new(1, 1, 1)
  1646.  
  1647. local DM4 = Instance.new('SpecialMesh', BLN) DM4.MeshType = 'Sphere' DM4.Scale = Vector3.new(0.2, 0.2, 0.2)
  1648.  
  1649. fWeld('weld', V1, V1, BLN, true, -0.5, 0.5, -1.2, 0, 0, 0)
  1650.  
  1651. local BRN = Instance.new('Part', V1) BRN.TopSurface = 0 BRN.BottomSurface = 0 BRN.CanCollide = false BRN.BrickColor = BrickColor.new('Pink') BRN.Shape = 'Ball' BRN.Size = Vector3.new(1, 1, 1)
  1652.  
  1653. local DM5 = Instance.new('SpecialMesh', BRN) DM5.MeshType = 'Sphere' DM5.Scale = Vector3.new(0.2, 0.2, 0.2)
  1654.  
  1655. fWeld('weld', V1, V1, BRN, true, 0.5, 0.5, -1.2, 0, 0, 0)
  1656.  
  1657. LH2.C1 = CFrame.new(0.2, 1.6, 0.4) * CFrame.Angles(3.9, -0.4, 0) RH2.C1 = CFrame.new(-0.2, 1.6, 0.4) * CFrame.Angles(3.9, 0.4, 0)
  1658. LS2.C1 = CFrame.new(-0.2, 0.9, 0.6) * CFrame.Angles(3.9, -0.2, 0) RS2.C1 = CFrame.new(0.2, 0.9, 0.6) * CFrame.Angles(3.9, 0.2, 0)
  1659. LA1.C1 = CFrame.new(-0.5, 0.7, 0) * CFrame.Angles(-0.9, -0.4, 0) RS1.C1 = CFrame.new(0.5, 0.7, 0) * CFrame.Angles(-0.9, 0.4, 0)
  1660.  
  1661. if P1:FindFirstChild('weldx') then P1.weldx:destroy() end
  1662.  
  1663. WE = fWeld('weldx', P1, P1, V1, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  1664.  
  1665. local N = V1.Neck N.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  1666. end)
  1667. spawn(function() while wait() do for i = 1, 6 do WE.C1 = WE.C1 * CFrame.new(0, -0.3, 0) end for i = 1, 6 do WE.C1 = WE.C1 * CFrame.new(0, 0.3, 0) end end end)
  1668. end
  1669.  
  1670. function RESPAWN(PLAYER)
  1671. local M = Instance.new('Model', workspace) M.Name = 'respawn_seth'
  1672. local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  1673. Instance.new('Humanoid', M)
  1674. PLAYER.Character = M
  1675. end
  1676.  
  1677. function LOAD_MESSAGE(STRING)
  1678. _PLAYERS.LocalPlayer.CharacterAppearanceId = 20018
  1679. RESPAWN(LP)
  1680.  
  1681. R = false
  1682. LP.CharacterAdded:connect(function()
  1683. if not R then
  1684. wait(0.5)
  1685. if LP.Character:FindFirstChild('Humanoid') then
  1686. MAIN_HAT = LP.Character:FindFirstChild('BunnyEarsOfCaprice'):Clone()
  1687. end
  1688. R = true
  1689. end
  1690. end)
  1691. repeat wait() until R
  1692. RESPAWN(LP)
  1693. LP.CharacterAppearanceId = 0
  1694.  
  1695. if MAIN_HAT then
  1696. MAIN_HAT.Handle.CanCollide = true
  1697. local M = MAIN_HAT.Handle.BunnyTools.EggScript3:Clone()
  1698. local P = Instance.new('Part')
  1699. M.Disabled = false
  1700. M.Parent = P
  1701. MAIN_HAT.Handle.BunnyTools.EggMesh3:Clone().Parent = P
  1702. MAIN_HAT:destroy()
  1703. P.Parent = LP.Character
  1704. repeat wait() until LP:FindFirstChild('ChessMsg')
  1705. MG = LP:FindFirstChild('ChessMsg')
  1706. MG.Name = 'message_seth'
  1707. MG.Text = ''
  1708. MG.Parent = workspace
  1709. MESSAGE(STRING)
  1710. P:destroy()
  1711. for i,v in pairs(workspace:GetChildren()) do
  1712. if v:IsA('Part') and v.BrickColor == BrickColor.new('Bright red') and v.Reflectance == 0 and v.Transparency == 0 and not v.Anchored and v.CanCollide and v.Locked and v:FindFirstChild('Decal') and v.Size == Vector3.new(8, 0.4, 8) then
  1713. if v.Decal.Texture == 'http://www.roblox.com/asset/?id=1531000' and v.Transparency == 0 and v.Decal.Face == Enum.NormalId.Top then
  1714. v:destroy()
  1715. end
  1716. end
  1717. end
  1718. end
  1719. end
  1720.  
  1721. function MESSAGE(STRING)
  1722. if not SHOWING_MESSAGE then
  1723. spawn(function()
  1724. SHOWING_MESSAGE = true
  1725. MG.Text = STRING
  1726. wait(5)
  1727. MG.Text = ''
  1728. SHOWING_MESSAGE = false
  1729. end)
  1730. end
  1731. end
  1732.  
  1733. _G.CLICK_TP = false
  1734. local M_CTRL = false
  1735.  
  1736. MOUSE.KeyDown:connect(function(K) if K:byte() == 50 then M_CTRL = true end end)
  1737. MOUSE.KeyUp:connect(function(K) if K:byte() == 50 then M_CTRL = false end end)
  1738. MOUSE.Button1Down:connect(function() if _G.CLICK_TP and M_CTRL and MOUSE.Target and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') then LP.Character.HumanoidRootPart.CFrame = CFrame.new(MOUSE.Hit.p) + Vector3.new(0, 3, 0) end end)
  1739.  
  1740. _LIGHTING.Outlines = false -- / outlines are gross
  1741.  
  1742. if FIND_IN_TABLE(BANS, LP.userId) then LP:Kick() end
  1743.  
  1744. for i,v in pairs(_PLAYERS:GetPlayers()) do if FIND_IN_TABLE(BANS, v.userId) then table.insert(KICKS, v) else UPDATE_CHAT(v) end end
  1745.  
  1746. -- / commands
  1747.  
  1748. ADD_COMMAND('ff','ff [plr]', {},
  1749. function(ARGS, SPEAKER)
  1750. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1751. for i,v in pairs(PLAYERS) do
  1752. Instance.new('ForceField', _PLAYERS[v].Character)
  1753. end
  1754. end)
  1755.  
  1756. ADD_COMMAND('unff','unff [plr]',{},
  1757. function(ARGS, SPEAKER)
  1758. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1759. for i,v in pairs(PLAYERS) do
  1760. for i,v in pairs(_PLAYERS[v].Character:GetChildren()) do
  1761. if v:IsA('ForceField') then
  1762. v:destroy()
  1763. end
  1764. end
  1765. end
  1766. end)
  1767.  
  1768. ADD_COMMAND('fire','fire [plr] [r] [g] [b]',{},
  1769. function(ARGS, SPEAKER)
  1770. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1771. for i,v in pairs(PLAYERS) do
  1772. for i,v in pairs(_PLAYERS[v].Character:GetChildren()) do
  1773. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1774. local F = Instance.new('Fire', v)
  1775. if ARGS[2] and ARGS[3] and ARGS[4] then
  1776. F.Color = C3(ARGS[2], ARGS[3], ARGS[4])
  1777. F.SecondaryColor = C3(ARGS[2], ARGS[3], ARGS[4])
  1778. end
  1779. end
  1780. end
  1781. end
  1782. end)
  1783.  
  1784. ADD_COMMAND('unfire','unfire [plr]',{},
  1785. function(ARGS, SPEAKER)
  1786. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1787. for i,v in pairs(PLAYERS) do
  1788. local PCHAR = _PLAYERS[v].Character
  1789. for i,v in pairs(PCHAR:GetChildren()) do
  1790. for i,v in pairs(v:GetChildren()) do
  1791. if v:IsA('Fire') then
  1792. v:destroy()
  1793. end
  1794. end
  1795. end
  1796. end
  1797. end)
  1798.  
  1799. ADD_COMMAND('sp','sp [plr] [r] [g] [b]',{'sparkles'},
  1800. function(ARGS, SPEAKER)
  1801. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1802. for i,v in pairs(PLAYERS) do
  1803. for i,v in pairs(_PLAYERS[v].Character:GetChildren()) do
  1804. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1805. if ARGS[2] and ARGS[3] and ARGS[4] then
  1806. Instance.new('Sparkles', v).Color = C3(ARGS[2], ARGS[3], ARGS[4])
  1807. else
  1808. Instance.new('Sparkles', v)
  1809. end
  1810. end
  1811. end
  1812. end
  1813. end)
  1814.  
  1815. ADD_COMMAND('unsp','unsp [plr]',{'unsparkles'},
  1816. function(ARGS, SPEAKER)
  1817. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1818. for i,v in pairs(PLAYERS) do
  1819. for i,v in pairs(_PLAYERS[v].Character:GetChildren()) do
  1820. for i,v in pairs(v:GetChildren()) do
  1821. if v:IsA('Sparkles') then
  1822. v:destroy()
  1823. end
  1824. end
  1825. end
  1826. end
  1827. end)
  1828.  
  1829. ADD_COMMAND('smoke','smoke [plr]',{},
  1830. function(ARGS, SPEAKER)
  1831. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1832. for i,v in pairs(PLAYERS) do
  1833. Instance.new('Smoke', _PLAYERS[v].Character.Torso)
  1834. end
  1835. end)
  1836.  
  1837. ADD_COMMAND('unsmoke','unsmoke [plr]',{},
  1838. function(ARGS, SPEAKER)
  1839. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1840. for i,v in pairs(PLAYERS) do
  1841. for i,v in pairs(_PLAYERS[v].Character.Torso:GetChildren()) do
  1842. if v:IsA('Smoke') then
  1843. v:destroy()
  1844. end
  1845. end
  1846. end
  1847. end)
  1848.  
  1849. ADD_COMMAND('btools','btools [plr]',{},
  1850. function(ARGS, SPEAKER)
  1851. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1852. for i,v in pairs(PLAYERS) do
  1853. Instance.new('HopperBin', _PLAYERS[v].Backpack).BinType = 2
  1854. Instance.new('HopperBin', _PLAYERS[v].Backpack).BinType = 3
  1855. Instance.new('HopperBin', _PLAYERS[v].Backpack).BinType = 4
  1856. end
  1857. end)
  1858.  
  1859. ADD_COMMAND('god','god [plr]',{},
  1860. function(ARGS, SPEAKER)
  1861. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1862. for i,v in pairs(PLAYERS) do
  1863. local PCHAR = _PLAYERS[v].Character
  1864. if PCHAR:FindFirstChild('Humanoid') then
  1865. PCHAR.Humanoid.MaxHealth = math.huge PCHAR.Humanoid.Health = PCHAR.Humanoid.MaxHealth
  1866. end
  1867. end
  1868. end)
  1869.  
  1870. ADD_COMMAND('sgod','sgod [plr]',{},
  1871. function(ARGS, SPEAKER)
  1872. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1873. for i,v in pairs(PLAYERS) do
  1874. local PCHAR = _PLAYERS[v].Character
  1875. if PCHAR:FindFirstChild('Humanoid') then
  1876. PCHAR.Humanoid.MaxHealth = 10000000 PCHAR.Humanoid.Health = PCHAR.Humanoid.MaxHealth
  1877. end
  1878. end
  1879. end)
  1880.  
  1881. ADD_COMMAND('ungod','ungod [plr]',{},
  1882. function(ARGS, SPEAKER)
  1883. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1884. for i,v in pairs(PLAYERS) do
  1885. local PCHAR = _PLAYERS[v].Character
  1886. if PCHAR:FindFirstChild('Humanoid') then
  1887. PCHAR.Humanoid.MaxHealth = 100
  1888. end
  1889. end
  1890. end)
  1891.  
  1892. ADD_COMMAND('heal','heal [plr]',{},
  1893. function(ARGS, SPEAKER)
  1894. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1895. for i,v in pairs(PLAYERS) do
  1896. local PCHAR = _PLAYERS[v].Character
  1897. if PCHAR:FindFirstChild('Humanoid') then
  1898. PCHAR.Humanoid.Health = PCHAR.Humanoid.MaxHealth
  1899. end
  1900. end
  1901. end)
  1902.  
  1903. ADD_COMMAND('freeze','freeze [plr]',{'frz'},
  1904. function(ARGS, SPEAKER)
  1905. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1906. for i,v in pairs(PLAYERS) do
  1907. for i,v in pairs(PLAYERS) do
  1908. local PCHAR = _PLAYERS[v].Character
  1909. for i,v in pairs(PCHAR:GetChildren()) do
  1910. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1911. v.Anchored = true
  1912. end
  1913. end
  1914. end
  1915. end
  1916. end)
  1917.  
  1918. ADD_COMMAND('thaw','thaw [plr]',{'unfreeze','unfrz'},
  1919. function(ARGS, SPEAKER)
  1920. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1921. for i,v in pairs(PLAYERS) do
  1922. for i,v in pairs(PLAYERS) do
  1923. for i,v in pairs(_PLAYERS[v].Character:GetChildren()) do
  1924. if v:IsA('Part') then
  1925. v.Anchored = false
  1926. end
  1927. end
  1928. end
  1929. end
  1930. end)
  1931.  
  1932. ADD_COMMAND('kill','kill [plr]',{},
  1933. function(ARGS, SPEAKER)
  1934. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1935. for i,v in pairs(PLAYERS) do
  1936. _PLAYERS[v].Character:BreakJoints()
  1937. end
  1938. end)
  1939.  
  1940. ADD_COMMAND('sound','sound [id]',{},
  1941. function(ARGS, SPEAKER)
  1942. for i,v in pairs(workspace:GetChildren()) do if v:IsA('Sound') then v:Stop() v:destroy() end end
  1943. if ARGS[1]:lower() ~= 'off' then
  1944. local S = Instance.new('Sound', workspace) S.Name = 'song_seth' S.Archivable = false S.Looped = true S.SoundId = 'rbxassetid://' .. ARGS[1] S.Volume = 1 S:Play()
  1945. end
  1946. end)
  1947.  
  1948. ADD_COMMAND('volume','volume [int]',{},
  1949. function(ARGS, SPEAKER)
  1950. for i,v in pairs(workspace:GetChildren()) do if v:IsA('Sound') then v.Volume = ARGS[1] end end
  1951. end)
  1952.  
  1953. ADD_COMMAND('pitch','pitch [int]',{},
  1954. function(ARGS, SPEAKER)
  1955. for i,v in pairs(workspace:GetChildren()) do if v:IsA('Sound') then v.Pitch = ARGS[1] end end
  1956. end)
  1957.  
  1958. ADD_COMMAND('explode','explode [plr]',{},
  1959. function(ARGS, SPEAKER)
  1960. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1961. for i,v in pairs(PLAYERS) do
  1962. local PCHAR = _PLAYERS[v].Character
  1963. if PCHAR:FindFirstChild('Torso') then
  1964. Instance.new('Explosion', PCHAR).Position = PCHAR.Torso.Position
  1965. end
  1966. end
  1967. end)
  1968.  
  1969. ADD_COMMAND('invis','invis [plr]',{},
  1970. function(ARGS, SPEAKER)
  1971. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1972. for i,v in pairs(PLAYERS) do
  1973. local PCHAR = _PLAYERS[v].Character
  1974. for i,v in pairs(PCHAR:GetChildren()) do
  1975. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1976. v.Transparency = 1
  1977. end
  1978. if v:IsA('Accessory') and v:FindFirstChild('Handle') then
  1979. v.Handle.Transparency = 1
  1980. end
  1981. end
  1982. if PCHAR.Head:FindFirstChild('face') then PCHAR.Head.face.Transparency = 1 end
  1983. end
  1984. end)
  1985.  
  1986. ADD_COMMAND('vis','vis [plr]',{},
  1987. function(ARGS, SPEAKER)
  1988. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  1989. for i,v in pairs(PLAYERS) do
  1990. local PCHAR = _PLAYERS[v].Character
  1991. for i,v in pairs(PCHAR:GetChildren()) do
  1992. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1993. v.Transparency = 0
  1994. end
  1995. if v:IsA('Accessory') and v:FindFirstChild('Handle') then
  1996. v.Handle.Transparency = 0
  1997. end
  1998. end
  1999. if PCHAR.Head:FindFirstChild('face') then PCHAR.Head.face.Transparency = 0 end
  2000. end
  2001. end)
  2002.  
  2003. ADD_COMMAND('goto','goto [plr]',{},
  2004. function(ARGS, SPEAKER)
  2005. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2006. for i,v in pairs(PLAYERS) do
  2007. local PCHAR = _PLAYERS[v].Character
  2008. if PCHAR then
  2009. SPEAKER.Character.HumanoidRootPart.CFrame = PCHAR.Torso.CFrame
  2010. end
  2011. end
  2012. end)
  2013.  
  2014. ADD_COMMAND('bring','bring [plr]',{},
  2015. function(ARGS, SPEAKER)
  2016. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2017. for i,v in pairs(PLAYERS) do
  2018. _PLAYERS[v].Character.HumanoidRootPart.CFrame = SPEAKER.Character.Torso.CFrame
  2019. end
  2020. end)
  2021.  
  2022. ADD_COMMAND('tp','tp [plr] [plr]',{},
  2023. function(ARGS, SPEAKER)
  2024. local PLAYERS1, PLAYERS2 = GET_PLAYER(ARGS[1], SPEAKER), GET_PLAYER(ARGS[2], SPEAKER)
  2025. for i,v in pairs(PLAYERS1) do for a,b in pairs(PLAYERS2) do
  2026. if _PLAYERS[v].Character and _PLAYERS[b].Character then
  2027. _PLAYERS[v].Character.HumanoidRootPart.CFrame = _PLAYERS[b].Character.Torso.CFrame
  2028. end
  2029. end end
  2030. end)
  2031.  
  2032. ADD_COMMAND('char','char [plr] [id]',{'charapp'},
  2033. function(ARGS, SPEAKER)
  2034. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2035. for i,v in pairs(PLAYERS) do
  2036. _PLAYERS[v].CharacterAppearanceId = ARGS[2]
  2037. _PLAYERS[v].Character:BreakJoints()
  2038. end
  2039. end)
  2040.  
  2041. ADD_COMMAND('ws','ws [plr] [int]',{},
  2042. function(ARGS, SPEAKER)
  2043. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2044. for i,v in pairs(PLAYERS) do
  2045. local PCHAR = _PLAYERS[v].Character
  2046. if PCHAR:FindFirstChild('Humanoid') then
  2047. PCHAR.Humanoid.WalkSpeed = tonumber(ARGS[2])
  2048. end
  2049. end
  2050. end)
  2051.  
  2052. ADD_COMMAND('time','time [int]',{},
  2053. function(ARGS, SPEAKER)
  2054. _LIGHTING:SetMinutesAfterMidnight(tonumber(ARGS[1]) * 60)
  2055. end)
  2056.  
  2057. ADD_COMMAND('kick','kick [plr]',{},
  2058. function(ARGS, SPEAKER)
  2059. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2060. for i,v in pairs(PLAYERS) do
  2061. table.insert(KICKS, _PLAYERS[v])
  2062. end
  2063. end)
  2064.  
  2065. ADD_COMMAND('ban','ban [plr]',{},
  2066. function(ARGS, SPEAKER)
  2067. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2068. for i,v in pairs(PLAYERS) do
  2069. table.insert(BANS, _PLAYERS[v].userId)
  2070. table.insert(KICKS, _PLAYERS[v])
  2071. UPDATE_BANS()
  2072. end
  2073. end)
  2074.  
  2075. ADD_COMMAND('unban','unban [username]',{},
  2076. function(ARGS, SPEAKER)
  2077. if FIND_IN_TABLE(BANS, game.Players:GetUserIdFromNameAsync(ARGS[1])) then
  2078. table.remove(BANS, GET_IN_TABLE(BANS, game.Players:GetUserIdFromNameAsync(ARGS[1])))
  2079. UPDATE_BANS()
  2080. end
  2081. end)
  2082.  
  2083. ADD_COMMAND('unlockws','unlock',{'unlock'},
  2084. function(ARGS, SPEAKER)
  2085. local function UNLOCK(INSTANCE)
  2086. for i,v in pairs(INSTANCE:GetChildren()) do
  2087. if v:IsA('BasePart') then
  2088. v.Locked = false
  2089. end
  2090. UNLOCK(v)
  2091. end
  2092. end
  2093. UNLOCK(workspace)
  2094. end)
  2095.  
  2096. ADD_COMMAND('lockws','lock',{'lock'},
  2097. function(ARGS, SPEAKER)
  2098. local function LOCK(INSTANCE)
  2099. for i,v in pairs(INSTANCE:GetChildren()) do
  2100. if v:IsA('BasePart') then
  2101. v.Locked = true
  2102. end
  2103. LOCK(v)
  2104. end
  2105. end
  2106. LOCK(workspace)
  2107. end)
  2108.  
  2109. ADD_COMMAND('unanchorws','unanchor',{'unanchor'},
  2110. function(ARGS, SPEAKER)
  2111. local function UNANCHOR(INSTANCE)
  2112. for i,v in pairs(INSTANCE:GetChildren()) do
  2113. if v:IsA('BasePart') then
  2114. v.Anchored = false
  2115. end
  2116. UNANCHOR(v)
  2117. end
  2118. end
  2119. UNANCHOR(workspace)
  2120. end)
  2121.  
  2122. ADD_COMMAND('anchorws','anchor',{'anchor'},
  2123. function(ARGS, SPEAKER)
  2124. local function ANCHOR(INSTANCE)
  2125. for i,v in pairs(INSTANCE:GetChildren()) do
  2126. if v:IsA('BasePart') then
  2127. v.Anchored = true
  2128. end
  2129. ANCHOR(v)
  2130. end
  2131. end
  2132. ANCHOR(workspace)
  2133. end)
  2134.  
  2135. ADD_COMMAND('hsize','hsize [plr] [int]',{'hatsize'},
  2136. function(ARGS, SPEAKER)
  2137. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2138. for i,v in pairs(PLAYERS) do
  2139. for i,v in pairs(_PLAYERS[v].Character:GetChildren()) do
  2140. if v:IsA('Accessory') then
  2141. for a,b in pairs(v.Handle:GetChildren()) do
  2142. if b:IsA('SpecialMesh') then
  2143. b.Scale = ARGS[2] * Vector3.new(1, 1, 1)
  2144. end
  2145. end
  2146. end
  2147. end
  2148. end
  2149. end)
  2150.  
  2151. ADD_COMMAND('shats','shats [plr]',{'stealhats'},
  2152. function(ARGS, SPEAKER)
  2153. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2154. for i,v in pairs(PLAYERS) do
  2155. for i,v in pairs(_PLAYERS[v].Character:GetChildren()) do
  2156. if v:IsA('Accessory') then
  2157. v.Parent = SPEAKER.Character
  2158. end
  2159. end
  2160. end
  2161. end)
  2162.  
  2163. ADD_COMMAND('rhats','rhats [plr]',{'removehats'},
  2164. function(ARGS, SPEAKER)
  2165. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2166. for i,v in pairs(PLAYERS) do
  2167. local PCHAR = _PLAYERS[v].Character
  2168. if PCHAR:FindFirstChild('Humanoid') then
  2169. PCHAR.Humanoid:RemoveAccessories()
  2170. end
  2171. end
  2172. end)
  2173.  
  2174. ADD_COMMAND('firstp','firstp [plr]',{},
  2175. function(ARGS, SPEAKER)
  2176. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2177. for i,v in pairs(PLAYERS) do
  2178. _PLAYERS[v].CameraMode = 'LockFirstPerson'
  2179. end
  2180. end)
  2181.  
  2182. ADD_COMMAND('thirdp','thirdp [plr]',{},
  2183. function(ARGS, SPEAKER)
  2184. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2185. for i,v in pairs(PLAYERS) do
  2186. _PLAYERS[v].CameraMode = 'Classic'
  2187. end
  2188. end)
  2189.  
  2190. ADD_COMMAND('chat','chat [plr] [string]',{},
  2191. function(ARGS, SPEAKER)
  2192. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2193. for i,v in pairs(PLAYERS) do
  2194. game.Chat:Chat(_PLAYERS[v].Character.Head, GLS(false, 1))
  2195. end
  2196. end)
  2197.  
  2198. ADD_COMMAND('name','name [plr] [string]',{},
  2199. function(ARGS, SPEAKER)
  2200. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2201. for i,v in pairs(PLAYERS) do
  2202. _PLAYERS[v].Character.Name = GLS(false, 1)
  2203. end
  2204. end)
  2205.  
  2206. ADD_COMMAND('unname','unname [plr]',{},
  2207. function(ARGS, SPEAKER)
  2208. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2209. for i,v in pairs(PLAYERS) do
  2210. _PLAYERS[v].Character.Name = _PLAYERS[v].Name
  2211. end
  2212. end)
  2213.  
  2214. ADD_COMMAND('noname','noname [plr]',{},
  2215. function(ARGS, SPEAKER)
  2216. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2217. for i,v in pairs(PLAYERS) do
  2218. _PLAYERS[v].Character.Name = ''
  2219. end
  2220. end)
  2221.  
  2222. ADD_COMMAND('stun','stun [plr]',{},
  2223. function(ARGS, SPEAKER)
  2224. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2225. for i,v in pairs(PLAYERS) do
  2226. local PCHAR = _PLAYERS[v].Character
  2227. PCHAR.Humanoid.PlatformStand = true
  2228. end
  2229. end)
  2230.  
  2231. ADD_COMMAND('unstun','unstun [plr]',{},
  2232. function(ARGS, SPEAKER)
  2233. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2234. for i,v in pairs(PLAYERS) do
  2235. local PCHAR = _PLAYERS[v].Character
  2236. PCHAR.Humanoid.PlatformStand = false
  2237. end
  2238. end)
  2239.  
  2240. ADD_COMMAND('guest','guest [plr]',{},
  2241. function(ARGS, SPEAKER)
  2242. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2243. for i,v in pairs(PLAYERS) do
  2244. local PCHAR = _PLAYERS[v].Character
  2245. _PLAYERS[v].CharacterAppearanceId = 1
  2246. PCHAR:BreakJoints()
  2247. end
  2248. end)
  2249.  
  2250. ADD_COMMAND('noob','noob [plr]',{},
  2251. function(ARGS, SPEAKER)
  2252. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2253. for i,v in pairs(PLAYERS) do
  2254. local PCHAR = _PLAYERS[v].Character
  2255. _PLAYERS[v].CharacterAppearanceId = 155902847
  2256. PCHAR:BreakJoints()
  2257. end
  2258. end)
  2259.  
  2260. ADD_COMMAND('damage','damage [plr] [int]',{},
  2261. function(ARGS, SPEAKER)
  2262. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2263. for i,v in pairs(PLAYERS) do
  2264. _PLAYERS[v].Character.Humanoid:TakeDamage(ARGS[2])
  2265. end
  2266. end)
  2267.  
  2268. ADD_COMMAND('view','view [plr]',{},
  2269. function(ARGS, SPEAKER)
  2270. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2271. for i,v in pairs(PLAYERS) do
  2272. local PCHAR = _PLAYERS[v].Character
  2273. workspace.CurrentCamera.CameraSubject = PCHAR
  2274. end
  2275. end)
  2276.  
  2277. ADD_COMMAND('unview','unview',{},
  2278. function()
  2279. workspace.CurrentCamera.CameraSubject = _PLAYERS.LocalPlayer.Character
  2280. end)
  2281.  
  2282. ADD_COMMAND('nolimbs','nolimbs [plr]',{},
  2283. function(ARGS, SPEAKER)
  2284. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2285. for i,v in pairs(PLAYERS) do
  2286. local PCHAR = _PLAYERS[v].Character
  2287. for i,v in pairs(PCHAR:GetChildren()) do
  2288. local LIMB = PCHAR.Humanoid:GetLimb(v)
  2289. if v:IsA('BasePart') and PCHAR:FindFirstChild('Humanoid') and LIMB ~= Enum.Limb.Unknown and LIMB ~= Enum.Limb.Head and LIMB ~= Enum.Limb.Torso then
  2290. v:destroy()
  2291. end
  2292. end
  2293. end
  2294. end)
  2295.  
  2296. ADD_COMMAND('box','box [plr]',{},
  2297. function(ARGS, SPEAKER)
  2298. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2299. for i,v in pairs(PLAYERS) do
  2300. local PCHAR = _PLAYERS[v].Character
  2301. local SB = Instance.new('SelectionBox', PCHAR)
  2302. SB.Adornee = SB.Parent
  2303. SB.Color = BrickColor.new('' .. (ARGS[2]))
  2304. end
  2305. end)
  2306.  
  2307. ADD_COMMAND('unbox','nobox [plr]',{},
  2308. function(ARGS, SPEAKER)
  2309. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2310. for i,v in pairs(PLAYERS) do
  2311. local PCHAR = _PLAYERS[v].Character
  2312. for i,v in pairs(_PLAYERS[v].Character:GetChildren()) do
  2313. if v:IsA('SelectionBox') then
  2314. v:destroy()
  2315. end
  2316. end
  2317. end
  2318. end)
  2319.  
  2320. ADD_COMMAND('ghost','ghost [plr]',{},
  2321. function(ARGS, SPEAKER)
  2322. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2323. for i,v in pairs(PLAYERS) do
  2324. local PCHAR = _PLAYERS[v].Character
  2325. for i,v in pairs(PCHAR:GetChildren()) do
  2326. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  2327. v.Transparency = 0.5
  2328. elseif v:IsA('Accessory') and v:FindFirstChild('Handle') then
  2329. v.Handle.Transparency = 0.5
  2330. elseif PCHAR.Head:FindFirstChild('face') then
  2331. PCHAR.Head.face.Transparency = 0.5
  2332. end
  2333. end
  2334. end
  2335. end)
  2336.  
  2337. ADD_COMMAND('sphere','sphere [plr]',{},
  2338. function(ARGS, SPEAKER)
  2339. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2340. for i,v in pairs(PLAYERS) do
  2341. local PCHAR=_PLAYERS[v].Character
  2342. local SS = Instance.new('SelectionSphere', PCHAR)
  2343. SS.Adornee = SS.Parent
  2344. end
  2345. end)
  2346.  
  2347. ADD_COMMAND('sky','sky [id]',{},
  2348. function(ARGS, SPEAKER)
  2349. if ARGS[1] then
  2350. for i,v in pairs(_LIGHTING:GetChildren()) do if v:IsA('Sky') then v:destroy() end end
  2351. local SKIES = {'Bk', 'Dn', 'Ft', 'Lf', 'Rt', 'Up'}
  2352. local SKY = Instance.new('Sky', _LIGHTING)
  2353. for i,v in pairs(SKIES) do
  2354. SKY['Skybox' .. v] = 'rbxassetid://' .. ARGS[1] - 1
  2355. end
  2356. end
  2357. end)
  2358.  
  2359. ADD_COMMAND('ambient','ambient [r] [g] [b]',{},
  2360. function(ARGS, SPEAKER)
  2361. if ARGS[1] and ARGS[2] and ARGS[3] then
  2362. _LIGHTING.Ambient = C3(ARGS[1], ARGS[2], ARGS[3])
  2363. end
  2364. end)
  2365.  
  2366. ADD_COMMAND('jail','jail [plr]',{},
  2367. function(ARGS, SPEAKER)
  2368. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2369. for i,v in pairs(PLAYERS) do
  2370. if FIND_IN_TABLE(JAILED, _PLAYERS[v].Name) then return end
  2371. table.insert(JAILED, _PLAYERS[v].Name)
  2372. local PCHAR = _PLAYERS[v].Character
  2373. local J = JAIL:Clone() J.Parent = workspace J:MoveTo(PCHAR.Torso.Position) J.Name = 'JAIL_' .. _PLAYERS[v].Name
  2374. repeat wait()
  2375. PCHAR = _PLAYERS[v].Character if PCHAR and PCHAR:FindFirstChild('HumanoidRootPart') and J:FindFirstChild('MAIN') then PCHAR.HumanoidRootPart.CFrame = J.MAIN.CFrame + Vector3.new(0, 1, 0) end
  2376. until not FIND_IN_TABLE(JAILED, _PLAYERS[v].Name)
  2377. end
  2378. end)
  2379.  
  2380. ADD_COMMAND('unjail','unjail [plr]',{},
  2381. function(ARGS, SPEAKER)
  2382. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2383. for i,v in pairs(PLAYERS) do
  2384. for a,b in pairs(JAILED) do if b == _PLAYERS[v].Name then table.remove(JAILED, a) end end
  2385. if workspace:FindFirstChild('JAIL_' .. _PLAYERS[v].Name) then workspace['JAIL_' .. _PLAYERS[v].Name]:destroy() end
  2386. end
  2387. end)
  2388.  
  2389. ADD_COMMAND('animation','animation [plr] [id]',{'anim'},
  2390. function(ARGS, SPEAKER)
  2391. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2392. for i,v in pairs(PLAYERS) do
  2393. local ID = ARGS[2]
  2394. if ARGS[2] == 'climb' then ID = '180436334' end
  2395. if ARGS[2] == 'fall' then ID = '180436148' end
  2396. if ARGS[2] == 'jump' then ID = '125750702' end
  2397. if ARGS[2] == 'sit' then ID = '178130996' end
  2398. for a,b in pairs(_PLAYERS[v].Character.Animate:GetChildren()) do
  2399. if b:IsA('StringValue') then
  2400. for c,d in pairs(b:GetChildren()) do
  2401. if d:IsA('Animation') then
  2402. d.AnimationId = 'rbxassetid://' .. ID
  2403. end
  2404. end
  2405. end
  2406. end
  2407. end
  2408. end)
  2409.  
  2410. ADD_COMMAND('fix','fix [plr]',{},
  2411. function(ARGS, SPEAKER)
  2412. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2413. for i,v in pairs(PLAYERS) do
  2414. local PCHAR = _PLAYERS[v].Character
  2415. RESET_MODEL(PCHAR)
  2416. UPDATE_MODEL(PCHAR, _PLAYERS[v].Name)
  2417. end
  2418. end)
  2419.  
  2420. ADD_COMMAND('creeper','creeper [plr]',{'crpr'},
  2421. function(ARGS, SPEAKER)
  2422. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2423. for i,v in pairs(PLAYERS) do
  2424. CREEPER(_PLAYERS[v])
  2425. end
  2426. end)
  2427.  
  2428. ADD_COMMAND('uncreeper','uncreeper [plr]',{},
  2429. function(ARGS, SPEAKER)
  2430. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2431. for i,v in pairs(PLAYERS) do
  2432. local PCHAR = _PLAYERS[v].Character
  2433. RESET_MODEL(PCHAR)
  2434. UPDATE_MODEL(PCHAR, _PLAYERS[v].Name)
  2435. end
  2436. end)
  2437.  
  2438. ADD_COMMAND('shrek','shrek [plr]',{},
  2439. function(ARGS, SPEAKER)
  2440. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2441. for i,v in pairs(PLAYERS) do
  2442. SHREK(_PLAYERS[v])
  2443. end
  2444. end)
  2445.  
  2446. ADD_COMMAND('unshrek','unshrek [plr]',{},
  2447. function(ARGS, SPEAKER)
  2448. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2449. for i,v in pairs(PLAYERS) do
  2450. local PCHAR = _PLAYERS[v].Character
  2451. RESET_MODEL(PCHAR)
  2452. UPDATE_MODEL(PCHAR, _PLAYERS[v].Name)
  2453. end
  2454. end)
  2455.  
  2456. ADD_COMMAND('nuke','nuke [plr]',{},
  2457. function(ARGS, SPEAKER)
  2458. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2459. for i,v in pairs(PLAYERS) do
  2460. local PCHAR = _PLAYERS[v].Character
  2461. spawn(function()
  2462. if _PLAYERS[v] and PCHAR and PCHAR:FindFirstChild('Torso') then
  2463. local N = Instance.new('Part', workspace)
  2464. N.Name = 'nuke_seth'
  2465. N.Anchored = true
  2466. N.CanCollide = false
  2467. N.Shape = 'Ball'
  2468. N.Size = Vector3.new(1, 1, 1)
  2469. N.BrickColor = BrickColor.new('New Yeller')
  2470. N.Transparency = 0.5
  2471. N.Reflectance = 0.2
  2472. N.TopSurface = 0
  2473. N.BottomSurface = 0
  2474. N.Touched:connect(function(T)
  2475. if T and T.Parent then
  2476. local E = Instance.new('Explosion', workspace)
  2477. E.Position = T.Position
  2478. E.BlastRadius = 20
  2479. E.BlastPressure = math.huge
  2480. end
  2481. end)
  2482. local CF = PCHAR.Torso.CFrame
  2483. N.CFrame = CF
  2484. for i = 1,30 do
  2485. N.Size = N.Size + Vector3.new(5, 5, 5)
  2486. N.CFrame = CF
  2487. wait(1 / 44)
  2488. end
  2489. N:destroy()
  2490. end
  2491. end)
  2492. end
  2493. end)
  2494.  
  2495. ADD_COMMAND('unnuke','nonuke',{},
  2496. function(ARGS, SPEAKER)
  2497. for i,v in pairs(workspace:GetChildren()) do
  2498. if v:IsA('Part') and v.Name == 'nuke_seth' then
  2499. v:destroy()
  2500. end
  2501. end
  2502. end)
  2503.  
  2504. ADD_COMMAND('infect','infect [plr]',{},
  2505. function(ARGS, SPEAKER)
  2506. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2507. for i,v in pairs(PLAYERS) do
  2508. INFECT(_PLAYERS[v])
  2509. end
  2510. end)
  2511.  
  2512. ADD_COMMAND('uninfect','uninfect [plr]',{},
  2513. function(ARGS, SPEAKER)
  2514. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2515. for i,v in pairs(PLAYERS) do
  2516. local PCHAR = _PLAYERS[v].Character
  2517. RESET_MODEL(PCHAR)
  2518. UPDATE_MODEL(PCHAR, _PLAYERS[v].Name)
  2519. end
  2520. end)
  2521.  
  2522. ADD_COMMAND('duck','duck [plr]',{},
  2523. function(ARGS, SPEAKER)
  2524. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2525. for i,v in pairs(PLAYERS) do
  2526. DUCK(_PLAYERS[v])
  2527. end
  2528. end)
  2529.  
  2530. ADD_COMMAND('unduck','unduck [plr]',{},
  2531. function(ARGS, SPEAKER)
  2532. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2533. for i,v in pairs(PLAYERS) do
  2534. local PCHAR = _PLAYERS[v].Character
  2535. RESET_MODEL(PCHAR)
  2536. UPDATE_MODEL(PCHAR, _PLAYERS[v].Name)
  2537. end
  2538. end)
  2539.  
  2540. ADD_COMMAND('disable','disable [plr]',{},
  2541. function(ARGS, SPEAKER)
  2542. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2543. for i,v in pairs(PLAYERS) do
  2544. local PCHAR = _PLAYERS[v].Character
  2545. if PCHAR:FindFirstChild('Humanoid') then
  2546. PCHAR.Humanoid.Name = 'HUMANOID_' .. _PLAYERS[v].Name
  2547. local humanoid = PCHAR['HUMANOID_' .. _PLAYERS[v].Name]
  2548. humanoid.Parent = HUMANOIDS
  2549. end
  2550. end
  2551. end)
  2552.  
  2553. ADD_COMMAND('enable','enable [plr]',{},
  2554. function(ARGS, SPEAKER)
  2555. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2556. for i,v in pairs(PLAYERS) do
  2557. local PCHAR = _PLAYERS[v].Character
  2558. if PCHAR:FindFirstChild('Humanoid') then
  2559. return
  2560. else
  2561. if HUMANOIDS:FindFirstChild('HUMANOID_' .. _PLAYERS[v].Name) then
  2562. local humanoid = HUMANOIDS['HUMANOID_' .. _PLAYERS[v].Name] humanoid.Parent = PCHAR humanoid.Name = 'Humanoid'
  2563. end
  2564. end
  2565. end
  2566. end)
  2567.  
  2568. ADD_COMMAND('size','size [plr] [int]',{},
  2569. function(ARGS, SPEAKER)
  2570. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2571. for i,v in pairs(PLAYERS) do
  2572. SCALE(_PLAYERS[v].Character, ARGS[2])
  2573. end
  2574. end)
  2575.  
  2576. ADD_COMMAND('clone','clone [plr]',{},
  2577. function(ARGS, SPEAKER)
  2578. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2579. for i,v in pairs(PLAYERS) do
  2580. local PCHAR = _PLAYERS[v].Character PCHAR.Archivable = true
  2581. local C = PCHAR:Clone() C.Parent = workspace C:MoveTo(PCHAR:GetModelCFrame().p) C:MakeJoints()
  2582. PCHAR.Archivable = false
  2583. end
  2584. end)
  2585.  
  2586. ADD_COMMAND('spin','spin [plr]',{},
  2587. function(ARGS, SPEAKER)
  2588. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2589. for i,v in pairs(PLAYERS) do
  2590. local PCHAR = _PLAYERS[v].Character
  2591. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  2592. if v.Name == 'SPIN' then
  2593. v:destroy()
  2594. end
  2595. end
  2596. local T = PCHAR.Torso
  2597. local BG = Instance.new('BodyGyro', T) BG.Name = 'SPIN' BG.maxTorque = Vector3.new(0, math.huge, 0) BG.P = 11111 BG.cframe = T.CFrame
  2598. spawn(function()
  2599. repeat wait(1/44)
  2600. BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
  2601. until not BG or BG.Parent ~= T
  2602. end)
  2603. end
  2604. end)
  2605.  
  2606. ADD_COMMAND('unspin','unspin [plr]',{},
  2607. function(ARGS, SPEAKER)
  2608. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2609. for i,v in pairs(PLAYERS) do
  2610. local PCHAR = _PLAYERS[v].Character
  2611. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  2612. if v.Name == 'SPIN' then
  2613. v:destroy()
  2614. end
  2615. end
  2616. end
  2617. end)
  2618.  
  2619. ADD_COMMAND('dog','dog [plr]',{},
  2620. function(ARGS, SPEAKER)
  2621. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2622. for i,v in pairs(PLAYERS) do
  2623. DOG(_PLAYERS[v])
  2624. end
  2625. end)
  2626.  
  2627. ADD_COMMAND('undog','undog [plr]',{},
  2628. function(ARGS, SPEAKER)
  2629. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2630. for i,v in pairs(PLAYERS) do
  2631. local PCHAR = _PLAYERS[v].Character
  2632. RESET_MODEL(PCHAR)
  2633. UPDATE_MODEL(PCHAR, _PLAYERS[v].Name)
  2634. end
  2635. end)
  2636.  
  2637. ADD_COMMAND('loopheal','loopheal [plr]',{'lheal'},
  2638. function(ARGS, SPEAKER)
  2639. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2640. for i,v in pairs(PLAYERS) do
  2641. if not FIND_IN_TABLE(LOOPED_H, _PLAYERS[v].Name) then
  2642. table.insert(LOOPED_H, _PLAYERS[v].Name)
  2643. end
  2644. end
  2645. end)
  2646.  
  2647. ADD_COMMAND('unloopheal','unloopheal [plr]',{'unlheal'},
  2648. function(ARGS, SPEAKER)
  2649. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2650. for i,v in pairs(PLAYERS) do
  2651. if FIND_IN_TABLE(LOOPED_H, _PLAYERS[v].Name) then
  2652. table.remove(LOOPED_H, GET_IN_TABLE(LOOPED_H, _PLAYERS[v].Name))
  2653. end
  2654. end
  2655. end)
  2656.  
  2657. ADD_COMMAND('loopkill','loopheal [plr]',{'lheal'},
  2658. function(ARGS, SPEAKER)
  2659. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2660. for i,v in pairs(PLAYERS) do
  2661. if not FIND_IN_TABLE(LOOPED_K, _PLAYERS[v].Name) then
  2662. table.insert(LOOPED_K, _PLAYERS[v].Name)
  2663. end
  2664. end
  2665. end)
  2666.  
  2667. ADD_COMMAND('unloopkill','unloopkill [plr]',{'unlkill'},
  2668. function(ARGS, SPEAKER)
  2669. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2670. for i,v in pairs(PLAYERS) do
  2671. if FIND_IN_TABLE(LOOPED_K, _PLAYERS[v].Name) then
  2672. table.remove(LOOPED_K, GET_IN_TABLE(LOOPED_K, _PLAYERS[v].Name))
  2673. end
  2674. end
  2675. end)
  2676.  
  2677. ADD_COMMAND('fling','fling [plr]',{},
  2678. function(ARGS, SPEAKER)
  2679. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2680. for i,v in pairs(PLAYERS) do
  2681. local PCHAR = _PLAYERS[v].Character
  2682. if PCHAR:FindFirstChild('Humanoid') then
  2683. local X
  2684. local Z
  2685. repeat
  2686. X = math.random(-9999, 9999)
  2687. until math.abs(X) >= 5555
  2688. repeat
  2689. Z = math.random(-9999, 9999)
  2690. until math.abs(Z) >= 5555
  2691. PCHAR.Torso.Velocity = Vector3.new(0, 0, 0)
  2692. local BF = Instance.new('BodyForce', PCHAR.Torso) BF.force = Vector3.new(X * 4, 9999 * 5, Z * 4)
  2693. end
  2694. end
  2695. end)
  2696.  
  2697. ADD_COMMAND('alien','alien [plr]',{},
  2698. function(ARGS, SPEAKER)
  2699. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2700. for i,v in pairs(PLAYERS) do
  2701. ALIEN(_PLAYERS[v])
  2702. end
  2703. end)
  2704.  
  2705. ADD_COMMAND('nograv','nograv [plr]',{},
  2706. function(ARGS, SPEAKER)
  2707. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2708. for i,v in pairs(PLAYERS) do
  2709. if not _PLAYERS[v].Character.Torso:FindFirstChild('nograv_seth') then
  2710. NEW'BodyForce'{Name = 'nograv_seth', Force = Vector3.new(0, GET_MASS(_PLAYERS[v].Character) * 196.2, 0), Parent = _PLAYERS[v].Character.Torso}
  2711. end
  2712. end
  2713. end)
  2714.  
  2715. ADD_COMMAND('grav','grav [plr]',{},
  2716. function(ARGS, SPEAKER)
  2717. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2718. for i,v in pairs(PLAYERS) do
  2719. if _PLAYERS[v].Character.Torso:FindFirstChild('nograv_seth') then
  2720. _PLAYERS[v].Character.Torso.nograv_seth:destroy()
  2721. end
  2722. end
  2723. end)
  2724.  
  2725. ADD_COMMAND('cape','cape [brick color]',{},
  2726. function(ARGS, SPEAKER)
  2727. spawn(function()
  2728. if LP.Character:FindFirstChild('Cape') then
  2729. LP.Character.Cape:destroy()
  2730. end
  2731. if not ARGS[1] then
  2732. ARGS[1] = 'Deep blue'
  2733. end
  2734. CAPE(GLS(false, 1))
  2735. end)
  2736. end)
  2737.  
  2738. ADD_COMMAND('uncape','uncape',{},
  2739. function(ARGS, SPEAKER)
  2740. if LP.Character:FindFirstChild('cape_seth') then
  2741. LP.Character.cape_seth:destroy()
  2742. end
  2743. end)
  2744.  
  2745. ADD_COMMAND('paper','paper [plr]',{},
  2746. function(ARGS, SPEAKER)
  2747. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2748. for i,v in pairs(PLAYERS) do
  2749. local PCHAR = _PLAYERS[v].Character
  2750. for i,v in pairs(PCHAR:GetChildren()) do
  2751. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  2752. PAPER_MESH:Clone().Parent = v
  2753. end
  2754. end
  2755. end
  2756. end)
  2757.  
  2758. ADD_COMMAND('punish','punish [plr]',{},
  2759. function(ARGS, SPEAKER)
  2760. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2761. for i,v in pairs(PLAYERS) do
  2762. _PLAYERS[v].Character.Parent = nil
  2763. end
  2764. end)
  2765.  
  2766. ADD_COMMAND('unpunish','unpunish [plr]',{},
  2767. function(ARGS, SPEAKER)
  2768. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2769. for i,v in pairs(PLAYERS) do
  2770. _PLAYERS[v].Character.Parent = workspace
  2771. end
  2772. end)
  2773.  
  2774. local DISCO = false
  2775.  
  2776. ADD_COMMAND('disco','disco',{},
  2777. function(ARGS, SPEAKER)
  2778. DISCO = true
  2779. if not DISCO then
  2780. spawn(function()
  2781. repeat wait(1) _LIGHTING.Ambient = C3(math.random(), math.random(), math.random()) until not DISCO
  2782. end)
  2783. end
  2784. end)
  2785.  
  2786. ADD_COMMAND('undisco','undisco',{},
  2787. function(ARGS, SPEAKER)
  2788. DISCO = false
  2789. end)
  2790.  
  2791. ADD_COMMAND('team','team [plr] [team]',{},
  2792. function(ARGS, SPEAKER)
  2793. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2794. for i,v in pairs(PLAYERS) do
  2795. for a,b in pairs(game.Teams:GetChildren()) do
  2796. if string.lower(b.Name) == GLS(true, 1) then
  2797. _PLAYERS[v].Team = b
  2798. end
  2799. end
  2800. end
  2801. end)
  2802.  
  2803. ADD_COMMAND('jp','jp [plr] [int]',{},
  2804. function(ARGS, SPEAKER)
  2805. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2806. for i,v in pairs(PLAYERS) do
  2807. local PCHAR = _PLAYERS[v].Character
  2808. if PCHAR:FindFirstChild('Humanoid') then PCHAR.Humanoid.JumpPower = ARGS[2] end
  2809. end
  2810. end)
  2811.  
  2812. ADD_COMMAND('smallhead','smallhead [plr]',{'shead'},
  2813. function(ARGS, SPEAKER)
  2814. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2815. for i,v in pairs(PLAYERS) do
  2816. local PCHAR = _PLAYERS[v].Character
  2817. PCHAR.Head.Mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  2818. PCHAR.Head.Mesh.Offset = Vector3.new(0, -0.25, 0)
  2819. end
  2820. end)
  2821.  
  2822. ADD_COMMAND('bighead','bighead [plr]',{'bhead'},
  2823. function(ARGS, SPEAKER)
  2824. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2825. for i,v in pairs(PLAYERS) do
  2826. local PCHAR = _PLAYERS[v].Character
  2827. PCHAR.Head.Mesh.Scale = Vector3.new(2.25, 2.25, 2.25)
  2828. PCHAR.Head.Mesh.Offset = Vector3.new(0, 0.5, 0)
  2829. end
  2830. end)
  2831.  
  2832. ADD_COMMAND('headsize','headsize [plr] [int]',{'hsize'},
  2833. function(ARGS, SPEAKER)
  2834. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2835. for i,v in pairs(PLAYERS) do
  2836. local PCHAR = _PLAYERS[v].Character
  2837. if ARGS[2] == 1 then
  2838. PCHAR.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  2839. PCHAR.Head.Mesh.Offset = Vector3.new(0, 0, 0)
  2840. else
  2841. PCHAR.Head.Mesh.Scale = ARGS[2] * Vector3.new(1.25, 1.25, 1.25)
  2842. end
  2843. end
  2844. end)
  2845.  
  2846. ADD_COMMAND('fixhead','fixhead [plr]',{'fhead'},
  2847. function(ARGS, SPEAKER)
  2848. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2849. for i,v in pairs(PLAYERS) do
  2850. local PCHAR = _PLAYERS[v].Character
  2851. PCHAR.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  2852. PCHAR.Head.Mesh.Offset = Vector3.new(0, 0, 0)
  2853. PCHAR.Head.Transparency = 0
  2854. if PCHAR.Head:FindFirstChild('face') then PCHAR.Head.face.Transparency = 0 end
  2855. end
  2856. end)
  2857.  
  2858. ADD_COMMAND('removehead','removehead [plr]',{'rhead'},
  2859. function(ARGS, SPEAKER)
  2860. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2861. for i,v in pairs(PLAYERS) do
  2862. local PCHAR = _PLAYERS[v].Character
  2863. PCHAR.Head.Transparency = 1
  2864. if PCHAR.Head:FindFirstChild('face') then PCHAR.Head.face.Transparency = 1 end
  2865. end
  2866. end)
  2867.  
  2868. ADD_COMMAND('stealtools','stealtools [plr]',{'stools'},
  2869. function(ARGS, SPEAKER)
  2870. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2871. for i,v in pairs(PLAYERS) do
  2872. for i,v in pairs(_PLAYERS[v].Backpack:GetChildren()) do
  2873. if v:IsA('Tool') or v:IsA('HopperBin') then
  2874. v.Parent = LP.Backpack
  2875. end
  2876. end
  2877. end
  2878. end)
  2879.  
  2880. ADD_COMMAND('removetools','removetools [plr]',{'rtools'},
  2881. function(ARGS, SPEAKER)
  2882. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2883. for i,v in pairs(PLAYERS) do
  2884. for i,v in pairs(_PLAYERS[v].Backpack:GetChildren()) do
  2885. if v:IsA('Tool') or v:IsA('HopperBin') then
  2886. v:destroy()
  2887. end
  2888. end
  2889. end
  2890. end)
  2891.  
  2892. ADD_COMMAND('clonetools','clonetools [plr]',{'ctools'},
  2893. function(ARGS, SPEAKER)
  2894. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2895. for i,v in pairs(PLAYERS) do
  2896. for i,v in pairs(_PLAYERS[v].Backpack:GetChildren()) do
  2897. if v:IsA('Tool') or v:IsA('HopperBin') then
  2898. v:Clone().Parent = LP.Backpack
  2899. end
  2900. end
  2901. end
  2902. end)
  2903.  
  2904. ADD_COMMAND('dong','dong [plr]',{},
  2905. function(ARGS, SPEAKER)
  2906. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2907. for i,v in pairs(PLAYERS) do
  2908. local PCHAR = _PLAYERS[v].Character
  2909. if ARGS[2] == 'black' then
  2910. CREATE_DONG(_PLAYERS[v], 'Brown')
  2911. end
  2912. if ARGS[2] == 'asian' then
  2913. CREATE_DONG(_PLAYERS[v], 'Cool yellow')
  2914. end
  2915. if ARGS[2] == 'alien' then
  2916. CREATE_DONG(_PLAYERS[v], 'Lime green')
  2917. end
  2918. if ARGS[2] == 'frozen' then
  2919. CREATE_DONG(_PLAYERS[v], 1019)
  2920. end
  2921. if not ARGS[2] then
  2922. CREATE_DONG(_PLAYERS[v], 'Pastel brown')
  2923. end
  2924. end
  2925. end)
  2926.  
  2927. ADD_COMMAND('particles','particles [plr] [id]',{'pts'},
  2928. function(ARGS, SPEAKER)
  2929. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2930. for i,v in pairs(PLAYERS) do
  2931. local PCHAR = _PLAYERS[v].Character
  2932. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  2933. if v:IsA('ParticleEmitter') then
  2934. v:destroy()
  2935. end
  2936. end
  2937. Instance.new('ParticleEmitter', PCHAR.Torso).Texture = 'rbxassetid://' .. ARGS[2] - 1
  2938. end
  2939. end)
  2940.  
  2941. ADD_COMMAND('rocket','rocket [plr]',{},
  2942. function(ARGS, SPEAKER)
  2943. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2944. for i,v in pairs(PLAYERS) do
  2945. local PCHAR = _PLAYERS[v].Character
  2946. spawn(function()
  2947. local R = ROCKET:Clone()
  2948. R.Parent = workspace
  2949. local W = Instance.new('Weld', R)
  2950. W.Part0 = W.Parent
  2951. W.Part1 = PCHAR.Torso
  2952. W.C1 = CFrame.new(0, 0.5, 1)
  2953. R.force.Force = Vector3.new(0, 15000, 0)
  2954. wait()
  2955. PCHAR.HumanoidRootPart.CFrame = PCHAR.HumanoidRootPart.CFrame * CFrame.new(0, 5, 0)
  2956. wait(5)
  2957. Instance.new('Explosion', R).Position = R.Position
  2958. wait(1)
  2959. R:destroy()
  2960. end)
  2961. end
  2962. end)
  2963.  
  2964. ADD_COMMAND('blackify','blackify [plr]',{},
  2965. function(ARGS, SPEAKER)
  2966. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2967. for i,v in pairs(PLAYERS) do
  2968. COLOR(_PLAYERS[v], 'Really black')
  2969. end
  2970. end)
  2971.  
  2972. ADD_COMMAND('whitify','whitify [plr]',{},
  2973. function(ARGS, SPEAKER)
  2974. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2975. for i,v in pairs(PLAYERS) do
  2976. COLOR(_PLAYERS[v], 'White')
  2977. end
  2978. end)
  2979.  
  2980. ADD_COMMAND('color','color [plr] [brick color]',{},
  2981. function(ARGS, SPEAKER)
  2982. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2983. for i,v in pairs(PLAYERS) do
  2984. COLOR(_PLAYERS[v], GLS(false, 1))
  2985. end
  2986. end)
  2987.  
  2988. ADD_COMMAND('change','change [plr] [stat] [int/string]',{},
  2989. function(ARGS, SPEAKER)
  2990. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  2991. for i,v in pairs(PLAYERS) do
  2992. if _PLAYERS[v]:FindFirstChild('leaderstats') then
  2993. for i,v in pairs(_PLAYERS[v].leaderstats:GetChildren()) do
  2994. if string.lower(v.Name) == string.lower(ARGS[2]) and v:IsA('IntValue') or v:IsA('NumberValue') then
  2995. if ARGS[3] then v.Value = tonumber(ARGS[3]) end
  2996. elseif string.lower(v.Name) == string.lower(ARGS[2]) and v:IsA('StringValue') then
  2997. v.Value = GLS(false, 2)
  2998. end
  2999. end
  3000. end
  3001. end
  3002. end)
  3003.  
  3004. ADD_COMMAND('bait','bait',{},
  3005. function(ARGS, SPEAKER)
  3006. spawn(function()
  3007. local M = Instance.new('Model', workspace) M.Name = 'Touch For Admin!'
  3008. local P = Instance.new('Part', M) P.Name = 'Head' P.Position = SPEAKER.Character.Head.Position P.BrickColor = BrickColor.new('Pink') P.Material = 'Neon'
  3009. local H = Instance.new('Humanoid', M)
  3010. P.Touched:connect(function(RIP) if RIP.Parent.Name ~= SPEAKER.Name or RIP.Parent.Name ~= LP.Name then if RIP.Parent:FindFirstChild('Humanoid') then RIP.Parent.Humanoid:destroy() end end end)
  3011. end)
  3012. end)
  3013.  
  3014. ADD_COMMAND('naked','naked [plr]',{},
  3015. function(ARGS, SPEAKER)
  3016. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3017. for i,v in pairs(PLAYERS) do
  3018. local PCHAR = _PLAYERS[v].Character
  3019. for i,v in pairs(PCHAR:GetChildren()) do
  3020. if v:IsA('Accessory') or v:IsA('Shirt') or v:IsA('Pants') or v:IsA('ShirtGraphic') then
  3021. v:destroy()
  3022. end
  3023. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  3024. if v:IsA('Decal') then
  3025. v:destroy()
  3026. end
  3027. end
  3028. end
  3029. end
  3030. end)
  3031.  
  3032. ADD_COMMAND('decalspam','decalspam [decal]',{'dspam'},
  3033. function(ARGS, SPEAKER)
  3034. if ARGS[1] then
  3035. DECALSPAM(workspace, ARGS[1])
  3036. end
  3037. end)
  3038.  
  3039. ADD_COMMAND('undecalspam','undecalspam',{'undspam'},
  3040. function(ARGS, SPEAKER)
  3041. if ARGS[1] then
  3042. UNDECALSPAM(workspace)
  3043. end
  3044. end)
  3045.  
  3046. ADD_COMMAND('bang','bang [plr]',{'rape'},
  3047. function(ARGS, SPEAKER)
  3048. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3049. for i,v in pairs(PLAYERS) do
  3050. BANG(_PLAYERS[v].Name)
  3051. end
  3052. end)
  3053.  
  3054. ADD_COMMAND('lag','lag [plr]',{},
  3055. function(ARGS, SPEAKER)
  3056. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3057. for i,v in pairs(PLAYERS) do
  3058. LAG(_PLAYERS[v])
  3059. end
  3060. end)
  3061.  
  3062. ADD_COMMAND('respawn','respawn [plr]',{},
  3063. function(ARGS, SPEAKER)
  3064. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3065. for i,v in pairs(PLAYERS) do
  3066. RESPAWN(_PLAYERS[v])
  3067. end
  3068. end)
  3069.  
  3070. ADD_COMMAND('face','face [plr] [decal]',{},
  3071. function(ARGS, SPEAKER)
  3072. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3073. for i,v in pairs(PLAYERS) do
  3074. local PCHAR = _PLAYERS[v].Character
  3075. for i,v in pairs(PCHAR.Head:GetChildren()) do if v:IsA('Decal') then v:destroy() end end
  3076. local F = Instance.new('Decal', PCHAR.Head) F.Name = 'face' F.Texture = 'rbxassetid://' .. ARGS[2] - 1
  3077. end
  3078. end)
  3079.  
  3080. ADD_COMMAND('shirt','shirt [plr] [decal]',{},
  3081. function(ARGS, SPEAKER)
  3082. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3083. for i,v in pairs(PLAYERS) do
  3084. local PCHAR = _PLAYERS[v].Character
  3085. for i,v in pairs(PCHAR:GetChildren()) do if v:IsA('Shirt') then v:destroy() end end
  3086. local S = Instance.new('Shirt', PCHAR) S.Name = 'Shirt' S.ShirtTemplate = 'rbxassetid://' .. ARGS[2] - 1
  3087. end
  3088. end)
  3089.  
  3090. ADD_COMMAND('pants','pants [plr] [decal]',{},
  3091. function(ARGS, SPEAKER)
  3092. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3093. for i,v in pairs(PLAYERS) do
  3094. local PCHAR = _PLAYERS[v].Character
  3095. for i,v in pairs(PCHAR:GetChildren()) do if v:IsA('Pants') then v:destroy() end end
  3096. local P = Instance.new('Pants', PCHAR) P.Name = 'Shirt' P.PantsTemplate = 'rbxassetid://' .. ARGS[2] - 1
  3097. end
  3098. end)
  3099.  
  3100. ADD_COMMAND('longneck','longneck [plr]',{'lneck', 'giraffe'},
  3101. function(ARGS, SPEAKER)
  3102. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3103. for i,v in pairs(PLAYERS) do
  3104. local PCHAR = _PLAYERS[v].Character
  3105. RESET_MODEL(PCHAR)
  3106. UPDATE_MODEL(PCHAR, _PLAYERS[v].Name)
  3107. for i,v in pairs(PCHAR:GetChildren()) do if v:IsA('Accessory') then v.Handle.Mesh.Offset = Vector3.new(0, 5, 0) end end
  3108. if PCHAR.Head:FindFirstChild('Mesh') then PCHAR.Head.Mesh.Offset = Vector3.new(0, 5, 0) end
  3109. local G = Instance.new('Part', PCHAR) G.Name = 'giraffe_seth' G.BrickColor = PCHAR.Head.BrickColor G.Size = Vector3.new(2, 1, 1)
  3110. local SM = Instance.new('SpecialMesh', G) SM.Scale = Vector3.new(1.25, 5, 1.25) SM.Offset = Vector3.new(0, 2, 0)
  3111. local W = Instance.new('Weld', G) W.Part0 = PCHAR.Head W.Part1 = G
  3112. end
  3113. end)
  3114.  
  3115. ADD_COMMAND('stealchar','stealchar [plr]',{'schar'},
  3116. function(ARGS, SPEAKER)
  3117. local PLAYERS1, PLAYERS2 = GET_PLAYER(ARGS[1])
  3118. for i,v in pairs(PLAYERS1) do
  3119. RESET_MODEL(SPEAKER.Character) UPDATE_MODEL(SPEAKER.Character, _PLAYERS[v].Name)
  3120. end
  3121. end)
  3122.  
  3123. ADD_COMMAND('baseplate','baseplate',{'bp'},
  3124. function(ARGS, SPEAKER)
  3125. for i,v in pairs(workspace:GetChildren()) do if v:IsA('Model') and v.Name == 'baseplate_seth' then v:destroy() end end
  3126. local BP = Instance.new('Part', workspace) BP.Name = 'baseplate_seth' BP.Anchored = true BP.BrickColor = BrickColor.new('Bright green') BP.Size = Vector3.new(2048, 5, 2048) BP.Position = Vector3.new(0, 0, 0)
  3127. end)
  3128.  
  3129. ADD_COMMAND('norotate','norotate [plr]',{'nrt'},
  3130. function(ARGS, SPEAKER)
  3131. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3132. for i,v in pairs(PLAYERS) do
  3133. local PCHAR = _PLAYERS[v].Character
  3134. if PCHAR:FindFirstChild('Humanoid') then PCHAR.Humanoid.AutoRotate = false end
  3135. end
  3136. end)
  3137.  
  3138. ADD_COMMAND('rotate','rotate [plr]',{'rt'},
  3139. function(ARGS, SPEAKER)
  3140. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3141. for i,v in pairs(PLAYERS) do
  3142. local PCHAR = _PLAYERS[v].Character
  3143. if PCHAR:FindFirstChild('Humanoid') then PCHAR.Humanoid.AutoRotate = true end
  3144. end
  3145. end)
  3146.  
  3147. ADD_COMMAND('admin','admin [plr]',{},
  3148. function(ARGS, SPEAKER)
  3149. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3150. for i,v in pairs(PLAYERS) do
  3151. if not CHECK_ADMIN(_PLAYERS[v]) then
  3152. table.insert(ADMINS, _PLAYERS[v].userId)
  3153. UPDATE_ADMINS()
  3154. spawn(function()
  3155. game.Chat:Chat(_PLAYERS[v].Character.Head, STUFF .. 'You\'re now an admin!')
  3156. wait(3)
  3157. game.Chat:Chat(_PLAYERS[v].Character.Head, STUFF .. 'Give me a try! | ' .. C_PREFIX .. 'ff me')
  3158. end)
  3159. end
  3160. end
  3161. end)
  3162.  
  3163. ADD_COMMAND('unadmin','unadmin [plr]',{},
  3164. function(ARGS, SPEAKER)
  3165. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3166. for i,v in pairs(PLAYERS) do
  3167. if CHECK_ADMIN(_PLAYERS[v]) then
  3168. if FIND_IN_TABLE(ADMINS, _PLAYERS[v].userId) then
  3169. table.remove(ADMINS, GET_IN_TABLE(ADMINS, _PLAYERS[v].userId))
  3170. UPDATE_ADMINS()
  3171. game.Chat:Chat(_PLAYERS[v].Character.Head, STUFF .. 'You\'re no longer an admin.')
  3172. end
  3173. end
  3174. end
  3175. end)
  3176.  
  3177. ADD_COMMAND('minzoom','minzoom [plr] [int]',{'minz'},
  3178. function(ARGS, SPEAKER)
  3179. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3180. for i,v in pairs(PLAYERS) do
  3181. _PLAYERS[v].CameraMinZoomDistance = ARGS[2]
  3182. end
  3183. end)
  3184.  
  3185. ADD_COMMAND('maxzoom','maxzoom [plr] [int]',{'maxz'},
  3186. function(ARGS, SPEAKER)
  3187. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3188. for i,v in pairs(PLAYERS) do
  3189. _PLAYERS[v].CameraMaxZoomDistance = ARGS[2]
  3190. end
  3191. end)
  3192.  
  3193. ADD_COMMAND('age','age [plr]',{},
  3194. function(ARGS, SPEAKER)
  3195. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3196. for i,v in pairs(PLAYERS) do
  3197. NOTIFY(_PLAYERS[v].Name .. ' | ' .. _PLAYERS[v].AccountAge, 255, 255, 255)
  3198. end
  3199. end)
  3200.  
  3201. ADD_COMMAND('hl','hl [plr] [r] [g] [b]',{},
  3202. function(ARGS, SPEAKER)
  3203. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3204. for i,v in pairs(PLAYERS) do
  3205. local PCHAR = _PLAYERS[v].Character
  3206. if PCHAR:FindFirstChild('Torso') then
  3207. local HL = Instance.new('SpotLight', PCHAR.Torso) HL.Name = 'seth_hl' HL.Brightness = 5 HL.Range = 60
  3208. if ARGS[2] and ARGS[3] and ARGS[4] then
  3209. HL.Color = C3(ARGS[2], ARGS[3], ARGS[4])
  3210. end
  3211. end
  3212. end
  3213. end)
  3214.  
  3215. ADD_COMMAND('unhl','unhl [plr]',{},
  3216. function(ARGS, SPEAKER)
  3217. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3218. for i,v in pairs(PLAYERS) do
  3219. local PCHAR = _PLAYERS[v].Character
  3220. if PCHAR:FindFirstChild('Torso') then
  3221. for i,v in pairs(PCHAR.Torso:GetChildren()) do
  3222. if v:IsA('SpotLight') and v.Name == 'seth_hl' then
  3223. v:destroy()
  3224. end
  3225. end
  3226. end
  3227. end
  3228. end)
  3229.  
  3230. ADD_COMMAND('crash','crash [plr]',{},
  3231. function(ARGS, SPEAKER)
  3232. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3233. for i,v in pairs(PLAYERS) do
  3234. local PCHAR = _PLAYERS[v].Character
  3235. PCHAR.Torso.Anchored = true
  3236. for i,v in pairs(PCHAR:GetChildren()) do
  3237. if v:IsA('Humanoid') then
  3238. for i = 1,10 do
  3239. v.HipHeight = 1/0*0
  3240. end
  3241. end
  3242. end
  3243. end
  3244. end)
  3245.  
  3246. ADD_COMMAND('shutdown','shutdown',{},
  3247. function(ARGS, SPEAKER)
  3248. workspace.Gravity = 1/0*0
  3249. end)
  3250.  
  3251. ADD_COMMAND('smite','smite [plr]',{},
  3252. function(ARGS, SPEAKER)
  3253. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3254. for i,v in pairs(PLAYERS) do
  3255. local PCHAR = _PLAYERS[v].Character
  3256. spawn(function()
  3257. local function CastRay(A, B, C) local V = B - A return workspace:FindPartOnRayWithIgnoreList(Ray.new(A, V.unit * math.min(V.magnitude, 999)), C or {}, false, true) end
  3258.  
  3259. local PP = PCHAR.PrimaryPart.Position - Vector3.new(0, 3, 0)
  3260. local S = Instance.new('Sound', workspace) S.SoundId = 'rbxassetid://178090362' S.Volume = 1 S:Play() spawn(function() wait(7) S:destroy() end)
  3261. local S,P2 = CastRay(PP, PP - Vector3.new(0, 9, 0), {PCHAR})
  3262.  
  3263. local P1 = Instance.new('Part', game.Workspace)
  3264. P1.BrickColor = BrickColor.new('Institutional white')
  3265. P1.Material = 'Neon'
  3266. P1.Transparency = 0.9
  3267. P1.Anchored = true
  3268. P1.CanCollide = false
  3269. P1.Size = Vector3.new(0.2, 0.2, 0.2)
  3270. P1.CFrame = CFrame.new((S and P2 or PP) + Vector3.new(0, 1e3, 0))
  3271. Instance.new('BlockMesh', P1).Scale = Vector3.new(10, 10000, 10)
  3272.  
  3273. local P2, P3, P4, P5 = P1:Clone(), P1:Clone(), P1:Clone(), P1:Clone()
  3274. for i, v in next, {P2, P3, P4, P5} do i = i * 0.1 v.Parent, v.Size = P1, Vector3.new(0.2 + i, 0.2, 0.2 + i ) v.CFrame = P1.CFrame end wait(0.5) P1:destroy() PCHAR:BreakJoints()
  3275. end)
  3276. end
  3277. end)
  3278.  
  3279. ADD_COMMAND('skydive','skydive [plr]',{},
  3280. function(ARGS, SPEAKER)
  3281. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3282. for i,v in pairs(PLAYERS) do
  3283. local PCHAR = _PLAYERS[v].Character
  3284. spawn(function()
  3285. for i = 0, 3 do
  3286. if PCHAR then
  3287. PCHAR.HumanoidRootPart.CFrame = PCHAR.HumanoidRootPart.CFrame + Vector3.new(0, 7500, 0)
  3288. end
  3289. end
  3290. end)
  3291. end
  3292. end)
  3293.  
  3294. ADD_COMMAND('message','message [string]',{'m'},
  3295. function(ARGS, SPEAKER)
  3296. spawn(function()
  3297. if MG then
  3298. MESSAGE(GLS(false, 0))
  3299. else
  3300. LOAD_MESSAGE(GLS(false, 0))
  3301. end
  3302. end)
  3303. end)
  3304.  
  3305. ADD_COMMAND('control','control [plr]',{},
  3306. function(ARGS, SPEAKER)
  3307. local PLAYERS = GET_PLAYER(ARGS[1], SPEAKER)
  3308. for i,v in pairs(PLAYERS) do
  3309. local PCHAR = _PLAYERS[v].Character
  3310. local HB = Instance.new('HopperBin', LP.Backpack) HB.Name = _PLAYERS[v].Name
  3311. local CONTROL_ENABLED = false
  3312. local function CONTROL(P, V3)
  3313. if CONTROL_ENABLED then
  3314. if P.Character and P.Character:FindFirstChild('Humanoid') then
  3315. P.Character.Humanoid:MoveTo(V3)
  3316. end
  3317. end
  3318. end
  3319. HB.Selected:connect(function(M)
  3320. M.Button1Down:connect(function() CONTROL_ENABLED = true CONTROL(_PLAYERS:FindFirstChild(HB.Name), M.Hit.p) end)
  3321. M.Button1Up:connect(function() CONTROL_ENABLED = false end)
  3322. end)
  3323. end
  3324. end)
  3325.  
  3326. -- / extra
  3327.  
  3328. ADD_COMMAND('gravity','gravity [int]',{},
  3329. function(ARGS, SPEAKER)
  3330. workspace.Gravity = ARGS[1]
  3331. end)
  3332.  
  3333. ADD_COMMAND('fixlighting','fixlighting',{'fixl'},
  3334. function(ARGS, SPEAKER)
  3335. FIX_LIGHTING()
  3336. end)
  3337.  
  3338. ADD_COMMAND('fixfog','fixfog',{'clrfog'},
  3339. function(ARGS, SPEAKER)
  3340. _LIGHTING.FogColor = C3(191, 191, 191)
  3341. _LIGHTING.FogEnd = 100000000
  3342. _LIGHTING.FogStart = 0
  3343. end)
  3344.  
  3345. ADD_COMMAND('day','day',{},
  3346. function(ARGS, SPEAKER)
  3347. _LIGHTING.TimeOfDay = 14
  3348. end)
  3349.  
  3350. ADD_COMMAND('night','night',{},
  3351. function(ARGS, SPEAKER)
  3352. _LIGHTING.TimeOfDay = 24
  3353. end)
  3354.  
  3355. ADD_COMMAND('serverlock','serverlock',{'slock'},
  3356. function(ARGS, SPEAKER)
  3357. SERVER_LOCKED = true
  3358. end)
  3359.  
  3360. ADD_COMMAND('unserverlock','unserverlock',{'unslock'},
  3361. function(ARGS, SPEAKER)
  3362. SERVER_LOCKED = false
  3363. end)
  3364.  
  3365. ADD_COMMAND('fogend','fogend [int]',{},
  3366. function(ARGS, SPEAKER)
  3367. _LIGHTING.FogEnd = ARGS[1]
  3368. end)
  3369.  
  3370. ADD_COMMAND('fogcolor','fogcolor [r] [g] [b]',{},
  3371. function(ARGS, SPEAKER)
  3372. if ARGS[1] and ARGS[2] and ARGS[3] then
  3373. _LIGHTING.FogColor = C3(ARGS[1], ARGS[2], ARGS[3])
  3374. end
  3375. end)
  3376.  
  3377. ADD_COMMAND('noclip','noclip',{},
  3378. function(ARGS, SPEAKER)
  3379. NOCLIP = true
  3380. JESUSFLY = false
  3381. SWIM = false
  3382. end)
  3383.  
  3384. ADD_COMMAND('clip','clip',{},
  3385. function(ARGS, SPEAKER)
  3386. NOCLIP = false
  3387. end)
  3388.  
  3389. ADD_COMMAND('jesusfly','jesusfly',{},
  3390. function(ARGS, SPEAKER)
  3391. NOCLIP = false
  3392. JESUSFLY = true
  3393. SWIM = false
  3394. end)
  3395.  
  3396. ADD_COMMAND('nojfly','nojfly',{},
  3397. function(ARGS, SPEAKER)
  3398. JESUSFLY = false
  3399. end)
  3400.  
  3401. ADD_COMMAND('swim','swim',{},
  3402. function(ARGS, SPEAKER)
  3403. NOCLIP = false
  3404. JESUSFLY = false
  3405. SWIM = true
  3406. end)
  3407.  
  3408. ADD_COMMAND('noswim','noswim',{},
  3409. function(ARGS, SPEAKER)
  3410. SWIM = false
  3411. end)
  3412.  
  3413. ADD_COMMAND('fly','fly',{},
  3414. function(ARGS, SPEAKER)
  3415. sFLY()
  3416. end)
  3417.  
  3418. ADD_COMMAND('unfly','unfly',{},
  3419. function(ARGS, SPEAKER)
  3420. NOFLY()
  3421. end)
  3422.  
  3423. ADD_COMMAND('prefix','prefix [string]',{},
  3424. function(ARGS, SPEAKER)
  3425. if ARGS[1] then
  3426. C_PREFIX = ARGS[1]
  3427. NOTIFY('Changed prefix to \'' .. ARGS[1] .. '\'', 255, 255, 255)
  3428. end
  3429. end)
  3430.  
  3431. ADD_COMMAND('version','version',{},
  3432. function(ARGS, SPEAKER)
  3433. NOTIFY('VERSION | ' .. VERSION, 255, 255, 255)
  3434. end)
  3435.  
  3436. ADD_COMMAND('fe','fe',{},
  3437. function(ARGS, SPEAKER)
  3438. spawn(function()
  3439. CHECK_FE()
  3440. end)
  3441. end)
  3442.  
  3443. function OPEN_COMMANDS()
  3444. SETH_MAIN.main.holder.Size = UDim2.new(1, 25, 12, 30)
  3445. SETH_MAIN.main.holder.holders.search.Visible = true
  3446. end
  3447.  
  3448. function CLOSE_COMMANDS()
  3449. SETH_MAIN.main.holder.holders.search.Visible = false
  3450. SETH_MAIN.main.holder.Size = UDim2.new(1, 25, 12, 0)
  3451. end
  3452.  
  3453. function OPEN_TAB(TAB)
  3454. if not _CORE:FindFirstChild('seth_main') then OPEN_MAIN() end
  3455. for a,b in pairs(SETH_MAIN.main.holder.holders:GetChildren()) do
  3456. if b.Name ~= TAB then
  3457. b.Visible = false
  3458. else
  3459. b.Visible = true
  3460. end
  3461. if TAB ~= 'cmds' then
  3462. CLOSE_COMMANDS()
  3463. else
  3464. OPEN_COMMANDS()
  3465. end
  3466. end
  3467. end
  3468.  
  3469. ADD_COMMAND('serverinfo','serverinfo',{'sinfo'},
  3470. function(ARGS, SPEAKER)
  3471. OPEN_TAB('server')
  3472. end)
  3473.  
  3474. ADD_COMMAND('admins','admins',{},
  3475. function(ARGS, SPEAKER)
  3476. OPEN_TAB('admins')
  3477. end)
  3478.  
  3479. ADD_COMMAND('cmds','cmds',{'commands'},
  3480. function(ARGS, SPEAKER)
  3481. OPEN_TAB('cmds')
  3482. end)
  3483.  
  3484. ADD_COMMAND('bans','bans',{},
  3485. function(ARGS, SPEAKER)
  3486. OPEN_TAB('bans')
  3487. end)
  3488.  
  3489. ADD_COMMAND('fun','fun',{},
  3490. function(ARGS, SPEAKER)
  3491. OPEN_TAB('fun')
  3492. end)
  3493.  
  3494. ADD_COMMAND('changelog','changelog',{},
  3495. function(ARGS, SPEAKER)
  3496. OPEN_TAB('changelog')
  3497. end)
  3498.  
  3499. ADD_COMMAND('credits','credits',{},
  3500. function(ARGS, SPEAKER)
  3501. OPEN_TAB('credits')
  3502. end)
  3503.  
  3504. MOUSE.KeyDown:connect(function(key)
  3505. if key:byte() == 29 then
  3506. if not NOCLIP then
  3507. ECOMMAND('noclip')
  3508. elseif NOCLIP then
  3509. ECOMMAND('clip')
  3510. end
  3511. elseif key:byte() == 30 then
  3512. if not JESUSFLY then
  3513. ECOMMAND('jesusfly')
  3514. elseif JESUSFLY then
  3515. ECOMMAND('nojfly')
  3516. end
  3517. end
  3518. end)
  3519.  
  3520. -- / after loaded
  3521.  
  3522. function CHECK_FE()
  3523. if not workspace.FilteringEnabled then
  3524. NOTIFY('Filtering is disabled', 50, 255, 50)
  3525. elseif workspace.FilteringEnabled then
  3526. NOTIFY('Filtering is ENABLED', 255, 50, 50)
  3527. end
  3528. end
  3529.  
  3530. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, 0, 1, -50), 'InOut', 'Quad', 0.5, true)
  3531.  
  3532. local GOING_IN = true
  3533. CMD_BAR_H.bar.Changed:connect(function()
  3534. if CMD_BAR_H.bar.Text ~= 'press ; to execute a command' and CMD_BAR_H.bar.Focused and not GOING_IN then
  3535. if CMD_BAR_H.bar.Text ~= '' then
  3536. if not CMD_BAR_H.bar.Text:find(' ') then
  3537. CMD_BAR_H.bar.commands.Visible = true
  3538. CMD_BAR_H.bar.commands:ClearAllChildren()
  3539. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  3540. local Y_COMMANDS = 0
  3541. for i,v in pairs(COMMANDS) do
  3542. if v.N:find(CMD_BAR_H.bar.Text) then
  3543. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 1, -200), 'InOut', 'Quad', 0.2, true)
  3544. CMD_BAR_H.bar.commands.CanvasSize = CMD_BAR_H.bar.commands.CanvasSize + UDim2.new(0, 0, 0, 20)
  3545. local COMMANDS_C = CMD_BAR_H.bar.commands_ex:Clone()
  3546. COMMANDS_C.Position = UDim2.new(0, 0, 0, Y_COMMANDS)
  3547. COMMANDS_C.Visible = true
  3548. COMMANDS_C.Text = ' ' .. v.D
  3549. COMMANDS_C.Parent = CMD_BAR_H.bar.commands
  3550. Y_COMMANDS = Y_COMMANDS + 20
  3551. end
  3552. end
  3553. end
  3554. else
  3555. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 0, 0), 'InOut', 'Quad', 0.2, true)
  3556. CMD_BAR_H.bar.commands:ClearAllChildren()
  3557. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  3558. end
  3559. end
  3560. end)
  3561.  
  3562. CMD_BAR_H.bar.FocusLost:connect(function()
  3563. GOING_IN = true
  3564. if CMD_BAR_H.bar.Text ~= '' then
  3565. spawn(function()
  3566. ECOMMAND(CMD_BAR_H.bar.Text, LP)
  3567. end)
  3568. end
  3569. CMD_BAR_H.bar.commands:ClearAllChildren()
  3570. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  3571. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 0, 0), 'InOut', 'Quad', 0.2, true)
  3572. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, -225, 1, -50), 'InOut', 'Quad', 0.5, true)
  3573. end)
  3574.  
  3575. MOUSE.KeyDown:connect(function(K)
  3576. if K:byte() == 59 then
  3577. GOING_IN = false
  3578. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, 0, 1, -50), 'InOut', 'Quad', 0.5, true)
  3579. CMD_BAR_H.bar:CaptureFocus()
  3580. end
  3581. end)
  3582.  
  3583. NOTIFY('Hello, ' .. _PLAYERS.LocalPlayer.Name, 255, 255, 255)
  3584. CHECK_FE()
  3585. end)
  3586.  
  3587. T_MGUI.MouseButton1Down:connect(function()
  3588. local Rainbow = Color3.fromRGB(0, 0, 0)
  3589. spawn(function()
  3590. while wait() do
  3591. for i=1,25 do
  3592. wait()
  3593. Rainbow = Color3.new(Rainbow .r,Rainbow .g+(1/25),Rainbow .b)
  3594. end
  3595. for i=1,25 do
  3596. wait()
  3597. Rainbow = Color3.new(Rainbow .r-(1/25),Rainbow .g,Rainbow .b)
  3598. end
  3599. for i=1,25 do
  3600. wait()
  3601. Rainbow = Color3.new(Rainbow .r,Rainbow .g,Rainbow .b+(1/25))
  3602. end
  3603. for i=1,25 do
  3604. wait()
  3605. Rainbow = Color3.new(Rainbow .r,Rainbow .g-(1/25),Rainbow .b)
  3606. end
  3607. for i=1,25 do
  3608. wait()
  3609. Rainbow = Color3.new(Rainbow .r+(1/25),Rainbow .g,Rainbow .b)
  3610. end
  3611. for i=1,25 do
  3612. wait()
  3613. Rainbow = Color3.new(Rainbow .r,Rainbow .g,Rainbow .b-(1/25))
  3614. end
  3615. end
  3616. end)
  3617.  
  3618. local cb
  3619. CreateGui = function()
  3620. local ScreenGui = Instance.new("ScreenGui")
  3621. local Header = Instance.new("Frame")
  3622. local Frame = Instance.new("Frame")
  3623. local Frame_2 = Instance.new("Frame")
  3624. local ImageLabel = Instance.new("ImageLabel")
  3625. local CloseButton = Instance.new("TextButton")
  3626. local Frame_3 = Instance.new("Frame")
  3627. local Frame_4 = Instance.new("Frame")
  3628. local ImageLabel_2 = Instance.new("ImageLabel")
  3629. local HideButton = Instance.new("TextButton")
  3630. local Body = Instance.new("Frame")
  3631. local ImageLabel_3 = Instance.new("ImageLabel")
  3632. local Frame_5 = Instance.new("Frame")
  3633. local Navigation = Instance.new("Frame")
  3634. local Frame_6 = Instance.new("Frame")
  3635. local PlayersButton = Instance.new("TextButton")
  3636. local CommandsButton = Instance.new("TextButton")
  3637. local LocalPlayerButton = Instance.new("TextButton")
  3638. local ServerButton = Instance.new("TextButton")
  3639. local ExtraButton = Instance.new("TextButton")
  3640. local Content = Instance.new("Frame")
  3641. local Frame_7 = Instance.new("Frame")
  3642. local Extra = Instance.new("Frame")
  3643. local ShowEveryoneButton = Instance.new("TextButton")
  3644. local MVPRoomButton = Instance.new("TextButton")
  3645. local PanicButton = Instance.new("TextButton")
  3646. local BringGunButton = Instance.new("TextButton")
  3647. local PlayerList = Instance.new("Frame")
  3648. local ScrollingFrame = Instance.new("ScrollingFrame")
  3649. local TextButton = Instance.new("TextButton")
  3650. local TextButton_2 = Instance.new("TextButton")
  3651. local TextButton_3 = Instance.new("TextButton")
  3652. local PlayerCommands = Instance.new("Frame")
  3653. local KillButton = Instance.new("TextButton")
  3654. local GodButton = Instance.new("TextButton")
  3655. local CloakButton = Instance.new("TextButton")
  3656. local UncloakButton = Instance.new("TextButton")
  3657. local LoopKillButton = Instance.new("TextButton")
  3658. local UnLoopKillButton = Instance.new("TextButton")
  3659. local LoopGodButton = Instance.new("TextButton")
  3660. local UnLoopGodButton = Instance.new("TextButton")
  3661. local Credits = Instance.new("Frame")
  3662. local TextLabel = Instance.new("TextLabel")
  3663. local CreditName1 = Instance.new("TextLabel")
  3664. local TextLabel_2 = Instance.new("TextLabel")
  3665. local CreditName2 = Instance.new("TextLabel")
  3666. local TextLabel_3 = Instance.new("TextLabel")
  3667. local SampleButton = Instance.new("TextButton")
  3668.  
  3669. local LayoutUI = Instance.new("UIListLayout")
  3670. LayoutUI.Parent = Frame_6
  3671. LayoutUI.Padding = UDim.new(0, 5)
  3672. LayoutUI.FillDirection = Enum.FillDirection.Vertical
  3673. LayoutUI.HorizontalAlignment = Enum.HorizontalAlignment.Left
  3674. LayoutUI.SortOrder = Enum.SortOrder.LayoutOrder
  3675. LayoutUI.VerticalAlignment = Enum.VerticalAlignment.Top
  3676.  
  3677. local LayoutUI2 = Instance.new("UIGridLayout")
  3678. LayoutUI2.Parent = ScrollingFrame
  3679. LayoutUI2.CellPadding = UDim2.new(0, 5, 0, 5)
  3680. LayoutUI2.CellSize = UDim2.new(0, 120, 0, 20)
  3681. LayoutUI2.FillDirection = Enum.FillDirection.Horizontal
  3682. LayoutUI2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  3683.  
  3684. local LayoutUI3 = Instance.new("UIGridLayout")
  3685. LayoutUI3.Parent = PlayerCommands
  3686. LayoutUI3.CellPadding = UDim2.new(0, 5, 0, 5)
  3687. LayoutUI3.CellSize = UDim2.new(0, 120, 0, 20)
  3688. LayoutUI3.FillDirection = Enum.FillDirection.Horizontal
  3689. LayoutUI3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  3690.  
  3691. local LayoutUI4 = Instance.new("UIGridLayout")
  3692. LayoutUI4.Parent = Extra
  3693. LayoutUI4.CellPadding = UDim2.new(0, 5, 0, 5)
  3694. LayoutUI4.CellSize = UDim2.new(0, 90, 0, 20)
  3695. LayoutUI4.FillDirection = Enum.FillDirection.Horizontal
  3696. LayoutUI4.HorizontalAlignment = Enum.HorizontalAlignment.Center
  3697.  
  3698. ScreenGui.Parent = game.StarterGui
  3699.  
  3700. Header.Name = "Header"
  3701. Header.Parent = ScreenGui
  3702. Header.Active = true
  3703. Header.BackgroundColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  3704. Header.Draggable = true
  3705. Header.Position = UDim2.new(0, 10, 0, 10)
  3706. Header.Selectable = true
  3707. Header.Size = UDim2.new(0, 400, 0, 15)
  3708.  
  3709. Frame.Parent = Header
  3710. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3711. Frame.BackgroundTransparency = 1
  3712. Frame.BorderSizePixel = 0
  3713. Frame.Position = UDim2.new(1, -15, 0, 0)
  3714. Frame.Size = UDim2.new(0, 15, 1, 0)
  3715.  
  3716. Frame_2.Parent = Frame
  3717. Frame_2.BackgroundColor3 = Color3.new(1, 0.27451, 0.25098)
  3718. Frame_2.BorderSizePixel = 0
  3719. Frame_2.Position = UDim2.new(0.25, 0, 0.25, 0)
  3720. Frame_2.Size = UDim2.new(0.5, 0, 0.5, 0)
  3721.  
  3722. ImageLabel.Parent = Frame_2
  3723. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3724. ImageLabel.BackgroundTransparency = 1
  3725. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3726. ImageLabel.Image = "rbxassetid://277037193"
  3727. ImageLabel.ImageColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  3728. ImageLabel.ImageTransparency = 0.69999998807907
  3729.  
  3730. CloseButton.Name = "CloseButton"
  3731. CloseButton.Parent = Frame_2
  3732. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3733. CloseButton.BackgroundTransparency = 1
  3734. CloseButton.Size = UDim2.new(1, 0, 1, 0)
  3735. CloseButton.Font = Enum.Font.SourceSans
  3736. CloseButton.FontSize = Enum.FontSize.Size14
  3737. CloseButton.Text = ""
  3738. CloseButton.TextSize = 14
  3739.  
  3740. Frame_3.Parent = Header
  3741. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3742. Frame_3.BackgroundTransparency = 1
  3743. Frame_3.BorderSizePixel = 0
  3744. Frame_3.Position = UDim2.new(1, -30, 0, 0)
  3745. Frame_3.Size = UDim2.new(0, 15, 1, 0)
  3746.  
  3747. Frame_4.Parent = Frame_3
  3748. Frame_4.BackgroundColor3 = Color3.new(1, 0.721569, 0.235294)
  3749. Frame_4.BorderSizePixel = 0
  3750. Frame_4.Position = UDim2.new(0.25, 0, 0.25, 0)
  3751. Frame_4.Size = UDim2.new(0.5, 0, 0.5, 0)
  3752.  
  3753. ImageLabel_2.Parent = Frame_4
  3754. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3755. ImageLabel_2.BackgroundTransparency = 1
  3756. ImageLabel_2.Size = UDim2.new(1, 0, 1, 0)
  3757. ImageLabel_2.Image = "rbxassetid://277037193"
  3758. ImageLabel_2.ImageColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  3759. ImageLabel_2.ImageTransparency = 0.69999998807907
  3760.  
  3761. HideButton.Name = "HideButton"
  3762. HideButton.Parent = Frame_4
  3763. HideButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3764. HideButton.BackgroundTransparency = 1
  3765. HideButton.Size = UDim2.new(1, 0, 1, 0)
  3766. HideButton.Font = Enum.Font.SourceSans
  3767. HideButton.FontSize = Enum.FontSize.Size14
  3768. HideButton.Text = ""
  3769. HideButton.TextSize = 14
  3770.  
  3771. Body.Name = "Body"
  3772. Body.Parent = Header
  3773. Body.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  3774. Body.BackgroundTransparency = 0.30000001192093
  3775. Body.BorderColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  3776. Body.ClipsDescendants = true
  3777. Body.Position = UDim2.new(0, 0, 1, 0)
  3778. Body.Size = UDim2.new(1, 0, 0, 150)
  3779.  
  3780. ImageLabel_3.Parent = Body
  3781. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3782. ImageLabel_3.BackgroundTransparency = 1
  3783. ImageLabel_3.Size = UDim2.new(1, 0, 1, 0)
  3784. ImageLabel_3.Image = "rbxassetid://277037193"
  3785. ImageLabel_3.ImageColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  3786. ImageLabel_3.ImageTransparency = 0.69999998807907
  3787.  
  3788. Frame_5.Parent = Body
  3789. Frame_5.BackgroundColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
  3790. Frame_5.BorderSizePixel = 0
  3791. Frame_5.Position = UDim2.new(0, 125, 0.100000001, 0)
  3792. Frame_5.Size = UDim2.new(0, 1, 0.800000012, 0)
  3793.  
  3794. Navigation.Name = "Navigation"
  3795. Navigation.Parent = Body
  3796. Navigation.BackgroundColor3 = Color3.new(1, 1, 1)
  3797. Navigation.BackgroundTransparency = 1
  3798. Navigation.Size = UDim2.new(0, 120, 1, 0)
  3799.  
  3800. Frame_6.Parent = Navigation
  3801. Frame_6.BackgroundColor3 = Color3.new(1, 1, 1)
  3802. Frame_6.BackgroundTransparency = 1
  3803. Frame_6.Position = UDim2.new(0, 10, 0, 10)
  3804. Frame_6.Size = UDim2.new(1, -20, 0, 20)
  3805.  
  3806. PlayersButton.Name = "PlayersButton"
  3807. PlayersButton.Parent = Frame_6
  3808. PlayersButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3809. PlayersButton.BackgroundTransparency = 0.20000000298023
  3810. PlayersButton.BorderColor3 = Color3.new(0, 0, 0)
  3811. PlayersButton.Size = UDim2.new(1, 0, 1, 0)
  3812. PlayersButton.Font = Enum.Font.SourceSansBold
  3813. PlayersButton.FontSize = Enum.FontSize.Size14
  3814. PlayersButton.Text = "Players"
  3815. PlayersButton.TextColor3 = Color3.new(1, 1, 1)
  3816. PlayersButton.TextSize = 14
  3817. PlayersButton.TextStrokeTransparency = 0.20000000298023
  3818.  
  3819. CommandsButton.Name = "CommandsButton"
  3820. CommandsButton.Parent = Frame_6
  3821. CommandsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3822. CommandsButton.BackgroundTransparency = 0.20000000298023
  3823. CommandsButton.BorderColor3 = Color3.new(0, 0, 0)
  3824. CommandsButton.Size = UDim2.new(1, 0, 1, 0)
  3825. CommandsButton.Font = Enum.Font.SourceSansBold
  3826. CommandsButton.FontSize = Enum.FontSize.Size14
  3827. CommandsButton.Text = "Commands"
  3828. CommandsButton.TextColor3 = Color3.new(1, 1, 1)
  3829. CommandsButton.TextSize = 14
  3830. CommandsButton.TextStrokeTransparency = 0.20000000298023
  3831.  
  3832. LocalPlayerButton.Name = "LocalPlayerButton"
  3833. LocalPlayerButton.Parent = Frame_6
  3834. LocalPlayerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3835. LocalPlayerButton.BackgroundTransparency = 0.20000000298023
  3836. LocalPlayerButton.BorderColor3 = Color3.new(0, 0, 0)
  3837. LocalPlayerButton.Size = UDim2.new(1, 0, 1, 0)
  3838. LocalPlayerButton.Font = Enum.Font.SourceSansBold
  3839. LocalPlayerButton.FontSize = Enum.FontSize.Size14
  3840. LocalPlayerButton.Text = "LocalPlayer - Indev"
  3841. LocalPlayerButton.TextColor3 = Color3.new(1, 1, 1)
  3842. LocalPlayerButton.TextSize = 14
  3843. LocalPlayerButton.TextStrokeTransparency = 0.20000000298023
  3844.  
  3845. ServerButton.Name = "ServerButton"
  3846. ServerButton.Parent = Frame_6
  3847. ServerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3848. ServerButton.BackgroundTransparency = 0.20000000298023
  3849. ServerButton.BorderColor3 = Color3.new(0, 0, 0)
  3850. ServerButton.Size = UDim2.new(1, 0, 1, 0)
  3851. ServerButton.Font = Enum.Font.SourceSansBold
  3852. ServerButton.FontSize = Enum.FontSize.Size14
  3853. ServerButton.Text = "Server - Indev"
  3854. ServerButton.TextColor3 = Color3.new(1, 1, 1)
  3855. ServerButton.TextSize = 14
  3856. ServerButton.TextStrokeTransparency = 0.20000000298023
  3857.  
  3858. ExtraButton.Name = "ExtraButton"
  3859. ExtraButton.Parent = Frame_6
  3860. ExtraButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3861. ExtraButton.BackgroundTransparency = 0.20000000298023
  3862. ExtraButton.BorderColor3 = Color3.new(0, 0, 0)
  3863. ExtraButton.Size = UDim2.new(1, 0, 1, 0)
  3864. ExtraButton.Font = Enum.Font.SourceSansBold
  3865. ExtraButton.FontSize = Enum.FontSize.Size14
  3866. ExtraButton.Text = "Extra"
  3867. ExtraButton.TextColor3 = Color3.new(1, 1, 1)
  3868. ExtraButton.TextSize = 14
  3869. ExtraButton.TextStrokeTransparency = 0.20000000298023
  3870.  
  3871. Content.Name = "Content"
  3872. Content.Parent = Body
  3873. Content.BackgroundColor3 = Color3.new(1, 1, 1)
  3874. Content.BackgroundTransparency = 1
  3875. Content.Position = UDim2.new(0, 125, 0, 0)
  3876. Content.Size = UDim2.new(1, -125, 1, 0)
  3877.  
  3878. Frame_7.Parent = Content
  3879. Frame_7.BackgroundColor3 = Color3.new(1, 1, 1)
  3880. Frame_7.BackgroundTransparency = 1
  3881. Frame_7.Position = UDim2.new(0, 10, 0, 10)
  3882. Frame_7.Size = UDim2.new(1, -20, 1, -20)
  3883.  
  3884. Extra.Name = "Extra"
  3885. Extra.Parent = Frame_7
  3886. Extra.BackgroundColor3 = Color3.new(1, 1, 1)
  3887. Extra.BackgroundTransparency = 1
  3888. Extra.Size = UDim2.new(1, 0, 1, 0)
  3889. Extra.Visible = false
  3890.  
  3891. ShowEveryoneButton.Name = "ShowEveryoneButton"
  3892. ShowEveryoneButton.Parent = Extra
  3893. ShowEveryoneButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3894. ShowEveryoneButton.BackgroundTransparency = 0.20000000298023
  3895. ShowEveryoneButton.BorderColor3 = Color3.new(0, 0, 0)
  3896. ShowEveryoneButton.Size = UDim2.new(1, 0, 1, 0)
  3897. ShowEveryoneButton.Font = Enum.Font.SourceSansBold
  3898. ShowEveryoneButton.FontSize = Enum.FontSize.Size14
  3899. ShowEveryoneButton.Text = "Show Everyone"
  3900. ShowEveryoneButton.TextColor3 = Color3.new(1, 1, 1)
  3901. ShowEveryoneButton.TextSize = 14
  3902. ShowEveryoneButton.TextStrokeTransparency = 0.20000000298023
  3903.  
  3904. MVPRoomButton.Name = "MVPRoomButton"
  3905. MVPRoomButton.Parent = Extra
  3906. MVPRoomButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3907. MVPRoomButton.BackgroundTransparency = 0.20000000298023
  3908. MVPRoomButton.BorderColor3 = Color3.new(0, 0, 0)
  3909. MVPRoomButton.Size = UDim2.new(1, 0, 1, 0)
  3910. MVPRoomButton.Font = Enum.Font.SourceSansBold
  3911. MVPRoomButton.FontSize = Enum.FontSize.Size14
  3912. MVPRoomButton.Text = "Free MVP Room"
  3913. MVPRoomButton.TextColor3 = Color3.new(1, 1, 1)
  3914. MVPRoomButton.TextSize = 14
  3915. MVPRoomButton.TextStrokeTransparency = 0.20000000298023
  3916.  
  3917. PanicButton.Name = "PanicButton"
  3918. PanicButton.Parent = Extra
  3919. PanicButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3920. PanicButton.BackgroundTransparency = 0.20000000298023
  3921. PanicButton.BorderColor3 = Color3.new(0, 0, 0)
  3922. PanicButton.Size = UDim2.new(1, 0, 1, 0)
  3923. PanicButton.Font = Enum.Font.SourceSansBold
  3924. PanicButton.FontSize = Enum.FontSize.Size14
  3925. PanicButton.Text = "Suicidal Murderer -- Try me ;)"
  3926. PanicButton.TextColor3 = Color3.new(1, 1, 1)
  3927. PanicButton.TextSize = 14
  3928. PanicButton.TextStrokeTransparency = 0.20000000298023
  3929.  
  3930. BringGunButton.Name = "BringGunButton"
  3931. BringGunButton.Parent = Extra
  3932. BringGunButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3933. BringGunButton.BackgroundTransparency = 0.20000000298023
  3934. BringGunButton.BorderColor3 = Color3.new(0, 0, 0)
  3935. BringGunButton.Size = UDim2.new(1, 0, 1, 0)
  3936. BringGunButton.Font = Enum.Font.SourceSansBold
  3937. BringGunButton.FontSize = Enum.FontSize.Size14
  3938. BringGunButton.Text = "Gun me"
  3939. BringGunButton.TextColor3 = Color3.new(1, 1, 1)
  3940. BringGunButton.TextSize = 14
  3941. BringGunButton.TextStrokeTransparency = 0.20000000298023
  3942.  
  3943. PlayerList.Name = "PlayerList"
  3944. PlayerList.Parent = Frame_7
  3945. PlayerList.BackgroundColor3 = Color3.new(1, 1, 1)
  3946. PlayerList.BackgroundTransparency = 1
  3947. PlayerList.Size = UDim2.new(1, 0, 1, 0)
  3948.  
  3949. ScrollingFrame.Parent = PlayerList
  3950. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3951. ScrollingFrame.BackgroundTransparency = 1
  3952. ScrollingFrame.Size = UDim2.new(1, 0, 1, 0)
  3953. ScrollingFrame.BottomImage = "rbxassetid://129985930"
  3954. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 200)
  3955. ScrollingFrame.MidImage = "rbxassetid://129985930"
  3956. ScrollingFrame.ScrollBarThickness = 5
  3957. ScrollingFrame.TopImage = "rbxassetid://129985930"
  3958.  
  3959. TextButton.Parent = ScrollingFrame
  3960. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3961. TextButton.BackgroundTransparency = 0.20000000298023
  3962. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  3963. TextButton.Size = UDim2.new(1, 0, 1, 0)
  3964. TextButton.Font = Enum.Font.SourceSansBold
  3965. TextButton.FontSize = Enum.FontSize.Size14
  3966. TextButton.Text = "Shedletsky"
  3967. TextButton.TextColor3 = Color3.new(1, 1, 1)
  3968. TextButton.TextSize = 14
  3969. TextButton.TextStrokeTransparency = 0.20000000298023
  3970.  
  3971. TextButton_2.Parent = ScrollingFrame
  3972. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3973. TextButton_2.BackgroundTransparency = 0.20000000298023
  3974. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  3975. TextButton_2.Size = UDim2.new(1, 0, 1, 0)
  3976. TextButton_2.Font = Enum.Font.SourceSansBold
  3977. TextButton_2.FontSize = Enum.FontSize.Size14
  3978. TextButton_2.Text = "Builderman"
  3979. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  3980. TextButton_2.TextSize = 14
  3981. TextButton_2.TextStrokeTransparency = 0.20000000298023
  3982.  
  3983. TextButton_3.Parent = ScrollingFrame
  3984. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3985. TextButton_3.BackgroundTransparency = 0.20000000298023
  3986. TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
  3987. TextButton_3.Size = UDim2.new(1, 0, 1, 0)
  3988. TextButton_3.Font = Enum.Font.SourceSansBold
  3989. TextButton_3.FontSize = Enum.FontSize.Size14
  3990. TextButton_3.Text = "ROBLOX"
  3991. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  3992. TextButton_3.TextSize = 14
  3993. TextButton_3.TextStrokeTransparency = 0.20000000298023
  3994.  
  3995. PlayerCommands.Name = "PlayerCommands"
  3996. PlayerCommands.Parent = Frame_7
  3997. PlayerCommands.BackgroundColor3 = Color3.new(1, 1, 1)
  3998. PlayerCommands.BackgroundTransparency = 1
  3999. PlayerCommands.Size = UDim2.new(1, 0, 1, 0)
  4000.  
  4001. KillButton.Name = "KillButton"
  4002. KillButton.Parent = PlayerCommands
  4003. KillButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4004. KillButton.BackgroundTransparency = 0.20000000298023
  4005. KillButton.BorderColor3 = Color3.new(0, 0, 0)
  4006. KillButton.Size = UDim2.new(1, 0, 1, 0)
  4007. KillButton.Font = Enum.Font.SourceSansBold
  4008. KillButton.FontSize = Enum.FontSize.Size14
  4009. KillButton.Text = "Kill"
  4010. KillButton.TextColor3 = Color3.new(1, 1, 1)
  4011. KillButton.TextSize = 14
  4012. KillButton.TextStrokeTransparency = 0.20000000298023
  4013.  
  4014. GodButton.Name = "GodButton"
  4015. GodButton.Parent = PlayerCommands
  4016. GodButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4017. GodButton.BackgroundTransparency = 0.20000000298023
  4018. GodButton.BorderColor3 = Color3.new(0, 0, 0)
  4019. GodButton.Size = UDim2.new(1, 0, 1, 0)
  4020. GodButton.Font = Enum.Font.SourceSansBold
  4021. GodButton.FontSize = Enum.FontSize.Size14
  4022. GodButton.Text = "God"
  4023. GodButton.TextColor3 = Color3.new(1, 1, 1)
  4024. GodButton.TextSize = 14
  4025. GodButton.TextStrokeTransparency = 0.20000000298023
  4026.  
  4027. CloakButton.Name = "CloakButton"
  4028. CloakButton.Parent = PlayerCommands
  4029. CloakButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4030. CloakButton.BackgroundTransparency = 0.20000000298023
  4031. CloakButton.BorderColor3 = Color3.new(0, 0, 0)
  4032. CloakButton.Size = UDim2.new(1, 0, 1, 0)
  4033. CloakButton.Font = Enum.Font.SourceSansBold
  4034. CloakButton.FontSize = Enum.FontSize.Size14
  4035. CloakButton.Text = "Cloak"
  4036. CloakButton.TextColor3 = Color3.new(1, 1, 1)
  4037. CloakButton.TextSize = 14
  4038. CloakButton.TextStrokeTransparency = 0.20000000298023
  4039.  
  4040. UncloakButton.Name = "UncloakButton"
  4041. UncloakButton.Parent = PlayerCommands
  4042. UncloakButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4043. UncloakButton.BackgroundTransparency = 0.20000000298023
  4044. UncloakButton.BorderColor3 = Color3.new(0, 0, 0)
  4045. UncloakButton.Size = UDim2.new(1, 0, 1, 0)
  4046. UncloakButton.Font = Enum.Font.SourceSansBold
  4047. UncloakButton.FontSize = Enum.FontSize.Size14
  4048. UncloakButton.Text = "Uncloak"
  4049. UncloakButton.TextColor3 = Color3.new(1, 1, 1)
  4050. UncloakButton.TextSize = 14
  4051. UncloakButton.TextStrokeTransparency = 0.20000000298023
  4052.  
  4053. LoopKillButton.Name = "LoopKillButton"
  4054. LoopKillButton.Parent = PlayerCommands
  4055. LoopKillButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4056. LoopKillButton.BackgroundTransparency = 0.20000000298023
  4057. LoopKillButton.BorderColor3 = Color3.new(0, 0, 0)
  4058. LoopKillButton.Size = UDim2.new(1, 0, 1, 0)
  4059. LoopKillButton.Font = Enum.Font.SourceSansBold
  4060. LoopKillButton.FontSize = Enum.FontSize.Size14
  4061. LoopKillButton.Text = "Loop Kill"
  4062. LoopKillButton.TextColor3 = Color3.new(1, 1, 1)
  4063. LoopKillButton.TextSize = 14
  4064. LoopKillButton.TextStrokeTransparency = 0.20000000298023
  4065.  
  4066. UnLoopKillButton.Name = "UnLoopKillButton"
  4067. UnLoopKillButton.Parent = PlayerCommands
  4068. UnLoopKillButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4069. UnLoopKillButton.BackgroundTransparency = 0.20000000298023
  4070. UnLoopKillButton.BorderColor3 = Color3.new(0, 0, 0)
  4071. UnLoopKillButton.Size = UDim2.new(1, 0, 1, 0)
  4072. UnLoopKillButton.Font = Enum.Font.SourceSansBold
  4073. UnLoopKillButton.FontSize = Enum.FontSize.Size14
  4074. UnLoopKillButton.Text = "Stop Loop Kill"
  4075. UnLoopKillButton.TextColor3 = Color3.new(1, 1, 1)
  4076. UnLoopKillButton.TextSize = 14
  4077. UnLoopKillButton.TextStrokeTransparency = 0.20000000298023
  4078.  
  4079. LoopGodButton.Name = "LoopGodButton"
  4080. LoopGodButton.Parent = PlayerCommands
  4081. LoopGodButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4082. LoopGodButton.BackgroundTransparency = 0.20000000298023
  4083. LoopGodButton.BorderColor3 = Color3.new(0, 0, 0)
  4084. LoopGodButton.Size = UDim2.new(1, 0, 1, 0)
  4085. LoopGodButton.Font = Enum.Font.SourceSansBold
  4086. LoopGodButton.FontSize = Enum.FontSize.Size14
  4087. LoopGodButton.Text = "Loop God"
  4088. LoopGodButton.TextColor3 = Color3.new(1, 1, 1)
  4089. LoopGodButton.TextSize = 14
  4090. LoopGodButton.TextStrokeTransparency = 0.20000000298023
  4091.  
  4092. UnLoopGodButton.Name = "UnLoopGodButton"
  4093. UnLoopGodButton.Parent = PlayerCommands
  4094. UnLoopGodButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4095. UnLoopGodButton.BackgroundTransparency = 0.20000000298023
  4096. UnLoopGodButton.BorderColor3 = Color3.new(0, 0, 0)
  4097. UnLoopGodButton.Size = UDim2.new(1, 0, 1, 0)
  4098. UnLoopGodButton.Font = Enum.Font.SourceSansBold
  4099. UnLoopGodButton.FontSize = Enum.FontSize.Size14
  4100. UnLoopGodButton.Text = "Stop Loop God"
  4101. UnLoopGodButton.TextColor3 = Color3.new(1, 1, 1)
  4102. UnLoopGodButton.TextSize = 14
  4103. UnLoopGodButton.TextStrokeTransparency = 0.20000000298023
  4104.  
  4105. Credits.Name = "Credits"
  4106. Credits.Parent = Body
  4107. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  4108. Credits.BackgroundTransparency = 1
  4109. Credits.Position = UDim2.new(0.5, -100, 1, 2)
  4110. Credits.Size = UDim2.new(0, 200, 0, 12)
  4111.  
  4112. TextLabel.Parent = Credits
  4113. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4114. TextLabel.BackgroundTransparency = 1
  4115. TextLabel.Size = UDim2.new(0, 50, 0, 12)
  4116. TextLabel.Font = Enum.Font.SourceSans
  4117. TextLabel.FontSize = Enum.FontSize.Size14
  4118. TextLabel.Text = "Scripting -"
  4119. TextLabel.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
  4120. TextLabel.TextScaled = true
  4121. TextLabel.TextSize = 14
  4122. TextLabel.TextStrokeTransparency = 0.5
  4123. TextLabel.TextWrapped = true
  4124.  
  4125. CreditName1.Name = "CreditName1"
  4126. CreditName1.Parent = Credits
  4127. CreditName1.BackgroundColor3 = Color3.new(1, 1, 1)
  4128. CreditName1.BackgroundTransparency = 1
  4129. CreditName1.Position = UDim2.new(0, 50, 0, 0)
  4130. CreditName1.Size = UDim2.new(0, 30, 0, 12)
  4131. CreditName1.Font = Enum.Font.SourceSans
  4132. CreditName1.FontSize = Enum.FontSize.Size14
  4133. CreditName1.Text = "Ymera"
  4134. CreditName1.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
  4135. CreditName1.TextScaled = true
  4136. CreditName1.TextSize = 14
  4137. CreditName1.TextStrokeTransparency = 0.5
  4138. CreditName1.TextWrapped = true
  4139. CreditName1.TextXAlignment = Enum.TextXAlignment.Left
  4140.  
  4141. TextLabel_2.Parent = Credits
  4142. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4143. TextLabel_2.BackgroundTransparency = 1
  4144. TextLabel_2.Position = UDim2.new(0, 80, 0, 0)
  4145. TextLabel_2.Size = UDim2.new(0, 75, 0, 12)
  4146. TextLabel_2.Font = Enum.Font.SourceSans
  4147. TextLabel_2.FontSize = Enum.FontSize.Size14
  4148. TextLabel_2.Text = "| Design / Ideas - "
  4149. TextLabel_2.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
  4150. TextLabel_2.TextScaled = true
  4151. TextLabel_2.TextSize = 14
  4152. TextLabel_2.TextStrokeTransparency = 0.5
  4153. TextLabel_2.TextWrapped = true
  4154.  
  4155. CreditName2.Name = "CreditName2"
  4156. CreditName2.Parent = Credits
  4157. CreditName2.BackgroundColor3 = Color3.new(1, 1, 1)
  4158. CreditName2.BackgroundTransparency = 1
  4159. CreditName2.Position = UDim2.new(0, 157, 0, 0)
  4160. CreditName2.Size = UDim2.new(0, 40, 0, 12)
  4161. CreditName2.Font = Enum.Font.SourceSans
  4162. CreditName2.FontSize = Enum.FontSize.Size14
  4163. CreditName2.Text = "<3 Epmis"
  4164. CreditName2.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
  4165. CreditName2.TextScaled = true
  4166. CreditName2.TextSize = 14
  4167. CreditName2.TextStrokeTransparency = 0.5
  4168. CreditName2.TextWrapped = true
  4169. CreditName2.TextXAlignment = Enum.TextXAlignment.Left
  4170.  
  4171. TextLabel_3.Parent = Header
  4172. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4173. TextLabel_3.BackgroundTransparency = 1
  4174. TextLabel_3.Position = UDim2.new(0, 10, 0, 0)
  4175. TextLabel_3.Size = UDim2.new(0, 150, 0, 12)
  4176. TextLabel_3.Font = Enum.Font.SourceSans
  4177. TextLabel_3.FontSize = Enum.FontSize.Size14
  4178. TextLabel_3.Text = "Twisted Murderer Gui Special Edition: LGBT Free Full Edition yw bb's ;)"
  4179. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  4180. TextLabel_3.TextSize = 14
  4181. TextLabel_3.TextStrokeTransparency = 0.5
  4182. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  4183.  
  4184. SampleButton.Name = "SampleButton"
  4185. SampleButton.Parent = ScreenGui
  4186. SampleButton.BackgroundColor3 = Color3.new(1, 1, 1)
  4187. SampleButton.BorderColor3 = Color3.new(0, 0, 0)
  4188. SampleButton.ClipsDescendants = true
  4189. SampleButton.Size = UDim2.new(1, 0, 1, 0)
  4190. SampleButton.Visible = false
  4191. SampleButton.Font = Enum.Font.SourceSans
  4192. SampleButton.FontSize = Enum.FontSize.Size14
  4193. SampleButton.Text = "<3 :3"
  4194. SampleButton.TextColor3 = Color3.new(0.909804, 0.866667, 0.85098)
  4195. SampleButton.TextSize = 14
  4196. SampleButton.TextStrokeTransparency = 0.20000000298023
  4197.  
  4198. Credits.Parent = Header
  4199.  
  4200. for i, v in pairs(Content.Frame:GetChildren()) do
  4201. if(v:IsA("Frame"))then
  4202. v.Visible = false
  4203. end
  4204. end
  4205. PlayerList.Visible = true
  4206.  
  4207. local hideDebounce, hideOn = false, false
  4208. spawn(function()
  4209. while wait() do
  4210. Credits.Position = UDim2.new(0.5, -100, 1, (Body.Size.Y.Offset)+5)
  4211. end
  4212. end)
  4213. HideButton.MouseButton1Down:Connect(function()
  4214. if(hideDebounce == false)then
  4215. hideDebounce = false
  4216. if(hideOn == false)then
  4217. hideOn = true
  4218. Body:TweenSize(UDim2.new(1, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
  4219. else
  4220. hideOn = false
  4221. Body:TweenSize(UDim2.new(1, 0, 0, 150), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
  4222. end
  4223. wait()
  4224. hideDebounce = false
  4225. end
  4226. end)
  4227.  
  4228. cb = CloseButton
  4229.  
  4230. spawn(function()
  4231. while wait() do
  4232. Header.BackgroundColor3 = Rainbow
  4233. Header.BorderColor3 = Rainbow
  4234. Body.BorderColor3 = Rainbow
  4235. CreditName1.TextColor3 = Rainbow
  4236. CreditName2.TextColor3 = Rainbow
  4237. ScrollingFrame.BorderColor3 = Rainbow
  4238. end
  4239. end)
  4240. return ScreenGui
  4241. end
  4242.  
  4243. local Player = game:GetService("Players").LocalPlayer
  4244. local Functions = {}
  4245. local Loops = {
  4246. Kill = {},
  4247. God = {}
  4248. }
  4249. local Gui = CreateGui()
  4250. Gui.Parent = game.CoreGui
  4251. local Button = Gui.SampleButton:Clone()
  4252. Button.Visible = true
  4253. Gui.SampleButton:remove()
  4254.  
  4255. cb.MouseButton1Down:Connect(function()
  4256. for i,v in pairs(Loops.Kill) do
  4257. Loops.Kill[i] = false
  4258. end
  4259. wait()
  4260. Gui:Destroy()
  4261. end)
  4262.  
  4263. function Functions.RemoveAntiCheat()
  4264. spawn(function()
  4265. warn("[ Debug ]:", "Loaded anti-cheat removal")
  4266. local Blacklist = {
  4267. ["AntiSpeedHack"] = true,
  4268. ["AntiDataTheft"] = true,
  4269. ["NO FF"] = true
  4270. }
  4271.  
  4272. local PlayerGui = game:GetService("Players").LocalPlayer.PlayerGui
  4273. while wait() do
  4274. for _, v in pairs(PlayerGui:GetChildren()) do
  4275. if(Blacklist[v.Name]~=nil)then
  4276. v:Destroy()
  4277. end
  4278. end
  4279. end
  4280. end)
  4281. end
  4282.  
  4283. function Functions.LoadPlayers()
  4284. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  4285. if(v:IsA("TextButton"))then
  4286. v:Destroy()
  4287. end
  4288. end
  4289. local b = Button:Clone()
  4290. b.Text = "Me"
  4291. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  4292. b.MouseButton1Down:Connect(function()
  4293. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  4294. if(v:IsA("TextButton"))then
  4295. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4296. end
  4297. end
  4298. SelectedPlayer = "Me"
  4299. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4300. end)
  4301. local b = Button:Clone()
  4302. b.Text = "Friends"
  4303. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  4304. b.MouseButton1Down:Connect(function()
  4305. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  4306. if(v:IsA("TextButton"))then
  4307. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4308. end
  4309. end
  4310. SelectedPlayer = "Friends"
  4311. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4312. end)
  4313. local b = Button:Clone()
  4314. b.Text = "Others"
  4315. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  4316. b.MouseButton1Down:Connect(function()
  4317. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  4318. if(v:IsA("TextButton"))then
  4319. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4320. end
  4321. end
  4322. SelectedPlayer = "Others"
  4323. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4324. end)
  4325. local b = Button:Clone()
  4326. b.Text = "All"
  4327. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  4328. b.MouseButton1Down:Connect(function()
  4329. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  4330. if(v:IsA("TextButton"))then
  4331. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4332. end
  4333. end
  4334. SelectedPlayer = "All"
  4335. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4336. end)
  4337. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4338. local b = Button:Clone()
  4339. if(SelectedPlayer~=nil)then
  4340. if(v.Name == SelectedPlayer.Name)then
  4341. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4342. end
  4343. end
  4344. b.Text = v.Name
  4345. b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
  4346. b.MouseButton1Down:Connect(function()
  4347. for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
  4348. if(v:IsA("TextButton"))then
  4349. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4350. end
  4351. end
  4352. SelectedPlayer = v
  4353. b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4354. end)
  4355. end
  4356. local plrs = #game:GetService("Players"):GetChildren()/2
  4357. Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, (math.floor(plrs)*25)+50)
  4358. end
  4359.  
  4360. game:GetService("Players").PlayerAdded:Connect(function(Player)
  4361. Functions.LoadPlayers()
  4362. end)
  4363.  
  4364. game:GetService("Players").PlayerRemoving:Connect(function(Player)
  4365. Functions.LoadPlayers()
  4366. end)
  4367.  
  4368. Gui.Header.Body.Navigation.Frame.CommandsButton.MouseButton1Down:Connect(function()
  4369. for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
  4370. if(v:IsA("TextButton"))then
  4371. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4372. end
  4373. end
  4374. Gui.Header.Body.Navigation.Frame.CommandsButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4375. for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
  4376. if(v:IsA("Frame"))then
  4377. v.Visible = false
  4378. end
  4379. end
  4380. Gui.Header.Body.Content.Frame.PlayerCommands.Visible = true
  4381. end)
  4382.  
  4383. Gui.Header.Body.Navigation.Frame.PlayersButton.MouseButton1Down:Connect(function()
  4384. for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
  4385. if(v:IsA("TextButton"))then
  4386. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4387. end
  4388. end
  4389. Gui.Header.Body.Navigation.Frame.PlayersButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4390. for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
  4391. if(v:IsA("Frame"))then
  4392. v.Visible = false
  4393. end
  4394. end
  4395. Gui.Header.Body.Content.Frame.PlayerList.Visible = true
  4396. end)
  4397.  
  4398. Gui.Header.Body.Navigation.Frame.ExtraButton.MouseButton1Down:Connect(function()
  4399. for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
  4400. if(v:IsA("TextButton"))then
  4401. v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4402. end
  4403. end
  4404. Gui.Header.Body.Navigation.Frame.ExtraButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4405. for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
  4406. if(v:IsA("Frame"))then
  4407. v.Visible = false
  4408. end
  4409. end
  4410. Gui.Header.Body.Content.Frame.Extra.Visible = true
  4411. end)
  4412.  
  4413. Gui.Header.Body.Content.Frame.PlayerCommands.GodButton.MouseButton1Down:Connect(function()
  4414. if(SelectedPlayer=="Me")then
  4415. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, Player.Character.Humanoid)
  4416. end
  4417. if(SelectedPlayer=="Others")then
  4418. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4419. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  4420. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
  4421. end
  4422. end
  4423. end
  4424. if(SelectedPlayer=="Friends")then
  4425. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4426. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  4427. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
  4428. end
  4429. end
  4430. end
  4431. if(SelectedPlayer=="All")then
  4432. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4433. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  4434. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
  4435. end
  4436. end
  4437. end
  4438.  
  4439. if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4440. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, SelectedPlayer.Character.Humanoid)
  4441. end
  4442. end)
  4443.  
  4444. Gui.Header.Body.Content.Frame.PlayerCommands.CloakButton.MouseButton1Down:Connect(function()
  4445. if(SelectedPlayer=="Me")then
  4446. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", Player.Character)
  4447. for i, a in pairs(Player.Character:GetChildren()) do
  4448. if(a:IsA("BasePart"))then
  4449. a.Transparency = 0.5
  4450. end
  4451. end
  4452. end
  4453. if(SelectedPlayer=="Others")then
  4454. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4455. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  4456. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
  4457. for i, a in pairs(v.Character:GetChildren()) do
  4458. if(a:IsA("BasePart"))then
  4459. a.Transparency = 0.5
  4460. end
  4461. end
  4462. end
  4463. end
  4464. end
  4465. if(SelectedPlayer=="Friends")then
  4466. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4467. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  4468. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
  4469. for i, a in pairs(v.Character:GetChildren()) do
  4470. if(a:IsA("BasePart"))then
  4471. a.Transparency = 0.5
  4472. end
  4473. end
  4474. end
  4475. end
  4476. end
  4477. if(SelectedPlayer=="All")then
  4478. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4479. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  4480. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
  4481. for i, a in pairs(v.Character:GetChildren()) do
  4482. if(a:IsA("BasePart"))then
  4483. a.Transparency = 0.5
  4484. end
  4485. end
  4486. end
  4487. end
  4488. end
  4489.  
  4490. if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4491. game:GetService("ReplicatedStorage").Event:FireServer("Cloak", SelectedPlayer.Character)
  4492. for i, v in pairs(SelectedPlayer.Character:GetChildren()) do
  4493. if(v:IsA("BasePart"))then
  4494. v.Transparency = 0.5
  4495. end
  4496. end
  4497. end
  4498. end)
  4499.  
  4500. Gui.Header.Body.Content.Frame.PlayerCommands.UncloakButton.MouseButton1Down:Connect(function()
  4501. if(SelectedPlayer=="Me")then
  4502. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", Player.Character)
  4503. for i, a in pairs(Player.Character:GetChildren()) do
  4504. if(a:IsA("BasePart"))then
  4505. a.Transparency = 0
  4506. end
  4507. end
  4508. end
  4509. if(SelectedPlayer=="Others")then
  4510. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4511. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  4512. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
  4513. for i, a in pairs(v.Character:GetChildren()) do
  4514. if(a:IsA("BasePart"))then
  4515. a.Transparency = 0
  4516. end
  4517. end
  4518. end
  4519. end
  4520. end
  4521. if(SelectedPlayer=="Friends")then
  4522. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4523. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  4524. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
  4525. for i, a in pairs(v.Character:GetChildren()) do
  4526. if(a:IsA("BasePart"))then
  4527. a.Transparency = 0
  4528. end
  4529. end
  4530. end
  4531. end
  4532. end
  4533. if(SelectedPlayer=="All")then
  4534. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4535. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  4536. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
  4537. for i, a in pairs(v.Character:GetChildren()) do
  4538. if(a:IsA("BasePart"))then
  4539. a.Transparency = 0
  4540. end
  4541. end
  4542. end
  4543. end
  4544. end
  4545.  
  4546. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4547. game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", SelectedPlayer.Character)
  4548. for i, a in pairs(v.Character:GetChildren()) do
  4549. if(a:IsA("BasePart"))then
  4550. a.Transparency = 0
  4551. end
  4552. end
  4553. end
  4554. end)
  4555.  
  4556. --[[
  4557. Gui.Header.Body.Content.Frame.PlayerCommands.UngodButton.MouseButton1Down:Connect(function()
  4558. if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4559. game:GetService("ReplicatedStorage").Event:FireServer("TPD", (1000000-100), SelectedPlayer.Character.Humanoid)
  4560. end
  4561. end)]]
  4562.  
  4563. Gui.Header.Body.Content.Frame.PlayerCommands.KillButton.MouseButton1Down:Connect(function()
  4564. if(SelectedPlayer=="Me")then
  4565. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20001231231231230, Player.Character.Humanoid)
  4566. end
  4567. if(SelectedPlayer=="Others")then
  4568. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4569. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  4570. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  4571. end
  4572. end
  4573. end
  4574. if(SelectedPlayer=="Friends")then
  4575. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4576. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  4577. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  4578. end
  4579. end
  4580. end
  4581. if(SelectedPlayer=="All")then
  4582. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4583. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  4584. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  4585. end
  4586. end
  4587. end
  4588.  
  4589. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4590. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 200123123123123100, SelectedPlayer.Character.Humanoid)
  4591. end
  4592. end)
  4593.  
  4594. Gui.Header.Body.Content.Frame.PlayerCommands.LoopKillButton.MouseButton1Down:Connect(function()
  4595. if(SelectedPlayer=="Me")then
  4596. Loops.Kill[Player.Name] = true
  4597. spawn(function()
  4598. while Loops.Kill[Player.Name] == true and wait() do
  4599. if(Player.Character~=nil and Player.Character and Player.Character:FindFirstChild("Humanoid"))then
  4600. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, Player.Character.Humanoid)
  4601. end
  4602. end
  4603. end)
  4604. end
  4605. if(SelectedPlayer=="Others")then
  4606. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4607. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  4608. Loops.Kill[v.Name] = true
  4609. spawn(function()
  4610. while Loops.Kill[v.Name] == true and wait() do
  4611. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  4612. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  4613. end
  4614. end
  4615. end)
  4616. end
  4617. end
  4618. end
  4619. if(SelectedPlayer=="Friends")then
  4620. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4621. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  4622. Loops.Kill[v.Name] = true
  4623. spawn(function()
  4624. while Loops.Kill[v.Name] == true and wait() do
  4625. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  4626. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  4627. end
  4628. end
  4629. end)
  4630. end
  4631. end
  4632. end
  4633. if(SelectedPlayer=="All")then
  4634. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4635. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  4636. Loops.Kill[v.Name] = true
  4637. spawn(function()
  4638. while Loops.Kill[v.Name] == true and wait() do
  4639. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  4640. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
  4641. end
  4642. end
  4643. end)
  4644. end
  4645. end
  4646. end
  4647.  
  4648. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4649. Loops.Kill[SelectedPlayer.Name] = true
  4650. spawn(function()
  4651. while Loops.Kill[SelectedPlayer.Name] == true and wait() do
  4652. if(SelectedPlayer.Character~=nil and SelectedPlayer.Character and SelectedPlayer.Character:FindFirstChild("Humanoid"))then
  4653. game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, SelectedPlayer.Character.Humanoid)
  4654. end
  4655. end
  4656. end)
  4657. end
  4658. end)
  4659.  
  4660. Gui.Header.Body.Content.Frame.PlayerCommands.UnLoopKillButton.MouseButton1Down:Connect(function()
  4661. if(SelectedPlayer=="Me")then
  4662. Loops.Kill[Player.Name] = false
  4663. end
  4664. if(SelectedPlayer=="Others")then
  4665. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4666. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  4667. Loops.Kill[v.Name] = false
  4668. end
  4669. end
  4670. end
  4671. if(SelectedPlayer=="Friends")then
  4672. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4673. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  4674. Loops.Kill[v.Name] = false
  4675. end
  4676. end
  4677. end
  4678. if(SelectedPlayer=="All")then
  4679. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4680. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  4681. Loops.Kill[v.Name] = false
  4682. end
  4683. end
  4684. end
  4685.  
  4686. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4687. Loops.Kill[SelectedPlayer.Name] = false
  4688. end
  4689. end)
  4690.  
  4691. Gui.Header.Body.Content.Frame.PlayerCommands.LoopGodButton.MouseButton1Down:Connect(function()
  4692. if(SelectedPlayer=="Me")then
  4693. Loops.God[Player.Name] = true
  4694. spawn(function()
  4695. while Loops.God[Player.Name] == true and wait() do
  4696. if(Player.Character~=nil and Player.Character and Player.Character:FindFirstChild("Humanoid"))then
  4697. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, Player.Character.Humanoid)
  4698. end
  4699. end
  4700. end)
  4701. end
  4702. if(SelectedPlayer=="Others")then
  4703. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4704. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  4705. Loops.God[v.Name] = true
  4706. spawn(function()
  4707. while Loops.God[v.Name] == true and wait() do
  4708. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  4709. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
  4710. end
  4711. end
  4712. end)
  4713. end
  4714. end
  4715. end
  4716. if(SelectedPlayer=="Friends")then
  4717. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4718. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  4719. Loops.God[v.Name] = true
  4720. spawn(function()
  4721. while Loops.God[v.Name] == true and wait() do
  4722. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  4723. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
  4724. end
  4725. end
  4726. end)
  4727. end
  4728. end
  4729. end
  4730. if(SelectedPlayer=="All")then
  4731. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4732. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  4733. Loops.God[v.Name] = true
  4734. spawn(function()
  4735. while Loops.God[v.Name] == true and wait() do
  4736. if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
  4737. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
  4738. end
  4739. end
  4740. end)
  4741. end
  4742. end
  4743. end
  4744.  
  4745. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4746. Loops.God[SelectedPlayer.Name] = true
  4747. spawn(function()
  4748. while Loops.God[SelectedPlayer.Name] == true and wait() do
  4749. if(SelectedPlayer.Character~=nil and SelectedPlayer.Character and SelectedPlayer.Character:FindFirstChild("Humanoid"))then
  4750. game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, SelectedPlayer.Character.Humanoid)
  4751. end
  4752. end
  4753. end)
  4754. end
  4755. end)
  4756.  
  4757. Gui.Header.Body.Content.Frame.PlayerCommands.UnLoopGodButton.MouseButton1Down:Connect(function()
  4758. if(SelectedPlayer=="Me")then
  4759. Loops.God[Player.Name] = false
  4760. end
  4761. if(SelectedPlayer=="Others")then
  4762. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4763. if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
  4764. Loops.God[v.Name] = false
  4765. end
  4766. end
  4767. end
  4768. if(SelectedPlayer=="Friends")then
  4769. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4770. if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
  4771. Loops.God[v.Name] = false
  4772. end
  4773. end
  4774. end
  4775. if(SelectedPlayer=="All")then
  4776. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4777. if(v.Character and v.Character:FindFirstChild("Humanoid"))then
  4778. Loops.God[v.Name] = false
  4779. end
  4780. end
  4781. end
  4782.  
  4783. if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
  4784. Loops.God[SelectedPlayer.Name] = false
  4785. end
  4786. end)
  4787.  
  4788. function getDescendants(root)
  4789. local descendants = {root}
  4790. for _, v in next, descendants do
  4791. for _, descendant in pairs(v:GetChildren()) do
  4792. descendants[#descendants+1] = descendant
  4793. end
  4794. end
  4795. table.remove(descendants,1)
  4796. return descendants
  4797. end
  4798.  
  4799. Gui.Header.Body.Content.Frame.Extra.ShowEveryoneButton.MouseButton1Down:Connect(function()
  4800. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  4801. if(v.Character and v.Character:FindFirstChild("Humanoid")~=nil)then
  4802. v.Character.Humanoid.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  4803. v.Character.Humanoid.NameDisplayDistance = 5000
  4804. for _, a in pairs(getDescendants(v.Character)) do
  4805. if(a:IsA("BasePart") and a.Name~="HumanoidRootPart")then
  4806. a.Transparency = 0
  4807. end
  4808. if(a:IsA("Decal"))then
  4809. a.Transparency = 0
  4810. end
  4811. end
  4812. end
  4813. end
  4814. end)
  4815.  
  4816. Gui.Header.Body.Content.Frame.Extra.BringGunButton.MouseButton1Down:Connect(function()
  4817. if(game:GetService("Workspace"):FindFirstChild("Gun")~=nil)then
  4818. game:GetService("Workspace").Gun.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  4819. end
  4820. end)
  4821.  
  4822. Gui.Header.Body.Content.Frame.Extra.MVPRoomButton.MouseButton1Down:Connect(function()
  4823. if(game:GetService("Workspace").Lobby:FindFirstChild("MVPDoor")~=nil)then
  4824. local Door = game:GetService("Workspace").Lobby.MVPDoor:Clone()
  4825. game:GetService("Workspace").Lobby.MVPDoor:Destroy()
  4826. Door.Parent = game:GetService("Workspace")
  4827. Door.Name = "<3"
  4828. Door.SurfaceGui.Frame.TextLabel.Text = "Unlocked client-side[p by " .. game:GetService("Players").LocalPlayer.Name
  4829. Door.SurfaceGui.Frame.TextLabel.TextLabel.Text = "No MVP required!"
  4830. Door.SurfaceGui.Frame.bt:Destroy()
  4831. for i, v in pairs(Door.SurfaceGui.Frame.TextLabel.TextLabel:GetChildren()) do
  4832. v.Text = "Coded by Reddex aka Daniel <3"
  4833. end
  4834. end
  4835. end)
  4836.  
  4837. Gui.Header.Body.Content.Frame.Extra.PanicButton.MouseButton1Down:Connect(function()
  4838. for i,v in pairs(game.Players:GetChildren()) do
  4839. if(v.Character:FindFirstChild("Role") and v.Character:FindFirstChild("Role")~=nil and v.Character.Role.Value=="Murderer")then
  4840. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  4841. end
  4842. end
  4843. end)
  4844.  
  4845. wait()
  4846. Gui.Header.Body.Navigation.Frame.PlayersButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  4847. Functions.LoadPlayers()
  4848. Functions.RemoveAntiCheat()
  4849. end)
  4850.  
  4851. PrisonLIFE.MouseButton1Down:connect(function()
  4852. wait(1)
  4853.  
  4854. -- Local Player
  4855. local p = game.Players.LocalPlayer
  4856.  
  4857. -- Instance Objects
  4858. local gui = Instance.new('ScreenGui',p.PlayerGui)
  4859. local frame = Instance.new('ScrollingFrame',gui)
  4860. local open = Instance.new('TextButton',gui)
  4861. local name = Instance.new('TextLabel',frame)
  4862. local arrest = Instance.new('TextButton',frame)
  4863. local btools = Instance.new('TextButton',frame)
  4864. local escape = Instance.new('TextButton',frame)
  4865. local exit = Instance.new('TextButton',frame)
  4866. local killaura = Instance.new('TextButton',frame)
  4867. local melee = Instance.new('TextButton',frame)
  4868. local removedoors = Instance.new('TextButton',frame)
  4869. local tools = Instance.new('TextButton',frame)
  4870. local speedplus = Instance.new('TextButton',frame)
  4871. local speedminus = Instance.new('TextButton',frame)
  4872. local jumpplus = Instance.new('TextButton',frame)
  4873. local jumpminus = Instance.new('TextButton',frame)
  4874. local sedan = Instance.new('TextButton',frame)
  4875. local squad = Instance.new('TextButton',frame)
  4876. local bypass = Instance.new('TextButton',frame)
  4877. local db = Instance.new('TextButton',frame)
  4878. local floor = Instance.new('TextButton',frame)
  4879.  
  4880. -- Name object
  4881. gui.Name = "Prison Life v2.0 GUI"
  4882. frame.Name = "Commands"
  4883. open.Name = "Open"
  4884. name.Name = "Name"
  4885. arrest.Name = "ArrestButton"
  4886. btools.Name = "BtoolsButton"
  4887. escape.Name = "EscapeButton"
  4888. exit.Name = "ExitButton"
  4889. killaura.Name = "KillauraButton"
  4890. melee.Name = "MeleeButton"
  4891. removedoors.Name = "RemoveDoorsButton"
  4892. tools.Name = "ToolsButton"
  4893. speedplus.Name = "SpeedAdd"
  4894. speedminus.Name = "SpeedReduce"
  4895. jumpplus.Name = "JumpAdd"
  4896. jumpminus.Name = "JumpReduce"
  4897. sedan.Name = "SedanCar"
  4898. squad.Name = "SquadCar"
  4899. bypass.Name = "Bypass"
  4900. db.Name = "DisableBypass"
  4901. floor.Name = "Floor"
  4902.  
  4903. -- Object Visible
  4904. frame.Visible = true
  4905. open.Visible = false
  4906. name.Visible = true
  4907. arrest.Visible = true
  4908. btools.Visible = true
  4909. escape.Visible = true
  4910. exit.Visible = true
  4911. killaura.Visible = true
  4912. melee.Visible = true
  4913. removedoors.Visible = true
  4914. tools.Visible = true
  4915. speedplus.Visible = true
  4916. speedminus.Visible = true
  4917. jumpplus.Visible = true
  4918. jumpminus.Visible = true
  4919. sedan.Visible = true
  4920. squad.Visible = true
  4921. bypass.Visible = true
  4922. db.Visible = true
  4923. floor.Visible = true
  4924.  
  4925. -- Background Color
  4926. frame.BackgroundColor3 = Color3.new(255,255,255)
  4927. open.BackgroundColor3 = Color3.new(0,255,255)
  4928. name.BackgroundColor3 = Color3.new(255,255,255)
  4929. arrest.BackgroundColor3 = Color3.new(0,0,255)
  4930. btools.BackgroundColor3 = Color3.new(0,0,255)
  4931. escape.BackgroundColor3 = Color3.new(0,0,255)
  4932. exit.BackgroundColor3 = Color3.new(255,0,0)
  4933. killaura.BackgroundColor3 = Color3.new(0,0,255)
  4934. melee.BackgroundColor3 = Color3.new(0,0,255)
  4935. removedoors.BackgroundColor3 = Color3.new(0,0,255)
  4936. tools.BackgroundColor3 = Color3.new(0,0,255)
  4937. speedplus.BackgroundColor3 = Color3.new(0,0,255)
  4938. speedminus.BackgroundColor3 = Color3.new(0,0,255)
  4939. jumpplus.BackgroundColor3 = Color3.new(0,0,255)
  4940. jumpminus.BackgroundColor3 = Color3.new(0,0,255)
  4941. sedan.BackgroundColor3 = Color3.new(0,0,255)
  4942. squad.BackgroundColor3 = Color3.new(0,0,255)
  4943. bypass.BackgroundColor3 = Color3.new(0,0,255)
  4944. db.BackgroundColor3 = Color3.new(0,0,255)
  4945. floor.BackgroundColor3 = Color3.new(0,0,255)
  4946.  
  4947. -- Background Transparency
  4948. frame.BackgroundTransparency = 0.5
  4949. open.BackgroundTransparency = 0
  4950. name.BackgroundTransparency = 0.6
  4951. arrest.BackgroundTransparency = 0
  4952. btools.BackgroundTransparency = 0
  4953. escape.BackgroundTransparency = 0
  4954. exit.BackgroundTransparency = 0
  4955. killaura.BackgroundTransparency = 0
  4956. melee.BackgroundTransparency = 0
  4957. removedoors.BackgroundTransparency = 0
  4958. tools.BackgroundTransparency = 0
  4959. speedplus.BackgroundTransparency = 0
  4960. speedminus.BackgroundTransparency = 0
  4961. jumpplus.BackgroundTransparency = 0
  4962. jumpminus.BackgroundTransparency = 0
  4963. sedan.BackgroundTransparency = 0
  4964. bypass.BackgroundTransparency = 0
  4965. db.BackgroundTransparency = 0
  4966. floor.BackgroundTransparency = 0
  4967.  
  4968. -- Objects Size
  4969. frame.Size = UDim2.new(0,250,0,300)
  4970. open.Size = UDim2.new(0,80,0,30)
  4971. name.Size = UDim2.new(0,180,0,40)
  4972. arrest.Size = UDim2.new(0.9,12,0,30)
  4973. btools.Size = UDim2.new(0.9,12,0,30)
  4974. escape.Size = UDim2.new(0.9,12,0,30)
  4975. exit.Size = UDim2.new(0,50,0,40)
  4976. killaura.Size = UDim2.new(0.9,12,0,30)
  4977. melee.Size = UDim2.new(0.9,12,0,30)
  4978. removedoors.Size = UDim2.new(0.9,12,0,30)
  4979. tools.Size = UDim2.new(0.9,12,0,30)
  4980. speedplus.Size = UDim2.new(0.9,12,0,30)
  4981. speedminus.Size = UDim2.new(0.9,12,0,30)
  4982. jumpplus.Size = UDim2.new(0.9,12,0,30)
  4983. jumpminus.Size = UDim2.new(0.9,12,0,30)
  4984. sedan.Size = UDim2.new(0.9,12,0,30)
  4985. squad.Size = UDim2.new(0.9,12,0,30)
  4986. bypass.Size = UDim2.new(0.9,12,0,30)
  4987. db.Size = UDim2.new(0.9,12,0,30)
  4988. floor.Size = UDim2.new(0.9,12,0,30)
  4989.  
  4990. -- Objects Position
  4991. frame.Position = UDim2.new(0,5,0.4,0)
  4992. open.Position = UDim2.new(0,0,0,0)
  4993. name.Position = UDim2.new(0,0,0,0)
  4994. arrest.Position = UDim2.new(0,0,0,320)
  4995. btools.Position = UDim2.new(0,0,0,185)
  4996. escape.Position = UDim2.new(0,0,0,230)
  4997. exit.Position = UDim2.new(0,184,0,0)
  4998. killaura.Position = UDim2.new(0,0,0,275)
  4999. melee.Position = UDim2.new(0,0,0,140)
  5000. removedoors.Position = UDim2.new(0,0,0,50)
  5001. tools.Position = UDim2.new(0,0,0,95)
  5002. speedplus.Position = UDim2.new(0,0,0,365)
  5003. speedminus.Position = UDim2.new(0,0,0,410)
  5004. jumpplus.Position = UDim2.new(0,0,0,455)
  5005. jumpminus.Position = UDim2.new(0,0,0,500)
  5006. sedan.Position = UDim2.new(0,0,0,545)
  5007. squad.Position = UDim2.new(0,0,0,590)
  5008. bypass.Position = UDim2.new(0,0,0,635)
  5009. db.Position = UDim2.new(0,0,0,680)
  5010. floor.Position = UDim2.new(0,0,0,725)
  5011.  
  5012. -- Objects Text Color
  5013. open.TextColor3 = Color3.new(0,0,0)
  5014. name.TextColor3 = Color3.new(0,255,255)
  5015. arrest.TextColor3 = Color3.new(0,0,0)
  5016. btools.TextColor3 = Color3.new(0,0,0)
  5017. escape.TextColor3 = Color3.new(0,0,0)
  5018. exit.TextColor3 = Color3.new(0,0,0)
  5019. killaura.TextColor3 = Color3.new(0,0,0)
  5020. melee.TextColor3 = Color3.new(0,0,0)
  5021. removedoors.TextColor3 = Color3.new(0,0,0)
  5022. tools.TextColor3 = Color3.new(0,0,0)
  5023. speedplus.TextColor3 = Color3.new(0,0,0)
  5024. speedminus.TextColor3 = Color3.new(0,0,0)
  5025. jumpplus.TextColor3 = Color3.new(0,0,0)
  5026. jumpminus.TextColor3 = Color3.new(0,0,0)
  5027. sedan.TextColor3 = Color3.new(0,0,0)
  5028. squad.TextColor3 = Color3.new(0,0,0)
  5029. bypass.TextColor3 = Color3.new(0,0,0)
  5030. db.TextColor3 = Color3.new(0,0,0)
  5031. floor.TextColor3 = Color3.new(0,0,0)
  5032.  
  5033. -- Object Font
  5034. name.Font = 'Fantasy'
  5035.  
  5036. -- Object Text
  5037. open.Text = 'Open'
  5038. name.Text = 'Prison Life v2.0 Commands'
  5039. arrest.Text = 'Arrest [Cops Only]'
  5040. btools.Text = 'Give Btools'
  5041. escape.Text = 'Escape The Prison'
  5042. exit.Text = 'Exit'
  5043. killaura.Text = 'Kill Aura [Danger]'
  5044. melee.Text = 'Give Melee'
  5045. removedoors.Text = 'Remove Doors'
  5046. tools.Text = 'Give Guns'
  5047. speedplus.Text = 'WalkSpeed + 10'
  5048. speedminus.Text = 'WalkSpeed - 10'
  5049. jumpplus.Text = 'JumpPower + 10'
  5050. jumpminus.Text = 'JumpPower - 10'
  5051. sedan.Text = 'Teleport Seden [If got]'
  5052. squad.Text = 'Teleport Squad [If got]'
  5053. bypass.Text = 'Bypass Taser, Arrest [Cannot Punch]'
  5054. db.Text = 'Disable Bypass Taser, Arrest'
  5055. floor.Text = 'Get Tools on the floor'
  5056.  
  5057. -- Object Text Scaled
  5058. open.TextScaled = true
  5059. name.TextScaled = true
  5060. arrest.TextScaled = true
  5061. btools.TextScaled = true
  5062. escape.TextScaled = true
  5063. exit.TextScaled = true
  5064. killaura.TextScaled = true
  5065. melee.TextScaled = true
  5066. removedoors.TextScaled = true
  5067. tools.TextScaled = true
  5068. speedplus.TextScaled = true
  5069. speedminus.TextScaled = true
  5070. jumpplus.TextScaled = true
  5071. jumpminus.TextScaled = true
  5072. sedan.TextScaled = true
  5073. squad.TextScaled = true
  5074. bypass.TextScaled = true
  5075. db.TextScaled = true
  5076. floor.TextScaled = true
  5077.  
  5078. -- Frame Moveable
  5079. frame.Active = true
  5080. frame.Draggable = true
  5081.  
  5082. -- Open Function
  5083. open.MouseButton1Down:connect(function()
  5084. frame.Visible = true
  5085. frame:TweenPosition(UDim2.new(0,5,0.4,0), "Out", "Bounce",1 ,true)
  5086. open.Visible = false
  5087. open.Position = UDim2.new(0,0,0,0)
  5088. end)
  5089.  
  5090. -- Close/Exit Function
  5091. exit.MouseButton1Down:connect(function()
  5092. frame:TweenPosition(UDim2.new(0.1,-400,0.4,0) , "Out", "Quad", 1, true)
  5093. wait(1)
  5094. frame.Visible = false
  5095. wait(.1)
  5096. open.Visible = true
  5097. open:TweenPosition(UDim2.new(0,2,0.8,15), "Out", "Bounce",1 ,true)
  5098. end)
  5099.  
  5100. -- Remove Doors Function
  5101. removedoors.MouseButton1Down:connect(function()
  5102. game.Workspace.Doors:Destroy()
  5103. end)
  5104.  
  5105. -- Guns Function
  5106. tools.MouseButton1Down:connect(function()
  5107. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  5108. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  5109. for j, k in pairs(weapons) do
  5110. if v.Name == k then
  5111. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  5112. end
  5113. end
  5114. end
  5115. end)
  5116.  
  5117. -- Melee Function
  5118. melee.MouseButton1Down:connect(function()
  5119. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  5120. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  5121. for j, k in pairs(weapons) do
  5122. if v.Name == k then
  5123. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  5124. end
  5125. end
  5126. end
  5127. end)
  5128.  
  5129. -- Btools Function
  5130. btools.MouseButton1Down:connect(function()
  5131. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  5132. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  5133. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  5134. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  5135. end)
  5136.  
  5137. -- Escape Function
  5138. escape.MouseButton1Down:connect(function()
  5139. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  5140. end)
  5141.  
  5142. -- Kill Aura Function
  5143. killaura.MouseButton1Down:connect(function()
  5144. while wait(0.1) do
  5145. for i, plr in pairs(game.Players:GetChildren()) do
  5146. if plr.Name ~= game.Players.LocalPlayer.Name then
  5147. for i = 1, 10 do
  5148. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  5149. end
  5150. end
  5151. end
  5152. end
  5153. end)
  5154.  
  5155. -- Arrest Function
  5156. local mouse = game.Players.LocalPlayer:GetMouse()
  5157. local arrestEvent = game.Workspace.Remote.arrest
  5158. mouse.Button1Down:connect(function()
  5159. local obj = mouse.Target
  5160. local response = arrestEvent:InvokeServer(obj)
  5161. end)
  5162.  
  5163. -- WalkSpeed Increase
  5164. speedplus.MouseButton1Down:connect(function()
  5165. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  5166. end)
  5167.  
  5168. -- WalkSpeed Decrease
  5169. speedminus.MouseButton1Down:connect(function()
  5170. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  5171. end)
  5172.  
  5173. -- JumpPower Increase
  5174. jumpplus.MouseButton1Down:connect(function()
  5175. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  5176. end)
  5177.  
  5178. -- JumpPower Decrease
  5179. jumpminus.MouseButton1Down:connect(function()
  5180. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  5181. end)
  5182.  
  5183. -- Seden
  5184. sedan.MouseButton1Down:connect(function()
  5185. local Cars = {"Sedan"}
  5186. for i, v in pairs(game.Workspace["CarContainer"]:GetChildren()) do
  5187. for j, k in pairs(Cars) do
  5188. if v.Name == k then
  5189. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  5190. wait(.1)
  5191. v.Parent = game.Workspace
  5192. elseif not v.Name == k then
  5193. sedan.Text = 'No Sedan Founded yet !'
  5194. wait(2)
  5195. sedan.Text = 'Teleport Seden [If got]'
  5196. end
  5197. end
  5198. end
  5199. end)
  5200.  
  5201. -- Squad
  5202. squad.MouseButton1Down:connect(function()
  5203. local Cars = {"Squad"}
  5204. for i, v in pairs(game.Workspace["CarContainer"]:GetChildren()) do
  5205. for j, k in pairs(Cars) do
  5206. if v.Name == k then
  5207. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  5208. wait(.1)
  5209. v.Parent = game.Workspace
  5210. elseif not v.Name == k then
  5211. squad.Text = 'No Squad Founded yet !'
  5212. wait(2)
  5213. squad.Text = 'Teleport Squad [If got]'
  5214. end
  5215. end
  5216. end
  5217. end)
  5218.  
  5219. -- Bypass Taser , Arrest
  5220. bypass.MouseButton1Down:connect(function()
  5221. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  5222. game.Players.LocalPlayer.CharacterAdded:connect(function()
  5223. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  5224. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  5225. end)
  5226. local message = Instance.new("Message",game.Workspace)
  5227. message.Text = 'Thanks for brack1472 release this script !'
  5228. wait(5)
  5229. message:Destroy()
  5230. end)
  5231.  
  5232. -- Disable Bypass Taser , Arrest
  5233. db.MouseButton1Down:connect(function()
  5234. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  5235. game.Players.LocalPlayer.CharacterAdded:connect(function()
  5236. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  5237. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  5238. end)
  5239. end)
  5240.  
  5241. -- Get Tools On the Floor
  5242. floor.MouseButton1Down:connect(function()
  5243. for i, v in pairs(game.Workspace["Prison_ITEMS"].single:GetChildren()) do
  5244. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  5245. end
  5246. end)
  5247. end)
  5248.  
  5249. PepeGui.MouseButton1Down:connect(function()
  5250. loadstring(game:GetObjects("rbxassetid://277881926")[1].Source)()
  5251. end)
  5252.  
  5253. BloxHuntGUI.MouseButton1Down:connect(function()
  5254. loadstring(game:GetObjects('rbxassetid://684145476')[1].Source)()
  5255. end)
  5256.  
  5257. FENewbies.MouseButton1Down:connect(function()
  5258.  
  5259. local wsmode = 1
  5260. local jpmode = 1
  5261. local gothrough = false
  5262. local lotptog = false
  5263. local bodyang = nil
  5264. local cameratoggle = false
  5265. local spintoggle = false
  5266. local flytoggle = false
  5267. local scg = Instance.new('ScreenGui',game.Players.LocalPlayer.PlayerGui)
  5268. scg.ResetOnSpawn = false
  5269. local frm = Instance.new('Frame',scg)
  5270. frm.BorderSizePixel = 0
  5271. frm.BackgroundColor3 = Color3.new(255/255,122/255,122/255)
  5272. frm.Size = UDim2.new(0.3,0,0.3,0)
  5273. frm.Position = UDim2.new(0.35,0,0.35,0)
  5274. frm.Draggable = true
  5275.  
  5276.  
  5277. local topl = Instance.new('TextLabel',frm)
  5278. topl.BorderSizePixel = 0
  5279. topl.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5280. topl.Size = UDim2.new(0.9,1,0.2,0)
  5281. topl.Position = UDim2.new(0,0,0,0)
  5282. topl.TextScaled = true
  5283. topl.Font = "SourceSansLight"
  5284. topl.TextColor3 = Color3.new(1,1,1)
  5285. topl.Text = "Newbie's FE Gui V1.1"
  5286. topl.Draggable = true
  5287.  
  5288. local scrl = Instance.new('ScrollingFrame',frm)
  5289. scrl.BorderSizePixel = 0
  5290. scrl.BackgroundColor3 = Color3.new(255/255,122/255,122/255)
  5291. scrl.Size = UDim2.new(1,0,0.8,0)
  5292. scrl.Position = UDim2.new(0,0,0.2,0)
  5293. scrl.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  5294. scrl.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  5295.  
  5296.  
  5297.  
  5298.  
  5299.  
  5300.  
  5301. local plr = Instance.new('TextBox',scrl)
  5302. plr.BorderSizePixel = 0
  5303. plr.BackgroundColor3 = Color3.new(255/255,150/255,150/255)
  5304. plr.Size = UDim2.new(0.425,0,0.1,0)
  5305. plr.Position = UDim2.new(0.05,0,0.025,0)
  5306. plr.TextScaled = true
  5307. plr.Font = "SourceSansLight"
  5308. plr.TextColor3 = Color3.new(1,1,1)
  5309. plr.Text = "Player Specify"
  5310.  
  5311.  
  5312. local plrsp = Instance.new('TextButton',scrl)
  5313. plrsp.BorderSizePixel = 0
  5314. plrsp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5315. plrsp.Size = UDim2.new(0.425,0,0.1,0)
  5316. plrsp.Position = UDim2.new(0.5,0,0.025,0)
  5317. plrsp.TextScaled = true
  5318. plrsp.Font = "SourceSansLight"
  5319. plrsp.TextColor3 = Color3.new(1,1,1)
  5320. plrsp.Text = "Spawn Blocks"
  5321.  
  5322.  
  5323. local minim = Instance.new('TextButton',frm)
  5324. minim.BorderSizePixel = 0
  5325. minim.BackgroundColor3 = Color3.new(200/255,50/255,50/255)
  5326. minim.Size = UDim2.new(0.1,0,0.2,0)
  5327. minim.Position = UDim2.new(0.9,0,0,0)
  5328. minim.TextScaled = true
  5329. minim.Font = "SourceSansLight"
  5330. minim.TextColor3 = Color3.new(1,1,1)
  5331. minim.Text = "-"
  5332.  
  5333.  
  5334.  
  5335.  
  5336.  
  5337. function sblock()
  5338. for i=1,20 do
  5339. wait(1)
  5340. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  5341. if v:IsA'Accoutrement' then
  5342. v.Parent=game.Players.LocalPlayer.Character
  5343. v.Parent = workspace.Terrain
  5344. end
  5345. end
  5346. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5347. if v:IsA'Accoutrement' then
  5348. for ape,hax in pairs(v.Handle:GetChildren()) do
  5349. hax:Destroy()
  5350. end
  5351. wait'.1'
  5352. v.Parent=game.Players.LocalPlayer.StarterGear
  5353. end
  5354. end
  5355. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5356. v:Destroy()
  5357. end
  5358. local prt=Instance.new("Model", workspace);
  5359. Instance.new("Part", prt).Name="Torso";
  5360. Instance.new("Part", prt).Name="Head";
  5361. Instance.new("Humanoid", prt).Name="Humanoid";
  5362. game.Players.LocalPlayer.Character=prt
  5363.  
  5364. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  5365. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  5366. if dad:IsA'Accoutrement' then
  5367. dad.Parent = game.Players.LocalPlayer.StarterGear
  5368. end
  5369. end
  5370. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5371. v:Destroy()
  5372. end
  5373. local prt2=Instance.new("Model", workspace);
  5374. Instance.new("Part", prt).Name="Torso";
  5375. Instance.new("Part", prt).Name="Head";
  5376. Instance.new("Humanoid", prt).Name="Humanoid";
  5377. game.Players.LocalPlayer.Character=prt
  5378. end
  5379. end
  5380. plrsp.MouseButton1Click:connect(sblock)
  5381.  
  5382.  
  5383.  
  5384.  
  5385.  
  5386. local spin = Instance.new('TextButton',scrl)
  5387. spin.BorderSizePixel = 0
  5388. spin.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5389. spin.Size = UDim2.new(0.425,0,0.1,0)
  5390. spin.Position = UDim2.new(0.05,0,0.15,0)
  5391. spin.TextScaled = true
  5392. spin.Font = "SourceSansLight"
  5393. spin.TextColor3 = Color3.new(1,1,1)
  5394. spin.Text = "Crazy Spin: OFF"
  5395.  
  5396. local fly = Instance.new('TextButton',scrl)
  5397. fly.BorderSizePixel = 0
  5398. fly.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5399. fly.Size = UDim2.new(0.425,0,0.1,0)
  5400. fly.Position = UDim2.new(0.5,0,0.15,0)
  5401. fly.TextScaled = true
  5402. fly.Font = "SourceSansLight"
  5403. fly.TextColor3 = Color3.new(1,1,1)
  5404. fly.Text = "Fly: OFF"
  5405.  
  5406.  
  5407.  
  5408.  
  5409. local seethr = Instance.new('TextButton',scrl)
  5410. seethr.BorderSizePixel = 0
  5411. seethr.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5412. seethr.Size = UDim2.new(0.425,0,0.1,0)
  5413. seethr.Position = UDim2.new(0.05,0,0.275,0)
  5414. seethr.TextScaled = true
  5415. seethr.Font = "SourceSansLight"
  5416. seethr.TextColor3 = Color3.new(1,1,1)
  5417. seethr.Text = "See-Through: OFF"
  5418.  
  5419. local tpto = Instance.new('TextButton',scrl)
  5420. tpto.BorderSizePixel = 0
  5421. tpto.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5422. tpto.Size = UDim2.new(0.425,0,0.1,0)
  5423. tpto.Position = UDim2.new(0.5,0,0.275,0)
  5424. tpto.TextScaled = true
  5425. tpto.Font = "SourceSansLight"
  5426. tpto.TextColor3 = Color3.new(1,1,1)
  5427. tpto.Text = "Teleport To"
  5428.  
  5429.  
  5430.  
  5431. local ws = Instance.new('TextButton',scrl)
  5432. ws.BorderSizePixel = 0
  5433. ws.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5434. ws.Size = UDim2.new(0.425,0,0.1,0)
  5435. ws.Position = UDim2.new(0.05,0,0.4,0)
  5436. ws.TextScaled = true
  5437. ws.Font = "SourceSansLight"
  5438. ws.TextColor3 = Color3.new(1,1,1)
  5439. ws.Text = "WalkSpeed: Normal"
  5440.  
  5441. local jp = Instance.new('TextButton',scrl)
  5442. jp.BorderSizePixel = 0
  5443. jp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5444. jp.Size = UDim2.new(0.425,0,0.1,0)
  5445. jp.Position = UDim2.new(0.5,0,0.4,0)
  5446. jp.TextScaled = true
  5447. jp.Font = "SourceSansLight"
  5448. jp.TextColor3 = Color3.new(1,1,1)
  5449. jp.Text = "JumpPower: Normal"
  5450.  
  5451.  
  5452.  
  5453.  
  5454.  
  5455. local lotp = Instance.new('TextButton',scrl)
  5456. lotp.BorderSizePixel = 0
  5457. lotp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5458. lotp.Size = UDim2.new(0.425,0,0.1,0)
  5459. lotp.Position = UDim2.new(0.05,0,0.525,0)
  5460. lotp.TextScaled = true
  5461. lotp.Font = "SourceSansLight"
  5462. lotp.TextColor3 = Color3.new(1,1,1)
  5463. lotp.Text = "Loop-Teleport: OFF"
  5464.  
  5465. local sb = Instance.new('TextButton',scrl)
  5466. sb.BorderSizePixel = 0
  5467. sb.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5468. sb.Size = UDim2.new(0.425,0,0.1,0)
  5469. sb.Position = UDim2.new(0.5,0,0.525,0)
  5470. sb.TextScaled = true
  5471. sb.Font = "SourceSansLight"
  5472. sb.TextColor3 = Color3.new(1,1,1)
  5473. sb.Text = "Noclip"
  5474.  
  5475.  
  5476. local cr = Instance.new('TextLabel',scrl)
  5477. cr.BorderSizePixel = 0
  5478. cr.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5479. cr.Size = UDim2.new(0.875,0,0.225,0)
  5480. cr.Position = UDim2.new(0.05,0,0.65,0)
  5481. cr.TextScaled = true
  5482. cr.Font = "SourceSansLight"
  5483. cr.TextColor3 = Color3.new(1,1,1)
  5484. cr.Text = "Gui Created by Newbie15. Credit Goes to RGeeneus/Ignoramical for the Fly Script and Natural Modder for leaking the block spam script. but most importantly credits go to the users of this Gui."
  5485.  
  5486.  
  5487. local fl = Instance.new('TextLabel',scrl)
  5488. fl.BorderSizePixel = 0
  5489. fl.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5490. fl.Size = UDim2.new(0.875,0,0.075,0)
  5491. fl.Position = UDim2.new(0.05,0,0.9,0)
  5492. fl.TextScaled = true
  5493. fl.Font = "SourceSansLight"
  5494. fl.TextColor3 = Color3.new(1,1,1)
  5495. if game.Workspace.FilteringEnabled == true then
  5496. fl.Text = "Filtering is Enabled"
  5497. else
  5498. fl.Text = "Filtering is Disabled"
  5499. end
  5500.  
  5501.  
  5502.  
  5503.  
  5504. local gui2 = Instance.new('ScreenGui',game.Players.LocalPlayer.PlayerGui)
  5505. gui2.ResetOnSpawn = false
  5506.  
  5507.  
  5508. local oc = Instance.new('TextButton',gui2)
  5509. oc.BorderSizePixel = 0
  5510. oc.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  5511. oc.Size = UDim2.new(0,50,0,50)
  5512. oc.Position = UDim2.new(0,0,0,0)
  5513. oc.TextScaled = true
  5514. oc.Font = "SourceSansLight"
  5515. oc.TextColor3 = Color3.new(1,1,1)
  5516. oc.Text = "Close"
  5517. oc.Draggable = true
  5518.  
  5519.  
  5520.  
  5521.  
  5522.  
  5523.  
  5524.  
  5525.  
  5526.  
  5527.  
  5528.  
  5529.  
  5530.  
  5531. -- FLY SCRIPT BY RGEENEUS
  5532.  
  5533. -- The following code should be in a local script.
  5534. -- Only works on PC, not xbox or mobile. I do not have devices to test on.
  5535. -- Call the start fly function AFTER the character exists to fly. The function does not run if there is no character.
  5536.  
  5537. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  5538.  
  5539. local c
  5540. local h
  5541. local bv
  5542. local bav
  5543. local cam
  5544. local flying
  5545. local p = game.Players.LocalPlayer
  5546. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  5547.  
  5548. local startFly = function () -- Call this function to begin flying
  5549. if not p.Character or not p.Character.Head or flying then return end
  5550. c = p.Character
  5551. h = c.Humanoid
  5552. h.PlatformStand = true
  5553. cam = workspace:WaitForChild('Camera')
  5554. bv = Instance.new("BodyVelocity")
  5555. bav = Instance.new("BodyAngularVelocity")
  5556. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  5557. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  5558. bv.Parent = c.Head
  5559. bav.Parent = c.Head
  5560. flying = true
  5561. h.Died:connect(function() flying = false end)
  5562. end
  5563.  
  5564. local endFly = function () -- Call this function to stop flying
  5565. if not p.Character or not flying then return end
  5566. h.PlatformStand = false
  5567. bv:Destroy()
  5568. bav:Destroy()
  5569. flying = false
  5570. end
  5571.  
  5572. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  5573. if GPE then return end
  5574. for i, e in pairs(buttons) do
  5575. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  5576. buttons[i] = true
  5577. buttons.Moving = true
  5578. end
  5579. end
  5580. end)
  5581.  
  5582. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  5583. if GPE then return end
  5584. local a = false
  5585. for i, e in pairs(buttons) do
  5586. if i ~= "Moving" then
  5587. if input.KeyCode == Enum.KeyCode[i] then
  5588. buttons[i] = false
  5589. end
  5590. if buttons[i] then a = true end
  5591. end
  5592. end
  5593. buttons.Moving = a
  5594. end)
  5595.  
  5596. local setVec = function (vec)
  5597. return vec * (speed / vec.Magnitude)
  5598. end
  5599.  
  5600. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  5601. if flying and c and c.PrimaryPart then
  5602. local p = c.PrimaryPart.Position
  5603. local cf = cam.CFrame
  5604. local ax, ay, az = cf:toEulerAnglesXYZ()
  5605. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  5606. if buttons.Moving then
  5607. local t = Vector3.new()
  5608. if buttons.W then t = t + (setVec(cf.lookVector)) end
  5609. if buttons.S then t = t - (setVec(cf.lookVector)) end
  5610. if buttons.A then t = t - (setVec(cf.rightVector)) end
  5611. if buttons.D then t = t + (setVec(cf.rightVector)) end
  5612. c:TranslateBy(t * step)
  5613. end
  5614. end
  5615. end)
  5616.  
  5617.  
  5618.  
  5619.  
  5620.  
  5621.  
  5622.  
  5623.  
  5624.  
  5625.  
  5626.  
  5627.  
  5628.  
  5629.  
  5630. function spintogl()
  5631. if spintoggle == true then
  5632. spintoggle = false
  5633. spin.Text = "Crazy Spin: OFF"
  5634. else
  5635. spintoggle = true
  5636. spin.Text = "Crazy Spin: ON"
  5637. local bodyang = Instance.new('BodyAngularVelocity',game.Players.LocalPlayer.Character.PrimaryPart)
  5638. bodyang.AngularVelocity = Vector3.new(90,999,0)
  5639. bodyang.MaxTorque = Vector3.new(60000,100,3000)
  5640. bodyang.P = 5000000
  5641. repeat
  5642. wait(0.001)
  5643. until spintoggle == false
  5644. bodyang:Destroy()
  5645. end
  5646. end
  5647. spin.MouseButton1Click:connect(spintogl)
  5648.  
  5649.  
  5650. function flytogl()
  5651. if flytoggle == true then
  5652. flytoggle = false
  5653. fly.Text = "Fly: OFF"
  5654. else
  5655. flytoggle = true
  5656. fly.Text = "Fly: ON"
  5657. startFly()
  5658. repeat
  5659. wait(0.001)
  5660. until flytoggle == false
  5661. endFly()
  5662. end
  5663. end
  5664. fly.MouseButton1Click:connect(flytogl)
  5665.  
  5666.  
  5667.  
  5668. function opctogl()
  5669. if scg.Enabled == true then
  5670. scg.Enabled = false
  5671. oc.Text = "Open"
  5672. else
  5673. scg.Enabled = true
  5674. oc.Text = "Close"
  5675. end
  5676. end
  5677. oc.MouseButton1Click:connect(opctogl)
  5678. function telep()
  5679. game.Players.LocalPlayer.Character:MoveTo(game.Players:FindFirstChild(plr.Text).Character.PrimaryPart.Position)
  5680. end
  5681. tpto.MouseButton1Click:connect(telep)
  5682.  
  5683.  
  5684. function camtogl()
  5685. if cameratoggle == false then
  5686. cameratoggle = true
  5687. game.Workspace.CurrentCamera.CameraType = "Follow"
  5688. seethr.Text = "See-Through: ON"
  5689. else
  5690. cameratoggle = false
  5691. game.Workspace.CurrentCamera.CameraType = "Custom"
  5692. seethr.Text = "See-Through: OFF"
  5693. end
  5694. end
  5695. seethr.MouseButton1Click:connect(camtogl)
  5696.  
  5697.  
  5698.  
  5699.  
  5700.  
  5701.  
  5702. function wsp()
  5703. if wsmode ~= 5 then
  5704. wsmode = wsmode + 1
  5705. else
  5706. wsmode = 1
  5707. end
  5708. if wsmode == 1 then
  5709. ws.Text = "WalkSpeed: Normal"
  5710. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  5711. end
  5712. if wsmode == 2 then
  5713. ws.Text = "WalkSpeed: Fast"
  5714. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32
  5715. end
  5716. if wsmode == 3 then
  5717. ws.Text = "WalkSpeed: FASTER"
  5718. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
  5719. end
  5720. if wsmode == 4 then
  5721. ws.Text = "WalkSpeed: EXTREME"
  5722. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  5723. end
  5724. if wsmode == 5 then
  5725. ws.Text = "WalkSpeed: The Speed of Light"
  5726. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 4357234785243
  5727. end
  5728. end
  5729. ws.MouseButton1Click:connect(wsp)
  5730.  
  5731.  
  5732.  
  5733.  
  5734.  
  5735. function jpp()
  5736. if jpmode ~= 5 then
  5737. jpmode = jpmode + 1
  5738. else
  5739. jpmode = 1
  5740. end
  5741. if jpmode == 1 then
  5742. jp.Text = "JumpPower: Normal"
  5743. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  5744. end
  5745. if jpmode == 2 then
  5746. jp.Text = "JumpPower: Trampoline"
  5747. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  5748. end
  5749. if jpmode == 3 then
  5750. jp.Text = "JumpPower: Big Trampoline"
  5751. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  5752. end
  5753. if jpmode == 4 then
  5754. jp.Text = "JumpPower: Bigger Trampoline"
  5755. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 400
  5756. end
  5757. if jpmode == 5 then
  5758. jp.Text = "JumpPower: The Speed of Light"
  5759. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 80000
  5760. end
  5761. end
  5762. jp.MouseButton1Click:connect(jpp)
  5763.  
  5764. function spawnblock()
  5765. if gothrough == false then
  5766. gothrough = true
  5767. sb.Text = "Noclip"
  5768. local gc = game.Players.LocalPlayer.Character:GetChildren()
  5769. for i = 1,#gc,1 do
  5770. if (gc[i].ClassName == "Part") or (gc[i].ClassName == "MeshPart") then
  5771. gc[i].CollisionGroupId = 29
  5772. end
  5773. end
  5774. game:service("RunService").Stepped:wait()
  5775. else
  5776. gothrough = false
  5777. sb.Text = "Noclip"
  5778. local gc = game.Players.LocalPlayer.Character:GetChildren()
  5779. for i = 1,#gc,1 do
  5780. if (gc[i].ClassName == "Part") or (gc[i].ClassName == "MeshPart") then
  5781. gc[i].CollisionGroupId = 1
  5782. game:service("RunService").Stepped:wait()
  5783. end
  5784. end
  5785. end
  5786. end
  5787. sb.MouseButton1Click:connect(spawnblock)
  5788. function looptelep()
  5789. if lotptog == false then
  5790. lotptog = true
  5791. lotp.Text = "Loop-Teleport: ON"
  5792. repeat
  5793. game.Players.LocalPlayer.Character:MoveTo(game.Players:FindFirstChild(plr.Text).Character.PrimaryPart.Position)
  5794. wait(0.001)
  5795. until lotptog == false
  5796. else
  5797. lotptog = false
  5798. lotp.Text = "Loop-Teleport: OFF"
  5799. end
  5800. end
  5801. lotp.MouseButton1Click:connect(looptelep)
  5802.  
  5803.  
  5804. function minimi()
  5805. scg.Enabled = false
  5806. oc.Text = "Open"
  5807. end
  5808. minim.MouseButton1Click:connect(minimi)
  5809. end)
  5810.  
  5811. SnowysGUI.MouseButton1Down:connect(function()
  5812. -- Objects
  5813.  
  5814. local SnowyMenu = Instance.new("ScreenGui")
  5815. local Opener = Instance.new("Frame")
  5816. local Open = Instance.new("TextButton")
  5817. local MainFrame = Instance.new("Frame")
  5818. local BlackBottom = Instance.new("Frame")
  5819. local BlueTop = Instance.new("Frame")
  5820. local Frame = Instance.new("Frame")
  5821. local Frame_2 = Instance.new("Frame")
  5822. local FEBtools = Instance.new("TextButton")
  5823. local FEDab = Instance.new("TextButton")
  5824. local FEDance = Instance.new("TextButton")
  5825. local FESpamBricks = Instance.new("TextButton")
  5826. local FESpasm = Instance.new("TextButton")
  5827. local FEBToolsWarning = Instance.new("TextLabel")
  5828. local FEDabWarning = Instance.new("TextLabel")
  5829. local FEDabWarning_2 = Instance.new("TextLabel")
  5830. local FESpasmWarning = Instance.new("TextLabel")
  5831. local SnowMenu = Instance.new("TextLabel")
  5832. local SpamBricksWarning = Instance.new("TextLabel")
  5833. local Closer = Instance.new("Frame")
  5834. local Close = Instance.new("TextButton")
  5835.  
  5836. -- Properties
  5837.  
  5838. SnowyMenu.Name = "SnowyMenu"
  5839. SnowyMenu.Parent = game.CoreGui
  5840.  
  5841. Opener.Name = "Opener"
  5842. Opener.Parent = SnowyMenu
  5843. Opener.BackgroundColor3 = Color3.new(1, 1, 1)
  5844. Opener.BackgroundTransparency = 1
  5845. Opener.Size = UDim2.new(0, 100, 0, 100)
  5846.  
  5847. Open.Name = "Open"
  5848. Open.Parent = Opener
  5849. Open.BackgroundColor3 = Color3.new(0, 1, 0)
  5850. Open.BackgroundTransparency = 0.5
  5851. Open.BorderSizePixel = 0
  5852. Open.Position = UDim2.new(0, 0, 4.19999981, 0)
  5853. Open.Size = UDim2.new(0, 95, 0, 35)
  5854. Open.Font = Enum.Font.SourceSansBold
  5855. Open.FontSize = Enum.FontSize.Size14
  5856. Open.Text = "Open"
  5857. Open.TextColor3 = Color3.new(0, 0, 0)
  5858. Open.TextScaled = true
  5859. Open.TextSize = 14
  5860. Open.TextTransparency = 0.5
  5861. Open.TextWrapped = true
  5862.  
  5863. MainFrame.Name = "MainFrame"
  5864. MainFrame.Parent = SnowyMenu
  5865. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5866. MainFrame.BackgroundTransparency = 1
  5867. MainFrame.Size = UDim2.new(0, 1238, 0, 704)
  5868. MainFrame.Visible = false
  5869.  
  5870. BlackBottom.Name = "BlackBottom"
  5871. BlackBottom.Parent = MainFrame
  5872. BlackBottom.Active = true
  5873. BlackBottom.BackgroundColor3 = Color3.new(0, 0, 0)
  5874. BlackBottom.BackgroundTransparency = 0.5
  5875. BlackBottom.BorderSizePixel = 0
  5876. BlackBottom.ClipsDescendants = true
  5877. BlackBottom.Draggable = true
  5878. BlackBottom.Position = UDim2.new(0.0993537977, 0, 0.390625, 0)
  5879. BlackBottom.Selectable = true
  5880. BlackBottom.Size = UDim2.new(0, 245, 0, 322)
  5881.  
  5882. BlueTop.Name = "BlueTop"
  5883. BlueTop.Parent = BlackBottom
  5884. BlueTop.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  5885. BlueTop.BackgroundTransparency = 0.5
  5886. BlueTop.BorderSizePixel = 0
  5887. BlueTop.Position = UDim2.new(0.00139461458, 0, 0.000477999449, 0)
  5888. BlueTop.Size = UDim2.new(0, 245, 0, 63)
  5889.  
  5890. Frame.Parent = BlackBottom
  5891. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  5892. Frame.BackgroundTransparency = 0.5
  5893. Frame.BorderSizePixel = 0
  5894. Frame.Position = UDim2.new(0.117124394, 0, 0.159514412, 0)
  5895. Frame.Size = UDim2.new(0, 200, 0, 5)
  5896.  
  5897. Frame_2.Parent = BlackBottom
  5898. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  5899. Frame_2.BackgroundTransparency = 0.5
  5900. Frame_2.BorderSizePixel = 0
  5901. Frame_2.Position = UDim2.new(0.117124394, 0, 0.03721416, 0)
  5902. Frame_2.Size = UDim2.new(0, 200, 0, 5)
  5903.  
  5904. FEBtools.Name = "FEBtools"
  5905. FEBtools.Parent = BlackBottom
  5906. FEBtools.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  5907. FEBtools.BackgroundTransparency = 0.5
  5908. FEBtools.BorderSizePixel = 0
  5909. FEBtools.Position = UDim2.new(0.0299660433, 0, 0.260604918, 0)
  5910. FEBtools.Size = UDim2.new(0, 100, 0, 34)
  5911. FEBtools.Font = Enum.Font.SourceSansBold
  5912. FEBtools.FontSize = Enum.FontSize.Size14
  5913. FEBtools.Text = "FE Btools"
  5914. FEBtools.TextColor3 = Color3.new(1, 1, 1)
  5915. FEBtools.TextScaled = true
  5916. FEBtools.TextSize = 14
  5917. FEBtools.TextTransparency = 0.5
  5918. FEBtools.TextWrapped = true
  5919.  
  5920. FEDab.Name = "FEDab"
  5921. FEDab.Parent = BlackBottom
  5922. FEDab.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  5923. FEDab.BackgroundTransparency = 0.5
  5924. FEDab.BorderSizePixel = 0
  5925. FEDab.Position = UDim2.new(0.0299660414, 0, 0.579571962, 0)
  5926. FEDab.Size = UDim2.new(0, 100, 0, 34)
  5927. FEDab.Font = Enum.Font.SourceSansBold
  5928. FEDab.FontSize = Enum.FontSize.Size14
  5929. FEDab.Text = "Local Dab"
  5930. FEDab.TextColor3 = Color3.new(1, 1, 1)
  5931. FEDab.TextScaled = true
  5932. FEDab.TextSize = 14
  5933. FEDab.TextTransparency = 0.5
  5934. FEDab.TextWrapped = true
  5935.  
  5936. FEDance.Name = "FEDance"
  5937. FEDance.Parent = BlackBottom
  5938. FEDance.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  5939. FEDance.BackgroundTransparency = 0.5
  5940. FEDance.BorderSizePixel = 0
  5941. FEDance.Position = UDim2.new(0.0299660414, 0, 0.727705061, 0)
  5942. FEDance.Size = UDim2.new(0, 100, 0, 34)
  5943. FEDance.Font = Enum.Font.SourceSansBold
  5944. FEDance.FontSize = Enum.FontSize.Size14
  5945. FEDance.Text = "Local Dance"
  5946. FEDance.TextColor3 = Color3.new(1, 1, 1)
  5947. FEDance.TextScaled = true
  5948. FEDance.TextSize = 14
  5949. FEDance.TextTransparency = 0.5
  5950. FEDance.TextWrapped = true
  5951.  
  5952. FESpamBricks.Name = "FESpamBricks"
  5953. FESpamBricks.Parent = BlackBottom
  5954. FESpamBricks.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  5955. FESpamBricks.BackgroundTransparency = 0.5
  5956. FESpamBricks.BorderSizePixel = 0
  5957. FESpamBricks.Position = UDim2.new(0.0299660414, 0, 0.414852172, 0)
  5958. FESpamBricks.Size = UDim2.new(0, 100, 0, 34)
  5959. FESpamBricks.Font = Enum.Font.SourceSansBold
  5960. FESpamBricks.FontSize = Enum.FontSize.Size14
  5961. FESpamBricks.Text = "Spam Bricks"
  5962. FESpamBricks.TextColor3 = Color3.new(1, 1, 1)
  5963. FESpamBricks.TextScaled = true
  5964. FESpamBricks.TextSize = 14
  5965. FESpamBricks.TextTransparency = 0.5
  5966. FESpamBricks.TextWrapped = true
  5967.  
  5968. FESpasm.Name = "FESpasm"
  5969. FESpasm.Parent = BlackBottom
  5970. FESpasm.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  5971. FESpasm.BackgroundTransparency = 0.5
  5972. FESpasm.BorderSizePixel = 0
  5973. FESpasm.Position = UDim2.new(0.0299660414, 0, 0.895265758, 0)
  5974. FESpasm.Size = UDim2.new(0, 100, 0, 34)
  5975. FESpasm.Font = Enum.Font.SourceSansBold
  5976. FESpasm.FontSize = Enum.FontSize.Size14
  5977. FESpasm.Text = "Local Spasm"
  5978. FESpasm.TextColor3 = Color3.new(1, 1, 1)
  5979. FESpasm.TextScaled = true
  5980. FESpasm.TextSize = 14
  5981. FESpasm.TextTransparency = 0.5
  5982. FESpasm.TextWrapped = true
  5983.  
  5984. FEBToolsWarning.Name = "FEBToolsWarning"
  5985. FEBToolsWarning.Parent = BlackBottom
  5986. FEBToolsWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  5987. FEBToolsWarning.BackgroundTransparency = 1
  5988. FEBToolsWarning.Position = UDim2.new(0.457680285, 0, 0.259978473, 0)
  5989. FEBToolsWarning.Size = UDim2.new(0, 133, 0, 35)
  5990. FEBToolsWarning.Font = Enum.Font.SourceSansBold
  5991. FEBToolsWarning.FontSize = Enum.FontSize.Size14
  5992. FEBToolsWarning.Text = "The FE Btools Only work in some Cafe games."
  5993. FEBToolsWarning.TextColor3 = Color3.new(1, 1, 1)
  5994. FEBToolsWarning.TextScaled = true
  5995. FEBToolsWarning.TextSize = 14
  5996. FEBToolsWarning.TextWrapped = true
  5997.  
  5998. FEDabWarning.Name = "FEDabWarning"
  5999. FEDabWarning.Parent = BlackBottom
  6000. FEDabWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  6001. FEDabWarning.BackgroundTransparency = 1
  6002. FEDabWarning.Position = UDim2.new(0.454363495, 0, 0.726284564, 0)
  6003. FEDabWarning.Size = UDim2.new(0, 133, 0, 35)
  6004. FEDabWarning.Font = Enum.Font.SourceSansBold
  6005. FEDabWarning.FontSize = Enum.FontSize.Size14
  6006. FEDabWarning.Text = "Dance Till you're dead :v"
  6007. FEDabWarning.TextColor3 = Color3.new(1, 1, 1)
  6008. FEDabWarning.TextScaled = true
  6009. FEDabWarning.TextSize = 14
  6010. FEDabWarning.TextWrapped = true
  6011.  
  6012. FEDabWarning_2.Name = "FEDabWarning"
  6013. FEDabWarning_2.Parent = BlackBottom
  6014. FEDabWarning_2.BackgroundColor3 = Color3.new(1, 1, 1)
  6015. FEDabWarning_2.BackgroundTransparency = 1
  6016. FEDabWarning_2.Position = UDim2.new(0.458445162, 0, 0.578151464, 0)
  6017. FEDabWarning_2.Size = UDim2.new(0, 133, 0, 35)
  6018. FEDabWarning_2.Font = Enum.Font.SourceSansBold
  6019. FEDabWarning_2.FontSize = Enum.FontSize.Size14
  6020. FEDabWarning_2.Text = "DAB ON THEM HATERS!!!111"
  6021. FEDabWarning_2.TextColor3 = Color3.new(1, 1, 1)
  6022. FEDabWarning_2.TextScaled = true
  6023. FEDabWarning_2.TextSize = 14
  6024. FEDabWarning_2.TextWrapped = true
  6025.  
  6026. FESpasmWarning.Name = "FESpasmWarning"
  6027. FESpasmWarning.Parent = BlackBottom
  6028. FESpasmWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  6029. FESpasmWarning.BackgroundTransparency = 1
  6030. FESpasmWarning.Position = UDim2.new(0.437633127, 0, 0.890739679, 0)
  6031. FESpasmWarning.Size = UDim2.new(0, 133, 0, 35)
  6032. FESpasmWarning.Font = Enum.Font.SourceSansBold
  6033. FESpasmWarning.FontSize = Enum.FontSize.Size14
  6034. FESpasmWarning.Text = "Too much cringe!!"
  6035. FESpasmWarning.TextColor3 = Color3.new(1, 1, 1)
  6036. FESpasmWarning.TextScaled = true
  6037. FESpasmWarning.TextSize = 14
  6038. FESpasmWarning.TextWrapped = true
  6039.  
  6040. SnowMenu.Name = "SnowMenu"
  6041. SnowMenu.Parent = BlackBottom
  6042. SnowMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  6043. SnowMenu.BackgroundTransparency = 1
  6044. SnowMenu.Position = UDim2.new(0.0967162326, 0, 0.0179542005, 0)
  6045. SnowMenu.Size = UDim2.new(0, 200, 0, 50)
  6046. SnowMenu.Font = Enum.Font.SourceSansBold
  6047. SnowMenu.FontSize = Enum.FontSize.Size14
  6048. SnowMenu.Text = "Snowy Menu"
  6049. SnowMenu.TextColor3 = Color3.new(0, 0, 0)
  6050. SnowMenu.TextScaled = true
  6051. SnowMenu.TextSize = 14
  6052. SnowMenu.TextTransparency = 0.5
  6053. SnowMenu.TextWrapped = true
  6054.  
  6055. SpamBricksWarning.Name = "SpamBricksWarning"
  6056. SpamBricksWarning.Parent = BlackBottom
  6057. SpamBricksWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  6058. SpamBricksWarning.BackgroundTransparency = 1
  6059. SpamBricksWarning.Position = UDim2.new(0.455639422, 0, 0.416537285, 0)
  6060. SpamBricksWarning.Size = UDim2.new(0, 133, 0, 35)
  6061. SpamBricksWarning.Font = Enum.Font.SourceSansBold
  6062. SpamBricksWarning.FontSize = Enum.FontSize.Size14
  6063. SpamBricksWarning.Text = "The Spam Bricks Will Spam Bricks Eveyerwhere 20 Times"
  6064. SpamBricksWarning.TextColor3 = Color3.new(1, 1, 1)
  6065. SpamBricksWarning.TextScaled = true
  6066. SpamBricksWarning.TextSize = 14
  6067. SpamBricksWarning.TextWrapped = true
  6068.  
  6069. Closer.Name = "Closer"
  6070. Closer.Parent = SnowyMenu
  6071. Closer.BackgroundColor3 = Color3.new(1, 1, 1)
  6072. Closer.BackgroundTransparency = 1
  6073. Closer.Size = UDim2.new(0, 100, 0, 100)
  6074. Closer.Visible = false
  6075.  
  6076. Close.Name = "Close"
  6077. Close.Parent = Closer
  6078. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  6079. Close.BackgroundTransparency = 0.5
  6080. Close.BorderSizePixel = 0
  6081. Close.Position = UDim2.new(0, 0, 4.61999989, 0)
  6082. Close.Size = UDim2.new(0, 95, 0, 35)
  6083. Close.Font = Enum.Font.SourceSansBold
  6084. Close.FontSize = Enum.FontSize.Size14
  6085. Close.Text = "Close"
  6086. Close.TextColor3 = Color3.new(0, 0, 0)
  6087. Close.TextScaled = true
  6088. Close.TextSize = 14
  6089. Close.TextTransparency = 0.5
  6090. Close.TextWrapped = true
  6091.  
  6092. Open.MouseButton1Click:connect(function()
  6093. game.CoreGui.SnowyMenu.Opener.Visible = false
  6094. game.CoreGui.SnowyMenu.MainFrame.Visible = true
  6095. game.CoreGui.SnowyMenu.Closer.Visible = true
  6096. end)
  6097.  
  6098. Close.MouseButton1Click:connect(function()
  6099. game.CoreGui.SnowyMenu.Opener.Visible = true
  6100. game.CoreGui.SnowyMenu.MainFrame.Visible = false
  6101. game.CoreGui.SnowyMenu.Closer.Visible = false
  6102. end)
  6103.  
  6104. FEDance.MouseButton1Click:connect(function()
  6105. Player = "LocalPlayer"
  6106. AnimationId = "33796059"
  6107. local Anim = Instance.new("Animation")
  6108. Anim.AnimationId = "rbxassetid://"..AnimationId
  6109. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  6110. k:Play() --Play the animation
  6111. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  6112. end)
  6113.  
  6114. FEBtools.MouseButton1Click:connect(function()
  6115. --fe cafe hammertool script cuz im gay--
  6116. maind = nil
  6117. if workspace:FindFirstChild'GiveSystem' then
  6118. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  6119. maind = workspace.GiveSystem.GiveItem
  6120. end
  6121. end
  6122. if workspace:FindFirstChild'HandToCentre' then
  6123. if workspace.HandToCentre:FindFirstChild'SendItem' then
  6124. maind = workspace.HandToCentre.SendItem
  6125. end
  6126. end
  6127. if maind == nil then
  6128. print'could not find give event :('
  6129. return
  6130. end
  6131. tool = Instance.new'Tool'
  6132. me = game:GetService'Players'.LocalPlayer
  6133. tool.RequiresHandle = false
  6134. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  6135. tool.Name = 'ya like jazz?'
  6136. tool.Parent = me.Backpack
  6137. buttonf = nil
  6138. tool.Equipped:connect(function()
  6139. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  6140. m.Icon = 'rbxasset://textures/HammerCursor.png'
  6141. buttonf = m.Button1Down:connect(function()
  6142. if m.Target == nil then return end
  6143. local ob = m.Target
  6144. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  6145. if ob:IsDescendantOf(me.Character) then return end
  6146. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  6147. local ex = Instance.new'Explosion'
  6148. ex.BlastRadius = 0
  6149. ex.Position = ob.Position
  6150. ex.Parent = workspace
  6151. maind:FireServer(workspace, ob)
  6152. wait(0.3)
  6153. m.Icon = 'rbxasset://textures/HammerCursor.png'
  6154. end
  6155. end)
  6156. end)
  6157. tool.Unequipped:connect(function()
  6158. if buttonf ~= nil then
  6159. buttonf:Disconnect()
  6160. buttonf = nil
  6161. end
  6162. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  6163. m.Icon = ''
  6164. end)
  6165. end)
  6166.  
  6167. FESpamBricks.MouseButton1Click:connect(function()
  6168. for i=1,20 do
  6169. wait(1)
  6170. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  6171. if v:IsA'Accoutrement' then
  6172. v.Parent=game.Players.LocalPlayer.Character
  6173. v.Parent = workspace.Terrain
  6174. end
  6175. end
  6176. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  6177. if v:IsA'Accoutrement' then
  6178. for ape,hax in pairs(v.Handle:GetChildren()) do
  6179. hax:Destroy()
  6180. end
  6181. wait'.1'
  6182. v.Parent=game.Players.LocalPlayer.StarterGear
  6183. end
  6184. end
  6185. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  6186. v:Destroy()
  6187. end
  6188. local prt=Instance.new("Model", workspace);
  6189. Instance.new("Part", prt).Name="Torso";
  6190. Instance.new("Part", prt).Name="Head";
  6191. Instance.new("Humanoid", prt).Name="Humanoid";
  6192. game.Players.LocalPlayer.Character=prt
  6193.  
  6194. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  6195. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  6196. if dad:IsA'Accoutrement' then
  6197. dad.Parent = game.Players.LocalPlayer.StarterGear
  6198. end
  6199. end
  6200. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  6201. v:Destroy()
  6202. end
  6203. local prt2=Instance.new("Model", workspace);
  6204. Instance.new("Part", prt).Name="Torso";
  6205. Instance.new("Part", prt).Name="Head";
  6206. Instance.new("Humanoid", prt).Name="Humanoid";
  6207. game.Players.LocalPlayer.Character=prt
  6208. end
  6209. end)
  6210.  
  6211. FEDab.MouseButton1Click:connect(function()
  6212. Player = "LocalPlayer"
  6213. AnimationId = "248263260"
  6214. local Anim = Instance.new("Animation")
  6215. Anim.AnimationId = "rbxassetid://"..AnimationId
  6216. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  6217. k:Play() --Play the animation
  6218. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  6219. end)
  6220.  
  6221. FESpasm.MouseButton1Click:connect(function()
  6222. Player = "LocalPlayer"
  6223. AnimationId = "33796059"
  6224. local Anim = Instance.new("Animation")
  6225. Anim.AnimationId = "rbxassetid://"..AnimationId
  6226. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  6227. k:Play() --Play the animation
  6228. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  6229. end)
  6230.  
  6231. --================--
  6232. --================--
  6233. --End Of Script :P--
  6234. --================--
  6235. --================--
  6236.  
  6237. --=======================--
  6238. --=======================--
  6239. --Snxwwy Made this GUI :V--
  6240. --=======================--
  6241. --=======================--
  6242. end)
  6243.  
  6244. FEAnimations.MouseButton1Down:connect(function()
  6245. -- Objects
  6246.  
  6247. local ScreenGui = Instance.new("ScreenGui")
  6248. local Frame = Instance.new("Frame")
  6249. local Credits = Instance.new("TextLabel")
  6250. local insaneall = Instance.new("TextButton")
  6251. local daball = Instance.new("TextButton")
  6252. local dabothers = Instance.new("TextButton")
  6253. local insaneothers = Instance.new("TextButton")
  6254.  
  6255. -- Properties
  6256.  
  6257. ScreenGui.Parent = game.CoreGui
  6258.  
  6259. Frame.Parent = ScreenGui
  6260. Frame.Active = true
  6261. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  6262. Frame.BackgroundTransparency = 0.5
  6263. Frame.Draggable = true
  6264. Frame.Position = UDim2.new(0, 341, 0, 41)
  6265. Frame.Size = UDim2.new(0, 358, 0, 423)
  6266.  
  6267. Credits.Name = "Credits"
  6268. Credits.Parent = Frame
  6269. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  6270. Credits.BackgroundTransparency = 0.5
  6271. Credits.Position = UDim2.new(0, 79, 0, 0)
  6272. Credits.Size = UDim2.new(0, 200, 0, 50)
  6273. Credits.Font = Enum.Font.SciFi
  6274. Credits.FontSize = Enum.FontSize.Size24
  6275. Credits.Text = "By Cozmo V3rm"
  6276. Credits.TextColor3 = Color3.new(0, 1, 1)
  6277. Credits.TextSize = 24
  6278.  
  6279. insaneall.Name = "insaneall"
  6280. insaneall.Parent = Frame
  6281. insaneall.BackgroundColor3 = Color3.new(0, 0, 0)
  6282. insaneall.BackgroundTransparency = 0.5
  6283. insaneall.Position = UDim2.new(0, 0, 0, 106)
  6284. insaneall.Size = UDim2.new(0, 155, 0, 50)
  6285. insaneall.Font = Enum.Font.SciFi
  6286. insaneall.FontSize = Enum.FontSize.Size18
  6287. insaneall.Text = "FE Insane all"
  6288. insaneall.TextColor3 = Color3.new(0, 1, 1)
  6289. insaneall.TextSize = 18
  6290.  
  6291. daball.Name = "daball"
  6292. daball.Parent = Frame
  6293. daball.BackgroundColor3 = Color3.new(0, 0, 0)
  6294. daball.BackgroundTransparency = 0.5
  6295. daball.Position = UDim2.new(0, 0, 0, 228)
  6296. daball.Size = UDim2.new(0, 155, 0, 50)
  6297. daball.Font = Enum.Font.SciFi
  6298. daball.FontSize = Enum.FontSize.Size18
  6299. daball.Text = "FE Dab all"
  6300. daball.TextColor3 = Color3.new(0, 1, 1)
  6301. daball.TextSize = 18
  6302.  
  6303. dabothers.Name = "dabothers"
  6304. dabothers.Parent = Frame
  6305. dabothers.BackgroundColor3 = Color3.new(0, 0, 0)
  6306. dabothers.BackgroundTransparency = 0.5
  6307. dabothers.Position = UDim2.new(0, 203, 0, 230)
  6308. dabothers.Size = UDim2.new(0, 155, 0, 50)
  6309. dabothers.Font = Enum.Font.SciFi
  6310. dabothers.FontSize = Enum.FontSize.Size18
  6311. dabothers.Text = "FE Dab others"
  6312. dabothers.TextColor3 = Color3.new(0, 1, 1)
  6313. dabothers.TextSize = 18
  6314.  
  6315. insaneothers.Name = "insaneothers"
  6316. insaneothers.Parent = Frame
  6317. insaneothers.BackgroundColor3 = Color3.new(0, 0, 0)
  6318. insaneothers.BackgroundTransparency = 0.5
  6319. insaneothers.Position = UDim2.new(0, 203, 0, 105)
  6320. insaneothers.Size = UDim2.new(0, 155, 0, 50)
  6321. insaneothers.Font = Enum.Font.SciFi
  6322. insaneothers.FontSize = Enum.FontSize.Size18
  6323. insaneothers.Text = "FE Insane others"
  6324. insaneothers.TextColor3 = Color3.new(0, 1, 1)
  6325. insaneothers.TextSize = 18
  6326.  
  6327. insaneall.MouseButton1Click:connect(function()
  6328. for i,v in pairs(game.Players:GetPlayers()) do
  6329. local AnimationId = "33796059"
  6330. local Anim = Instance.new("Animation")
  6331. Anim.AnimationId = "rbxassetid://"..AnimationId
  6332. local k = v.Character.Humanoid:LoadAnimation(Anim)
  6333. k:Play()
  6334. k:AdjustSpeed(90)
  6335. end
  6336. end)
  6337. insaneothers.MouseButton1Click:connect(function()
  6338. for i,v in pairs(game.Players:GetPlayers()) do
  6339. if v.Name~=game.Players.LocalPlayer.Name then
  6340. local AnimationId = "33796059"
  6341. local Anim = Instance.new("Animation")
  6342. Anim.AnimationId = "rbxassetid://"..AnimationId
  6343. local k = v.Character.Humanoid:LoadAnimation(Anim)
  6344. k:Play()
  6345. k:AdjustSpeed(90)
  6346. end
  6347. end
  6348. end)
  6349. dabothers.MouseButton1Click:connect(function()
  6350. for i,v in pairs(game.Players:GetPlayers()) do
  6351. if v.Name~=game.Players.LocalPlayer.Name then
  6352. local AnimationId = "248263260"
  6353. local Anim = Instance.new("Animation")
  6354. Anim.AnimationId = "rbxassetid://"..AnimationId
  6355. local k = v.Character.Humanoid:LoadAnimation(Anim)
  6356. k:Play()
  6357. k:AdjustSpeed(1)
  6358. end
  6359. end
  6360. end)
  6361. daball.MouseButton1Click:connect(function()
  6362. for i,v in pairs(game.Players:GetPlayers()) do
  6363. local AnimationId = "248263260"
  6364. local Anim = Instance.new("Animation")
  6365. Anim.AnimationId = "rbxassetid://"..AnimationId
  6366. local k = v.Character.Humanoid:LoadAnimation(Anim)
  6367. k:Play()
  6368. k:AdjustSpeed(1)
  6369. end
  6370. end)
  6371. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement