Universal Script 📌
13.4k Views
62 Executions

corrupt Admin

Universal Script 📌Uploaded by
2 years ago
Please login to perform these actions:

Description

-only 10 commands (didn't read all of them xd so tell me) -goto command doesn't work :( -?commands don't print so look at the script it has them -not every executors are supported -commands now get sent in chat! (patched) -not all of the commands work real account: https://www.roblox.com/users/7513427987/profile

View Raw
Edited By: Thatonescripter Download


Comments

13
Log in to join the conversation. Login
MONiKA's profile picture
MONiKA2 years ago(edited)

Can you make the command teleport to objek in any game?

2
ETKexploits's profile picture
ETKexploits2 years ago(edited)

thx for the script<33 hope som op commands get on here

2
hmmmmmmnmmmm's profile picture
hmmmmmmnmmmm10 months ago

Ban that cat!

1
BANNED's profile picture
BANNED2 years ago(edited)

local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local player = Players.LocalPlayer local flying = false local bodyVelocity local commands = { "?cmds - Shows this command list", "?fly - Toggles flying on/off", "?invisible - Makes you invisible", "?visible - Makes you visible", "?heal - Heals your character", "?reset - Resets your character", "?admin - Grants admin status", "?unadmin - Revokes admin status", "?dolphin - Activates the dolphin emote", "?to [player] - Teleports the specified player to you", } local function showCommands() for _, cmd in ipairs(commands) do game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:Fire("Command: " .. cmd, "All") end end local function toggleFly() local character = player.Character if not character then return end local humanoidRootPart = character:FindFirstChild("HumanoidRootPart") if not humanoidRootPart then return end if flying then flying = false if bodyVelocity then bodyVelocity:Destroy() bodyVelocity = nil end print("You have unfl*.") else flying = true bodyVelocity = Instance.new("BodyVelocity") bodyVelocity.Velocity = Vector3.new(0, 50, 0) bodyVelocity.MaxForce = Vector3.new(4000, 4000, 4000) bodyVelocity.Parent = humanoidRootPart while flying do local direction = Vector3.new(0, 0, 0) if UserInputService:IsKeyDown(Enum.KeyCode.W) then direction = direction + work*e.CurrentCamera.CFrame.LookVector end if UserInputService:IsKeyDown(Enum.KeyCode.S) then direction = direction - work*

1
BANNED's profile picture
BANNED2 years ago(edited)

local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local player = Players.LocalPlayer local flying = false local bodyVelocity local commands = { "?cmds - Shows this command list", "?fly - Toggles flying on/off", "?invisible - Makes you invisible", "?visible - Makes you visible", "?heal - Heals your character", "?reset - Resets your character", "?admin - Grants admin status", "?unadmin - Revokes admin status", "?dolphin - Activates the dolphin emote", "?to [player] - Teleports the specified player to you", } local function showCommands() for _, cmd in ipairs(commands) do game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:Fire("Command: " .. cmd, "All") end end local function toggleFly() local character = player.Character if not character then return end local humanoidRootPart = character:FindFirstChild("HumanoidRootPart") if not humanoidRootPart then return end if flying then flying = false if bodyVelocity then bodyVelocity:Destroy() bodyVelocity = nil end print("You have unfl*.") else flying = true bodyVelocity = Instance.new("BodyVelocity") bodyVelocity.Velocity = Vector3.new(0, 50, 0) bodyVelocity.MaxForce = Vector3.new(4000, 4000, 4000) bodyVelocity.Parent = humanoidRootPart while flying do local direction = Vector3.new(0, 0, 0) if UserInputService:IsKeyDown(Enum.KeyCode.W) then direction = direction + work*e.CurrentCamera.CFrame.LookVector end if UserInputService:IsKeyDown(Enum.KeyCode.S) then direction = direction - work*

1
BANNED's profile picture
BANNED2 years ago(edited)

local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local player = Players.LocalPlayer local flying = false local bodyVelocity local commands = { "?cmds - Shows this command list", "?fly - Toggles flying on/off", "?invisible - Makes you invisible", "?visible - Makes you visible", "?heal - Heals your character", "?reset - Resets your character", "?admin - Grants admin status", "?unadmin - Revokes admin status", "?dolphin - Activates the dolphin emote", "?to [player] - Teleports the specified player to you", } local function showCommands() for _, cmd in ipairs(commands) do game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:Fire("Command: " .. cmd, "All") end end local function toggleFly() local character = player.Character if not character then return end local humanoidRootPart = character:FindFirstChild("HumanoidRootPart") if not humanoidRootPart then return end if flying then flying = false if bodyVelocity then bodyVelocity:Destroy() bodyVelocity = nil end print("You have unfl*.") else flying = true bodyVelocity = Instance.new("BodyVelocity") bodyVelocity.Velocity = Vector3.new(0, 50, 0) bodyVelocity.MaxForce = Vector3.new(4000, 4000, 4000) bodyVelocity.Parent = humanoidRootPart while flying do local direction = Vector3.new(0, 0, 0) if UserInputService:IsKeyDown(Enum.KeyCode.W) then direction = direction + work*e.CurrentCamera.CFrame.LookVector end if UserInputService:IsKeyDown(Enum.KeyCode.S) then direction = direction - work*

1
Thatonescripter's profile picture
ThatonescripterUploader2 years ago(edited)

V2 is out!

1