Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- __ __ ____ ______ _____ ______ __ __ ____ ____ ____ _____ ______ ____ __ __ ______ ______ ______ ______ ______ ______
- \ \ / / ( ) (_ __ \ / ___/ (_ _ \ ) \ / ( / ___) / __ \ / __ \ (_ _) (_ _ \ / __ \ ) \ / ( | ___( / ____( / ____( | ___( | ___( / ____(
- () \/ () / /\ \ ) ) \ \ ( (__ ) (_) ) \ \ / / / / / / \ \ / / \ \ | | ) (_) ) / / \ \ \ \ / / | |__ / / / / | |__ | |__ / /
- / _ _ \ ( (__) ) ( ( ) ) ) __) \ _/ \ \/ / ( ( ( () () ) ( () () ) | | \ _/ ( () () ) \ \/ / |___ \ ( (_____ ( (_____ |___ \ |___ \ ( (_____
- / / \/ \ \ ) ( ) ) ) ) ( ( / _ \ \ / ( ( ( () () ) ( () () ) | | __ / _ \ ( () () ) \ / \ \ ( ___ \ ( ___ \ \ \ \ \ ( ___ \
- /_/ \_\ / /\ \ / /__/ / \ \___ _) (_) ) )( \ \___ \ \__/ / \ \__/ / __| |___) ) _) (_) ) \ \__/ / )( _____) ) \ (___) ) \ (___) )_____) ) _____) ) \ (___) )
- (/ \) /__( )__\ (______/ \____\ (______/ /__\ \____) \____/ \____/ \________/ (______/ \____/ /__\ )_____/ \_____/ \_____/ )_____/ )_____/ \_____/
- Also, if you don't think that i made those admin commands, then look up for that binary signature:
- 01100011 01101111 01101111 01101100 01100010 01101111 01111001 00110101 00110110 00110110 00110101 00110101 00110110
- --]]
- --[[LocalScript Properties]]--
- script.Name = "Ultimus X"
- script.Parent = game.Workspace
- ver = "1.0"
- --[[Settings]]--
- local Admin_Username = "coolboy566556" -- Pull here any name you would like.
- local Computer_Name = "Optiplex 745 - Dell" -- Will help if you put your real PC name.
- local Int = true
- local Prefix = "-"
- local Bet = ";"
- --[[Variables]]--
- wrk = game.Workspace
- lgt = game.Lighting
- plrs = game.Players
- local p = Prefix
- local b = Bet
- --[[Adminisitrator Commands {The Script Itself.}]]--
- if Int then
- local Intro = Instance.new("Message", wrk)
- for n = 0, 250 do
- Intro.Text = "xSkentilum Admin has been Loaded "..n.."%"
- wait(0.1)
- end
- wait(1)
- Intro:remove()
- end
- function xSkentilum(c)
- if string.sub(c, 1, 4) == p.."FF"..b or p.."ff"..b then
- Instance.new("ForceField", plrs[string.sub(c, 5)].Character)
- end
- if string.sub(c, 1, 5) == p.."Exe"..b or p.."exe".. then
- loadstring(string.sub(c, 6))()
- print("Your One-Line script has been executed successfully! ;D")
- end
- if string.sub(c, 1, 5) == p.."God"..b or p.."god"..b then
- plrs[string.sub(c, 6)].Character.Humanoid.MaxHealth = math.huge
- end
- if string.sub(c, 1, 6) == p.."Play"..b or p.."play"..b
- local snd = Instance.new("Sound", plrs[Admin_Username].Character.Torso)
- snd.SoundId = "http://www.roblox.com/asset/?id="..string.sub(c, 7)
- end
- if c == p.."Stop"..b or p.."stop"..b then
- for i, v in pairs(plrs[Admin_Username].Character.Torso:GetChildren()) do
- if v:IsA("Sound") then
- v:Destroy()
- end
- end
- end
- if string.sub(c, 1, 6) == p.."NoFF"..b or p.."noFF"..b or p.."noff"..b or p.."Noff"..b then
- for i, v in pairs(plrs[Admin_Username].Character.Torso:GetChildren()) do
- if v:IsA("ForceField") then
- v:remove()
- end
- end
- end
- if string.sub(c, 1, 9) == p.."Explode"..b or p.."explode"..b then
- Instance.new("Explosion", plrs[Admin_Username].Character.Head)
- Instance.new("Explosion", plrs[Admin_Username].Character.Torso)
- end
- if string.sub(c, 1, 5) == p.."Msg"..b or p.."msg"..b then
- local msg = Instance.new("Message", game.Workspace)
- msg.Text = string.sub(c, 5)
- end
- end
- game.Players[Admin_Username].Chatted:connect(xSkentilum)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement