Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Script made by ERROR_CODE
- --[[R=Reset
- F=DEX Explorer
- E=Executor
- P=Place Id
- L=Creator Id
- K=CMDSLIST
- M=CLOCK
- H=R6]]
- --write in chat ;cmds2
- if loaded1 then
- local Sound = Instance.new("Sound")
- local Id = "138090596"
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = false
- Sound.Volume = 1
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "Second execute blocked!"
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- error("second execute blocked!",0)
- return
- end
- pcall(function()
- getgenv().loaded1 = true
- local mouse = game.Players.LocalPlayer:GetMouse()
- mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
- if not game:IsLoaded() then
- game.Loaded:wait()
- end
- local Players = game:GetService("Players")
- local Player = Players.LocalPlayer
- local PlayerGui = Player.PlayerGui
- local Chat = PlayerGui:FindFirstChild("Chat")
- local MessageDisplay = Chat and Chat:FindFirstChild("Frame_MessageLogDisplay", true)
- local Scroller = MessageDisplay and MessageDisplay:FindFirstChild("Scroller")
- local Gsub = string.gsub
- local Lower = string.lower
- if not Scroller then return end
- for _, x in next, Scroller:GetChildren() do
- local MessageTextLabel = x:FindFirstChildWhichIsA("TextLabel")
- if MessageTextLabel then
- local Message = Gsub(MessageTextLabel.Text, "^%s+", "")
- if Message:match(" ") then
- x:Destroy()
- end
- end
- end
- local ChatAdded = Scroller.ChildAdded:Connect(function(x)
- local MessageTextLabel = x:FindFirstChildWhichIsA("TextLabel")
- local SenderTextButton = MessageTextLabel and MessageTextLabel:FindFirstChildWhichIsA("TextButton")
- if MessageTextLabel and SenderTextButton then
- repeat task.wait() until not MessageTextLabel.Text:match("__+")
- local Message = Gsub(MessageTextLabel.Text, "^%s+", "")
- if Message:match(" ") then
- x:Destroy()
- end
- end
- end)
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- local Character = Player.Character
- local Humanoid = Character:WaitForChild("Humanoid")
- Mouse.KeyUp:connect(function(Key)
- if Key == "f" then
- loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
- end
- if Key == "r" then
- game.Players.LocalPlayer.Character["Head"]:Remove()
- end
- if Key == "e" then
- loadstring(game:HttpGet("https://pastebin.com/raw/7nAMYduv"))("Made By ERROR_CODE")
- end
- if Key == "p" then
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "Place ID:\n "..game.PlaceId
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- end
- if Key == "l" then
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "Creator ID:\n "..game.CreatorId
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- end
- if Key == "k" then
- loadstring(game:HttpGet("https://pastebin.com/raw/p9w62ZH8"))("Made By ERROR_CODE, данные храняться на другом сервере")
- end
- if Key == "m" then
- local plr = game.Players.LocalPlayer
- local gui = Instance.new("ScreenGui")
- gui.Parent = plr.PlayerGui
- gui.ResetOnSpawn = false
- local timer = Instance.new("TextLabel")
- timer.Parent = gui
- timer.BackgroundTransparency = 1
- timer.Size = UDim2.new(0.125, 0, 0.125, 0)
- timer.Position = UDim2.new(0, 100, 0.5 ,-255)
- timer.TextXAlignment = Enum.TextXAlignment.Center
- timer.TextScaled = true
- timer.Text = "00:00:00"
- timer.TextColor3 = Color3.new(255, 255, 255)
- timer.Font = Enum.Font.Code
- local x = 0
- local y = 0
- local z = 0
- while wait(1) do
- if z >= 60 then
- y = y + 1
- z = 0
- end
- if y >= 60 then
- x = x + 1
- y = 0
- end
- local tz = "00"
- local ty = "00"
- local tx = "00"
- if z >= 10 then
- tz = z
- else
- tz = "0" .. z
- end
- if y >= 10 then
- ty = y
- else
- ty = "0" .. y
- end
- if x >= 10 then
- tx = x
- else
- tx = "0" .. x
- end
- timer.Text = tx .. ":" .. ty .. ":" .. tz
- z = z + 1
- end
- end
- if Key == "h" then
- loadstring(game:HttpGet("https://pastebin.com/raw/9BFcHqfK"))("Made By ERROR_CODE")
- end
- end)
- setclipboard("https://t.me/ECCS01")
- local Sound = Instance.new("Sound")
- local Id = "1584394759"
- Sound.Parent = game.Workspace
- Sound.SoundId = "://"..Id
- Sound.Playing = true
- Sound.Looped = false
- Sound.Volume = 1
- game.StarterGui:SetCore("SendNotification", {
- Title = "ECCS•AI";
- Text = "By ERROR_CODE";
- Icon = "rbxassetid://6238537240";
- Duration = 2.5;
- })
- h=Instance.new("Hint", workspace) h.Text = "ECCS•AI"
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "powered by\nECCS•OS"
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "Welcome\n "..game.Players.LocalPlayer.DisplayName.."!"
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))()
- local ownerId = 3323558881
- game.Players.PlayerAdded:Connect(function(player)
- if player.UserId == ownerId then
- local notif = Notification.new("warning", "Developer", "ERROR_CODE has joined!")
- notif:deleteTimeout(10)
- h=Instance.new("Hint", workspace) h.Text = "ECCS•AI Developer ERROR_CODE has joined!"
- wait(5)
- h:Destroy()
- end
- end)
- local Player = game.Players.LocalPlayer
- Player.Chatted:connect(function(cht)
- if cht:match(";cmds2") then
- loadstring(game:HttpGet("https://pastebin.com/raw/p9w62ZH8"))("Made By ERROR_CODE, данные храняться на другом сервере")
- end
- if cht:match(";crash system") then
- local Sound = Instance.new("Sound")
- local Id = "2865228021"
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = falee
- Sound.Volume = 5
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = ":( \n dear "..game.Players.LocalPlayer.DisplayName.."\n your system crashed"
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,255)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(5)
- textlabel:Destroy()
- while true do
- warn("crashed")
- end
- end
- if cht:match(";random music") then
- loadstring(game:HttpGet("https://pastebin.com/raw/A4V76VHd"))("Made By ERROR_CODE, данные храняться на другом сервере")
- end
- if cht:match(";update system") then
- local Sound = Instance.new("Sound")
- local Id = "1584394759"
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = false
- Sound.Volume = 1
- game.Players.LocalPlayer:Kick("UPDATING")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING.")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING..")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING...")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING.")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING..")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING...")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING.")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING..")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING...")
- wait(0.5)
- game.Players.LocalPlayer:Kick("UPDATING")
- wait(0.5)
- game.Players.LocalPlayer:Kick("Don't press on LEAVE button! Updating system started...")
- local TeleportService = game:GetService("TeleportService")
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- local Rejoin = coroutine.create(function()
- local Success, ErrorMessage = pcall(function()
- TeleportService:Teleport(game.PlaceId, LocalPlayer)
- end)
- if ErrorMessage and not Success then
- warn(ErrorMessage)
- end
- end)
- coroutine.resume(Rejoin)
- end
- if cht:match(";blox game") then
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "ECCS•AI:game started"
- wait(5)
- message:Destroy()
- end)
- local Sound = Instance.new("Sound")
- local Id = "9044545570"
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = false
- Sound.Volume = 1
- local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- tool3.BinType = "Hammer"
- for i = 1,50 do
- wait(1)
- local part = Instance.new("Part")
- part.Parent = workspace
- part.Anchored = false
- part.Size = Vector3.new(10,10,10)
- part.CanCollide = true
- part.Position = Vector3.new(math.random(-50,50),math.random(-50,50),math.random(-50,50))
- end
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "ECCS•AI:game over"
- wait(4)
- message:Destroy()
- end)
- Sound:Stop()
- tool3:Remove()
- game.Players.LocalPlayer.Character["Head"]:Remove()
- end
- if cht:match(";RTX") then
- loadstring(game:HttpGet("https://pastebin.com/raw/R7VGrQW2"))()
- end
- if cht:match(";executor") then
- loadstring(game:HttpGet("https://pastebin.com/raw/7nAMYduv"))("Made By ERROR_CODE")
- end
- if cht:match(";DEX") then
- loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
- end
- if cht:match(";place id") then
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "Place ID:\n "..game.PlaceId
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- end
- if cht:match(";copy place id") then
- setclipboard(""..game.PlaceId)
- end
- if cht:match(";creator id") then
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "Creator ID:\n "..game.CreatorId
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- end
- if cht:match(";copy creator id") then
- setclipboard(""..game.CreatorId)
- end
- if cht:match(";re") then
- game.Players.LocalPlayer.Character["Head"]:Remove()
- end
- if cht:match("noob") then
- local co = Instance.new("ColorCorrectionEffect")
- co.Parent = game.Lighting
- co.Saturation = math.random(0,10000)
- co.TintColor = Color3.fromRGB(255, 0, 0)
- local plr = game.Players.LocalPlayer
- local gui = Instance.new("ScreenGui")
- gui.Parent = plr.PlayerGui
- gui.ResetOnSpawn = false
- local piracy = Instance.new("TextLabel")
- piracy.Parent = gui
- piracy.BackgroundTransparency = 1
- piracy.Size = UDim2.new(1.125, 0, 0.125, 0)
- piracy.Position = UDim2.new(0, -50, 0.5,-255)
- piracy.TextXAlignment = Enum.TextXAlignment.Center
- piracy.TextScaled = true
- piracy.Text = "BAD WORD DETECTED!"
- piracy.TextColor3 = Color3.new(0, 0, 0)
- piracy.Font = Enum.Font.Code
- local jumpscareSound = Instance.new("Sound", workspace)
- jumpscareSound.Name = "JumpscareSound"
- jumpscareSound.Volume = 999
- jumpscareSound.Pitch = 1
- jumpscareSound.SoundId = "rbxassetid://8280193916"
- jumpscareSound.Looped = true
- local jumpscareGUI = Instance.new("ScreenGui", nil)
- jumpscareGUI.Name = "Jumpscare"
- local image = Instance.new("ImageLabel", jumpscareGUI)
- image.Name = "JumpscareImage"
- image.BackgroundColor3 = Color3.new(0, 0, 0)
- image.BorderColor3 = Color3.new(255, 255, 255)
- image.BorderSizePixel = 0
- image.Size = UDim2.new(1, 0, 1, 0)
- image.Image = "http://www.roblox.com/asset/?id=1119705746"
- image.Active = true
- for i, c in pairs(game.Players:GetChildren()) do
- local jumpscareClone = jumpscareGUI:Clone()
- jumpscareClone.Parent = c.PlayerGui
- end
- jumpscareSound:Play()
- wait(5)
- jumpscareSound:Destroy()
- for i, c in pairs(game.Players:GetChildren()) do
- c.PlayerGui.Jumpscare:Destroy()
- game.Players.LocalPlayer:Kick("I will teach you to speak correctly>:(")
- wait()
- while true do
- warn("bad word")
- end
- end
- end
- if cht:match("gay") then
- local co = Instance.new("ColorCorrectionEffect")
- co.Parent = game.Lighting
- co.Saturation = math.random(0,10000)
- co.TintColor = Color3.fromRGB(255, 0, 0)
- local plr = game.Players.LocalPlayer
- local gui = Instance.new("ScreenGui")
- gui.Parent = plr.PlayerGui
- gui.ResetOnSpawn = false
- local piracy = Instance.new("TextLabel")
- piracy.Parent = gui
- piracy.BackgroundTransparency = 1
- piracy.Size = UDim2.new(1.125, 0, 0.125, 0)
- piracy.Position = UDim2.new(0, -50, 0.5,-255)
- piracy.TextXAlignment = Enum.TextXAlignment.Center
- piracy.TextScaled = true
- piracy.Text = "BAD WORD DETECTED!"
- piracy.TextColor3 = Color3.new(0, 0, 0)
- piracy.Font = Enum.Font.Code
- local jumpscareSound = Instance.new("Sound", workspace)
- jumpscareSound.Name = "JumpscareSound"
- jumpscareSound.Volume = 999
- jumpscareSound.Pitch = 1
- jumpscareSound.SoundId = "rbxassetid://8280193916"
- jumpscareSound.Looped = true
- local jumpscareGUI = Instance.new("ScreenGui", nil)
- jumpscareGUI.Name = "Jumpscare"
- local image = Instance.new("ImageLabel", jumpscareGUI)
- image.Name = "JumpscareImage"
- image.BackgroundColor3 = Color3.new(0, 0, 0)
- image.BorderColor3 = Color3.new(255, 255, 255)
- image.BorderSizePixel = 0
- image.Size = UDim2.new(1, 0, 1, 0)
- image.Image = "http://www.roblox.com/asset/?id=1119705746"
- image.Active = true
- for i, c in pairs(game.Players:GetChildren()) do
- local jumpscareClone = jumpscareGUI:Clone()
- jumpscareClone.Parent = c.PlayerGui
- end
- jumpscareSound:Play()
- wait(5)
- jumpscareSound:Destroy()
- for i, c in pairs(game.Players:GetChildren()) do
- c.PlayerGui.Jumpscare:Destroy()
- game.Players.LocalPlayer:Kick("I will teach you to speak correctly>:(")
- wait()
- while true do
- warn("bad word")
- end
- end
- end
- if cht:match(";r6") then
- loadstring(game:HttpGet("https://pastebin.com/raw/9BFcHqfK"))("Made By ERROR_CODE")
- end
- end)
- local screen = Instance.new("ScreenGui")
- screen.IgnoreGuiInset = false
- screen.ResetOnSpawn = true
- screen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- screen.Parent = game.CoreGui
- local console = Instance.new("Frame")
- console.BackgroundColor3 = Color3.new(0, 0, 0)
- console.Position = UDim2.new(0, 0, -0.1, 0)
- console.Size = UDim2.new(1, 0, 2, 0)
- console.Name = "Console"
- console.Parent = screen
- local uicorner = Instance.new("UICorner")
- uicorner.Parent = console
- local uistroke = Instance.new("UIStroke")
- uistroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
- uistroke.Color = Color3.new(1, 1, 1)
- uistroke.Thickness = 2.4000000953674316
- uistroke.Parent = console
- local script = Instance.new("LocalScript")
- script.Name = "Script"
- script.Parent = console
- local console_2 = Instance.new("ScrollingFrame")
- console_2.CanvasSize = UDim2.new(0, 0, 1.5, 0)
- console_2.ScrollBarImageColor3 = Color3.new(0.137255, 0.211765, 0.266667)
- console_2.ScrollBarThickness = 8
- console_2.Active = true
- console_2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- console_2.BackgroundTransparency = 1
- console_2.BorderSizePixel = 0
- console_2.Position = UDim2.new(0.0167131703, 0, 0.00914634112, 0)
- console_2.Size = UDim2.new(0.89142859, 0, 0.984756112, 0)
- console_2.Name = "Console"
- console_2.Parent = console
- local logs = Instance.new("Folder")
- logs.Name = "Logs"
- logs.Parent = console_2
- local example = Instance.new("Frame")
- example.BackgroundColor3 = Color3.new(1, 1, 1)
- example.BackgroundTransparency = 1
- example.Size = UDim2.new(0.919871807, 0, 0.0526315793, 0)
- example.Visible = true
- example.Name = "Example"
- example.Parent = logs
- local line = Instance.new("TextLabel")
- line.Font = Enum.Font.SourceSans
- line.Text = "1 - "
- line.TextColor3 = Color3.new(255, 255, 255)
- line.TextSize = 14
- line.BackgroundColor3 = Color3.new(1, 1, 1)
- line.BackgroundTransparency = 1
- line.Position = UDim2.new(0.0514285713, 0, 0.073170729, 0)
- line.Size = UDim2.new(0.0696864128, 0, 0.502032518, 0)
- line.Visible = true
- line.Name = "Line"
- line.Parent = example
- local text = Instance.new("TextLabel")
- text.Font = Enum.Font.Code
- text.TextColor3 = Color3.new(255, 255, 255)
- text.TextSize = 14
- text.TextXAlignment = Enum.TextXAlignment.Left
- text.BackgroundColor3 = Color3.new(1, 1, 1)
- text.BackgroundTransparency = 1
- text.Position = UDim2.new(0.83341676, 0, 0.0997807458, 0)
- text.Size = UDim2.new(11.3000002, 0, 1, 0)
- text.Name = "txt"
- text.Parent = line
- local uilist_layout = Instance.new("UIListLayout")
- uilist_layout.Padding = UDim.new(0.0010000000474974513, 0)
- uilist_layout.SortOrder = Enum.SortOrder.LayoutOrder
- uilist_layout.Parent = logs
- local modules = {}
- task.spawn(function()
- local script = script
- local oldreq = require
- local function require(target)
- if modules[target] then
- return modules[target]()
- end
- return oldreq(target)
- end
- local plr = game.Players.LocalPlayer
- local Logs = script.Parent.Console.Logs -- Folder
- local ExampleFrame = Logs.Example -- Line: 0
- local LineCount, LogText = 0, ""
- local CreateMessage = function(...)
- LineCount += 1
- if LineCount >= 250 then
- game.CoreGui.Screen.Console.Console.Logs["Line: " .. tostring(LineCount)]:Destroy()
- end
- local NewFrame = ExampleFrame:Clone()
- NewFrame.Name = "Line: " .. tostring(LineCount) --Frame Name
- NewFrame.LayoutOrder = 1
- NewFrame.Line.Text = tostring(LineCount) .. " - " --First Label
- NewFrame.Line.txt.Text = ...
- NewFrame.Parent = Logs
- end
- local function tableToString(tbl)
- local result = {}
- local function traverseTable(t, indent)
- for k, v in pairs(t) do
- if type(v) == "table" then
- result[#result + 1] = indent .. tostring(k) .. ": {"
- traverseTable(v, indent .. " ")
- result[#result + 1] = indent .. "}"
- else
- result[#result + 1] = indent .. tostring(k) .. ": " .. tostring(v)
- end
- end
- end
- traverseTable(tbl, "")
- return table.concat(result, "\n")
- end
- local prt
- prt = hookfunction(print, function(...)
- local args = ...
- if type(args) == "table" then
- args = tableToString(args)
- elseif type(args) == "function" then
- args = getupvalues(args)
- end
- local message = tostring(args)
- CreateMessage(message)
- return warn(message)
- end)
- end)
- -- // Constants \\ --
- -- [ Services ] --
- local Services = setmetatable({}, {__index = function(Self, Index)
- local NewService = game.GetService(game, Index)
- if NewService then
- Self[Index] = NewService
- end
- return NewService
- end})
- -- [ LocalPlayer ] --
- local LocalPlayer = Services.Players.LocalPlayer
- -- // Functions \\ --
- local function PlayerAdded(Player)
- local Detected = false
- local Character;
- local PrimaryPart;
- local function CharacterAdded(NewCharacter)
- Character = NewCharacter
- repeat
- wait()
- PrimaryPart = NewCharacter:FindFirstChild("HumanoidRootPart")
- until PrimaryPart
- Detected = false
- end
- CharacterAdded(Player.Character or Player.CharacterAdded:Wait())
- Player.CharacterAdded:Connect(CharacterAdded)
- Services.RunService.Heartbeat:Connect(function()
- if (Character and Character:IsDescendantOf(workspace)) and (PrimaryPart and PrimaryPart:IsDescendantOf(Character)) then
- if PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 or PrimaryPart.AssemblyLinearVelocity.Magnitude > 100 then
- if Detected == false then
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Fling Exploit detected, Player: " .. tostring(Player);
- Color = Color3.fromRGB(255, 200, 0);
- })
- end
- Detected = true
- for i,v in ipairs(Character:GetDescendants()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- v.AssemblyAngularVelocity = Vector3.new(0, 0, 0)
- v.AssemblyLinearVelocity = Vector3.new(0, 0, 0)
- v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
- end
- end
- PrimaryPart.CanCollide = false
- PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0)
- PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0)
- PrimaryPart.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
- end
- end
- end)
- end
- -- // Event Listeners \\ --
- for i,v in ipairs(Services.Players:GetPlayers()) do
- if v ~= LocalPlayer then
- PlayerAdded(v)
- end
- end
- Services.Players.PlayerAdded:Connect(PlayerAdded)
- local LastPosition = nil
- Services.RunService.Heartbeat:Connect(function()
- pcall(function()
- local PrimaryPart = LocalPlayer.Character.PrimaryPart
- if PrimaryPart.AssemblyLinearVelocity.Magnitude > 250 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 250 then
- PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0)
- PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0)
- PrimaryPart.CFrame = LastPosition
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "You were flung. Neutralizing velocity.";
- Color = Color3.fromRGB(255, 0, 0);
- })
- elseif PrimaryPart.AssemblyLinearVelocity.Magnitude < 50 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 then
- LastPosition = PrimaryPart.CFrame
- end
- end)
- end)
- local chat = function(MSG)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
- end
- chat("[ECCS•AI]:Script made by ERROR_CODE & ECCS company")
- local plr = game.Players.LocalPlayer
- local gui = Instance.new("ScreenGui")
- gui.Parent = plr.PlayerGui
- gui.ResetOnSpawn = false
- local dev = Instance.new("TextLabel")
- dev.Parent = gui
- dev.BackgroundTransparency = 1
- dev.Size = UDim2.new(0.125, 0, 0.125, 0)
- dev.Position = UDim2.new(0, 10, 1.5 ,-255)
- print("Copyright loaded")
- dev.TextXAlignment = Enum.TextXAlignment.Center
- dev.TextScaled = true
- dev.Text = "Made By ERROR_CODE"
- dev.TextColor3 = Color3.new(255, 255, 255)
- dev.Font = Enum.Font.Code
- local FrontflipKey = Enum.KeyCode.Z
- local BackflipKey = Enum.KeyCode.X
- local AirjumpKey = Enum.KeyCode.C
- local ca = game:GetService("ContextActionService")
- local zeezy = game:GetService("Players").LocalPlayer
- local h = 0.0174533
- local antigrav
- function zeezyFrontflip(act,inp,obj)
- if inp == Enum.UserInputState.Begin then
- zeezy.Character.Humanoid:ChangeState("Jumping")
- wait()
- zeezy.Character.Humanoid.Sit = true
- for i = 1,360 do
- delay(i/720,function()
- zeezy.Character.Humanoid.Sit = true
- zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(-h,0,0)
- end)
- end
- wait(0.55)
- zeezy.Character.Humanoid.Sit = false
- end
- end
- function zeezyBackflip(act,inp,obj)
- if inp == Enum.UserInputState.Begin then
- zeezy.Character.Humanoid:ChangeState("Jumping")
- wait()
- zeezy.Character.Humanoid.Sit = true
- for i = 1,360 do
- delay(i/720,function()
- zeezy.Character.Humanoid.Sit = true
- zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(h,0,0)
- end)
- end
- wait(0.55)
- zeezy.Character.Humanoid.Sit = false
- end
- end
- function zeezyAirjump(act,inp,obj)
- if inp == Enum.UserInputState.Begin then
- zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
- wait()
- zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end
- ca:BindAction("zeezyFrontflip",zeezyFrontflip,false,FrontflipKey)
- ca:BindAction("zeezyBackflip",zeezyBackflip,false,BackflipKey)
- ca:BindAction("zeezyAirjump",zeezyAirjump,false,AirjumpKey)
- local chat = function(MSG) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
- end
- chat("[ECCS•AI]:Hi! I'm your Assistant")
- wait(2)
- chat("[ECCS•AI]:Commands: cmds, left, right, jump, stop, dance, dance2, dance3, wave, point, laugh, backward, crash, flip(r6), lay(r6), sit(r6), dab(r6), livetate(r6), kill(need key), chat, -?")
- wait(2)
- chat("[ECCS•AI]: DO NOT use prefix ;, :, /, . !!!")
- local HttpService = game:GetService("HttpService")
- local Players = game:GetService("Players")
- local UserInputService = game:GetService("UserInputService")
- local idioma = "ru"
- local chatfuel = "False"
- local function mensajepro(mensaje, jugador)
- local texto = mensaje
- local Responde = game:HttpGet("https://api.simsimi.net/v2/?text="..texto.."&lc="..idioma.."&cf="..chatfuel)
- local datos = HttpService:JSONDecode(Responde)
- wait()
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(jugador.." "..datos.success, "All")
- end
- Players.PlayerChatted:Connect(function(type, plr, message)
- for _,plrs in pairs(game.Players:GetPlayers()) do
- if (Players.LocalPlayer.Character.HumanoidRootPart.Position - plrs.Character.HumanoidRootPart.Position).magnitude <= 16 then
- if plr.Name == plrs.Name then
- mensajepro(message, "[ECCS•AI]:")
- end
- end
- end
- end)
- --afk
- print("AntiAFK loaded")
- local LP = game.Players.LocalPlayer
- local function ClearConnections(exception)
- for i,v in pairs(getconnections(LP.Idled)) do
- if v ~= exception then
- v:Disable()
- end
- end
- end
- ClearConnections()
- local Connect
- Connect = LP.Idled:Connect(function()
- ClearConnections(Connect)
- end)
- print("FPS logger loaded")
- local FPSLabel = script.Parent
- local RunService = game:GetService("RunService")
- local RenderStepped = RunService.RenderStepped
- local sec = nil
- local FPS = {}
- local textlab = Instance.new("TextLabel")
- textlab.Size = UDim2.new(0, 200, 0, 28)
- textlab.BackgroundTransparency = 1
- textlab.TextColor3 = Color3.new(1, 1, 1)
- textlab.TextStrokeTransparency = 0
- textlab.TextStrokeColor3 = Color3.new(0.24, 0.24, 0.24)
- textlab.Font = Enum.Font.SourceSans
- textlab.TextSize = 30
- textlab.Text = ""
- textlab.BackgroundColor3 = Color3.new(0, 0, 0)
- textlab.Position = UDim2.new(0, -85, 1.5 ,-270)
- textlab.TextXAlignment = Enum.TextXAlignment.Right
- textlab.BorderSizePixel = 0
- textlab.Parent = game.CoreGui.RobloxGui
- textlab.Visible = true
- local function fre()
- local fr = tick()
- for index = #FPS,1,-1 do
- FPS[index + 1] = (FPS[index] >= fr - 1) and FPS[index] or nil
- end
- FPS[1] = fr
- local fps = (tick() - sec >= 1 and #FPS) or (#FPS / (tick() - sec))
- fps = math.floor(fps)
- textlab.Text = ""..fps.." - FPS"
- if fps < 30 then
- textlab.TextColor3 = Color3.new(0, 0, 0)
- elseif fps < 45 then
- textlab.TextColor3 = Color3.new(100, 0, 0)
- elseif fps < 60 then
- textlab.TextColor3 = Color3.new(100, 100, 0)
- else
- textlab.TextColor3 = Color3.new(0, 100, 0)
- end
- end
- sec = tick()
- RenderStepped:Connect(fre)
- --AI PLAY
- if game.PlaceId == 1689414409 then
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "Loadin ECCS•AI play..."
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "Loaded!"
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(2)
- textlabel:Destroy()
- local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PlayerGui:SetTopbarTransparency(0)
- local screen = Instance.new("ScreenGui")
- screen.Parent = PlayerGui
- local textlabel = Instance.new("TextLabel")
- textlabel.Text = "UNO!"
- textlabel.Size = UDim2.new(1,1,1,1)
- textlabel.FontSize = Enum.FontSize.Size60
- textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.Parent = screen
- wait(3)
- textlabel:Destroy()
- plus4Cards = true
- wildCards = true
- actionCards = true
- autoJoinMatch = false
- autoCreateAI = false
- autoCreateMatch = false
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Skribb11es/Random-Releases/main/UNOBOT", true))()
- end
- local keys = {
- ["a"] = 0x41,
- ["b"] = 0x42,
- ["c"] = 0x43,
- ["d"] = 0x44,
- ["e"] = 0x45,
- ["f"] = 0x46,
- ["g"] = 0x47,
- ["h"] = 0x48,
- ["i"] = 0x49,
- ["j"] = 0x4A,
- ["k"] = 0x4B,
- ["l"] = 0x4C,
- ["m"] = 0x4D,
- ["n"] = 0x4E,
- ["o"] = 0x4F,
- ["p"] = 0x50,
- ["q"] = 0x51,
- ["r"] = 0x52,
- ["s"] = 0x53,
- ["t"] = 0x54,
- ["u"] = 0x55,
- ["v"] = 0x56,
- ["w"] = 0x57,
- ["x"] = 0x58,
- ["y"] = 0x59,
- ["z"] = 0x5A,
- ["0"] = 0x30,
- ["1"] = 0x31,
- ["2"] = 0x32,
- ["3"] = 0x33,
- ["4"] = 0x34,
- ["5"] = 0x35,
- ["6"] = 0x36,
- ["7"] = 0x37,
- ["8"] = 0x38,
- ["9"] = 0x39,
- ["+"] = 0xBB,
- ["-"] = 0xBD,
- [","] = 0xBC,
- ["."] = 0xBE,
- ["quote"] = 0xDE,
- ["esc"] = 0x1B,
- ["tab"] = 0x09,
- ["caps"] = 0x14,
- ["lshift"] = 0xA0,
- ["rshift"] = 0xA1,
- ["ctrl"] = 0x11,
- ["lctrl"] = 0xA2,
- ["rctrl"] = 0xA3,
- ["lwin"] = 0x5B,
- ["rwin"] = 0x5C,
- ["alt"] = 0x12,
- ["space"] = 0x20,
- ["enter"] = 0x0D,
- ["backspace"] = 0x08,
- ["sshot"] = 0x2C,
- ["scrolllock"] = 0x91,
- ["pause"] = 0x13,
- ["insert"] = 0x2D,
- ["home"] = 0x24,
- ["pgup"] = 0x21,
- ["del"] = 0x2E,
- ["end"] = 0x23,
- ["pgdn"] = 0x22,
- ["up_a"] = 0x26,
- ["down_a"] = 0x28,
- ["left_a"] = 0x25,
- ["right_a"] = 0x27,
- ["numlock"] = 0x90,
- ["sleep"] = 0x5F,
- ["n_0"] = 0x60,
- ["n_1"] = 0x61,
- ["n_2"] = 0x62,
- ["n_3"] = 0x63,
- ["n_4"] = 0x64,
- ["n_5"] = 0x65,
- ["n_6"] = 0x66,
- ["n_7"] = 0x67,
- ["n_8"] = 0x68,
- ["n_9"] = 0x69,
- ["v_mute"] = 0xAD,
- ["v_up"] = 0xAF,
- ["v_down"] = 0xAE,
- ["next_t"] = 0xB0,
- ["prev_t"] = 0xB1,
- ["stop_t"] = 0xB2,
- ["pause_t"] = 0xB3,
- ["f1"] = 0x70,
- ["f2"] = 0x71,
- ["f3"] = 0x72,
- ["f4"] = 0x73,
- ["f5"] = 0x74,
- ["f6"] = 0x75,
- ["f7"] = 0x76,
- ["f8"] = 0x77,
- ["f9"] = 0x78,
- ["f10"] = 0x79,
- ["f11"] = 0x7A,
- ["f12"] = 0x7B,
- }
- function hold(mousebutton)
- if mousebutton == "left" then
- mouse1down()
- elseif mousebutton == "right" then
- mouse2down()
- end
- end
- function release(mousebutton)
- if mousebutton == "left" then
- mouse1up()
- elseif mousebutton == "right" then
- mouse2up()
- end
- end
- function click(mousebutton)
- if mousebutton == "left" then
- mouse1click()
- elseif mousebutton == "right" then
- mouse2click()
- end
- end
- function move(x,y)
- mousemoveabs(x,y)
- end
- function scroll(p)
- mousescroll(p)
- end
- function loopmove(x,y)
- if canmove2 ~= false then
- canmove1 = false
- spawn(function()
- local l
- l = game:GetService("RunService").Heartbeat:Connect(function()
- if canmove1 == true then
- l:Disconnect()
- end
- wait()
- move(x,y)
- end)
- end)
- end
- end
- function breakmove()
- canmove1 = false
- end
- local mouse = game:GetService("Players").LocalPlayer:GetMouse()
- canmove2 = true
- function togglemove()
- if canmove1 ~= false then
- if canmove2 == false then
- canmove2 = true
- elseif canmove2 == true then
- canmove2 = false
- mx = mouse.X
- my = mouse.Y
- spawn(function()
- local l
- l = game:GetService("RunService").Heartbeat:Connect(function()
- if canmove2 == true then
- l:Disconnect()
- end
- wait()
- move(mx,my)
- end)
- end)
- end
- end
- end
- function type(string)
- for _,char in pairs(string:split("")) do
- wait(0.01)
- if char == " " then
- keypress(keys["space"])
- else
- if char:upper() == char and (char ~= "," and char ~= "." and char ~= "-" and char ~= "+" and char ~= "'" and char ~= '"' and char ~= "<" and char ~= ">" and char ~= "_" and char ~= "=") then
- keypress(keys["lshift"])
- keypress(keys[char:lower()])
- keyrelease(keys["lshift"])
- else
- if char == "'" then
- keyrelease(keys["caps"])
- keyrelease(keys["lshift"])
- keypress(keys["quote"])
- elseif char == '"' then
- keyrelease(keys["caps"])
- keypress(keys["lshift"])
- keypress(keys["quote"])
- keyrelease(keys["lshift"])
- elseif char == "<" then
- keyrelease(keys["caps"])
- keypress(keys["lshift"])
- keypress(keys[","])
- keyrelease(keys["lshift"])
- elseif char == ">" then
- keyrelease(keys["caps"])
- keypress(keys["lshift"])
- keypress(keys["."])
- keyrelease(keys["lshift"])
- elseif char == "_" then
- keyrelease(keys["caps"])
- keypress(keys["lshift"])
- keypress(keys["-"])
- keyrelease(keys["lshift"])
- elseif char == "=" then
- keyrelease(keys["caps"])
- keypress(keys["lshift"])
- keypress(keys["+"])
- keyrelease(keys["lshift"])
- else
- keyrelease(keys["caps"])
- keyrelease(keys["lshift"])
- keypress(keys[char])
- end
- end
- end
- end
- end
- local chatEvents = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents")
- local messageDoneFiltering = chatEvents:WaitForChild("OnMessageDoneFiltering")
- messageDoneFiltering.OnClientEvent:Connect(function(message)
- local msg = message.Message or ""
- print(msg)
- if msg:lower():sub(1,13) == "backward" then
- keyrelease(keys["w"])
- keypress(keys["s"])
- end
- if msg:lower():sub(1,13) == "left" then
- keyrelease(keys["d"])
- keypress(keys["a"])
- end
- if msg:lower():sub(1,14) == "right" then
- keyrelease(keys["a"])
- keypress(keys["d"])
- end
- if msg:lower():sub(1,11) == "stop" then
- keyrelease(keys["w"])
- keyrelease(keys["s"])
- keyrelease(keys["a"])
- keyrelease(keys["d"])
- keypress(keys["space"])
- wait(0.1)
- keyrelease(keys["space"])
- end
- if msg:lower():sub(1,4) == "wave" then
- game.Players:Chat("/e wave")
- end
- if msg:lower():sub(1,5) == "point" then
- game.Players:Chat("/e point")
- end
- if msg:lower():sub(1,5) == "laugh" then
- game.Players:Chat("/e laugh")
- end
- if msg:lower():sub(1,5) == "dance" then
- game.Players:Chat("/e dance")
- end
- if msg:lower():sub(1,6) == "dance1" then
- game.Players:Chat("/e dance1")
- end
- if msg:lower():sub(1,6) == "dance2" then
- game.Players:Chat("/e dance2")
- end
- if msg:lower():sub(1,6) == "dance3" then
- game.Players:Chat("/e dance3")
- end
- if msg:lower():sub(1,4) == "jump" then
- game:GetService('Players').LocalPlayer.Character.Humanoid.JumpPower = 200
- keypress(keys["space"])
- wait(0.1)
- keyrelease(keys["space"])
- wait(1)
- game:GetService('Players').LocalPlayer.Character.Humanoid.JumpPower = 50
- end
- if msg:lower():sub(1,8) == "cmds" then
- local chat = function(MSG) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
- end
- chat("[ECCS•AI]:Commands: cmds, left, right, jump, stop, dance, dance2, dance3, wave, point, laugh, backward, crash, flip(r6), lay(r6), dab(r6), sit(r6), livetate(r6), kill(need key), chat, -?")
- end
- if msg:lower():sub(1,5) == "crash" then
- local chat = function(MSG) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
- end
- chat("[ECCS•AI]:crash work on games max 2012")
- sounds = {}
- function getSounds(loc)
- if loc:IsA("Sound") then
- table.insert(sounds,loc)
- end
- for _,obj in pairs(loc:GetChildren()) do
- getSounds(obj)
- end
- end
- getSounds(game)
- game.DescendantAdded:connect(function(obj)
- if obj:IsA("Sound") then
- table.insert(sounds,obj)
- end
- end)
- while wait(0.1) do
- for _,sound in pairs(sounds) do
- pcall(function()
- sound:Play()
- end)
- end
- end
- end
- if msg:lower():sub(1,3) == "sit" then
- local Sound = Instance.new("Sound")
- local Id = "1838889111"
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = false
- Sound.Volume = 1
- AnimationId = "182724289"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- wait(5)
- k:Stop()
- Sound:Stop()
- end
- if msg:lower():sub(1,3) == "lay" then
- local Sound = Instance.new("Sound")
- local Id = "1837653991"
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = false
- Sound.Volume = 1
- AnimationId = "282574440"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(0.5)
- wait(5)
- k:Stop()
- Sound:Stop()
- end
- if msg:lower():sub(1,3) == "dab" then
- local Sound = Instance.new("Sound")
- local Id = "6823597327"
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = false
- Sound.Volume = 1
- AnimationId = "248263260"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- wait(10)
- k:Stop()
- Sound:Stop()
- end
- if msg:lower():sub(1,8) == "-?" then
- local chat = function(MSG) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
- end
- chat("[ECCS•AI]:To talk to him you need to be at a distance of no more than 16 steps")
- end
- if msg:lower():sub(1,8) == "livetate" then
- local Sound = Instance.new("Sound")
- local Id = "1842796919"
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id
- Sound.Playing = true
- Sound.Looped = false
- Sound.Volume = 1
- AnimationId = "313762630"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(0.5)
- wait(5)
- k:Stop()
- Sound:Stop()
- end
- if msg:lower():sub(1,4) == "kill" then
- local chat = function(MSG) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
- end
- chat("[ECCS•AI]:You need key for this")
- wait(1)
- chat("[ECCS•AI]:key you can get in telegram of my developer")
- wait(0.5)
- chat("[ECCS•AI]: @ECCSAI")
- end
- if msg:lower():sub(1,12) == "091107" then
- game.Players.LocalPlayer.Character["Head"]:Remove()
- end
- if msg:lower():sub(1,4) == "chat" then
- local AmountOfMessages = 999
- local SafeMode = false
- local SafemodeWaitTime = 0
- if SafeMode then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- wait(SafemodeWaitTime)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- wait(SafemodeWaitTime)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- else
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- end
- end
- if msg:lower():sub(1,4) == "flip" then
- --keypress(keys["z"])
- keyrelease(keys["ctrl"])
- keyrelease(keys["alt"])
- keyrelease(keys["right_a"])
- end
- --[[if msg:lower():sub(1,4) == "rotate" then
- keyrelease(keys["ctrl"])
- keyrelease(keys["alt"])
- keyrelease(keys["right_a"])
- end]]
- end)
- print("Systen loaded")
- wait(2)
- console:Destroy()
- end)
- --Telegram(@ECCSAI)
- --Discord(justerror#2242)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement