Advertisement
SirMemz

streets

May 19th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Locals
  2. local userinput = game:GetService("UserInputService")
  3. local player = game.Players.LocalPlayer
  4. local ElypseCoreGui = game:GetService('CoreGui')
  5. local ElypseLighting = game:GetService('Lighting')
  6. local ElypseNetWorkClient = game:GetService('NetworkClient')
  7. local ElypsePlayers = game:GetService('Players')
  8. local ElypseWorkspace = game:GetService('Workspace')
  9. local LP = ElypsePlayers.LocalPlayer
  10. local MOUSE = LP:GetMouse()
  11. local ServerLockState = false
  12. local MessageOnScreenBool = false
  13. local SERVICES = {}
  14. SERVICES.EVENTS = {}
  15. local COMMANDS = {}
  16. local STD = {}
  17. local FRIEND_SPAM = {}
  18. local JAILED = {}
  19. local KICKS = {}
  20. local C_PREFIX = ''
  21. local SPLIT = ' '
  22. local NEW = LoadLibrary('RbxUtility').Create
  23. local SI = 'rbxasset://textures/blackBkg_square.png'
  24. local ADMINS = {}
  25. local BANS = {7355}
  26. local VERSION = '1.1.4'
  27. local UPDATED = ''
  28. local CHANGELOG = {
  29. }
  30. local CREDITS = [[
  31. ]]
  32. print("Checking Whitelist...")
  33. wait(0.001)
  34. function GODMODEENABLE()
  35. loadstring(game:HttpGet(('https://pastebin.com/raw/QHRYTEuF'),true))()
  36. end
  37. wait(0.7)
  38. sammy = gay
  39. WhitelistAccount = "1084291545"
  40. if sammy == gay then
  41. wait(0.001)
  42. print("User Whitelisted")
  43. print("Loading...")
  44. wait(0.21)
  45. print("Loaded Successfully")
  46. print("Welcome To Elypse 1.1.4, Cracked by Yn")
  47. print("Type 'cmds' In Chat Or In The Command Window To See The List Of Commands")
  48. print("Press ; To Access The Command Window")
  49. wait(0.001)
  50. userinput.InputBegan:connect(function(input)
  51. if userinput:GetFocusedTextBox() then
  52. return
  53. end
  54. if input.KeyCode == Enum.KeyCode.Q then
  55. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  56. end
  57. if input.KeyCode == Enum.KeyCode.R then
  58. end
  59. end)
  60. userinput.InputBegan:connect(function(input)
  61. if userinput:GetFocusedTextBox() then
  62. return
  63. end
  64. if input.KeyCode == Enum.KeyCode.Q then
  65. Player = "LocalPlayer"
  66. AnimationId = "242021477"
  67. local Anim = Instance.new("Animation")
  68. Anim.AnimationId = "rbxassetid://"..AnimationId
  69. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  70. k:Play()
  71. k:AdjustSpeed(1)
  72. end
  73. end)
  74. wait(0.001)
  75. function _G.ADD_ADMIN(ID) table.insert(ADMINS, ID) end
  76. function _G.ADD_BAN(ID) table.insert(BANS, ID) end
  77. for i,v in pairs(ElypseCoreGui:GetChildren()) do if v.Name == 'cmdbar_seth' or v.Name == 'notify_seth' then v:destroy() end end
  78. 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
  79. 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
  80. 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
  81. function CHECK_ADMIN(PLAYER) if FIND_IN_TABLE(ADMINS, PLAYER.userId) then return true elseif PLAYER.userId == LP.userId then return true end end
  82. 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
  83. function GCOMMAND(M) local CMD, HS = STD.ENDAT(M:lower(), SPLIT) if HS then return {CMD, true} else return {CMD, false} end end
  84. function GPREFIX(STRING) if STRING:sub(1, string.len(C_PREFIX)) == C_PREFIX then return {'COMMAND', string.len(C_PREFIX) + 1} end return end
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. function C3(R, G, B) return Color3.new(R/255, G/255, B/255) end
  91. 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
  92. ElypsePlayers.PlayerAdded:connect(function(PLAYER)
  93. if ServerLockState then PLAYER.CharacterAdded:connect(function() table.insert(KICKS, PLAYER) return end) end
  94. if FIND_IN_TABLE(BANS, PLAYER.userId) then PLAYER.CharacterAdded:connect(function() table.insert(KICKS, PLAYER) return end) end
  95. UPDATE_CHAT(PLAYER)
  96. if CHECK_ADMIN(PLAYER) then PLAYER.CharacterAdded:connect(function() game.Chat:Chat(PLAYER.Character.Head, STUFF .. 'Welcome, you\'re an admin!') end) end
  97. end)
  98. function Elypse(N, D, A, F) table.insert(COMMANDS, {N = N, D = D, A = A, F = F}) end
  99. function RenderPlayer(NAME, SPEAKER)
  100. local NAME_TABLE = {}
  101. NAME = NAME:lower()
  102. if NAME == 'me' then
  103. table.insert(NAME_TABLE, SPEAKER.Name)
  104. elseif NAME == 'others' then
  105. for i,v in pairs(ElypsePlayers:GetPlayers()) do if v.Name ~= SPEAKER.Name then table.insert(NAME_TABLE, v.Name) end end
  106. elseif NAME == 'all' then
  107. for i,v in pairs(ElypsePlayers:GetPlayers()) do table.insert(NAME_TABLE, v.Name) end
  108. elseif NAME == 'random' then
  109. table.insert(NAME_TABLE, ElypsePlayers:GetPlayers()[math.random(1, #ElypsePlayers:GetPlayers())].Name)
  110. elseif NAME == 'team' then
  111. for i,v in pairs(ElypsePlayers:GetPlayers()) do if v.TeamColor == SPEAKER.TeamColor then table.insert(NAME_TABLE, v.Name) end end
  112. elseif NAME == 'nonadmins' then
  113. for i,v in pairs(ElypsePlayers:GetPlayers()) do if not CHECK_ADMIN(v) then table.insert(NAME_TABLE, v.Name) end end
  114. elseif NAME == 'admins' then
  115. for i,v in pairs(ElypsePlayers:GetPlayers()) do if CHECK_ADMIN(v) then table.insert(NAME_TABLE, v.Name) end end
  116. elseif NAME == 'nonfriends' then
  117. for i,v in pairs(ElypsePlayers:GetPlayers()) do if not v:IsFriendsWith(SPEAKER.userId) then table.insert(NAME_TABLE, v.Name) end end
  118. elseif NAME == 'friends' then
  119. for i,v in pairs(ElypsePlayers:GetPlayers()) do if v ~= SPEAKER and v:IsFriendsWith(SPEAKER.userId) then table.insert(NAME_TABLE, v.Name) end end
  120. elseif NAME == 'nonguests' then
  121. for i,v in pairs(ElypsePlayers:GetPlayers()) do if not v.Guest then table.insert(NAME_TABLE, v.Name) end end
  122. elseif NAME == 'guests' then
  123. for i,v in pairs(ElypsePlayers:GetPlayers()) do if v.Guest then table.insert(NAME_TABLE, v.Name) end end
  124. elseif NAME == 'nbcs' then
  125. for i,v in pairs(ElypsePlayers:GetPlayers()) do if v.MembershipType == Enum.MembershipType.None then table.insert(NAME_TABLE, v.Name) end end
  126. elseif NAME == 'bcs' then
  127. for i,v in pairs(ElypsePlayers:GetPlayers()) do if v.MembershipType == Enum.MembershipType.BuildersClub then table.insert(NAME_TABLE, v.Name) end end
  128. elseif NAME == 'tbcs' then
  129. for i,v in pairs(ElypsePlayers:GetPlayers()) do if v.MembershipType == Enum.MembershipType.TurboBuildersClub then table.insert(NAME_TABLE, v.Name) end end
  130. elseif NAME == 'obcs' then
  131. for i,v in pairs(ElypsePlayers:GetPlayers()) do if v.MembershipType == Enum.MembershipType.OutrageousBuildersClub then table.insert(NAME_TABLE, v.Name) end end
  132. else
  133. for i,v in pairs(ElypsePlayers: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
  134. end
  135. return NAME_TABLE
  136. end
  137. STUFF = '[ Rocky2u\'s CMDs ] : '
  138. function LOAD_DATA()
  139. local DATA = Instance.new('Folder')
  140.  
  141. LOOPED = Instance.new('Folder', DATA)
  142. GUIS = Instance.new('Folder', DATA)
  143. HUMANOIDS = Instance.new('Folder', DATA)
  144. OTHER = Instance.new('Folder', DATA)
  145.  
  146. MAIN_GUI = Instance.new('ScreenGui', GUIS)
  147. MAIN_GUI.Name = 'seth_main'
  148. 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}
  149. 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}
  150. local BUTTONS = Instance.new('Folder', MAIN_GUI.main.holder) BUTTONS.Name = 'buttons'
  151. 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}
  152. 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}
  153. 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}
  154. 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}
  155. 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}
  156. 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}
  157. 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}
  158.  
  159. local HOLDERS = Instance.new('Folder', MAIN_GUI.main.holder) HOLDERS.Name = 'holders'
  160. 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}
  161. 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}
  162. 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}
  163. 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}
  164. 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}
  165. 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}
  166. 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}
  167. 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}
  168. 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}
  169. 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}
  170. 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}
  171. 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}
  172. 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}
  173. local Y_CHANGES = 0
  174. for i,v in pairs(CHANGELOG) do
  175. 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}
  176. HOLDERS.changelog.CanvasSize = HOLDERS.changelog.CanvasSize + UDim2.new(0, 0, 0, 30)
  177. Y_CHANGES = Y_CHANGES + 30
  178. end
  179. 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}
  180. 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}
  181. 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}
  182.  
  183. 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}
  184. 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}
  185.  
  186. CMD_BAR_H = Instance.new('ScreenGui', GUIS)
  187. CMD_BAR_H.Name = 'cmdbar_seth'
  188. 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}
  189. 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}
  190. 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}
  191. local NOTIFY_H = Instance.new('ScreenGui', GUIS)
  192. NOTIFY_H.Name = 'notify_seth'
  193. local N = Instance.new('Frame', NOTIFY_H)
  194. N.Name = 'notify'
  195. N.BackgroundColor3 = C3(0, 0, 0)
  196. N.BackgroundTransparency = 0.5
  197. N.BorderSizePixel = 0
  198. N.Position = UDim2.new(0, -225, 0.6, 0)
  199. N.Size = UDim2.new(0, 225, 0, 30)
  200. local BAR = Instance.new('Frame', N)
  201. BAR.Name = ''
  202. BAR.BackgroundColor3 = C3(255, 255, 255)
  203. BAR.BackgroundTransparency = 0.5
  204. BAR.BorderSizePixel = 0
  205. BAR.Position = UDim2.new(0, 0, 1, 0)
  206. BAR.Size = UDim2.new(1, 0, 0, 5)
  207. local TEXT = Instance.new('TextLabel', N)
  208. TEXT.Name = 'text'
  209. TEXT.BackgroundTransparency = 1
  210. TEXT.BorderSizePixel = 0
  211. TEXT.Size = UDim2.new(1, 0, 1, 0)
  212. TEXT.Font = 'SourceSansBold'
  213. TEXT.TextColor3 = C3(255, 255, 255)
  214. TEXT.TextSize = 18
  215. TEXT.TextXAlignment = 'Left'
  216. PAPER_MESH = Instance.new('BlockMesh', OTHER)
  217. PAPER_MESH.Scale = Vector3.new(1, 1, 0.1)
  218. JAIL = Instance.new('Model', OTHER)
  219. JAIL.Name = 'JAIL'
  220. local B = Instance.new('Part', JAIL)
  221. B.Name = 'BUTTOM'
  222. B.BrickColor = BrickColor.new('Black')
  223. B.Transparency = 0.5
  224. B.Anchored = true
  225. B.Locked = true
  226. B.Size = Vector3.new(6, 1, 6)
  227. B.TopSurface = 'Smooth'
  228. B.BottomSurface = 'Smooth'
  229. local M = Instance.new('Part', JAIL)
  230. M.Name = 'MAIN'
  231. M.BrickColor = BrickColor.new('Black')
  232. M.Transparency = 1
  233. M.Anchored = true
  234. M.CanCollide = false
  235. M.Locked = true
  236. M.Position = B.Position + Vector3.new(0, 3, 0)
  237. M.Size = Vector3.new(1, 1, 1)
  238. local P1 = Instance.new('Part', JAIL)
  239. P1.BrickColor = BrickColor.new('Black')
  240. P1.Transparency = 1
  241. P1.Position = B.Position + Vector3.new(0, 3.5, -2.5)
  242. P1.Rotation = Vector3.new(0, 90, 0)
  243. P1.Anchored = true
  244. P1.Locked = true
  245. P1.Size = Vector3.new(1, 6, 6)
  246. local P2 = Instance.new('Part', JAIL)
  247. P2.BrickColor = BrickColor.new('Black')
  248. P2.Transparency = 1
  249. P2.Position = B.Position + Vector3.new(-2.5, 3.5, 0)
  250. P2.Rotation = Vector3.new(-180, 0, -180)
  251. P2.Anchored = true
  252. P2.Locked = true
  253. P2.Size = Vector3.new(1, 6, 4)
  254. local P3 = Instance.new('Part', JAIL)
  255. P3.BrickColor = BrickColor.new('Black')
  256. P3.Transparency = 1
  257. P3.Position = B.Position + Vector3.new(2.5, 3.5, 0)
  258. P3.Rotation = Vector3.new(0, 0, 0)
  259. P3.Anchored = true
  260. P3.Locked = true
  261. P3.Size = Vector3.new(1, 6, 4)
  262. local P4 = Instance.new('Part', JAIL)
  263. P4.BrickColor = BrickColor.new('Black')
  264. P4.Transparency = 1
  265. P4.Position = B.Position + Vector3.new(0, 3.5, 2.5)
  266. P4.Rotation = Vector3.new(0, 90, 0)
  267. P4.Anchored = true
  268. P4.Locked = true
  269. P4.Size = Vector3.new(1, 6, 4)
  270. local TOP = Instance.new('Part', JAIL)
  271. TOP.BrickColor = BrickColor.new('Black')
  272. TOP.Transparency = 0.5
  273. TOP.Position = B.Position + Vector3.new(0, 7, 0)
  274. TOP.Rotation = Vector3.new(0, 0, 0)
  275. TOP.Anchored = true
  276. TOP.Locked = true
  277. TOP.Size = Vector3.new(6, 1, 6)
  278. TOP.TopSurface = 'Smooth'
  279. TOP.BottomSurface = 'Smooth'
  280. ROCKET = Instance.new('Part', OTHER)
  281. ROCKET.Name = 'rocket_seth'
  282. ROCKET.CanCollide = false
  283. ROCKET.Size = Vector3.new(2, 5, 2)
  284. Instance.new('CylinderMesh', ROCKET)
  285. local F = Instance.new('Part', ROCKET)
  286. F.BrickColor = BrickColor.new('Black')
  287. F.CanCollide = false
  288. F.Size = Vector3.new(2, 0.2, 2)
  289. Instance.new('CylinderMesh', F)
  290. local PE = Instance.new('ParticleEmitter', F)
  291. PE.Color = ColorSequence.new(C3(236, 139, 70), C3(236, 139, 70))
  292. PE.Size = NumberSequence.new(0.2)
  293. PE.Texture = 'rbxassetid://17238048'
  294. PE.LockedToPart = true
  295. PE.Lifetime = NumberRange.new(0.2)
  296. PE.Rate = 50
  297. PE.Speed = NumberRange.new(-20)
  298. local TOP = Instance.new('Part', ROCKET)
  299. TOP.CanCollide = false
  300. TOP.Shape = 'Ball'
  301. TOP.Size = Vector3.new(2, 2, 2)
  302. TOP.TopSurface = 'Smooth'
  303. TOP.BottomSurface = 'Smooth'
  304. local BF = Instance.new('BodyForce', ROCKET)
  305. BF.Name = 'force'
  306. BF.Force = Vector3.new(0, 0, 0)
  307. local W1 = Instance.new('Weld', ROCKET)
  308. W1.Part0 = ROCKET
  309. W1.Part1 = F
  310. W1.C1 = CFrame.new(0, 2.6, 0)
  311. local W2 = Instance.new('Weld', ROCKET)
  312. W2.Part0 = ROCKET
  313. W2.Part1 = TOP
  314. W2.C1 = CFrame.new(0, -2.6, 0)
  315.  
  316. ALIEN_H = Instance.new('Accessory', OTHER)
  317. local H = Instance.new('Part', ALIEN_H)
  318. H.Name = 'Handle'
  319. H.Size = Vector3.new(2, 2.4, 2)
  320. local HA = Instance.new('Attachment', H)
  321. HA.Name = 'HatAttachment'
  322. HA.Position = Vector3.new(0, 0.15, 0)
  323. local SM = Instance.new('SpecialMesh', H)
  324. SM.MeshId = 'rbxassetid://13827689'
  325. SM.MeshType = 'FileMesh'
  326. SM.Scale = Vector3.new(1, 1.02, 1)
  327. SM.TextureId = 'rbxassetid://13827796'
  328.  
  329. local S = Instance.new('Model', OTHER) S.Name = 'swastika'
  330. 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}
  331. 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}
  332. 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}
  333. 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}
  334. 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}
  335. 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}
  336. 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}
  337. 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}
  338. 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}
  339.  
  340. CMD_BAR_H.Parent = ElypseCoreGui
  341. end
  342.  
  343. local RS = game:GetService('RunService').RenderStepped
  344.  
  345. function OPEN_MAIN()
  346. SETH_MAIN = MAIN_GUI:Clone()
  347.  
  348. local BUTTONS = SETH_MAIN.main.holder.buttons
  349. local HOLDERS = SETH_MAIN.main.holder.holders
  350.  
  351. for i,v in pairs(SETH_MAIN.main.holder.buttons:GetChildren()) do
  352. v.MouseButton1Down:connect(function(X, Y)
  353. OPEN_TAB(v.Name)
  354. if not v:FindFirstChild('circle') then
  355. local C = Instance.new('ImageLabel', v)
  356. C.BackgroundTransparency = 1
  357. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, v.AbsolutePosition.X, 0, v.AbsolutePosition.Y)
  358. C.Size = UDim2.new(0, 0, 0, 0)
  359. C.ZIndex = v.ZIndex
  360. C.Image = 'rbxassetid://200182847'
  361. C.ImageColor3 = C3(0, 100, 255)
  362. C.Name = 'circle'
  363. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  364. for i = 0, 1, 0.03 do
  365. C.ImageTransparency = i
  366. RS:wait()
  367. end
  368. C:destroy()
  369. end
  370. end)
  371. end
  372.  
  373. HOLDERS.server.place_id.Text = ' Place ID | ' .. game.PlaceId
  374. game:GetService('RunService').Stepped:connect(function()
  375. if SETH_MAIN:FindFirstChild('main') and HOLDERS:FindFirstChild('server') then
  376. if not ElypseWorkspace.FilteringEnabled then
  377. HOLDERS.server.fe.Text = ' FilteringEnabled | false'
  378. else
  379. HOLDERS.server.fe.Text = ' FilteringEnabled | true'
  380. end
  381. HOLDERS.server.ip.Text = ' IP Address | ' .. IP
  382. HOLDERS.server.port.Text = ' Port | ' .. PORT
  383. HOLDERS.server.players.Text = ' Players | ' .. ElypsePlayers.NumPlayers .. '/' .. ElypsePlayers.MaxPlayers
  384. HOLDERS.server.time.Text = ' Time | ' .. ElypseLighting.TimeOfDay
  385. HOLDERS.server.gravity.Text = ' Gravity | ' .. ElypseWorkspace.Gravity
  386. end
  387. end)
  388.  
  389. function UPDATE_ADMINS()
  390. HOLDERS.admins:ClearAllChildren()
  391. HOLDERS.admins.CanvasSize = UDim2.new(0, 0, 0, 0)
  392. local Y_ADMINS = 5
  393. for i,v in pairs(ADMINS) do
  394. 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}
  395. 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]}
  396. HOLDERS.admins[v].update.MouseButton1Down:connect(function()
  397. table.remove(ADMINS, i)
  398. UPDATE_ADMINS()
  399. end)
  400. HOLDERS.admins.CanvasSize = HOLDERS.admins.CanvasSize + UDim2.new(0, 0, 0, 30)
  401. Y_ADMINS = Y_ADMINS + 30
  402. end
  403. HOLDERS.admins.CanvasSize = HOLDERS.admins.CanvasSize + UDim2.new(0, 0, 0, 5)
  404. spawn(function()
  405. for i,v in pairs(HOLDERS.admins:GetChildren()) do
  406. v.Text = ' ' .. ElypsePlayers:GetNameFromUserIdAsync(v.Name)
  407. end
  408. end)
  409. end
  410. UPDATE_ADMINS()
  411.  
  412. function UPDATE_BANS()
  413. HOLDERS.bans:ClearAllChildren()
  414. HOLDERS.bans.CanvasSize = UDim2.new(0, 0, 0, 0)
  415. local Y_BANS = 5
  416. for i,v in pairs(BANS) do
  417. 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}
  418. 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]}
  419. HOLDERS.bans[v].update.MouseButton1Down:connect(function()
  420. table.remove(BANS, i)
  421. UPDATE_BANS()
  422. end)
  423. HOLDERS.bans.CanvasSize = HOLDERS.bans.CanvasSize + UDim2.new(0, 0, 0, 30)
  424. Y_BANS = Y_BANS + 30
  425. end
  426. HOLDERS.bans.CanvasSize = HOLDERS.bans.CanvasSize + UDim2.new(0, 0, 0, 5)
  427. spawn(function()
  428. for i,v in pairs(HOLDERS.bans:GetChildren()) do
  429. v.Text = ' ' .. ElypsePlayers:GetNameFromUserIdAsync(v.Name)
  430. end
  431. end)
  432. end
  433. UPDATE_BANS()
  434.  
  435. local function DISPLAY_CMDS()
  436. local Y_COMMANDS = 0
  437. for i,v in pairs(COMMANDS) do
  438. 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}
  439. HOLDERS.cmds.CanvasSize = HOLDERS.cmds.CanvasSize + UDim2.new(0, 0, 0, 25)
  440. Y_COMMANDS = Y_COMMANDS + 25
  441. end
  442. end
  443. DISPLAY_CMDS()
  444.  
  445. HOLDERS.search.Changed:connect(function()
  446. if SETH_MAIN:FindFirstChild('main') and SETH_MAIN.main.holder.holders:FindFirstChild('search') then
  447. if HOLDERS.search.Text ~= 'search commands' and HOLDERS.search.Focused then
  448. if HOLDERS.search.Text ~= '' then
  449. if not HOLDERS.search.Text:find(' ') then
  450. HOLDERS.cmds:ClearAllChildren()
  451. HOLDERS.cmds.CanvasSize = UDim2.new(0, 0, 0, 0)
  452. local Y_COMMANDS = 0
  453. for i,v in pairs(COMMANDS) do
  454. if v.N:find(HOLDERS.search.Text) then
  455. HOLDERS.cmds.CanvasSize = HOLDERS.cmds.CanvasSize + UDim2.new(0, 0, 0, 25)
  456. 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}
  457. HOLDERS.changelog.CanvasSize = HOLDERS.changelog.CanvasSize + UDim2.new(0, 0, 0, 25)
  458. Y_COMMANDS = Y_COMMANDS + 25
  459. end
  460. end
  461. end
  462. else
  463. HOLDERS.cmds:ClearAllChildren()
  464. HOLDERS.cmds.CanvasSize = UDim2.new(0, 0, 0, 0)
  465. DISPLAY_CMDS()
  466. end
  467. end
  468. end
  469. end)
  470.  
  471. local FUN = {'balefire', 'swastika', 'trowel', 'path giver', 'orbital strike'}
  472. local Y_FUN = 5
  473. for i,v in pairs(FUN) do
  474. 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}
  475. HOLDERS.fun.CanvasSize = HOLDERS.fun.CanvasSize + UDim2.new(0, 0, 0, 30)
  476. Y_FUN = Y_FUN + 30
  477. end
  478. HOLDERS.fun.CanvasSize = HOLDERS.fun.CanvasSize + UDim2.new(0, 0, 0, 5)
  479. for i,v in pairs(HOLDERS.fun:GetChildren()) do
  480. 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}
  481. v.load.MouseButton1Down:connect(function()
  482. if v.Name == 'balefire' then LOAD_BALEFIRE()
  483. elseif v.Name == 'swastika' then local S = OTHER.swastika:Clone() S.Parent = ElypseWorkspace S:MoveTo(LP.Character.Head.Position + Vector3.new(0, 10, 0))
  484. elseif v.Name == 'trowel' then LOAD_TROWEL()
  485. elseif v.Name == 'path giver' then LOAD_PATH()
  486. elseif v.Name == 'orbital strike' then LOAD_STRIKE()
  487. end
  488. end)
  489. end
  490.  
  491. SETH_MAIN.main.close.MouseButton1Down:connect(function()
  492. SETH_MAIN:destroy()
  493. end)
  494.  
  495. SETH_MAIN.Parent = ElypseCoreGui
  496. end
  497.  
  498. LOAD_DATA()
  499.  
  500. --/ TOOLS
  501.  
  502. function LOAD_BALEFIRE()
  503. local HB = Instance.new('HopperBin', LP.Backpack)
  504. HB.Name = 'balefire'
  505.  
  506. local function BF(P)
  507. for i = 1, 50 do
  508. local E = Instance.new('Explosion', ElypseWorkspace)
  509. E.BlastRadius = 3
  510. E.BlastPressure = 999999
  511. E.Position = LP.Character.Torso.CFrame.p + ((P - LP.Character.Torso.CFrame.p).unit * 6 * i) + ((P - LP.Character.Torso.CFrame.p).unit * 7)
  512. end
  513. end
  514.  
  515. FIRED = false
  516. local function FIRE(M)
  517. if not FIRED then
  518. FIRED = true
  519. BF(M.Hit.p)
  520. wait(0.25)
  521. FIRED = false
  522. end
  523. end
  524.  
  525. HB.Selected:connect(function(M)
  526. M.Button1Down:connect(function()
  527. FIRE(M)
  528. end)
  529. end)
  530. end
  531.  
  532. function LOAD_TROWEL()
  533. local T = Instance.new('Tool', LP.Backpack) T.Name = 'trowel'
  534. NEW'Part'{Name = 'Handle', Size = Vector3.new(1, 4.4, 1), Parent = T}
  535. NEW'SpecialMesh'{MeshId = 'rbxasset://fonts/trowel.mesh', MeshType = 'FileMesh', TextureId = 'rbxasset://textures/TrowelTexture.png', Parent = T.Handle}
  536. NEW'Sound'{Name = 'build', SoundId = 'rbxasset://sounds//bass.wav', Volume = 1, Parent = T.Handle}
  537.  
  538. local HEIGHT = 5
  539. local SPEED = 0.05
  540. local WIDTH = 15
  541.  
  542. function BRICK(CF, P, C)
  543. local B = Instance.new('Part')
  544. B.BrickColor = C
  545. B.CFrame = CF * CFrame.new(P + B.Size / 2)
  546. B.Parent = game.Workspace
  547. B:MakeJoints()
  548. B.Material = 'Neon'
  549. return B, P + B.Size
  550. end
  551.  
  552. function BW(CF)
  553. local BC = BrickColor.Random()
  554. local B = {}
  555. assert(WIDTH > 0)
  556. local Y = 0
  557. while Y < HEIGHT do
  558. local P
  559. local X = -WIDTH / 2
  560. while X < WIDTH / 2 do
  561. local brick
  562. brick, P = BRICK(CF, Vector3.new(X, Y, 0), BC)
  563. X = P.x
  564. table.insert(B, brick)
  565. wait(SPEED)
  566. end
  567. Y = P.y
  568. end
  569. return B
  570. end
  571.  
  572. function S(A)
  573. if math.abs(A.x) > math.abs(A.z) then
  574. if A.x > 0 then
  575. return Vector3.new(1, 0, 0)
  576. else
  577. return Vector3.new(-1, 0, 0)
  578. end
  579. else
  580. if A.z > 0 then
  581. return Vector3.new(0, 0, 1)
  582. else
  583. return Vector3.new(0, 0, -1)
  584. end
  585. end
  586. end
  587.  
  588. T.Enabled = true
  589. T.Activated:connect(function()
  590. if T.Enabled and LP.Character:FindFirstChild('Humanoid') then
  591. T.Enabled = false
  592. T.Handle.build:Play()
  593. BW(CFrame.new(LP.Character.Humanoid.TargetPoint, LP.Character.Humanoid.TargetPoint + S((LP.Character.Humanoid.TargetPoint - LP.Character.Head.Position).unit)))
  594. T.Enabled = true
  595. end
  596. end)
  597. end
  598.  
  599. function LOAD_PATH()
  600. local HB = Instance.new('HopperBin', LP.Backpack) HB.Name = 'path giver'
  601.  
  602. local function PATH(M, C)
  603. if ENABLED and LP.Character then
  604. if not ElypseWorkspace:FindFirstChild('paths_seth') then Instance.new('Folder', ElypseWorkspace).Name = 'paths_seth' end
  605. local hit = M.Target
  606. local point = M.Hit.p
  607. local P = Instance.new('Part', ElypseWorkspace.paths_seth)
  608. P.BrickColor = C
  609. P.Material = 'Neon'
  610. P.Transparency = 0.75
  611. P.Anchored = true
  612. P.Size = Vector3.new(20, 1, 20)
  613. P.Velocity = M.Hit.lookVector * 75
  614. P.BottomSurface = 'Smooth'
  615. P.TopSurface = 'Smooth'
  616. P.CFrame = CFrame.new(LP.Character.Head.Position)
  617. P.CFrame = CFrame.new(LP.Character.Torso.Position.x, LP.Character.Torso.Position.y - 4, LP.Character.Torso.Position.z)
  618. P.CFrame = CFrame.new(P.Position, point)
  619. wait()
  620. PATH(M, C)
  621. end
  622. end
  623.  
  624. local function SELECTED(M)
  625. M.Button1Down:connect(function() ENABLED = true PATH(M, BrickColor.Random()) end)
  626. M.Button1Up:connect(function() ENABLED = false end)
  627. M.KeyDown:connect(function(K) if K == 'r' then if ElypseWorkspace:FindFirstChild('paths_seth') then ElypseWorkspace.paths_seth:destroy() end end end)
  628. end
  629.  
  630. HB.Selected:connect(SELECTED)
  631. end
  632.  
  633. function LOAD_STRIKE()
  634. local HB = Instance.new('HopperBin', LP.Backpack) HB.Name = 'orbital strike'
  635.  
  636. local function SHOOT(T)
  637. if ENABLED then
  638. local P0 = CFrame.new(0, 1500, 0)
  639. P0 = P0 + ((P0 * CFrame.fromEulerAnglesXYZ(math.pi / 2, 0, 0)).lookVector * 0.5) + (P0 * CFrame.fromEulerAnglesXYZ(0, math.pi / 2, 0)).lookVector
  640. local P1 = P0 + ((P0.p - T.Hit.p).unit * -2)
  641. SATELITE.CFrame = CFrame.new((P0.p + P1.p) / 2, P0.p) * CFrame.fromEulerAnglesXYZ(-math.pi / 2, 0, 0)
  642.  
  643. local M = Instance.new('Model', ElypseWorkspace)
  644. 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}
  645. NEW'BlockMesh'{Scale = Vector3.new(1, 1, (SATELITE.CFrame.p - T.Hit.p).magnitude), Parent = M.Part}
  646. NEW'Explosion'{Position = T.Hit.p, BlastRadius = 20, Parent = ElypseWorkspace}
  647.  
  648. for i = 1,10 do M.Part.Transparency = 0.5 + (i * 0.05) wait(0.05) end
  649. M:destroy()
  650. end
  651. end
  652.  
  653. HB.Selected:connect(function(M)
  654. if not ElypseWorkspace:FindFirstChild('orbital_seth') then
  655. SATELITE = Instance.new('Part', ElypseWorkspace)
  656. SATELITE.Name = 'orbital_seth'
  657. SATELITE.Position = Vector3.new(0, 1500, 0)
  658. SATELITE.Anchored = true
  659. SATELITE.CanCollide = false
  660. SATELITE.Size = Vector3.new(5, 16.8, 5)
  661. NEW'SpecialMesh'{MeshId = 'rbxassetid://1064328', Scale = Vector3.new(0.2, 0.2, 0.2), Parent = SATELITE}
  662. end
  663. M.Button1Down:connect(function() ENABLED = true SHOOT(M) end)
  664. M.Button1Up:connect(function() ENABLED = false end)
  665. end)
  666. end
  667.  
  668. function FIND_IN_TABLE(TABLE, NAME)
  669. for i,v in pairs(TABLE) do
  670. if v == NAME then
  671. return true
  672. end
  673. end
  674. return false
  675. end
  676.  
  677. function GET_IN_TABLE(TABLE, NAME)
  678. for i = 1, #TABLE do
  679. if TABLE[i] == NAME then
  680. return i
  681. end
  682. end
  683. return false
  684. end
  685.  
  686. local NOCLIP, JESUSFLY, SWIM = false, false, false
  687.  
  688. game:GetService('RunService').Stepped:connect(function()
  689. if NOCLIP then
  690. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(11) end
  691. elseif JESUSFLY then
  692. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(12) end
  693. elseif SWIM then
  694. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(4) end
  695. end
  696. for i,v in pairs(ElypsePlayers:GetPlayers()) do if FIND_IN_TABLE(KICKS, v) then KICK(v) end end
  697. end)
  698.  
  699. local NOTIFY_1 = false
  700. local NOTIFY_2 = false
  701.  
  702. function NOTIFY(M, R, G, B)
  703. spawn(function()
  704. repeat wait() until not NOTIFY_1
  705. local NOTIFY_SETH = GUIS.notify_seth:Clone() NOTIFY_SETH.Parent = ElypseCoreGui
  706. if NOTIFY_SETH then
  707. NOTIFY_SETH.notify[''].BackgroundColor3 = C3(R, G, B)
  708. NOTIFY_SETH.notify.text.Text = ' ' .. M
  709. repeat wait() until not NOTIFY_1
  710. NOTIFY_1 = true
  711. wait(0.5)
  712. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, 0, 0.6, 0), 'InOut', 'Quad', 0.4, false) wait(0.5)
  713. wait(0.5)
  714. repeat wait() until not NOTIFY_2
  715. NOTIFY_1 = false
  716. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, 0, 0.6, -40), 'InOut', 'Quad', 0.4, false) wait(0.5)
  717. wait(0.5)
  718. NOTIFY_2 = true
  719. wait(2.5)
  720. NOTIFY_SETH.notify:TweenPosition(UDim2.new(0, -225, 0.6, -40), 'InOut', 'Quad', 0.4, false) wait(0.5)
  721. end
  722. wait(1)
  723. NOTIFY_SETH:destroy()
  724. NOTIFY_2 = false
  725. end)
  726. end
  727.  
  728. function KICK(P)
  729. spawn(function()
  730. for i = 1,5 do
  731. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') and P.Character:FindFirstChild('Torso') then
  732. P.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  733. local SP = Instance.new('SkateboardPlatform', P.Character) SP.Position = P.Character.HumanoidRootPart.Position SP.Transparency = 1
  734. spawn(function()
  735. repeat wait()
  736. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') then SP.Position = P.Character.HumanoidRootPart.Position end
  737. until not ElypsePlayers:FindFirstChild(P.Name)
  738. end)
  739. P.Character.Torso.Anchored = true
  740. end
  741. end
  742. end)
  743. end
  744.  
  745. ElypsePlayers.PlayerRemoving:connect(function(P)
  746. if FIND_IN_TABLE(KICKS, P) then
  747. for i,v in pairs(KICKS) do if v == P then table.remove(KICKS, i) end end
  748. NOTIFY('KICKED ' .. P.Name, 255, 255, 255)
  749. end
  750. if FIND_IN_TABLE(JAILED, P.Name) then
  751. for i,v in pairs(JAILED) do if v == P.Name then table.remove(KICKS, i) end end
  752. end
  753. end)
  754.  
  755. function FIX_LIGHTING()
  756. ElypseLighting.Ambient = C3(0.5, 0.5, 0.5)
  757. ElypseLighting.Brightness = 1
  758. ElypseLighting.GlobalShadows = true
  759. ElypseLighting.Outlines = false
  760. ElypseLighting.TimeOfDay = 14
  761. ElypseLighting.FogEnd = 100000
  762. end
  763.  
  764. function COLOR(PLAYER, BCOLOR)
  765. 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
  766. for i,v in pairs(PLAYER.Character.Head:GetChildren()) do if v:IsA('Decal') then v:destroy() end end
  767. for i,v in pairs(PLAYER.Character:GetChildren()) do
  768. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  769. v.BrickColor = BrickColor.new(BCOLOR)
  770. elseif v:IsA('Accessory') then
  771. v.Handle.BrickColor = BrickColor.new(BCOLOR)
  772. for a,b in pairs(v.Handle:GetChildren()) do
  773. if b:IsA('SpecialMesh') then
  774. b.TextureId = ''
  775. end
  776. end
  777. end
  778. end
  779. end
  780.  
  781. function LAG(PLAYER)
  782. local POS = CFrame.new(math.random(-100000, 100000), math.random(-100000, 100000), math.random(-100000, 100000))
  783. spawn(function()
  784. repeat wait()
  785. if PLAYER and PLAYER.Character then
  786. PLAYER.CameraMode = 'LockFirstPerson'
  787. PLAYER.Character.HumanoidRootPart.CFrame = POS
  788. PLAYER.Character.Torso.Anchored = true
  789. Instance.new('ForceField', PLAYER.Character)
  790. Instance.new('Smoke', PLAYER.Character.Head)
  791. end
  792. until not ElypsePlayers:FindFirstChild(PLAYER.Name)
  793. end)
  794. end
  795.  
  796. local FLYING = false
  797.  
  798. if LP.Character and LP.Character:FindFirstChild('Humanoid') then
  799. LP.Character.Humanoid.Died:connect(function() FLYING = false end)
  800. end
  801.  
  802. function sFLY()
  803. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso') and LP.Character:FindFirstChild('Humanoid')
  804. repeat wait() until MOUSE
  805.  
  806. local T = LP.Character.Torso
  807. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  808. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  809. local SPEED = 0
  810.  
  811. local function FLY()
  812. FLYING = true
  813. local BG = Instance.new('BodyGyro', T)
  814. local BV = Instance.new('BodyVelocity', T)
  815. BG.P = 9e4
  816. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  817. BG.cframe = T.CFrame
  818. BV.velocity = Vector3.new(0, 0.1, 0)
  819. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  820. spawn(function()
  821. repeat wait()
  822. LP.Character.Humanoid.PlatformStand = true
  823. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  824. SPEED = 50
  825. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  826. SPEED = 0
  827. end
  828. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  829. BV.velocity = ((ElypseWorkspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((ElypseWorkspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - ElypseWorkspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  830. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  831. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  832. BV.velocity = ((ElypseWorkspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((ElypseWorkspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - ElypseWorkspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  833. else
  834. BV.velocity = Vector3.new(0, 0.1, 0)
  835. end
  836. BG.cframe = ElypseWorkspace.CurrentCamera.CoordinateFrame
  837. until not FLYING
  838. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  839. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  840. SPEED = 0
  841. BG:destroy()
  842. BV:destroy()
  843. LP.Character.Humanoid.PlatformStand = false
  844. end)
  845. end
  846.  
  847. MOUSE.KeyDown:connect(function(KEY)
  848. if KEY:lower() == 'w' then
  849. CONTROL.F = 1
  850. elseif KEY:lower() == 's' then
  851. CONTROL.B = -1
  852. elseif KEY:lower() == 'a' then
  853. CONTROL.L = -1
  854. elseif KEY:lower() == 'd' then
  855. CONTROL.R = 1
  856. end
  857. end)
  858.  
  859. MOUSE.KeyUp:connect(function(KEY)
  860. if KEY:lower() == 'w' then
  861. CONTROL.F = 0
  862. elseif KEY:lower() == 's' then
  863. CONTROL.B = 0
  864. elseif KEY:lower() == 'a' then
  865. CONTROL.L = 0
  866. elseif KEY:lower() == 'd' then
  867. CONTROL.R = 0
  868. end
  869. end)
  870. FLY()
  871. end
  872.  
  873. function NOFLY()
  874. FLYING = false
  875. LP.Character.Humanoid.PlatformStand = false
  876. end
  877.  
  878. function RESET_MODEL(MODEL)
  879. for i,v in pairs(MODEL:GetChildren()) do
  880. if v:IsA('Seat') and v.Name == 'FakeTorso' then
  881. v:destroy()
  882. elseif v:IsA('CharacterMesh') or v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  883. v:destroy()
  884. elseif v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  885. v.Transparency = 0
  886. elseif v:IsA('ShirtGraphic') then
  887. v.Archivable = false
  888. v.Graphic = ''
  889. end
  890. end
  891. for i,v in pairs(MODEL.Torso:GetChildren()) do
  892. if v:IsA('SpecialMesh') then
  893. v:destroy()
  894. end
  895. end
  896. if MODEL.Head:FindFirstChild('Mesh') then
  897. MODEL.Head.Mesh:destroy()
  898. end
  899. 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
  900. 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
  901. 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
  902. 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
  903. 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
  904. end
  905.  
  906. function UPDATE_MODEL(MODEL, USERNAME)
  907. local AppModel = ElypsePlayers:GetCharacterAppearanceAsync(ElypsePlayers:GetUserIdFromNameAsync(USERNAME))
  908. MODEL.Name = USERNAME
  909. for i,v in pairs(AppModel:GetChildren()) do
  910. if v:IsA('SpecialMesh') or v:IsA('BlockMesh') or v:IsA('CylinderMesh') then
  911. v.Parent = MODEL.Head
  912. elseif v:IsA('Decal') then
  913. if MODEL.Head:FindFirstChild('face') then
  914. MODEL.Head.face.Texture = v.Texture
  915. else
  916. local FACE = Instance.new('Decal', MODEL.Head)
  917. FACE.Texture = v.Texture
  918. end
  919. elseif v:IsA('BodyColors') or v:IsA('CharacterMesh') or v:IsA('Shirt') or v:IsA('Pants') or v:IsA('ShirtGraphic') then
  920. if MODEL:FindFirstChild('Body Colors') then
  921. MODEL['Body Colors']:destroy()
  922. end
  923. v.Parent = MODEL
  924. elseif v:IsA('Accessory') then
  925. v.Parent = MODEL
  926. v.Handle.CFrame = MODEL.Head.CFrame * CFrame.new(0, MODEL.Head.Size.Y / 2, 0) * v.AttachmentPoint:inverse()
  927. end
  928. end
  929. if not MODEL.Head:FindFirstChild('Mesh') then
  930. local SM = Instance.new('SpecialMesh', MODEL.Head)
  931. SM.MeshType = Enum.MeshType.Head
  932. SM.Scale = Vector3.new(1.25, 1.25, 1.25)
  933. end
  934. end
  935.  
  936. function CREEPER(PLAYER)
  937. for i,v in pairs(PLAYER.Character:GetChildren()) do
  938. if v:IsA('Shirt') or v:IsA('Pants') then
  939. v:destroy()
  940. elseif v:IsA('ShirtGraphic') then
  941. v.Archivable = false
  942. v.Graphic = ''
  943. end
  944. end
  945. for i,v in pairs(PLAYER.Character:GetChildren()) do
  946. if v:IsA('Accessory') then
  947. v:destroy()
  948. end
  949. end
  950. PLAYER.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  951. PLAYER.Character.Torso['Right Shoulder'].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  952. PLAYER.Character.Torso['Left Shoulder'].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  953. PLAYER.Character.Torso['Right Hip'].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  954. PLAYER.Character.Torso['Left Hip'].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  955. for i,v in pairs(PLAYER.Character:GetChildren()) do
  956. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  957. v.BrickColor = BrickColor.new('Bright green')
  958. end
  959. end
  960. end
  961.  
  962. function SHREK(PLAYER)
  963. COLOR(PLAYER, 'Bright green')
  964. for i,v in pairs(PLAYER.Character:GetChildren()) do
  965. if v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') or v:IsA('CharacterMesh') then
  966. v:destroy()
  967. elseif v:IsA('ShirtGraphic') then
  968. v.Archivable = false
  969. v.Graphic = ''
  970. end
  971. end
  972. for i,v in pairs(PLAYER.Character.Head:GetChildren()) do
  973. if v:IsA('Decal') or v:IsA('SpecialMesh') then
  974. v:destroy()
  975. end
  976. end
  977. if PLAYER.Character:FindFirstChild('Shirt Graphic') then
  978. PLAYER.Character['Shirt Graphic'].Archivable = false
  979. PLAYER.Character['Shirt Graphic'].Graphic = ''
  980. end
  981. local M = Instance.new('SpecialMesh', PLAYER.Character.Head)
  982. local S = Instance.new('Shirt', PLAYER.Character)
  983. local P = Instance.new('Pants', PLAYER.Character)
  984. M.MeshType = 'FileMesh'
  985. M.MeshId = 'rbxassetid://19999257'
  986. M.Offset = Vector3.new(-0.1, 0.1, 0)
  987. M.TextureId = 'rbxassetid://156397869'
  988. S.ShirtTemplate = 'rbxassetid://133078194'
  989. P.PantsTemplate = 'rbxassetid://133078204'
  990. end
  991.  
  992. function DUCK(PLAYER)
  993. for i,v in pairs(PLAYER.Character:GetChildren()) do
  994. if v:IsA('Part') and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  995. v.Transparency = 1
  996. elseif v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  997. v:destroy()
  998. elseif v:IsA('ShirtGraphic') then
  999. v.Archivable = false
  1000. v.Graphic = ''
  1001. end
  1002. end
  1003. local DUCK = Instance.new('SpecialMesh', PLAYER.Character.Torso)
  1004. DUCK.MeshType = 'FileMesh'
  1005. DUCK.MeshId = 'rbxassetid://9419831'
  1006. DUCK.TextureId = 'rbxassetid://9419827'
  1007. DUCK.Scale = Vector3.new(5, 5, 5)
  1008. if PLAYER.Character.Head:FindFirstChild('face') then
  1009. PLAYER.Character.Head.face.Transparency = 1
  1010. end
  1011. end
  1012.  
  1013. function DOG(PLAYER)
  1014. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1015. if v:IsA('Shirt') or v:IsA('Pants') then
  1016. v:destroy()
  1017. elseif v:IsA('ShirtGraphic') then
  1018. v.Archivable = false
  1019. v.Graphic = ''
  1020. end
  1021. end
  1022. PLAYER.Character.Torso.Transparency = 1
  1023. PLAYER.Character.Torso.Neck.C0 = CFrame.new(0, -0.5, -2) * CFrame.Angles(math.rad(90), math.rad(180), 0)
  1024. PLAYER.Character.Torso['Right Shoulder'].C0 = CFrame.new(0.5, -1.5, -1.5) * CFrame.Angles(0, math.rad(90), 0)
  1025. PLAYER.Character.Torso['Left Shoulder'].C0 = CFrame.new(-0.5, -1.5, -1.5) * CFrame.Angles(0, math.rad(-90), 0)
  1026. PLAYER.Character.Torso['Right Hip'].C0 = CFrame.new(1.5, -1, 1.5) * CFrame.Angles(0, math.rad(90), 0)
  1027. PLAYER.Character.Torso['Left Hip'].C0 = CFrame.new(-1.5, -1, 1.5) * CFrame.Angles(0, math.rad(-90), 0)
  1028. local FakeTorso = Instance.new('Seat', PLAYER.Character)
  1029. local BF = Instance.new('BodyForce', FakeTorso)
  1030. local W = Instance.new('Weld', PLAYER.Character.Torso)
  1031. FakeTorso.Name = 'FakeTorso'
  1032. FakeTorso.TopSurface = 0
  1033. FakeTorso.BottomSurface = 0
  1034. FakeTorso.Size = Vector3.new(3,1,4)
  1035. FakeTorso.BrickColor = BrickColor.new('Brown')
  1036. FakeTorso.CFrame = PLAYER.Character.Torso.CFrame
  1037. BF.Force = Vector3.new(0, FakeTorso:GetMass() * 196.25, 0)
  1038. W.Part0 = PLAYER.Character.Torso
  1039. W.Part1 = FakeTorso
  1040. W.C0 = CFrame.new(0, -0.5, 0)
  1041. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1042. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1043. v.BrickColor = BrickColor.new('Brown')
  1044. end
  1045. end
  1046. end
  1047.  
  1048. function ALIEN(PLAYER)
  1049. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1050. if v:IsA('Shirt') or v:IsA('Pants') or v:IsA('Accessory') then
  1051. v:destroy()
  1052. elseif v:IsA('ShirtGraphic') then
  1053. v.Archivable = false
  1054. v.Graphic = ''
  1055. elseif v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1056. v.BrickColor = BrickColor.new('Fossil')
  1057. end
  1058. end
  1059. ALIEN_H:Clone().Parent = PLAYER.Character
  1060. end
  1061.  
  1062. function DECALSPAM(INSTANCE, ID)
  1063. for i,v in pairs(INSTANCE:GetChildren()) do
  1064. if v:IsA('BasePart') then
  1065. spawn(function()
  1066. local FACES = {'Back', 'Bottom', 'Front', 'Left', 'Right', 'Top'}
  1067. local CURRENT_FACE = 1
  1068. for i = 1, 6 do
  1069. local DECAL = Instance.new('Decal', v)
  1070. DECAL.Name = 'decal_seth'
  1071. DECAL.Texture = 'rbxassetid://' .. ID - 1
  1072. DECAL.Face = FACES[CURRENT_FACE]
  1073. CURRENT_FACE = CURRENT_FACE + 1
  1074. end
  1075. end)
  1076. end
  1077. DECALSPAM(v, ID)
  1078. end
  1079. end
  1080.  
  1081. function UNDECALSPAM(INSTANCE)
  1082. for i,v in pairs(INSTANCE:GetChildren()) do
  1083. if v:IsA('BasePart') then
  1084. for a,b in pairs(v:GetChildren()) do
  1085. if b:IsA('Decal') and b.Name == 'decal_seth' then
  1086. b:destroy()
  1087. end
  1088. end
  1089. end
  1090. UNDECALSPAM(v)
  1091. end
  1092. end
  1093.  
  1094. function CREATE_DONG(PLAYER, DONG_COLOR)
  1095. if PLAYER.Character:FindFirstChild('DONG') then
  1096. PLAYER.Character.DONG:destroy()
  1097. end
  1098. local D = Instance.new('Model', PLAYER.Character)
  1099. D.Name = 'DONG'
  1100.  
  1101. local BG = Instance.new('BodyGyro', PLAYER.Character.Torso)
  1102. local MAIN = Instance.new('Part', PLAYER.Character['DONG'])
  1103. local M1 = Instance.new('CylinderMesh', MAIN)
  1104. local W1 = Instance.new('Weld', PLAYER.Character.Head)
  1105. local P1 = Instance.new('Part', PLAYER.Character['DONG'])
  1106. local M2 = Instance.new('SpecialMesh', P1)
  1107. local W2 = Instance.new('Weld', P1)
  1108. local B1 = Instance.new('Part', PLAYER.Character['DONG'])
  1109. local M3 = Instance.new('SpecialMesh', B1)
  1110. local W3 = Instance.new('Weld', B1)
  1111. local B2 = Instance.new('Part', PLAYER.Character['DONG'])
  1112. local M4 = Instance.new('SpecialMesh', B2)
  1113. local W4 = Instance.new('Weld', B2)
  1114. 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
  1115. W1.Part0 = MAIN W1.Part1 = PLAYER.Character.Head W1.C0 = CFrame.new(0, 0.25, 2.1) * CFrame.Angles(math.rad(45), 0, 0)
  1116. 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
  1117. M2.MeshType = 'Sphere'
  1118. W2.Part0 = MAIN W2.Part1 = P1 W2.C0 = CFrame.new(0, 1.3, 0)
  1119. 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)
  1120. M3.Parent = B1 M3.MeshType = 'Sphere'
  1121. W3.Part0 = PLAYER.Character['Left Leg'] W3.Part1 = B1 W3.C0 = CFrame.new(0, 0.5, -0.5)
  1122. 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)
  1123. M4.MeshType = 'Sphere'
  1124. W4.Part0 = PLAYER.Character['Right Leg'] W4.Part1 = B2 W4.C0 = CFrame.new(0, 0.5, -0.5)
  1125. end
  1126.  
  1127. function SCALE(C, S)
  1128. if tonumber(S) < 0.5 then S = 0.5 elseif tonumber(S) > 25 then S = 25 end
  1129.  
  1130. local HAT_CLONE = {}
  1131.  
  1132. 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
  1133.  
  1134. local HEAD = C.Head
  1135. local TORSO = C.Torso
  1136. local LA = C['Left Arm']
  1137. local RA = C['Right Arm']
  1138. local LL = C['Left Leg']
  1139. local RL = C['Right Leg']
  1140. local HRP = C.HumanoidRootPart
  1141.  
  1142. HEAD.Size = Vector3.new(S * 2, S, S)
  1143. TORSO.Size = Vector3.new(S * 2, S * 2, S)
  1144. LA.Size = Vector3.new(S, S * 2, S)
  1145. RA.Size = Vector3.new(S, S * 2, S)
  1146. LL.Size = Vector3.new(S, S * 2, S)
  1147. RL.Size = Vector3.new(S, S * 2, S)
  1148. HRP.Size = Vector3.new(S * 2, S * 2, S)
  1149.  
  1150. local M1 = Instance.new('Motor6D', TORSO)
  1151. local M2 = Instance.new('Motor6D', TORSO)
  1152. local M3 = Instance.new('Motor6D', TORSO)
  1153. local M4 = Instance.new('Motor6D', TORSO)
  1154. local M5 = Instance.new('Motor6D', TORSO)
  1155. local M6 = Instance.new('Motor6D', HRP)
  1156.  
  1157. 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)
  1158. 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)
  1159. 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)
  1160. 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)
  1161. 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)
  1162. 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)
  1163.  
  1164. for i,v in pairs(HAT_CLONE) do v.Parent = C end
  1165. end
  1166.  
  1167. function CAPE(COLOR)
  1168. if LP.Character:FindFirstChild('Cape') then LP.Character.Cape:destroy() end
  1169.  
  1170. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso')
  1171.  
  1172. local T = LP.Character.Torso
  1173.  
  1174. local C = Instance.new('Part', T.Parent)
  1175. C.Name = 'cape_seth'
  1176. C.Anchored = false
  1177. C.CanCollide = false
  1178. C.TopSurface = 0
  1179. C.BottomSurface = 0
  1180. C.BrickColor = BrickColor.new(COLOR)
  1181. C.Material = 'Neon'
  1182. C.Size = Vector3.new(0.2, 0.2, 0.2)
  1183.  
  1184. local M = Instance.new('BlockMesh', C)
  1185. M.Scale = Vector3.new(9, 17.5, 0.5)
  1186.  
  1187. local M1 = Instance.new('Motor', C)
  1188. M1.Part0 = C
  1189. M1.Part1 = T
  1190. M1.MaxVelocity = 1
  1191. M1.C0 = CFrame.new(0, 1.75, 0) * CFrame.Angles(0, math.rad(90), 0)
  1192. M1.C1 = CFrame.new(0, 1, .45) * CFrame.Angles(0, math.rad(90), 0)
  1193.  
  1194. local WAVE = false
  1195.  
  1196. repeat wait(1 / 44)
  1197. local ANG = 0.2
  1198. local oldMag = T.Velocity.magnitude
  1199. local MV = 0.1
  1200.  
  1201. if WAVE then
  1202. ANG = ANG + ((T.Velocity.magnitude / 10) * 0.05) + 1
  1203. WAVE = false
  1204. else
  1205. WAVE = false
  1206. end
  1207. ANG = ANG + math.min(T.Velocity.magnitude / 30, 1)
  1208. M1.MaxVelocity = math.min((T.Velocity.magnitude / 10), 0.04) + MV
  1209. M1.DesiredAngle = -ANG
  1210. if M1.CurrentAngle < -0.05 and M1.DesiredAngle > -.05 then
  1211. M1.MaxVelocity = 0.04
  1212. end
  1213. repeat
  1214. wait()
  1215. until M1.CurrentAngle == M1.DesiredAngle or math.abs(T.Velocity.magnitude - oldMag) >= (T.Velocity.magnitude / 10) + 1
  1216. if T.Velocity.magnitude < 0.1 then
  1217. wait(0.1)
  1218. end
  1219. until not C or C.Parent ~= T.Parent
  1220. end
  1221.  
  1222. function INFECT(PLAYER)
  1223. for i,v in pairs(PLAYER.Character:GetChildren()) do
  1224. Instance.new('Folder', PLAYER.Character).Name = 'infected_seth'
  1225. if v:IsA('Accessory') or v:IsA('Shirt') or v:IsA('Pants') then
  1226. v:destroy()
  1227. elseif v:IsA('ShirtGraphic') then
  1228. v.Archivable = false
  1229. v.Graphic = ''
  1230. end
  1231. end
  1232.  
  1233. if PLAYER.Character.Head:FindFirstChild('face') then
  1234. PLAYER.Character.Head.face.Texture = 'rbxassetid://7074882'
  1235. end
  1236.  
  1237. for i,v in pairs (PLAYER.Character:GetChildren()) do
  1238. if v:IsA('Part') and v.Name ~= 'HumanoidRootPart' then
  1239. if v.Name == 'Head' or v.Name == 'Left Arm' or v.Name == 'Right Arm' then
  1240. v.BrickColor = BrickColor.new('Medium green')
  1241. elseif v.Name == 'Torso' or v.Name == 'Left Leg' or v.Name == 'Right Leg' then
  1242. v.BrickColor = BrickColor.new('Brown')
  1243. end
  1244. end
  1245. end
  1246.  
  1247. local T = PLAYER.Character.Torso.Touched:connect(function(TC)
  1248. if not TC.Parent:FindFirstChild('infected_seth') then
  1249. local GPFC = ElypsePlayers:GetPlayerFromCharacter(TC.Parent)
  1250. if GPFC then
  1251. INFECT(GPFC)
  1252. end
  1253. end
  1254. end)
  1255. end
  1256.  
  1257. function fWeld(zName, zParent, zPart0, zPart1, zCoco, A, B, C, D, E, F)
  1258. local funcw = Instance.new('Weld') funcw.Name = zName funcw.Parent = zParent funcw.Part0 = zPart0 funcw.Part1 = zPart1
  1259. if (zCoco) then
  1260. funcw.C0 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  1261. else
  1262. funcw.C1 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  1263. end
  1264. return funcw
  1265. end
  1266.  
  1267. function BANG(VICTIM)
  1268. spawn(function()
  1269. local P1 = ElypsePlayers.LocalPlayer.Character.Torso
  1270. local V1 = ElypsePlayers[VICTIM].Character.Torso
  1271.  
  1272. V1.Parent.Humanoid.PlatformStand = true
  1273.  
  1274. 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'
  1275.  
  1276. 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'
  1277.  
  1278. 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'
  1279.  
  1280. 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'
  1281.  
  1282. 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'
  1283.  
  1284. 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'
  1285.  
  1286. 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)
  1287.  
  1288. local DM1 = Instance.new('SpecialMesh', D) DM1.MeshType = 'Sphere' DM1.Scale = Vector3.new(0.4, 0.4, 0.4)
  1289.  
  1290. fWeld('weld', P1, P1, D, true, -0.2, -1.3, -0.6, 0, 0, 0)
  1291.  
  1292. local D2 = D:Clone() D2.Parent = P1
  1293.  
  1294. fWeld('weld', P1, P1, D2, true, 0.2, -1.3, -0.6, 0, 0, 0)
  1295.  
  1296. 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)
  1297.  
  1298. fWeld('weld', P1, P1, C, true, 0, -1, -0.52 + (-C.Size.y / 2), math.rad(-80), 0, 0)
  1299.  
  1300. local C2 = D:Clone() C2.BrickColor = BrickColor.new('Pink') C2.Mesh.Scale = Vector3.new(0.4, 0.62, 0.4) C2.Parent = P1
  1301.  
  1302. fWeld('weld', C, C, C2, true, 0, 0 + (C.Size.y / 2), 0, math.rad(-10), 0, 0)
  1303.  
  1304. local CM = Instance.new('CylinderMesh', C)
  1305.  
  1306. 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)
  1307.  
  1308. local DM2 = Instance.new('SpecialMesh', BL) DM2.MeshType = 'Sphere' DM2.Scale = Vector3.new(1.2, 1.2, 1.2)
  1309.  
  1310. fWeld('weld', V1, V1, BL, true, -0.5, 0.5, -0.6, 0, 0, 0)
  1311.  
  1312. 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)
  1313.  
  1314. local DM3 = Instance.new('SpecialMesh', BR) DM3.MeshType = 'Sphere' DM3.Scale = Vector3.new(1.2, 1.2, 1.2)
  1315.  
  1316. fWeld('weld', V1, V1, BR, true, 0.5, 0.5, -0.6, 0, 0, 0)
  1317.  
  1318. 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)
  1319.  
  1320. local DM4 = Instance.new('SpecialMesh', BLN) DM4.MeshType = 'Sphere' DM4.Scale = Vector3.new(0.2, 0.2, 0.2)
  1321.  
  1322. fWeld('weld', V1, V1, BLN, true, -0.5, 0.5, -1.2, 0, 0, 0)
  1323.  
  1324. 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)
  1325.  
  1326. local DM5 = Instance.new('SpecialMesh', BRN) DM5.MeshType = 'Sphere' DM5.Scale = Vector3.new(0.2, 0.2, 0.2)
  1327.  
  1328. fWeld('weld', V1, V1, BRN, true, 0.5, 0.5, -1.2, 0, 0, 0)
  1329.  
  1330. 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)
  1331. 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)
  1332. 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)
  1333.  
  1334. if P1:FindFirstChild('weldx') then P1.weldx:destroy() end
  1335.  
  1336. WE = fWeld('weldx', P1, P1, V1, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  1337.  
  1338. local N = V1.Neck N.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  1339. end)
  1340. 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)
  1341. end
  1342.  
  1343. function RESPAWN(PLAYER)
  1344. local M = Instance.new('Model', ElypseWorkspace) M.Name = 'respawn_seth'
  1345. local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  1346. Instance.new('Humanoid', M)
  1347. PLAYER.Character = M
  1348. end
  1349.  
  1350. function LOAD_MESSAGE(STRING)
  1351. ElypsePlayers.LocalPlayer.CharacterAppearanceId = 20018
  1352. RESPAWN(LP)
  1353.  
  1354. R = false
  1355. LP.CharacterAdded:connect(function()
  1356. if not R then
  1357. wait(0.5)
  1358. if LP.Character:FindFirstChild('Humanoid') then
  1359. MAIN_HAT = LP.Character:FindFirstChild('BunnyEarsOfCaprice'):Clone()
  1360. end
  1361. R = true
  1362. end
  1363. end)
  1364. repeat wait() until R
  1365. RESPAWN(LP)
  1366. LP.CharacterAppearanceId = 0
  1367.  
  1368. if MAIN_HAT then
  1369. MAIN_HAT.Handle.CanCollide = true
  1370. local M = MAIN_HAT.Handle.BunnyTools.EggScript3:Clone()
  1371. local P = Instance.new('Part')
  1372. M.Disabled = false
  1373. M.Parent = P
  1374. MAIN_HAT.Handle.BunnyTools.EggMesh3:Clone().Parent = P
  1375. MAIN_HAT:destroy()
  1376. P.Parent = LP.Character
  1377. repeat wait() until LP:FindFirstChild('ChessMsg')
  1378. MG = LP:FindFirstChild('ChessMsg')
  1379. MG.Name = 'message_seth'
  1380. MG.Text = ''
  1381. MG.Parent = ElypseWorkspace
  1382. MESSAGE(STRING)
  1383. P:destroy()
  1384. for i,v in pairs(ElypseWorkspace:GetChildren()) do
  1385. 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
  1386. if v.Decal.Texture == 'http://www.roblox.com/asset/?id=1531000' and v.Transparency == 0 and v.Decal.Face == Enum.NormalId.Top then
  1387. v:destroy()
  1388. end
  1389. end
  1390. end
  1391. end
  1392. end
  1393.  
  1394. function MESSAGE(STRING)
  1395. if not MessageOnScreenBool then
  1396. spawn(function()
  1397. MessageOnScreenBool = true
  1398. MG.Text = STRING
  1399. wait(5)
  1400. MG.Text = ''
  1401. MessageOnScreenBool = false
  1402. end)
  1403. end
  1404. end
  1405.  
  1406. _G.CLICK_TP = false
  1407. local M_CTRL = false
  1408.  
  1409. MOUSE.KeyDown:connect(function(K) if K:byte() == 50 then M_CTRL = true end end)
  1410. MOUSE.KeyUp:connect(function(K) if K:byte() == 50 then M_CTRL = false end end)
  1411. 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)
  1412.  
  1413. ElypseLighting.Outlines = false -- / outlines are gross
  1414.  
  1415. if FIND_IN_TABLE(BANS, LP.userId) then LP:Kick() end
  1416.  
  1417. for i,v in pairs(ElypsePlayers:GetPlayers()) do if FIND_IN_TABLE(BANS, v.userId) then table.insert(KICKS, v) else UPDATE_CHAT(v) end end
  1418.  
  1419. wait(0.001)
  1420.  
  1421. Elypse('cmds','cmds',{},
  1422. function(ARGS, SPEAKER)
  1423. warn("1: FightPack - Custom Fight Animation Hotkeys")
  1424. warn("2: Animations - Animtaion Gui")
  1425. warn("3: FeGui - OPFinality Filtering Disabled Gui")
  1426. warn("4: DoubleJump - Jump Twice")
  1427. warn("5: JumpFlip - Ninja Roll Animation When In Air")
  1428. warn("6: UnlockWs - Unlock Workspace")
  1429. warn("7: LockWs - Lock Workspace")
  1430. warn("8: BTools [plr] - Building Tools")
  1431. warn("9: Uzi - Shoot Up The School With An Uzi")
  1432. warn("10: Glock - Shoot Up The School With A Glock")
  1433. warn("11: Shotty - Shoot Up The School With A Shotty")
  1434. warn("12: Chicken - Buy Chicken")
  1435. warn("13: Burger - Buy A Burger")
  1436. warn("14: Drink - Buy A Drink")
  1437. warn("15: Bank - Teleport To Bank")
  1438. warn("16: Prison - Teleport To Prison")
  1439. warn("17: NoClipKey [plr] - Press T To Toggle NoClip")
  1440. warn("18: ClickTp [plr] - Crouch And Click To Teleport")
  1441. warn("19: Bypass [plr] - Example: `Bypass me`")
  1442. warn("20: Crash - Crashes The Server")
  1443. warn("21: Fly - Toggles Flying Mode")
  1444. warn("22: UnFly - UnToggles Flying Mode")
  1445. warn("23: Credits - Shows The Credits")
  1446. warn("24: Aimbot [plr] - Give YourSelf Aimbot")
  1447. warn("25: Items - Gets All The Items In The Map")
  1448. warn("26: CopyId [plr] - Steal An Audio ID That Someone Is Playing")
  1449. warn("27: FunnyWalk - Makes You Walk Really Weird")
  1450. warn("28: HatSpin - Spins All Ur Hats")
  1451. warn("29: Music - Opens A Music Gui That Lets You Play Hashes")
  1452. warn("30: Bfg - BFG 5.0, Use Multiple Guns At Once")
  1453. warn("31: AirJump - Jump While In Mid Air")
  1454. warn("32: Cords - Prints Current Cords")
  1455. warn("33: Protect - Automatically Protects You Once Hit")
  1456. warn("34: Stamina - Gives You Infinite Stamina")
  1457. warn("35: HideName - Hides Your Name")
  1458. warn("36: view [plr] - View A Player")
  1459. warn("37: UnView - Stop Viewing Player")
  1460. warn("38: Fight - Custom Punch, Knife And Pipe Animations")
  1461. warn("39: Annoy [plr] - Annoy A Player")
  1462. warn("40: ChatLogs - ChatLogs Gui")
  1463. warn("41: NoLimbs [plr] - Remove Limbs")
  1464. warn("42: Mute [plr] - Mute A Players Radio [Local Only]")
  1465. warn("43: Hover [plr] - Hovering Animations")
  1466. warn("44: FeGod [plr] - Anti RK")
  1467. warn("45: UnFeGod [plr] - Remove Anti RK")
  1468. warn("46: Showname [plr] - Show Someones Name")
  1469. warn("47: God - God Yourself, You Can Use Guns With This!")
  1470. warn("48: UnAnnoy - Stop Annoying Player")
  1471. warn("49: Ammo - Gives You Ammo")
  1472. warn("50: Pipe - Gives You A Pipe")
  1473. warn("51: DevGui - Opens Developer Gui")
  1474. warn("52: Discord - Prints The Latest Discord Invite In Console")
  1475. warn("53: Version - Shows The Current Version Of Elypse")
  1476. warn("54: Elypse - Tells Everyone Your Using The Best Script")
  1477. warn("55: OutOfMap - Teleports You Out Of The Map")
  1478. warn("56: AboveMap - Teleports You Above The Map")
  1479. warn("57: Bar - Teleports You To Bar")
  1480. warn("58: Aps - Teleports You To Apartments")
  1481. warn("59: Sandpit - Teleports You To Sandpit")
  1482. warn("60: Machete - Buys A Machete")
  1483. warn("61: Bat - Buys A Bat")
  1484. warn("62: Spray - Buys A Spray Can")
  1485. warn("63: UnGod - Removes God Mode")
  1486. warn("64: Reset - Resets Your Player")
  1487. warn("65: Doors - Unlocks Doors Without LockPick")
  1488. warn("66: Prefix [string] - Changes The Prefix")
  1489. warn("67: To [plr] - Teleports You To A Specified Player")
  1490. warn("68: JP [plr] [int] - Change Jumping Power")
  1491. warn("69: WS [plr] [int] - Change Walking Speed")
  1492. warn("70: Heal - Heals You")
  1493. warn("71: Heal - Heals You When You Press 'g'")
  1494. warn("72: ESP - Loads ESP Gui")
  1495. warn("73: BoomHead - You Have A BoomBox On Your Head")
  1496. warn("74: ShottyDick - You Have A Shotty As A Penis")
  1497. warn("75: SawedOffDick - You Have A SawedOff As A Penis")
  1498. warn("76: Leave - Removes You From Game")
  1499. warn("77: Bring - Brings A Player To You")
  1500. warn("78: Kill - Kills A Player")
  1501. warn("79: LockPick - Gives You A LockPick")
  1502. warn("80: GolfClub - Gives You A Golf Club")
  1503. warn("81: CmdGui - Opens The Commands Gui")
  1504. warn("82: ShiftLock [on/off], Enables/Disables ShiftLock")
  1505. warn("83: MacheteDick - Have A Machete For A Penis")
  1506. warn("84: NoobPack - Noob Animation Pack")
  1507. warn("85: InjuredPack - Injured Animtaion Pack")
  1508. warn("86: HoverBoard - Lets You Levitate Above Your HoverBoard")
  1509. warn("87: Briefcase - Turns Your BoomBox Into A BriefCase")
  1510. warn("88: AutoHeal - Auto Heals You When Your Health Is Low, (Kinda Broken Atm)")
  1511. end)
  1512.  
  1513. Elypse('btools','btools [plr]',{},
  1514. function(ARGS, SPEAKER)
  1515. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  1516. for i,v in pairs(PLAYERS) do
  1517. Instance.new('HopperBin', ElypsePlayers[v].Backpack).BinType = 2
  1518. Instance.new('HopperBin', ElypsePlayers[v].Backpack).BinType = 3
  1519. Instance.new('HopperBin', ElypsePlayers[v].Backpack).BinType = 4
  1520. end
  1521. game.StarterGui:SetCore("SendNotification", {
  1522. Title = "Building Tools Activated";
  1523. --Text = "";
  1524. --Icon = "rbxassetid://1748020105";
  1525. Duration = 3;
  1526. })
  1527. end)
  1528.  
  1529. Elypse('to','to [plr]',{},
  1530. function(ARGS, SPEAKER)
  1531. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  1532. for i,v in pairs(PLAYERS) do
  1533. local PCHAR = ElypsePlayers[v].Character
  1534. if PCHAR then
  1535. SPEAKER.Character.HumanoidRootPart.CFrame = PCHAR.HumanoidRootPart.CFrame
  1536. game.StarterGui:SetCore("SendNotification", {
  1537. Title = "Teleported To ";
  1538. --Text = "";
  1539. --Icon = "rbxassetid://1748020105";
  1540. Duration = 3;
  1541. })
  1542. end
  1543. end
  1544. end)
  1545.  
  1546. Elypse('unlockws','unlock',{'unlock'},
  1547. function(ARGS, SPEAKER)
  1548. local function UNLOCK(INSTANCE)
  1549. for i,v in pairs(INSTANCE:GetChildren()) do
  1550. if v:IsA('BasePart') then
  1551. v.Locked = false
  1552. end
  1553. UNLOCK(v)
  1554. end
  1555. end
  1556. UNLOCK(ElypseWorkspace)
  1557. game.StarterGui:SetCore("SendNotification", {
  1558. Title = "Workspace Unlocked";
  1559. --Text = "";
  1560. --Icon = "rbxassetid://1748020105";
  1561. Duration = 3;
  1562. })
  1563. end)
  1564.  
  1565. Elypse('god','god',{},
  1566. function(ARGS, SPEAKER)
  1567. GODMODEENABLE()
  1568. --loadstring(game:HttpGet(('https://pastebin.com/raw/QHRYTEuF'),true))()
  1569. end)
  1570.  
  1571. Elypse('cmdgui','cmdgui',{},
  1572. function(ARGS, SPEAKER)
  1573.  
  1574. local ScreenGui = Instance.new("ScreenGui")
  1575. local CmdsUI = Instance.new("Frame")
  1576. local CmdsTitleBar = Instance.new("Frame")
  1577. local TitleCmdsLbl = Instance.new("TextLabel")
  1578. local CloseCmdsButton = Instance.new("TextButton")
  1579. local ScrollingFrame = Instance.new("ScrollingFrame")
  1580. local TextLabel = Instance.new("TextLabel")
  1581.  
  1582. ScreenGui.Parent = game.CoreGui
  1583.  
  1584. CmdsUI.Name = "CmdsUI"
  1585. CmdsUI.Parent = ScreenGui
  1586. CmdsUI.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1587. CmdsUI.BorderColor3 = Color3.new(0, 0, 0)
  1588. CmdsUI.BorderSizePixel = 4
  1589. CmdsUI.Position = UDim2.new(0.378610939, 0, 0.154584229, 0)
  1590. CmdsUI.Size = UDim2.new(0, 395, 0, 648)
  1591.  
  1592. CmdsTitleBar.Name = "CmdsTitleBar"
  1593. CmdsTitleBar.Parent = CmdsUI
  1594. CmdsTitleBar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1595. CmdsTitleBar.BorderColor3 = Color3.new(0, 0, 0)
  1596. CmdsTitleBar.BorderSizePixel = 4
  1597. CmdsTitleBar.Size = UDim2.new(0, 395, 0, 27)
  1598.  
  1599. TitleCmdsLbl.Name = "TitleCmdsLbl"
  1600. TitleCmdsLbl.Parent = CmdsTitleBar
  1601. TitleCmdsLbl.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1602. TitleCmdsLbl.BorderColor3 = Color3.new(0, 0, 0)
  1603. TitleCmdsLbl.BorderSizePixel = 4
  1604. TitleCmdsLbl.Size = UDim2.new(0, 395, 0, 26)
  1605. TitleCmdsLbl.Font = Enum.Font.ArialBold
  1606. TitleCmdsLbl.Text = "Commands"
  1607. TitleCmdsLbl.TextColor3 = Color3.new(1, 1, 1)
  1608. TitleCmdsLbl.TextSize = 16
  1609. TitleCmdsLbl.TextStrokeColor3 = Color3.new(1, 1, 1)
  1610.  
  1611. CloseCmdsButton.Name = "CloseCmdsButton"
  1612. CloseCmdsButton.Parent = TitleCmdsLbl
  1613. CloseCmdsButton.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  1614. CloseCmdsButton.BorderColor3 = Color3.new(0, 0, 0)
  1615. CloseCmdsButton.BorderSizePixel = 0
  1616. CloseCmdsButton.Position = UDim2.new(0.933842242, 0, 0, 0)
  1617. CloseCmdsButton.Size = UDim2.new(0, 26, 0, 26)
  1618. CloseCmdsButton.Font = Enum.Font.SourceSans
  1619. CloseCmdsButton.Text = ""
  1620. CloseCmdsButton.TextSize = 14
  1621. CloseCmdsButton.MouseButton1Click:connect(function()
  1622. CloseCmdsButton.Visible = true
  1623. CmdsUI.Visible = false
  1624. end)
  1625.  
  1626. ScrollingFrame.Parent = CmdsUI
  1627. ScrollingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1628. ScrollingFrame.BackgroundTransparency = 1
  1629. ScrollingFrame.BorderColor3 = Color3.new(0, 0, 0)
  1630. ScrollingFrame.BorderSizePixel = 0
  1631. ScrollingFrame.Position = UDim2.new(0, 0, 0.0401234552, 0)
  1632. ScrollingFrame.Size = UDim2.new(0, 395, 0, 622)
  1633.  
  1634. TextLabel.Parent = ScrollingFrame
  1635. TextLabel.Active = true
  1636. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1637. TextLabel.BackgroundTransparency = 1
  1638. TextLabel.Position = UDim2.new(0, 0, 0.00803858507, 0)
  1639. TextLabel.Selectable = true
  1640. TextLabel.Size = UDim2.new(0, 378, 0, 1205)
  1641. TextLabel.Font = Enum.Font.Arial
  1642. TextLabel.Text = "1: FightPack - Custom Fight Animation Hotkeys\n2: Animations - Animtaion Gui\n3: FeGui - OPFinality Filtering Disabled Gui\n4: DoubleJump - Jump Twice\n5: JumpFlip - Ninja Roll Animation When In Air\n6: UnlockWs - Unlock Workspace\n7: LockWs - Lock Workspace\n8: BTools [plr] - Building Tools\n9: Uzi - Shoot Up The School With An Uzi\n10: Glock - Shoot Up The School With A Glock\n11: Shotty - Shoot Up The School With A Shotty\n12: Chicken - Buy Chicken\n13: Burger - Buy A Burger\n14: Drink - Buy A Drink\n15: Bank - Teleport To Bank\n16: Prison - Teleport To Prison\n17: NoClipKey [plr] - Press T To Toggle NoClip\n18: ClickTp [plr] - Crouch And Click To Teleport\n19: Bypass [plr] - Example: `Bypass me`\n20: Crash - Crashes The Server\n21: Fly - Toggles Flying Mode\n22: UnFly - UnToggles Flying Mode\n23: Credits - Shows The Credits\n24: Aimbot [plr] - Give YourSelf Aimbot\n25: Items - Gets All The Items In The Map\n26: CopyId [plr] - Steal An Audio ID That Someone Is Playing\n27: FunnyWalk - Makes You Walk Really Weird\n28: HatSpin - Spins All Ur Hats\n29: Music - Opens A Music Gui That Lets You Play Hashes\n30: Bfg - BFG 5.0, Use Multiple Guns At Once\n31: AirJump - Jump While In Mid Air\n32: Cords - Prints Current Cords\n33: Protect - Automatically Protects You Once Hit\n34: Stamina - Gives You Infinite Stamina\n35: HideName - Hides Your Name\n36: view [plr] - View A Player\n37: UnView - Stop Viewing Player\n38: Fight - Custom Punch, Knife And Pipe Animations\n39: Annoy [plr] - Annoy A Player\n40: ChatLogs - ChatLogs Gui\n41: NoLimbs [plr] - Remove Limbs\n42: Mute [plr] - Mute A Players Radio [Local Only]\n43: Hover [plr] - Hovering Animations\n44: FeGod [plr] - Anti RK\n45: UnFeGod [plr] - Remove Anti RK\n46: Showname [plr] - Show Someones Name\n47: God - God Yourself, You Can Use Guns With This!\n48: UnAnnoy - Stop Annoying Player\n49: Ammo - Gives You Ammo\n50: Pipe - Gives You A Pipe\n51: DevGui - Opens Developer Gui\n52: Discord - Prints The Latest Discord Invite In Console\n53: Version - Shows The Current Version Of Elypse\n54: Elypse - Tells Everyone Your Using The Best Script\n55: OutOfMap - Teleports You Out Of The Map\n56: AboveMap - Teleports You Above The Map\n57: Bar - Teleports You To Bar\n58: Aps - Teleports You To Apartments\n59: Sandpit - Teleports You To Sandpit\n60: Machete - Buys A Machete\n61: Bat - Buys A Bat\n62: Spray - Buys A Spray Can\n63: UnGod - Removes God Mode\n64: Reset - Resets Your Player\n65: Doors - Unlocks Doors Without LockPick\n66: Prefix [string] - Changes The Prefix\n67: To [plr] - Teleports You To A Specified Player\n68: JP [plr] [int] - Change Jumping Power\n69: WS [plr] [int] - Change Walking Speed\n70: Heal - Heals You\n71: Heal - Heals You When You Press 'g'\n72: ESP - Loads ESP Gui\n73: BoomHead - You Have A BoomBox On Your Head\n74: ShottyDick - You Have A Shotty As A Penis\n75: SawedOffDick - You Have A SawedOff As A Penis\n76: Leave - Removes You From Game\n77: Bring - Brings A Player To You\n78: Kill - Kills A Player\n79: LockPick - Gives You A LockPick\n80: GolfClub - Gives You A Golf Club\n81: CmdGui - Opens The Commands Gui\n82: ShiftLock [on/off], Enables/Disables ShiftLock\n83: MacheteDick - Have A Machete For A Penis\n84: NoobPack - Noob Animation Pack\n85: InjuredPack - Injured Animtaion Pack\n86: HoverBoard - Lets You Levitate Above Your HoverBoard\n87: Briefcase - Turns Your BoomBox Into A BriefCase\n88: AutoHeal - Auto Heals You When Your Health Is Low, (Kinda Broken Atm)"
  1643. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1644. TextLabel.TextSize = 14
  1645. TextLabel.TextWrapped = true
  1646. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  1647. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  1648.  
  1649. CmdsUI.Active = true
  1650. CmdsUI.Selectable = true
  1651. --CmdsUI.Draggable = true
  1652. end)
  1653.  
  1654. Elypse('lockws','lock',{'lock'},
  1655. function(ARGS, SPEAKER)
  1656. local function LOCK(INSTANCE)
  1657. for i,v in pairs(INSTANCE:GetChildren()) do
  1658. if v:IsA('BasePart') then
  1659. v.Locked = true
  1660. end
  1661. LOCK(v)
  1662. end
  1663. end
  1664. LOCK(ElypseWorkspace)
  1665. game.StarterGui:SetCore("SendNotification", {
  1666. Title = "Workspace Locked";
  1667. --Text = "";
  1668. --Icon = "rbxassetid://1748020105";
  1669. Duration = 3;
  1670. })
  1671. end)
  1672.  
  1673. Elypse('copyid','copyid [plr]',{},
  1674. function(ARGS, SPEAKER)
  1675. local arg1 = "Name"
  1676. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  1677. for i,v in pairs(PLAYERS) do
  1678. local audio = ElypsePlayers[v].Character.Torso.Song.SoundId
  1679. print(audio)
  1680. Synapse:copy(audio)
  1681. game.StarterGui:SetCore("SendNotification", {
  1682. Title = "Audio Copied To ClipBoard";
  1683. Text = "Audio: " .. audio;
  1684. --Icon = "rbxassetid://1748020105";
  1685. Duration = 3;
  1686. })
  1687. wait(1)
  1688. end
  1689.  
  1690. end)
  1691.  
  1692. local Players = game:GetService("Players")
  1693. local Plr = Players.LocalPlayer
  1694.  
  1695. local ReEquip = function()
  1696. local Tool = nil
  1697. for i,v in pairs(Plr.Character:GetChildren()) do
  1698. if v:IsA("Tool") or v:IsA("HopperBin") then
  1699. Tool = v
  1700. end
  1701. end
  1702. if Tool then
  1703. Tool.Parent = Plr.Backpack
  1704. wait("0.3")
  1705. Tool.Parent = Plr.Character
  1706. end
  1707. end
  1708.  
  1709. local TP = function(CFRAME)
  1710. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  1711. if v:IsA("LocalScript") then
  1712. v.Disabled = true
  1713. end
  1714. end
  1715. Plr.Character.HumanoidRootPart.CFrame = CFRAME
  1716. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  1717. if v:IsA("LocalScript") then
  1718. v.Disabled = false
  1719. end
  1720. end
  1721. end
  1722.  
  1723.  
  1724. Elypse('funnywalk','funnywalk',{},
  1725. function(ARGS, SPEAKER)
  1726. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://299034008"
  1727. end)
  1728.  
  1729. Elypse('crash','crash',{},
  1730. function(ARGS, SPEAKER)
  1731. FUNCTION = loadstring(string.rep([[game:GetService('Players'):Chat("/e spit")]], 1500))
  1732. game:GetService('RunService').RenderStepped:connect(FUNCTION)
  1733. game.StarterGui:SetCore("SendNotification", {
  1734. Title = "Crashing Server";
  1735. --Text = "";
  1736. --Icon = "rbxassetid://1748020105";
  1737. Duration = 3;
  1738. })
  1739. end)
  1740.  
  1741. Elypse('machetedick','machetedick',{},
  1742. function(ARGS, SPEAKER)
  1743. game.Players.LocalPlayer.Backpack.Machete.GripPos = Vector3.new(-1.6, -2.7, -0.0)
  1744. end)
  1745.  
  1746. Elypse('pipe','pipe',{},
  1747. function(ARGS, SPEAKER)
  1748. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  1749. TP(CFrame.new(-429.263245, 6.13032055, 236.12973))
  1750. ReEquip()
  1751. wait(0.30)
  1752. TP(CFrame.new(uzilocate))
  1753. ReEquip()
  1754. game.StarterGui:SetCore("SendNotification", {
  1755. Title = "Here Is Your Pipe";
  1756. --Text = "";
  1757. --Icon = "rbxassetid://1748020105";
  1758. Duration = 3;
  1759. })
  1760. end)
  1761.  
  1762. Elypse('machete','machete',{},
  1763. function(ARGS, SPEAKER)
  1764. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  1765. TP(CFrame.new(-726.264832, 5.11446857, -79.6448364))
  1766. ReEquip()
  1767. wait(0.30)
  1768. TP(CFrame.new(uzilocate))
  1769. ReEquip()
  1770. game.StarterGui:SetCore("SendNotification", {
  1771. Title = "Here Is Your Machete";
  1772. --Text = "";
  1773. --Icon = "rbxassetid://1748020105";
  1774. Duration = 3;
  1775. })
  1776. end)
  1777.  
  1778. Elypse('outofmap','outofmap',{},
  1779. function(ARGS, SPEAKER)
  1780. TP(CFrame.new(-692.928772, 3.37520385, -342.854462))
  1781. ReEquip()
  1782. game.StarterGui:SetCore("SendNotification", {
  1783. Title = "Teleported Out Of The Map";
  1784. --Text = "";
  1785. --Icon = "rbxassetid://1748020105";
  1786. Duration = 3;
  1787. })
  1788. end)
  1789.  
  1790. Elypse('sandpit','sandpit',{},
  1791. function(ARGS, SPEAKER)
  1792. TP(CFrame.new(-211.318909, 3.20000005, -114.999077))
  1793. ReEquip()
  1794. game.StarterGui:SetCore("SendNotification", {
  1795. Title = "Teleported To Sand Pit";
  1796. --Text = "";
  1797. --Icon = "rbxassetid://1748020105";
  1798. Duration = 3;
  1799. })
  1800. end)
  1801.  
  1802. Elypse('spray','spray',{},
  1803. function(ARGS, SPEAKER)
  1804. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  1805. TP(CFrame.new(126.917076, 5.69583941, -97.9775162))
  1806. ReEquip()
  1807. wait(0.30)
  1808. TP(CFrame.new(uzilocate))
  1809. ReEquip()
  1810. game.StarterGui:SetCore("SendNotification", {
  1811. Title = "Teleported To Spray";
  1812. --Text = "";
  1813. --Icon = "rbxassetid://1748020105";
  1814. Duration = 3;
  1815. })
  1816. end)
  1817.  
  1818. Elypse('abovemap','abovemap',{},
  1819. function(ARGS, SPEAKER)
  1820. TP(CFrame.new(-143.411301, 78.5999985, 163.684967))
  1821. ReEquip()
  1822. game.StarterGui:SetCore("SendNotification", {
  1823. Title = "Teleported Above The Map";
  1824. --Text = "";
  1825. --Icon = "rbxassetid://1748020105";
  1826. Duration = 3;
  1827. })
  1828. end)
  1829.  
  1830. Elypse('aps','aps',{},
  1831. function(ARGS, SPEAKER)
  1832. TP(CFrame.new(-196.087448, 19.0848598, 128.160217))
  1833. ReEquip()
  1834. game.StarterGui:SetCore("SendNotification", {
  1835. Title = "Teleported To Aps";
  1836. --Text = "";
  1837. --Icon = "rbxassetid://1748020105";
  1838. Duration = 3;
  1839. })
  1840. end)
  1841.  
  1842. Elypse('bat','bat',{},
  1843. function(ARGS, SPEAKER)
  1844. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  1845. TP(CFrame.new(118.71843, 6.24983072, -60.3335457))
  1846. ReEquip()
  1847. wait(0.30)
  1848. TP(CFrame.new(uzilocate))
  1849. ReEquip()
  1850. game.StarterGui:SetCore("SendNotification", {
  1851. Title = "Here Is Your Bat";
  1852. --Text = "";
  1853. --Icon = "rbxassetid://1748020105";
  1854. Duration = 3;
  1855. })
  1856. end)
  1857.  
  1858. Elypse('reset','reset',{},
  1859. function(ARGS, SPEAKER)
  1860. game.Players.LocalPlayer.Character:breakJoints()
  1861. game.StarterGui:SetCore("SendNotification", {
  1862. Title = "LocalPlayer Has Been Reset";
  1863. --Text = "";
  1864. --Icon = "rbxassetid://1748020105";
  1865. Duration = 3;
  1866. })
  1867. end)
  1868.  
  1869. Elypse('uzi','uzi',{},
  1870. function(ARGS, SPEAKER)
  1871. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  1872. TP(CFrame.new(-273.237701, 5.14385605, 362.582184))
  1873. ReEquip()
  1874. wait(0.30)
  1875. TP(CFrame.new(uzilocate))
  1876. ReEquip()
  1877. game.StarterGui:SetCore("SendNotification", {
  1878. Title = "Here Is Your Uzi";
  1879. --Text = "";
  1880. --Icon = "rbxassetid://1748020105";
  1881. Duration = 3;
  1882. })
  1883. end)
  1884.  
  1885. Elypse('ammo','ammo',{},
  1886. function(ARGS, SPEAKER)
  1887. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  1888. TP(CFrame.new(-890.943298, 5.40959072, -139.017715))
  1889. ReEquip()
  1890. wait(0.30)
  1891. TP(CFrame.new(uzilocate))
  1892. ReEquip()
  1893. game.StarterGui:SetCore("SendNotification", {
  1894. Title = "Here Is Your Ammo";
  1895. --Text = "";
  1896. --Icon = "rbxassetid://1748020105";
  1897. Duration = 3;
  1898. })
  1899. end)
  1900.  
  1901. Elypse('version','version',{},
  1902. function(ARGS, SPEAKER)
  1903. print("1.1.4")
  1904. game.StarterGui:SetCore("SendNotification", {
  1905. Title = "Current Version Is 1.1.4";
  1906. --Text = "";
  1907. --Icon = "rbxassetid://1748020105";
  1908. Duration = 3;
  1909. })
  1910. end)
  1911.  
  1912. Elypse('ungod','ungod',{},
  1913. function(ARGS, SPEAKER)
  1914. game.Players.LocalPlayer.Character:breakJoints()
  1915. wait(0.5)
  1916. game.StarterGui:SetCore("SendNotification", {
  1917. Title = "God Mode Removed";
  1918. --Text = "";
  1919. --Icon = "rbxassetid://1748020105";
  1920. Duration = 3;
  1921. })
  1922. end)
  1923.  
  1924. Elypse('discord','discord',{},
  1925. function(ARGS, SPEAKER)
  1926. print("discord.gg/NZCBg6J")
  1927. game.StarterGui:SetCore("SendNotification", {
  1928. Title = "Discord Link Sent In Console";
  1929. --Text = "";
  1930. --Icon = "rbxassetid://1748020105";
  1931. Duration = 3;
  1932. })
  1933. end)
  1934.  
  1935. Elypse('glock','glock',{},
  1936. function(ARGS, SPEAKER)
  1937. local glocklocate = game.Players.LocalPlayer.Character.Torso.Position
  1938. TP(CFrame.new(-972.683289, 4.95825768, -92.2516937))
  1939. ReEquip()
  1940. wait(0.30)
  1941. TP(CFrame.new(glocklocate))
  1942. ReEquip()
  1943. game.StarterGui:SetCore("SendNotification", {
  1944. Title = "Here Is Your Glock";
  1945. --Text = "";
  1946. --Icon = "rbxassetid://1748020105";
  1947. Duration = 3;
  1948. })
  1949. end)
  1950.  
  1951.  
  1952. Elypse('hidename','hidename',{},
  1953. function(ARGS, SPEAKER)
  1954. game.StarterGui:SetCore("SendNotification", {
  1955. Title = "Broken";
  1956. --Text = "";
  1957. --Icon = "rbxassetid://1748020105";
  1958. Duration = 3;
  1959. })
  1960. end)
  1961.  
  1962. Elypse('prefix','prefix [string]',{},
  1963. function(ARGS, SPEAKER)
  1964. if ARGS[1] then
  1965. C_PREFIX = ARGS[1]
  1966. game.StarterGui:SetCore("SendNotification", {
  1967. Title = "Prefix Changed To " .. ARGS[1];
  1968. --Text = "";
  1969. --Icon = "rbxassetid://1748020105";
  1970. Duration = 3;
  1971. })
  1972. end
  1973. end)
  1974.  
  1975. Elypse('devgui','devgui',{},
  1976. function(ARGS, SPEAKER)
  1977.  
  1978. end)
  1979.  
  1980. Elypse('credits','credits',{},
  1981. function(ARGS, SPEAKER)
  1982. print("Credits To: ")
  1983. print("Sammy")
  1984. print("Raz Because She Make Me The Sandwich And Give Good Sloppy J's")
  1985. print("PurpleTooFast")
  1986. print("Snow")
  1987. print("Yn")
  1988. print("Zonit")
  1989. print("Lighton")
  1990. print("Illremember")
  1991. game.StarterGui:SetCore("SendNotification", {
  1992. Title = "Credits Sent In Console";
  1993. --Text = "";
  1994. --Icon = "rbxassetid://1748020105";
  1995. Duration = 3;
  1996. })
  1997. end)
  1998.  
  1999. Elypse('shotty','shotty',{},
  2000. function(ARGS, SPEAKER)
  2001. local shottylocate = game.Players.LocalPlayer.Character.Torso.Position
  2002. TP(CFrame.new(-249.576736, 5.60533333, -244.484818))
  2003. ReEquip()
  2004. wait(0.30)
  2005. TP(CFrame.new(shottylocate))
  2006. ReEquip()
  2007. game.StarterGui:SetCore("SendNotification", {
  2008. Title = "Here Is Your Shotty";
  2009. --Text = "";
  2010. --Icon = "rbxassetid://1748020105";
  2011. Duration = 3;
  2012. })
  2013. end)
  2014.  
  2015. Elypse('lockpick','lockpick',{},
  2016. function(ARGS, SPEAKER)
  2017. local shottylocate = game.Players.LocalPlayer.Character.Torso.Position
  2018. TP(CFrame.new(-322.705383, 5.84496546, 364.950531))
  2019. ReEquip()
  2020. wait(0.30)
  2021. TP(CFrame.new(shottylocate))
  2022. ReEquip()
  2023. end)
  2024.  
  2025. Elypse('golfclub','golfclub',{},
  2026. function(ARGS, SPEAKER)
  2027. local shottylocate = game.Players.LocalPlayer.Character.Torso.Position
  2028. TP(CFrame.new(-76.0678024, 5.97562265, -220.801666))
  2029. ReEquip()
  2030. wait(0.30)
  2031. TP(CFrame.new(shottylocate))
  2032. ReEquip()
  2033. end)
  2034.  
  2035. Elypse('bank','bank',{},
  2036. function(ARGS, SPEAKER)
  2037. TP(CFrame.new(-269.053375, 4.81635475, 139.362961))
  2038. ReEquip()
  2039. game.StarterGui:SetCore("SendNotification", {
  2040. Title = "Teleported To Bank";
  2041. --Text = "";
  2042. --Icon = "rbxassetid://1748020105";
  2043. Duration = 3;
  2044. })
  2045. end)
  2046.  
  2047. Elypse('prison','prison',{},
  2048. function(ARGS, SPEAKER)
  2049. TP(CFrame.new(-973.523621, 3.19878054, -76.6112595))
  2050. ReEquip()
  2051. game.StarterGui:SetCore("SendNotification", {
  2052. Title = "Teleported To Prison";
  2053. --Text = "";
  2054. --Icon = "rbxassetid://1748020105";
  2055. Duration = 3;
  2056. })
  2057. end)
  2058.  
  2059. Elypse('fly','fly',{},
  2060. function(ARGS, SPEAKER)
  2061. sFLY()
  2062. game.StarterGui:SetCore("SendNotification", {
  2063. Title = "Fly Enabled";
  2064. --Text = "";
  2065. --Icon = "rbxassetid://1748020105";
  2066. Duration = 3;
  2067. })
  2068. end)
  2069.  
  2070. Elypse('unfly','unfly',{},
  2071. function(ARGS, SPEAKER)
  2072. NOFLY()
  2073. game.StarterGui:SetCore("SendNotification", {
  2074. Title = "Fly Disabled";
  2075. --Text = "";
  2076. --Icon = "rbxassetid://1748020105";
  2077. Duration = 3;
  2078. })
  2079. end)
  2080.  
  2081. Elypse('fegod','fegod',{},
  2082. function(ARGS, SPEAKER)
  2083. game.StarterGui:SetCore("SendNotification", {
  2084. Title = "Fe God Enabled";
  2085. --Text = "";
  2086. --Icon = "rbxassetid://1748020105";
  2087. Duration = 3;
  2088. })
  2089. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  2090. for i,v in pairs(PLAYERS) do
  2091. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2092. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2093. l.Parent = game.Players.LocalPlayer.Character
  2094. l.Name = "Humanoid"
  2095. wait(0.1)
  2096. game.Players.LocalPlayer.Character["1"]:Destroy()
  2097. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2098. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2099. wait(0.1)
  2100. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2101. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2102. wait(1)
  2103. end
  2104. end)
  2105.  
  2106. Elypse('unfegod','unfegod',{},
  2107. function(ARGS, SPEAKER)
  2108. game.StarterGui:SetCore("SendNotification", {
  2109. Title = "Fe God Disabled";
  2110. --Text = "";
  2111. --Icon = "rbxassetid://1748020105";
  2112. Duration = 3;
  2113. })
  2114. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  2115. for i,v in pairs(PLAYERS) do
  2116. v = game.Players.LocalPlayer
  2117. local a1 = Instance.new("Model", game.Workspace)
  2118. local a2 = Instance.new("Part", game.Workspace)
  2119. a2.CanCollide = true
  2120. a2.Anchored = true
  2121. a2.CFrame = CFrame.new(10000, 10000, 10000)
  2122. a2.Name = "Torso"
  2123. local a3 = Instance.new("Humanoid", a1)
  2124. a3.MaxHealth=100;a3.Health=100
  2125. v.Character = a1
  2126. a3.Health=0
  2127. wait(1)
  2128. end
  2129. end)
  2130.  
  2131. Elypse('elypse','elypse',{},
  2132. function(ARGS, SPEAKER)
  2133. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Elypse Owns Me And Owns All","All")
  2134. end)
  2135.  
  2136. Elypse('leave','leave',{},
  2137. function(ARGS, SPEAKER)
  2138. game.Players.LocalPlayer:Kick("Left Game")
  2139. end)
  2140.  
  2141. Elypse('showname','showname [plr]',{},
  2142. function(ARGS, SPEAKER)
  2143. game.StarterGui:SetCore("SendNotification", {
  2144. Title = "Broken";
  2145. --Text = "";
  2146. --Icon = "rbxassetid://1748020105";
  2147. Duration = 3;
  2148. })
  2149. end)
  2150.  
  2151.  
  2152. Elypse('shottydick','shottydick',{},
  2153. function(ARGS, SPEAKER)
  2154. game.Players.LocalPlayer.Backpack.Shotty.GripPos = Vector3.new(1, 2, -1)
  2155. end)
  2156.  
  2157. Elypse('sawedoffdick','sawedoffdick',{},
  2158. function(ARGS, SPEAKER)
  2159. game.Players.LocalPlayer.Backpack.SawedOff.GripPos = Vector3.new(1, 2, -1)
  2160. end)
  2161.  
  2162. Elypse('animations','animations',{},
  2163. function(ARGS, SPEAKER)
  2164. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2165. game.StarterGui:SetCore("SendNotification", {
  2166. Title = "Animation Gui Activated";
  2167. --Text = "";
  2168. --Icon = "rbxassetid://1748020105";
  2169. Duration = 3;
  2170. })
  2171. end)
  2172.  
  2173.  
  2174. hitthatboixdd = true
  2175. Elypse('protect','protect',{},
  2176. function(ARGS, SPEAKER)
  2177. game.StarterGui:SetCore("SendNotification", {
  2178. Title = "Broken";
  2179. --Text = "";
  2180. --Icon = "rbxassetid://1748020105";
  2181. Duration = 3;
  2182. })
  2183. end)
  2184.  
  2185. Elypse('noclipkey','noclipkey',{},
  2186. function(ARGS, SPEAKER)
  2187. game.StarterGui:SetCore("SendNotification", {
  2188. Title = "Press T To Toggle No Clip";
  2189. --Text = "";
  2190. --Icon = "rbxassetid://1748020105";
  2191. Duration = 3;
  2192. })
  2193. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  2194. for i,v in pairs(PLAYERS) do
  2195. noclip = false
  2196. game:GetService('RunService').Stepped:connect(function()
  2197. if noclip then
  2198. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2199. end
  2200. end)
  2201. local plr = game.Players.LocalPlayer
  2202. mouse = plr:GetMouse()
  2203. mouse.KeyDown:connect(function(key)
  2204.  
  2205. if key == "t" then
  2206. noclip = not noclip
  2207. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2208. end
  2209. end)
  2210. wait(1)
  2211. end
  2212. end)
  2213.  
  2214. Elypse('items','items',{},
  2215. function(ARGS, SPEAKER)
  2216. while true do
  2217. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2218. wait(0.1)
  2219. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2220. wait(0.1)
  2221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2222. wait(0.1)
  2223. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2224. wait(0.1)
  2225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2226. wait(0.1)
  2227. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2228. wait(0.1)
  2229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2230. wait(0.1)
  2231. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2232. wait(0.1)
  2233. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2234. wait(0.1)
  2235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2236. wait(0.1)
  2237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2238. wait(0.1)
  2239. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (game.Workspace.RandomSpawner.CFrame)
  2240. wait(0.1)
  2241. end
  2242. end)
  2243.  
  2244. Elypse('fegui','fegui',{},
  2245. function(ARGS, SPEAKER)
  2246. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2247. game.StarterGui:SetCore("SendNotification", {
  2248. Title = "Fe Gui Activated";
  2249. --Text = "";
  2250. --Icon = "rbxassetid://1748020105";
  2251. Duration = 3;
  2252. })
  2253. end)
  2254.  
  2255. Elypse('cords','cords',{},
  2256. function(ARGS, SPEAKER)
  2257. game.StarterGui:SetCore("SendNotification", {
  2258. Title = "Cords Printed In Console";
  2259. Text = game.Players.LocalPlayer.Character.Torso.Position;
  2260. --Icon = "rbxassetid://1748020105";
  2261. Duration = 3;
  2262. })
  2263. local x = game.Players.LocalPlayer.Character.Torso.Position
  2264. print(x)
  2265. end)
  2266.  
  2267. Elypse('devgui','devgui',{},
  2268. function(ARGS, SPEAKER)
  2269. if game.Players.LocalPlayer.Name == "e1yp" then
  2270. NOTIFY('Developer Gui Loaded', 235, 66, 244)
  2271. else
  2272. game.StarterGui:SetCore("SendNotification", {
  2273. Title = "Developers Only";
  2274. --Text = "";
  2275. --Icon = "rbxassetid://1748020105";
  2276. Duration = 3;
  2277. })
  2278. end
  2279. end)
  2280.  
  2281. Elypse('hatspin','hatspin',{},
  2282. function(ARGS, SPEAKER)
  2283. local obese = game:GetService('Players')
  2284. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  2285. if v.ClassName == "Accessory" then
  2286. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  2287. if stg == nil then
  2288. local a = Instance.new("BodyPosition")
  2289. local b = Instance.new("BodyAngularVelocity")
  2290. a.Parent = v.Handle
  2291. b.Parent = v.Handle
  2292. v.Handle.AccessoryWeld:Destroy()
  2293. b.AngularVelocity = Vector3.new(0,100,0)
  2294. b.MaxTorque = Vector3.new(0,200,0)
  2295. a.P = 30000
  2296. a.D = 50
  2297. game:GetService('RunService').Stepped:connect(function()
  2298. a.Position = obese.LocalPlayer.Character.Head.Position
  2299. end)
  2300. end
  2301. end
  2302. end
  2303. end)
  2304.  
  2305. Elypse('fightpack','fightpack',{},
  2306. function(ARGS, SPEAKER)
  2307. local userinput = game:GetService("UserInputService")
  2308. local player = game.Players.LocalPlayer
  2309. userinput.InputBegan:connect(function(input)
  2310. if userinput:GetFocusedTextBox() then
  2311. return
  2312. end
  2313. if input.KeyCode == Enum.KeyCode.B then
  2314. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2315. end
  2316. end)
  2317. local userinput = game:GetService("UserInputService")
  2318. local player = game.Players.LocalPlayer
  2319. userinput.InputBegan:connect(function(input)
  2320. if userinput:GetFocusedTextBox() then
  2321. return
  2322. end
  2323. if input.KeyCode == Enum.KeyCode.B then
  2324. Player = "LocalPlayer"
  2325. AnimationId = "501026159"
  2326. local Anim = Instance.new("Animation")
  2327. Anim.AnimationId = "rbxassetid://"..AnimationId
  2328. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2329. k:Play() --Play the animation
  2330. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2331. end
  2332. end)
  2333. local userinput = game:GetService("UserInputService")
  2334. local player = game.Players.LocalPlayer
  2335. userinput.InputBegan:connect(function(input)
  2336. if userinput:GetFocusedTextBox() then
  2337. return
  2338. end
  2339. if input.KeyCode == Enum.KeyCode.H then
  2340. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2341. end
  2342. end)
  2343. local userinput = game:GetService("UserInputService")
  2344. local player = game.Players.LocalPlayer
  2345. userinput.InputBegan:connect(function(input)
  2346. if userinput:GetFocusedTextBox() then
  2347. return
  2348. end
  2349. if input.KeyCode == Enum.KeyCode.H then
  2350. Player = "LocalPlayer"
  2351. --Old = 526812070
  2352. AnimationId = "248263260"
  2353. local Anim = Instance.new("Animation")
  2354. Anim.AnimationId = "rbxassetid://"..AnimationId
  2355. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2356. k:Play() --Play the animation
  2357. wait(0.6)
  2358. k:Stop()
  2359. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2360. end
  2361. end)
  2362.  
  2363. local userinput = game:GetService("UserInputService")
  2364. local player = game.Players.LocalPlayer
  2365. userinput.InputBegan:connect(function(input)
  2366. if userinput:GetFocusedTextBox() then
  2367. return
  2368. end
  2369. if input.KeyCode == Enum.KeyCode.V then
  2370. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2371. end
  2372. end)
  2373. local userinput = game:GetService("UserInputService")
  2374. local player = game.Players.LocalPlayer
  2375. userinput.InputBegan:connect(function(input)
  2376. if userinput:GetFocusedTextBox() then
  2377. return
  2378. end
  2379. if input.KeyCode == Enum.KeyCode.V then
  2380. Player = "LocalPlayer"
  2381. AnimationId = "255510150"
  2382. local Anim = Instance.new("Animation")
  2383. Anim.AnimationId = "rbxassetid://"..AnimationId
  2384. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2385. k:Play() --Play the animation
  2386. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2387. end
  2388. end)
  2389.  
  2390. local userinput = game:GetService("UserInputService")
  2391. local player = game.Players.LocalPlayer
  2392. userinput.InputBegan:connect(function(input)
  2393. if userinput:GetFocusedTextBox() then
  2394. return
  2395. end
  2396. if input.KeyCode == Enum.KeyCode.C then
  2397. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2398. end
  2399. end)
  2400. local userinput = game:GetService("UserInputService")
  2401. local player = game.Players.LocalPlayer
  2402. userinput.InputBegan:connect(function(input)
  2403. if userinput:GetFocusedTextBox() then
  2404. return
  2405. end
  2406. if input.KeyCode == Enum.KeyCode.C then
  2407. Player = "LocalPlayer"
  2408. AnimationId = "255508668"
  2409. local Anim = Instance.new("Animation")
  2410. Anim.AnimationId = "rbxassetid://"..AnimationId
  2411. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2412. k:Play() --Play the animation
  2413. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2414. end
  2415. end)
  2416.  
  2417. local userinput = game:GetService("UserInputService")
  2418. local player = game.Players.LocalPlayer
  2419. userinput.InputBegan:connect(function(input)
  2420. if userinput:GetFocusedTextBox() then
  2421. return
  2422. end
  2423. if input.KeyCode == Enum.KeyCode.X then
  2424. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2425. end
  2426. end)
  2427. local userinput = game:GetService("UserInputService")
  2428. local player = game.Players.LocalPlayer
  2429. userinput.InputBegan:connect(function(input)
  2430. if userinput:GetFocusedTextBox() then
  2431. return
  2432. end
  2433. if input.KeyCode == Enum.KeyCode.X then
  2434. Player = "LocalPlayer"
  2435. AnimationId = "255507798"
  2436. local Anim = Instance.new("Animation")
  2437. Anim.AnimationId = "rbxassetid://"..AnimationId
  2438. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2439. k:Play() --Play the animation
  2440. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2441. end
  2442. end)
  2443.  
  2444. local userinput = game:GetService("UserInputService")
  2445. local player = game.Players.LocalPlayer
  2446. userinput.InputBegan:connect(function(input)
  2447. if userinput:GetFocusedTextBox() then
  2448. return
  2449. end
  2450. if input.KeyCode == Enum.KeyCode.G then
  2451. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2452. end
  2453. end)
  2454. local userinput = game:GetService("UserInputService")
  2455. local player = game.Players.LocalPlayer
  2456. userinput.InputBegan:connect(function(input)
  2457. if userinput:GetFocusedTextBox() then
  2458. return
  2459. end
  2460. if input.KeyCode == Enum.KeyCode.G then
  2461. Player = "LocalPlayer"
  2462. AnimationId = "400507769"
  2463. local Anim = Instance.new("Animation")
  2464. Anim.AnimationId = "rbxassetid://"..AnimationId
  2465. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2466. k:Play() --Play the animation
  2467. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2468. end
  2469. end)
  2470.  
  2471. local userinput = game:GetService("UserInputService")
  2472. local player = game.Players.LocalPlayer
  2473. userinput.InputBegan:connect(function(input)
  2474. if userinput:GetFocusedTextBox() then
  2475. return
  2476. end
  2477. if input.KeyCode == Enum.KeyCode.Z then
  2478. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2479. end
  2480. end)
  2481. local userinput = game:GetService("UserInputService")
  2482. local player = game.Players.LocalPlayer
  2483. userinput.InputBegan:connect(function(input)
  2484. if userinput:GetFocusedTextBox() then
  2485. return
  2486. end
  2487. if input.KeyCode == Enum.KeyCode.Z then
  2488. Player = "LocalPlayer"
  2489. AnimationId = "163712992"
  2490. local Anim = Instance.new("Animation")
  2491. Anim.AnimationId = "rbxassetid://"..AnimationId
  2492. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2493. k:Play() --Play the animation
  2494. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2495. end
  2496. end)
  2497.  
  2498. local userinput = game:GetService("UserInputService")
  2499. local player = game.Players.LocalPlayer
  2500. userinput.InputBegan:connect(function(input)
  2501. if userinput:GetFocusedTextBox() then
  2502. return
  2503. end
  2504. if input.KeyCode == Enum.KeyCode.M then
  2505. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2506. end
  2507. end)
  2508. local userinput = game:GetService("UserInputService")
  2509. local player = game.Players.LocalPlayer
  2510. userinput.InputBegan:connect(function(input)
  2511. if userinput:GetFocusedTextBox() then
  2512. return
  2513. end
  2514. if input.KeyCode == Enum.KeyCode.M then
  2515. Player = "LocalPlayer"
  2516. AnimationId = "255614689"
  2517. local Anim = Instance.new("Animation")
  2518. Anim.AnimationId = "rbxassetid://"..AnimationId
  2519. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2520. k:Play() --Play the animation
  2521. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2522. wait(1)
  2523. k:Stop()
  2524. end
  2525. end)
  2526. end)
  2527.  
  2528. Elypse('bypass','bypass [plr]',{},
  2529. function(ARGS, SPEAKER)
  2530. game.StarterGui:SetCore("SendNotification", {
  2531. Title = "Bypass Activated";
  2532. --Text = "";
  2533. --Icon = "rbxassetid://1748020105";
  2534. Duration = 3;
  2535. })
  2536. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  2537. for i,v in pairs(PLAYERS) do
  2538. while true do
  2539. game.ReplicatedStorage.Name = "RepStorage"
  2540. wait(0.5)
  2541. end
  2542. end
  2543. end)
  2544.  
  2545. Elypse('aimbot','aimbot [plr]',{},
  2546. function(ARGS, SPEAKER)
  2547. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  2548. for i,v in pairs(PLAYERS) do
  2549. mouse = game.Players.LocalPlayer:getMouse()
  2550. mouse.Button1Down:connect(function()
  2551. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) then
  2552. local selected = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  2553. if game.Players.LocalPlayer.Character:findFirstChildOfClass("Tool") then
  2554. local tool = game.Players.LocalPlayer.Character:findFirstChildOfClass("Tool")
  2555. if tool:findFirstChild("Fire") then
  2556. if selected ~= nil then
  2557. repeat
  2558. tool.Fire:FireServer(selected.Character.HumanoidRootPart.CFrame)
  2559. tool.Fire:FireServer(selected.Character.Torso.CFrame)
  2560. tool.Fire:FireServer(selected.Character.Head.CFrame)
  2561. wait()
  2562. until selected.Character:findFirstChild("KO")
  2563. end
  2564. end
  2565. end
  2566. end
  2567. end)
  2568. end
  2569. game.StarterGui:SetCore("SendNotification", {
  2570. Title = "Aimbot Activated";
  2571. --Text = "";
  2572. --Icon = "rbxassetid://1748020105";
  2573. Duration = 3;
  2574. })
  2575. end)
  2576.  
  2577. Elypse('stamina','stamina',{},
  2578. function(ARGS, SPEAKER)
  2579. local player=game.Players.LocalPlayer
  2580. player.Backpack.ServerTraits.Stann.Changed:connect(function()
  2581. player.Backpack.ServerTraits.Stann.Value = 100
  2582. end)
  2583. game.StarterGui:SetCore("SendNotification", {
  2584. Title = "Infinite Stamina Activated";
  2585. --Text = "";
  2586. --Icon = "rbxassetid://1748020105";
  2587. Duration = 3;
  2588. })
  2589. end)
  2590.  
  2591. Elypse('injuredpack','injuredpack',{},
  2592. function(ARGS, SPEAKER)
  2593. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://379416314"
  2594. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  2595. v.AnimationId = 'rbxassetid://163743477'
  2596. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  2597. v.AnimationId = 'rbxassetid://163723766'
  2598. end
  2599. end
  2600.  
  2601. local userinput = game:GetService("UserInputService")
  2602. local player = game.Players.LocalPlayer
  2603. userinput.InputBegan:connect(function(input)
  2604. if userinput:GetFocusedTextBox() then
  2605. return
  2606. end
  2607. if input.KeyCode == Enum.KeyCode.Z then
  2608. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2609. end
  2610. end)
  2611. local userinput = game:GetService("UserInputService")
  2612. local player = game.Players.LocalPlayer
  2613. userinput.InputBegan:connect(function(input)
  2614. if userinput:GetFocusedTextBox() then
  2615. return
  2616. end
  2617. if input.KeyCode == Enum.KeyCode.Z then
  2618. Player = "LocalPlayer"
  2619. AnimationId = "255503599"
  2620. local Anim = Instance.new("Animation")
  2621. Anim.AnimationId = "rbxassetid://"..AnimationId
  2622. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2623. k:Play() --Play the animation
  2624. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2625. end
  2626. end)
  2627. end)
  2628.  
  2629. Elypse('noobpack','noobpack',{},
  2630. function(ARGS, SPEAKER)
  2631.  
  2632. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://229771484"
  2633. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  2634. v.AnimationId = 'rbxassetid://229782914'
  2635. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  2636. v.AnimationId = 'rbxassetid://255771113'
  2637. end
  2638. end
  2639.  
  2640. local userinput = game:GetService("UserInputService")
  2641. local player = game.Players.LocalPlayer
  2642. userinput.InputBegan:connect(function(input)
  2643. if userinput:GetFocusedTextBox() then
  2644. return
  2645. end
  2646. if input.KeyCode == Enum.KeyCode.Z then
  2647. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  2648. end
  2649. end)
  2650. local userinput = game:GetService("UserInputService")
  2651. local player = game.Players.LocalPlayer
  2652. userinput.InputBegan:connect(function(input)
  2653. if userinput:GetFocusedTextBox() then
  2654. return
  2655. end
  2656. if input.KeyCode == Enum.KeyCode.Z then
  2657. Player = "LocalPlayer"
  2658. AnimationId = "255503599"
  2659. local Anim = Instance.new("Animation")
  2660. Anim.AnimationId = "rbxassetid://"..AnimationId
  2661. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2662. k:Play() --Play the animation
  2663. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2664. end
  2665. end)
  2666. end)
  2667.  
  2668. gsPlayers = game:GetService("Players")
  2669. function findSinglePlayer(plr)
  2670. local players = {}
  2671. local find = plr:lower()
  2672. if find == "me" then
  2673. table.insert(players,LP)
  2674. else
  2675. for i,v in pairs(gsPlayers:GetPlayers()) do
  2676. if string.lower(v.Name):sub(1, #find) == string.lower(find) then
  2677. table.insert(players,v)
  2678. end
  2679. end
  2680. end
  2681. local oneplayer = {}
  2682. table.insert(oneplayer, players[math.random(1, #players)])
  2683. return oneplayer
  2684. end
  2685.  
  2686.  
  2687. Elypse('kill','kill [plr]',{},
  2688. function(ARGS, SPEAKER)
  2689. if ARGS[1] then
  2690. for i,plr in pairs(findSinglePlayer(ARGS[1])) do
  2691. for i,v in pairs(LP.Backpack:GetChildren())do
  2692. LP.Character.Humanoid:EquipTool(v)
  2693. end
  2694. for i,v in pairs(LP.Backpack:GetDescendants()) do
  2695. if v:IsA("Tool") then
  2696. v.Parent = LP.Character
  2697. wait()
  2698. v.Parent = plr.Character
  2699. end
  2700. end
  2701. wait(0.4)
  2702. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
  2703. end
  2704. end
  2705. end)
  2706.  
  2707. Elypse('bring','bring [plr]',{},
  2708. function(ARGS, SPEAKER)
  2709. if ARGS[1] then
  2710. for i,plr in pairs(findSinglePlayer(ARGS[1])) do
  2711. local NOW = LP.Character.HumanoidRootPart.CFrame
  2712. for i,v in pairs(LP.Backpack:GetChildren())do
  2713. LP.Character.Humanoid:EquipTool(v)
  2714. end
  2715. for i,v in pairs(LP.Backpack:GetDescendants()) do
  2716. if v:IsA("Tool") then
  2717. v.Parent = LP.Character
  2718. wait()
  2719. v.Parent = plr.Character
  2720. end
  2721. end
  2722. wait(0.4)
  2723. LP.Character.HumanoidRootPart.CFrame = NOW
  2724. wait(0.4)
  2725. LP.Character.HumanoidRootPart.CFrame = NOW
  2726. end
  2727. end
  2728. end)
  2729.  
  2730.  
  2731. Elypse('doors','doors',{},
  2732. function(ARGS, SPEAKER)
  2733. mouse = game.Players.LocalPlayer:getMouse()
  2734. toggled = false
  2735. mouse.KeyDown:connect(function(k)
  2736. toggled = not toggled
  2737.  
  2738. end)
  2739. mouse.Button1Down:connect(function()
  2740. if toggled == true then
  2741. if mouse.Target ~= nil then
  2742. if mouse.Target.Name == "Click" then
  2743. local a, b = pcall(function()
  2744. if mouse.Target.Parent:findFirstChild("Locker") then
  2745. if mouse.Target.Parent:findFirstChild("Locker").className == "BoolValue" then
  2746. if mouse.Target.Parent:findFirstChild("Locker").Value == true then
  2747. mouse.Target.Parent.Lock.ClickDetector.RemoteEvent:FireServer()
  2748. wait(.1)
  2749. mouse.Target.ClickDetector.RemoteEvent:FireServer()
  2750. else
  2751. end
  2752. end
  2753. end
  2754. end)
  2755. if not a then
  2756. warn(b)
  2757. end
  2758. end
  2759. end
  2760. end
  2761. end)
  2762. game.StarterGui:SetCore("SendNotification", {
  2763. Title = "Crouch And Click On Door Handle To Unlock";
  2764. --Text = "";
  2765. --Icon = "rbxassetid://1748020105";
  2766. Duration = 3;
  2767. })
  2768. end)
  2769.  
  2770. Elypse('airjump','airjump',{},
  2771. function(ARGS, SPEAKER)
  2772. game.StarterGui:SetCore("SendNotification", {
  2773. Title = "AirJump Activated";
  2774. --Text = "";
  2775. --Icon = "rbxassetid://1748020105";
  2776. Duration = 3;
  2777. })
  2778. local Player = game:GetService'Players'.LocalPlayer;
  2779. local UIS = game:GetService'UserInputService';
  2780.  
  2781. _G.JumpHeight = 50;
  2782.  
  2783. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  2784.  
  2785. UIS.InputBegan:connect(function(UserInput)
  2786. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  2787. Action(Player.Character.Humanoid, function(self)
  2788. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  2789. Action(self.Parent.HumanoidRootPart, function(self)
  2790. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  2791. end)
  2792. end
  2793. end)
  2794. end
  2795. end)
  2796. end)
  2797.  
  2798. Elypse('bfg','bfg',{},
  2799. function(ARGS, SPEAKER)
  2800. game.StarterGui:SetCore("SendNotification", {
  2801. Title = "Press R To Toggle";
  2802. --Text = "";
  2803. --Icon = "rbxassetid://1748020105";
  2804. Duration = 3;
  2805. })
  2806. local plr = game.Players.LocalPlayer
  2807. local m = plr:GetMouse()
  2808. local r = game:GetService("RunService").Heartbeat
  2809. local h = plr.Character.Humanoid
  2810. local prefix = ""
  2811.  
  2812. local guns = {}
  2813.  
  2814. local aim = false
  2815. local State = false
  2816.  
  2817. function playequipsound()
  2818. local sound = Instance.new("Sound", plr.PlayerGui)
  2819. sound.SoundId = "rbxassetid://439260292"
  2820. sound.Volume = 2
  2821. sound.PlayOnRemove = true
  2822. wait()
  2823. sound:Destroy()
  2824. end
  2825.  
  2826. function addGuns()
  2827. State = true
  2828. local Weapons = plr.Backpack:GetChildren()
  2829. for c,f in ipairs(Weapons) do
  2830. if f.Name == "Uzi" or f.Name == "Shotty" or f.Name == "Glock" or f.Name == "Sawed Off" then
  2831. table.insert(guns, f)
  2832. end
  2833. end
  2834. end
  2835.  
  2836. function removeGuns()
  2837. State = false
  2838. guns = {}
  2839. end
  2840.  
  2841. function trackplayers()
  2842.  
  2843. local tg = function(parent)
  2844. local bg = Instance.new("BillboardGui", parent)
  2845. bg.Adornee = parent
  2846. bg.Size = UDim2.new(3,0,2,0)
  2847. bg.StudsOffset = Vector3.new(0,2,0)
  2848. bg.AlwaysOnTop = true
  2849. bg = Instance.new("ImageLabel")
  2850. bg.Image = "http://www.roblox.com/asset/?id=142406345"
  2851. bg.Size = UDim2.new(1.25,0,1.75,0)
  2852. bg.Position = UDim2.new(-0.125,0,-1.1,0)
  2853. bg.BackgroundTransparency = 1
  2854. end
  2855.  
  2856. local players = game.Players:GetChildren()
  2857. for a,b in ipairs(players) do
  2858. local h = b.Character:FindFirstChild("Head")
  2859. if h then
  2860. tg(h)
  2861. end
  2862. end
  2863. end
  2864.  
  2865. m.KeyDown:connect(function(K)
  2866. K=K:lower()
  2867. if K == "r" then
  2868. if State == false then
  2869. addGuns()
  2870. elseif State == true then
  2871. removeGuns()
  2872. if h then
  2873. h:UnequipTools()
  2874. end
  2875. end
  2876. end
  2877. if K == "'" then
  2878. for a,b in ipairs(guns) do
  2879. b.GripPos = Vector3.new(math.random(-2,2),0,math.random(-2,2))
  2880. end
  2881. end
  2882. end)
  2883.  
  2884. m.Button1Down:connect(function()
  2885. if State == true then
  2886. for a,b in ipairs(guns) do
  2887. b.Fire:FireServer(m.Hit)
  2888. end
  2889. end
  2890. end)
  2891.  
  2892. r:connect(function()
  2893. if aim == true then
  2894. for a,b in ipairs(guns) do
  2895. if b and m.Target then
  2896. local h = m.Target.Parent:FindFirstChild("Humanoid")
  2897. if h then
  2898. local p = game.Players:FindFirstChild(h.Parent.Name)
  2899. if p then
  2900. b.Fire:FireServer(m.Hit)
  2901. end
  2902. end
  2903. end
  2904. end
  2905. end
  2906. end)
  2907.  
  2908. plr.Character.Humanoid.Died:connect(function()
  2909. removeGuns()
  2910. end)
  2911.  
  2912. while true do
  2913. r:wait()
  2914. if State == true then
  2915. for a,b in ipairs(guns) do
  2916. b.Parent = plr.Character
  2917. end
  2918. end
  2919. end
  2920.  
  2921. end)
  2922.  
  2923. annoyingplr = true
  2924.  
  2925. Elypse('annoy','annoy [plr]',{},
  2926. function(ARGS, SPEAKER)
  2927. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  2928. for i,v in pairs(PLAYERS) do
  2929. repeat
  2930. wait(0.001)
  2931. if (annoyingplr == true) then
  2932. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  2933. end
  2934. until annoyingplr == false
  2935. end
  2936. end)
  2937.  
  2938. Elypse('unannoy','unannoy',{},
  2939. function(ARGS, SPEAKER)
  2940. annoyingplr = false
  2941. end)
  2942.  
  2943.  
  2944. Elypse('healkey','healkey',{},
  2945. function(ARGS, SPEAKER)
  2946. local healingkey = ARGS[1]
  2947. local plr = game.Players.LocalPlayer
  2948. local m = plr:GetMouse()
  2949. local r = game:GetService("RunService").Heartbeat
  2950. local h = plr.Character.Humanoid
  2951.  
  2952. m.KeyDown:connect(function(K)
  2953. K=K:lower()
  2954. if K == healingkey then
  2955. local player = game.Players.LocalPlayer
  2956. local mouse = player:GetMouse()
  2957.  
  2958. local oldCFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2959. player.Character.HumanoidRootPart.CFrame = game.Workspace["Chicken | $12"].Head.CFrame
  2960. wait(0.5)
  2961. player.Character.HumanoidRootPart.CFrame = game.Workspace["Burger | $15"].Head.CFrame
  2962. wait(0.5)
  2963. player.Character.HumanoidRootPart.CFrame = game.Workspace["Drink | $15"].Head.CFrame
  2964. wait(0.5)
  2965. player.Character.HumanoidRootPart.CFrame = oldCFrame
  2966.  
  2967.  
  2968. wait(0)
  2969.  
  2970.  
  2971.  
  2972. local burger = game.Players.LocalPlayer.Backpack.Burger
  2973. burger.Parent = game.Players.LocalPlayer.Character
  2974. burger:Activate()
  2975.  
  2976. local drink = game.Players.LocalPlayer.Backpack.Drink
  2977. drink.Parent = game.Players.LocalPlayer.Character
  2978. drink:Activate()
  2979.  
  2980. local chicken = game.Players.LocalPlayer.Backpack.Chicken
  2981. chicken.Parent = game.Players.LocalPlayer.Character
  2982. chicken:Activate()
  2983.  
  2984.  
  2985. end
  2986. end)
  2987. end)
  2988.  
  2989. Elypse('heal','heal',{},
  2990. function(ARGS, SPEAKER)
  2991. local player = game.Players.LocalPlayer
  2992. local mouse = player:GetMouse()
  2993.  
  2994. local oldCFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2995. player.Character.HumanoidRootPart.CFrame = game.Workspace["Chicken | $12"].Head.CFrame
  2996. wait(0.5)
  2997. player.Character.HumanoidRootPart.CFrame = game.Workspace["Burger | $15"].Head.CFrame
  2998. wait(0.5)
  2999. player.Character.HumanoidRootPart.CFrame = game.Workspace["Drink | $15"].Head.CFrame
  3000. wait(0.5)
  3001. player.Character.HumanoidRootPart.CFrame = oldCFrame
  3002.  
  3003.  
  3004. wait(0)
  3005.  
  3006.  
  3007.  
  3008. local burger = game.Players.LocalPlayer.Backpack.Burger
  3009. burger.Parent = game.Players.LocalPlayer.Character
  3010. burger:Activate()
  3011.  
  3012. local drink = game.Players.LocalPlayer.Backpack.Drink
  3013. drink.Parent = game.Players.LocalPlayer.Character
  3014. drink:Activate()
  3015.  
  3016. local chicken = game.Players.LocalPlayer.Backpack.Chicken
  3017. chicken.Parent = game.Players.LocalPlayer.Character
  3018. chicken:Activate()
  3019. end)
  3020.  
  3021. Elypse('puppy','puppy',{},
  3022. function(ARGS, SPEAKER)
  3023. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://948444869"
  3024. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  3025. v.AnimationId = 'rbxassetid://948442744'
  3026. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  3027. v.AnimationId = 'rbxassetid://948442744'
  3028. end
  3029. end
  3030. end)
  3031.  
  3032. Elypse('jumpflip','jumpflip',{},
  3033. function(ARGS, SPEAKER)
  3034. game.StarterGui:SetCore("SendNotification", {
  3035. Title = "JumpFlip Activated";
  3036. --Text = "";
  3037. --Icon = "rbxassetid://1748020105";
  3038. Duration = 3;
  3039. })
  3040. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  3041. v.AnimationId = 'rbxassetid://229782914'
  3042. end
  3043. end)
  3044.  
  3045. Elypse('chicken','chicken',{},
  3046. function(ARGS, SPEAKER)
  3047. game.StarterGui:SetCore("SendNotification", {
  3048. Title = "Here Is Your Chicken";
  3049. --Text = "";
  3050. --Icon = "rbxassetid://1748020105";
  3051. Duration = 3;
  3052. })
  3053. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  3054. TP(CFrame.new(-743.218689, 5.54287338, -42.9812164))
  3055. ReEquip()
  3056. wait(0.30)
  3057. TP(CFrame.new(uzilocate))
  3058. ReEquip()
  3059. end)
  3060.  
  3061. Elypse('hoverboard','hoverboard',{},
  3062. function(ARGS, SPEAKER)
  3063. local LP = game.Players.LocalPlayer
  3064. local LW = game.Workspace.LocalPlayer
  3065. LP.Backpack.BoomBox.GripPos = Vector3.new(1.5,0,2.5)
  3066. LP.Backpack.BoomBox.GripRight = Vector3.new(1,0,0)
  3067. LW.Humanoid.HipHeight = 2
  3068. LP.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://0"
  3069. LP.Character.Animate.run.RunAnim.AnimationId="rbxassetid://0"
  3070. LP.Character.Animate.jump.JumpAnim.AnimationId="rbxassetid://0"
  3071. LP.Character.Animate.fall.FallAnim.AnimationId="rbxassetid://0"
  3072. LP.Character.Animate.climb.ClimbAnim.AnimationId="rbxassetid://0"
  3073. end)
  3074.  
  3075. Elypse('briefcase','briefcase',{},
  3076. function(ARGS, SPEAKER)
  3077. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(0,0.8,0)
  3078. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(-6,0,90)
  3079. game.Players.LocalPlayer.Backpack.BoomBox.GripForward = Vector3.new(6,-120,0)
  3080. end)
  3081.  
  3082. Elypse('drink','drink',{},
  3083. function(ARGS, SPEAKER)
  3084. game.StarterGui:SetCore("SendNotification", {
  3085. Title = "Here Is Your Drink";
  3086. --Text = "";
  3087. --Icon = "rbxassetid://1748020105";
  3088. Duration = 3;
  3089. })
  3090. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  3091. TP(CFrame.new(-733.021729, 5.88009167, 125.637993))
  3092. ReEquip()
  3093. wait(0.30)
  3094. TP(CFrame.new(uzilocate))
  3095. ReEquip()
  3096. end)
  3097.  
  3098. Elypse('burger','burger',{},
  3099. function(ARGS, SPEAKER)
  3100. game.StarterGui:SetCore("SendNotification", {
  3101. Title = "Here Is Your Burger";
  3102. --Text = "";
  3103. --Icon = "rbxassetid://1748020105";
  3104. Duration = 3;
  3105. })
  3106. local uzilocate = game.Players.LocalPlayer.Character.Torso.Position
  3107. TP(CFrame.new(-723.99176, 5.46408606, 125.588669))
  3108. ReEquip()
  3109. wait(0.30)
  3110. TP(CFrame.new(uzilocate))
  3111. ReEquip()
  3112. end)
  3113.  
  3114. Elypse('mute','mute [plr]',{},
  3115. function(ARGS, SPEAKER)
  3116. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  3117. for i,v in pairs(PLAYERS) do
  3118. while true do
  3119. ElypsePlayers[v].Character.Torso.Song.TimePosition = 0
  3120. game.StarterGui:SetCore("SendNotification", {
  3121. Title = "User Muted";
  3122. --Text = "";
  3123. --Icon = "rbxassetid://1748020105";
  3124. Duration = 3;
  3125. })
  3126. wait(0.001)
  3127. end
  3128. end
  3129. end)
  3130.  
  3131. Elypse('hover','hover [plr]',{},
  3132. function(ARGS, SPEAKER)
  3133. game.StarterGui:SetCore("SendNotification", {
  3134. Title = "Hover Animation Activated";
  3135. --Text = "";
  3136. --Icon = "rbxassetid://1748020105";
  3137. Duration = 3;
  3138. })
  3139. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  3140. for i,v in pairs(PLAYERS) do
  3141. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://451687057"
  3142. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  3143. v.AnimationId = 'rbxassetid://451686028'
  3144. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  3145. v.AnimationId = 'rbxassetid://451686028'
  3146. end
  3147. end
  3148. wait(1)
  3149. end
  3150. end)
  3151.  
  3152. Elypse('music','music',{},
  3153. function(ARGS, SPEAKER)
  3154. local player = game.Players.LocalPlayer
  3155. local mouse = player:GetMouse()
  3156. local context = game:GetService("ContextActionService")
  3157. local sound = false
  3158.  
  3159. player.CharacterAdded:connect(function()
  3160. Speed()
  3161. end)
  3162.  
  3163. local s = Instance.new("ScreenGui", game.CoreGui)
  3164. s.Name = "Music"
  3165. local b = Instance.new("TextBox", s)
  3166. b.Size = UDim2.new(0.07, 0, 0.03, 0)
  3167. b.Position = UDim2.new(0.905, 0, 0.96, 0)
  3168. b.BackgroundColor3 = Color3.new(0, 0, 0)
  3169. b.BackgroundTransparency = 0.5
  3170. b.Text = "Bypass Here"
  3171. b.TextColor3 = Color3.new(1, 1, 1)
  3172. b.Font = "Code"
  3173. b.FontSize = "Size14"
  3174. b.BorderSizePixel = 0
  3175. --b.ClearTextOnFocus = false
  3176. local t = Instance.new("TextButton", s)
  3177. t.Size = UDim2.new(0.02, 0, 0.03, 0)
  3178. t.Position = UDim2.new(0.975, 0, 0.96, 0)
  3179. t.BackgroundColor3 = Color3.new(0, 0, 0)
  3180. t.BackgroundTransparency = 0.5
  3181. t.Text = "Play"
  3182. t.TextColor3 = Color3.new(1, 1, 1)
  3183. t.Font = "Code"
  3184. t.FontSize = "Size14"
  3185. t.BorderSizePixel = 0
  3186. t.MouseButton1Click:connect(function()
  3187. if player.Character:FindFirstChild("BoomBox") ~= nil then
  3188. player.Character["BoomBox"].Remote:FireServer("PlaySong", b.Text)
  3189. else
  3190. end
  3191. end)
  3192. end)
  3193.  
  3194. Elypse('doublejump','doublejump',{},
  3195. function(ARGS, SPEAKER)
  3196. local Player = game.Players.LocalPlayer
  3197. repeat wait() until Player.Character -- Yield until the Player's Character is no longer nil
  3198. local Character = Player.Character
  3199. local Humanoid = Character:WaitForChild("Humanoid")
  3200. local UserInputService = game:GetService("UserInputService")
  3201. local currentJump
  3202. local debounce = true
  3203. local DoubleJumpVelocity = 100 -- 50 is a normal ROBLOX jump
  3204.  
  3205. function jumpRayDown()
  3206. local nR = Ray.new(Character.Torso.Position,Vector3.new(0,-1,0).unit*4)
  3207. local hR,pR=game.Workspace:FindPartOnRay(nR,Character)
  3208. if hR~=nil then
  3209. return true
  3210. end
  3211. return false
  3212. end
  3213.  
  3214. Humanoid.Changed:connect(
  3215. function(Property)
  3216. if Property == "Jump" and debounce == true and Humanoid.Sit==false then
  3217. currentJump=true
  3218. debounce = false
  3219. newConnection = Player:GetMouse().KeyDown:connect(function(key)
  3220. if key:lower():byte()==32 and currentJump and Character.Torso.Velocity.y>-30 then
  3221. currentJump=false
  3222. for i, v in pairs(Character:GetChildren()) do
  3223. if v:isA("BasePart") then
  3224. v.Velocity = Vector3.new(v.Velocity.x,DoubleJumpVelocity,v.Velocity.z)
  3225. end
  3226. end
  3227. end
  3228. end)
  3229. spawn(function()
  3230. repeat wait() until jumpRayDown()==true
  3231. debounce = true
  3232. currentJump = false
  3233. if type(newConnection)=="function" then
  3234. newConnection:disconnect()
  3235. end
  3236. end)
  3237. elseif Property == "Jump" and Humanoid.Sit==true then
  3238. Humanoid.Jump=false
  3239. end
  3240. end
  3241. )
  3242. end)
  3243.  
  3244. Elypse('shiftlock','shiftlock [on/off]',{},
  3245. function(ARGS, SPEAKER)
  3246. if ARGS[1] == "on" then
  3247. LP.DevEnableMouseLock = true
  3248. elseif ARGS[1] == "off" then
  3249. LP.DevEnableMouseLock = false
  3250. end
  3251. end)
  3252.  
  3253. Elypse('clicktp','clicktp',{},
  3254. function(ARGS, SPEAKER)
  3255. game.StarterGui:SetCore("SendNotification", {
  3256. Title = "ClickTP Activated";
  3257. --Text = "";
  3258. --Icon = "rbxassetid://1748020105";
  3259. Duration = 3;
  3260. })
  3261. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  3262. for i,v in pairs(PLAYERS) do
  3263. local UIS = game:GetService("UserInputService")
  3264. local Player = game.Players.LocalPlayer
  3265. local Mouse = Player:GetMouse()
  3266. function GetCharacter()
  3267. return game.Players.LocalPlayer.Character
  3268. end
  3269. function Teleport(pos)
  3270. local Char = GetCharacter()
  3271. if Char then
  3272. Char:MoveTo(pos)
  3273. end
  3274. end
  3275. UIS.InputBegan:Connect(function(input)
  3276. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  3277. Teleport(Mouse.Hit.p)
  3278. end
  3279. end)
  3280. wait(0.05)
  3281. end
  3282. end)
  3283.  
  3284. Elypse('chatlogs','chatlogs',{},
  3285. function(ARGS, SPEAKER)
  3286. game.StarterGui:SetCore("SendNotification", {
  3287. Title = "Chat Logs Gui Activated";
  3288. --Text = "";
  3289. --Icon = "rbxassetid://1748020105";
  3290. Duration = 3;
  3291. })
  3292. loadstring(game:GetObjects("rbxassetid://1295331911")[1].Source)()
  3293. end)
  3294.  
  3295. Elypse('autoheal','autoheal',{},
  3296. function(ARGS, SPEAKER)
  3297. local hum = game.Players.LocalPlayer.Character.Humanoid
  3298. local currHealth = hum.Health
  3299.  
  3300. hum.HealthChanged:connect(function(h)
  3301. if h <= 80 then
  3302. repeat
  3303. local player = game.Players.LocalPlayer
  3304. local mouse = player:GetMouse()
  3305.  
  3306. local oldCFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3307. player.Character.HumanoidRootPart.CFrame = CFrame.new(-724.18, 3.35025, 125.716)
  3308. wait(0.5)
  3309. player.Character.HumanoidRootPart.CFrame = CFrame.new(-743.089, 3.41183, -43.3642)
  3310. wait(0.5)
  3311. player.Character.HumanoidRootPart.CFrame = CFrame.new(-743.099, 3.41183, -51.9942)
  3312. wait(0.5)
  3313. player.Character.HumanoidRootPart.CFrame = oldCFrame
  3314.  
  3315. local chicken = game.Players.LocalPlayer.Backpack.Chicken
  3316. chicken.Parent = game.Players.LocalPlayer.Character
  3317. chicken:Activate()
  3318.  
  3319. local Burger = game.Players.LocalPlayer.Backpack.Burger
  3320. Burger.Parent = game.Players.LocalPlayer.Character
  3321. Burger:Activate()
  3322.  
  3323. local Drink = game.Players.LocalPlayer.Backpack.Drink
  3324. Drink.Parent = game.Players.LocalPlayer.Character
  3325. Drink:Activate()
  3326.  
  3327. until game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 100
  3328. if h <= 100 then
  3329.  
  3330. end
  3331. end
  3332. end)
  3333. end)
  3334.  
  3335. Elypse('boomhead','boomhead',{},
  3336. function(ARGS, SPEAKER)
  3337. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(5,0,1.5)
  3338. --game.Players.LocalPlayer.Backpack.BoomBox.Ancored = true
  3339. end)
  3340.  
  3341. Elypse('nolimbs','nolimbs [plr]',{},
  3342. function(ARGS, SPEAKER)
  3343. game.StarterGui:SetCore("SendNotification", {
  3344. Title = "Limbs Removed";
  3345. --Text = "";
  3346. --Icon = "rbxassetid://1748020105";
  3347. Duration = 3;
  3348. })
  3349. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  3350. for i,v in pairs(PLAYERS) do
  3351. local PCHAR = ElypsePlayers[v].Character
  3352. for i,v in pairs(PCHAR:GetChildren()) do
  3353. if v:IsA('Part') and v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  3354. v:destroy()
  3355. end
  3356. end
  3357. end
  3358. end)
  3359.  
  3360.  
  3361. Elypse('speed','speed [int]',{},
  3362. function(ARGS, SPEAKER)
  3363. game.StarterGui:SetCore("SendNotification", {
  3364. Title = "Speed Set";
  3365. --Text = "";
  3366. --Icon = "rbxassetid://1748020105";
  3367. Duration = 3;
  3368. })
  3369. repeat wait() until game.Players.LocalPlayer
  3370. m = game.Players.LocalPlayer:GetMouse()
  3371. m.KeyDown:connect(function(key)
  3372. if key == "0" then
  3373. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(ARGS[1])
  3374. end
  3375. end)
  3376. m.KeyUp:connect(function(key)
  3377. if key == "0" then
  3378. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  3379. end
  3380. end)
  3381. end)
  3382.  
  3383. repeat wait() until game.Players.LocalPlayer
  3384.  
  3385. m = game.Players.LocalPlayer:GetMouse()
  3386.  
  3387. m.KeyDown:connect(function(key)
  3388. if key == "0" then
  3389. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(ARGS[2])
  3390. end
  3391. end)
  3392.  
  3393. m.KeyUp:connect(function(key)
  3394. if key == "0" then
  3395. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  3396. end
  3397. end)
  3398.  
  3399. Elypse('view','view [plr]',{},
  3400. function(ARGS, SPEAKER)
  3401. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  3402. for i,v in pairs(PLAYERS) do
  3403. local PCHAR = ElypsePlayers[v].Character
  3404. ElypseWorkspace.CurrentCamera.CameraSubject = PCHAR
  3405. game.StarterGui:SetCore("SendNotification", {
  3406. Title = "Viewing " .. PCHAR;
  3407. --Text = "";
  3408. --Icon = "rbxassetid://1748020105";
  3409. Duration = 3;
  3410. })
  3411. end
  3412. end)
  3413.  
  3414. Elypse('jp','jp [plr] [int]',{},
  3415. function(ARGS, SPEAKER)
  3416. game.StarterGui:SetCore("SendNotification", {
  3417. Title = "JumpPower Changed";
  3418. --Text = "";
  3419. --Icon = "rbxassetid://1748020105";
  3420. Duration = 3;
  3421. })
  3422. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  3423. for i,v in pairs(PLAYERS) do
  3424. local PCHAR = ElypsePlayers[v].Character
  3425. if PCHAR:FindFirstChild('Humanoid') then PCHAR.Humanoid.JumpPower = ARGS[2] end
  3426. end
  3427. end)
  3428.  
  3429. Elypse('ws','ws [plr] [int]',{},
  3430. function(ARGS, SPEAKER)
  3431. game.StarterGui:SetCore("SendNotification", {
  3432. Title = "Walkspeed Changed";
  3433. --Text = "";
  3434. --Icon = "rbxassetid://1748020105";
  3435. Duration = 3;
  3436. })
  3437. local PLAYERS = RenderPlayer(ARGS[1], SPEAKER)
  3438. for i,v in pairs(PLAYERS) do
  3439. local PCHAR = ElypsePlayers[v].Character
  3440. if PCHAR:FindFirstChild('Humanoid') then
  3441. PCHAR.Humanoid.WalkSpeed = tonumber(ARGS[2])
  3442. end
  3443. end
  3444. end)
  3445.  
  3446. Elypse('esp','esp',{},
  3447. function(ARGS, SPEAKER)
  3448. local localPlayer=game.Players.LocalPlayer
  3449.  
  3450. function highlightModel(objObject)
  3451. for i,v in pairs(objObject:children())do
  3452. if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  3453. local bHA=Instance.new('BoxHandleAdornment',v)
  3454. bHA.Adornee=v
  3455. bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  3456. bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,0,1)
  3457. bHA.Transparency=.5
  3458. bHA.ZIndex=1
  3459. bHA.AlwaysOnTop=true
  3460. end
  3461. if #v:children()>0 then
  3462. highlightModel(v)
  3463. end
  3464. end
  3465. end
  3466.  
  3467. function unHighlightModel(objObject)
  3468. for i,v in pairs(objObject:children())do
  3469. if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  3470. v.BoxHandleAdornment:Destroy()
  3471. end
  3472. if #v:children()>0 then
  3473. unHighlightModel(v)
  3474. end
  3475. end
  3476. end
  3477.  
  3478. function sortTeamHighlights(objPlayer)
  3479. repeat wait() until objPlayer.Character
  3480. if objPlayer.TeamColor~=localPlayer.TeamColor then
  3481. highlightModel(objPlayer.Character)
  3482. else
  3483. unHighlightModel(objPlayer.Character)
  3484. end
  3485. if objPlayer~=localPlayer then
  3486. objPlayer.Changed:connect(function(strProp)
  3487. if strProp=='TeamColor'then
  3488. if objPlayer.TeamColor~=localPlayer.TeamColor then
  3489. unHighlightModel(objPlayer.Character)
  3490. highlightModel(objPlayer.Character)
  3491. else
  3492. unHighlightModel(objPlayer.Character)
  3493. end
  3494. end
  3495. end)
  3496. else
  3497. objPlayer.Changed:connect(function(strProp)
  3498. if strProp=='TeamColor'then
  3499. wait(.5)
  3500. for i,v in pairs(game.Players:GetPlayers())do
  3501. unHighlightModel(v)
  3502. if v.TeamColor~=localPlayer.TeamColor then
  3503. highlightModel(v.Character)
  3504. end
  3505. end
  3506. end
  3507. end)
  3508. end
  3509. end
  3510.  
  3511. for i,v in pairs(game.Players:GetPlayers())do
  3512. v.CharacterAdded:connect(function()
  3513. sortTeamHighlights(v)
  3514. end)
  3515. sortTeamHighlights(v)
  3516. end
  3517. game.Players.PlayerAdded:connect(function(objPlayer)
  3518. objPlayer.CharacterAdded:connect(function(objChar)
  3519. sortTeamHighlights(objPlayer)
  3520. end)
  3521. end)
  3522. end)
  3523.  
  3524. Elypse('unview','unview',{},
  3525. function()
  3526. game.StarterGui:SetCore("SendNotification", {
  3527. Title = "Stopped Viewing Player";
  3528. --Text = "";
  3529. --Icon = "rbxassetid://1748020105";
  3530. Duration = 3;
  3531. })
  3532. ElypseWorkspace.CurrentCamera.CameraSubject = ElypsePlayers.LocalPlayer.Character
  3533. end)
  3534.  
  3535. Elypse('fight','fight',{},
  3536. function(ARGS, SPEAKER)
  3537. game.Players.LocalPlayer.Backpack.Pipe.Punch1.AnimationId="rbxassetid://255510150"
  3538. game.Players.LocalPlayer.Backpack.Pipe.Punch2.AnimationId="rbxassetid://345332316"
  3539. game.Players.LocalPlayer.Backpack.Pipe.Running.AnimationId="rbxassetid://163712992"
  3540. game.Players.LocalPlayer.Backpack.Knife.Idle.AnimationId="rbxassetid://1320171223"
  3541. game.Players.LocalPlayer.Backpack.Knife.Punch1.AnimationId="rbxassetid://186934753"
  3542. game.Players.LocalPlayer.Backpack.Knife.Punch2.AnimationId="rbxassetid://186934658"
  3543. game.Players.LocalPlayer.Backpack.Knife.Running.AnimationId="rbxassetid://218504594"
  3544. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://255611787"
  3545. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://255790584"
  3546. game.Players.LocalPlayer.Backpack.Punch.Punch3.AnimationId="rbxassetid://145530071"
  3547. game.Players.LocalPlayer.Backpack.Punch.Punch4.AnimationId="rbxassetid://255507798"
  3548. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://255503599"
  3549. game.Players.LocalPlayer.Backpack.Pipe.Info.AnimSpeed.Value = "1.5"
  3550. game.Players.LocalPlayer.Backpack.Pipe.Info.Cooldown.Value = "0.48"
  3551. game.Players.LocalPlayer.Backpack.Knife.GripUp = Vector3.new(0,0,1)
  3552. game.Players.LocalPlayer.Backpack.Knife.GripRight = Vector3.new(0,0,1)
  3553. game.Players.LocalPlayer.Backpack.Punch.Info.AnimSpeed.Value = "1.5"
  3554. game.Players.LocalPlayer.Backpack.Punch.Info.Cooldown.Value = "0.48"
  3555. end)
  3556.  
  3557. function OPEN_COMMANDS()
  3558. SETH_MAIN.main.holder.Size = UDim2.new(1, 25, 12, 30)
  3559. SETH_MAIN.main.holder.holders.search.Visible = true
  3560. end
  3561.  
  3562.  
  3563. function CLOSE_COMMANDS()
  3564. SETH_MAIN.main.holder.holders.search.Visible = false
  3565. SETH_MAIN.main.holder.Size = UDim2.new(1, 25, 12, 0)
  3566. end
  3567.  
  3568. function ShowTab(TAB)
  3569. if not ElypseCoreGui:FindFirstChild('seth_main') then OPEN_MAIN() end
  3570. for a,b in pairs(SETH_MAIN.main.holder.holders:GetChildren()) do
  3571. if b.Name ~= TAB then
  3572. b.Visible = false
  3573. else
  3574. b.Visible = true
  3575. end
  3576. if TAB ~= 'cmds' then
  3577. CLOSE_COMMANDS()
  3578. else
  3579. OPEN_COMMANDS()
  3580. end
  3581. end
  3582. end
  3583.  
  3584. MOUSE.KeyDown:connect(function(key)
  3585. if key:byte() == 29 then
  3586. if not NOCLIP then
  3587. ECOMMAND('noclip')
  3588. elseif NOCLIP then
  3589. ECOMMAND('clip')
  3590. end
  3591. elseif key:byte() == 30 then
  3592. if not JESUSFLY then
  3593. ECOMMAND('jesusfly')
  3594. elseif JESUSFLY then
  3595. ECOMMAND('nojfly')
  3596. end
  3597. end
  3598. end)
  3599.  
  3600. -- / after loaded
  3601.  
  3602. function CHECK_FE()
  3603. if not ElypseWorkspace.FilteringEnabled then
  3604. NOTIFY('Filtering is disabled', 50, 255, 50)
  3605. elseif ElypseWorkspace.FilteringEnabled then
  3606. NOTIFY('Filtering is ENABLED', 255, 50, 50)
  3607. end
  3608. end
  3609.  
  3610. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, 0, 1, -50), 'InOut', 'Quad', 0.5, true)
  3611.  
  3612. local GOING_IN = true
  3613. CMD_BAR_H.bar.Changed:connect(function()
  3614. if CMD_BAR_H.bar.Text ~= 'Press ; To Execute A Command' and CMD_BAR_H.bar.Focused and not GOING_IN then
  3615. if CMD_BAR_H.bar.Text ~= '' then
  3616. if not CMD_BAR_H.bar.Text:find(' ') then
  3617. CMD_BAR_H.bar.commands.Visible = true
  3618. CMD_BAR_H.bar.commands:ClearAllChildren()
  3619. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  3620. local Y_COMMANDS = 0
  3621. for i,v in pairs(COMMANDS) do
  3622. if v.N:find(CMD_BAR_H.bar.Text) then
  3623. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 1, -200), 'InOut', 'Quad', 0.2, true)
  3624. CMD_BAR_H.bar.commands.CanvasSize = CMD_BAR_H.bar.commands.CanvasSize + UDim2.new(0, 0, 0, 20)
  3625. local COMMANDS_C = CMD_BAR_H.bar.commands_ex:Clone()
  3626. COMMANDS_C.Position = UDim2.new(0, 0, 0, Y_COMMANDS)
  3627. COMMANDS_C.Visible = true
  3628. COMMANDS_C.Text = ' ' .. v.D
  3629. COMMANDS_C.Parent = CMD_BAR_H.bar.commands
  3630. Y_COMMANDS = Y_COMMANDS + 20
  3631. end
  3632. end
  3633. end
  3634. else
  3635. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 0, 0), 'InOut', 'Quad', 0.2, true)
  3636. CMD_BAR_H.bar.commands:ClearAllChildren()
  3637. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  3638. end
  3639. end
  3640. end)
  3641.  
  3642. CMD_BAR_H.bar.FocusLost:connect(function()
  3643. GOING_IN = true
  3644. if CMD_BAR_H.bar.Text ~= '' then
  3645. spawn(function()
  3646. ECOMMAND(CMD_BAR_H.bar.Text, LP)
  3647. end)
  3648. end
  3649. CMD_BAR_H.bar.commands:ClearAllChildren()
  3650. CMD_BAR_H.bar.commands.CanvasSize = UDim2.new(0, 0, 0, 0)
  3651. CMD_BAR_H.bar.commands:TweenSize(UDim2.new(1, 0, 0, 0), 'InOut', 'Quad', 0.2, true)
  3652. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, -225, 1, -50), 'InOut', 'Quad', 0.5, true)
  3653. end)
  3654. MOUSE.KeyDown:connect(function(K)
  3655. if K:byte() == 59 then
  3656. GOING_IN = false
  3657. CMD_BAR_H.bar:TweenPosition(UDim2.new(0, 0, 1, -50), 'InOut', 'Quad', 0.5, true)
  3658. CMD_BAR_H.bar:CaptureFocus()
  3659. end
  3660. end)
  3661. --NOTIFY('Welcome To Elypse', 199, 96, 255)
  3662. game.StarterGui:SetCore("SendNotification", {
  3663. Title = "Welcome " .. game.Players.LocalPlayer.Name;
  3664. Text = "Auto Bypass Activated";
  3665. --Icon = "rbxassetid://1748020105";
  3666. Duration = 5;
  3667. })
  3668. local player = game.Players.LocalPlayer
  3669. local heart = game:GetService('RunService').Heartbeat
  3670. playing = false
  3671. local storage = {
  3672. }
  3673. spawn(function()
  3674. while wait(1) do
  3675. if playing then
  3676. pcall(function()
  3677. -- check if player has a tool out
  3678. local savedTool
  3679. for i,v in pairs(player.Character:GetChildren()) do
  3680. if v:IsA('Tool') then
  3681. if v.Name ~= 'BoomBox' then
  3682. savedTool = v
  3683. v.Parent = player.Backpack
  3684. end
  3685. end
  3686. end
  3687. -- update radio position
  3688. player.Backpack.BoomBox.Parent = player.Character
  3689. heart:wait()
  3690. player.Character.BoomBox.Parent = player.Backpack
  3691. -- put back previous tool
  3692. if savedTool then
  3693. savedTool.Parent = player.Character
  3694. end
  3695. end)
  3696. end
  3697. end
  3698. end)
  3699. commands = {
  3700. ['play'] = {0, function(id)
  3701. if not playing then
  3702. local boombox = player.Character:FindFirstChild('BoomBox') or player.Backpack:FindFirstChild('BoomBox')
  3703. if boombox then
  3704. boombox.Parent = player.Character
  3705. boombox.Remote:FireServer('PlaySong', id)
  3706. repeat heart:wait() until boombox.Handle.Sound.IsLoaded
  3707. storage.server = boombox.Server
  3708. storage.server.Parent = nil
  3709. boombox.Parent = player.Backpack
  3710. playing = true
  3711. end
  3712. end
  3713. end},
  3714. ['stop'] = {0, function()
  3715. if playing then
  3716. playing = false
  3717. local boombox = player.Character:FindFirstChild('BoomBox') or player.Backpack:FindFirstChild('BoomBox')
  3718. boombox:Destroy()
  3719. end
  3720. end}
  3721. }
  3722. local function run(plyr)
  3723. plyr.Chatted:connect(function(msg)
  3724. if msg:sub(1, 1) == '!' then
  3725. local msg = msg:sub(2, #msg)
  3726. for cmd, tab in pairs(commands) do
  3727. if msg:sub(1, #cmd) == cmd then
  3728. local argument = msg:sub(#cmd + 2, #msg)
  3729. print(argument)
  3730. if tab[1] == 0 then
  3731. if plyr == player then
  3732. tab[2](argument)
  3733. end
  3734. elseif tab[1] == 1 then
  3735. tab[2](argument)
  3736. end
  3737. end
  3738. end
  3739. end
  3740. end)
  3741. end
  3742.  
  3743. run(player)
  3744. local userinput = game:GetService("UserInputService")
  3745. userinput.InputBegan:connect(function(input)
  3746. if userinput:GetFocusedTextBox() then
  3747. return
  3748. end
  3749. if input.KeyCode == Enum.KeyCode.R then
  3750. end
  3751. end)
  3752. local userinput = game:GetService("UserInputService")
  3753. userinput.InputBegan:connect(function(input)
  3754. if userinput:GetFocusedTextBox() then
  3755. return
  3756. end
  3757. if input.KeyCode == Enum.KeyCode.Q then
  3758. end
  3759. end)
  3760. else
  3761. game.Players.LocalPlayer:Kick("Error: User Not Whitelisted")
  3762. while true do
  3763. print("Not Whitelisted")
  3764. warn("Not Whitelisted")
  3765. end
  3766. end
  3767.  
  3768. local mt = getrawmetatable(game)
  3769. local oldmt = mt.__index
  3770. make_writeable(mt)
  3771. mt.__index = function(t,i)
  3772. if i == "Kick" then
  3773. return nil
  3774. end
  3775. return oldmt(t,i)
  3776. end
  3777.  
  3778. --game.Players.LocalPlayer.PlayerGui.VoteKick.Vote.Yes.Text = "Cyka"
  3779. --game.Players.LocalPlayer.PlayerGui.VoteKick.Vote.No.Text = "Blyat"
  3780. --game.Players.LocalPlayer.PlayerGui.VoteKick.Open.Text = "Kick This Nigga"
  3781.  
  3782. while true do
  3783. wait(0.33)
  3784. EIyStrng = ""
  3785. if game.Players.LocalPlayer:IsFriendsWith(EIyStrng) then
  3786. wait(0.002)
  3787. else
  3788. print("hi")
  3789. end
  3790. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement