Ultimate Admin Script for Roblox

Posted on

The trolling admin script allows you to become one of the most powerful players in Roblox. With the use of the trolling admin script, you’ll have the ability to use admin commands on everyone on the server at once. The ability itself may be to mute; punish; jump; kill; blur; etc.

One of the trolling admin scripts that is widely used by Roblox players is Ultimate Admin Script. Even though the script is not fancy, it allows players to do things that previously could not be performed. Okay, here’s everything you should know about Ultimate Admin Script!

Who Made the Ultimate Admin Script?

The ultimate admin script was made by MastersMZ, the one who is enthusiastic about making scripts, new exploits, and other things regarding the course of a Roblox game. You can find him on his YouTube channel, named @MastersMZ, and on V3rmillion, as @MasterXasterMM1.

MastersMZ initially made the ultimate admin script just for fun. The script was made by compiling some FE scripts and then turning them into an admin script. The script is basically like the trolling GUI but instead an admin script, but with slightly better design and more scripts.

Ultimate Admin Script for Roblox

The scripts he has compiled were originally scripts that can be seen by other players. He then changed them to admin scripts, so that anyone who uses his ultimate admin script can gain additional privileges and have control over the game environment they’re playing. These include the ability to teleport to different game locations, kick or ban players, spawn items or objects, etc.

There are so many Roblox scripts that MastersMZ has made. To find more scripts, you can access his profile on Pastebin.com (@MattRat) or click here.

How Does the Ultimate Admin Script Work in the Roblox Game?

As one of the trolling admin scripts, the ultimate admin script can give any commands that can be used to execute useful, plain fun, and exciting features in Roblox games, e.g., a Roblox game can allow your character to sparkle, fly, or jump so high.

Here’s a list of commands and prompts you can do with the ultimate admin script:

  • :toolgui = It will load in a tool GUI where you can save and load your tools.
  • :savetools = It allows you to save your tools so that if you die, they will not go away.
  • :loadtools = It lets you load the tools that you’ve saved.
  • :antiafk: It allows you to go AFK with no risk of getting kicked out of the game.
  • :blockhead = It can remove the mesh on your head.
  • :creeper6 = It can be used only when in R15 that can turn you into a creeper.
  • :creeper15 = It can be used only when in R15, which can also turn you into a creeper.
  • :shattervest = It is a powerful FE admin, which is very good for trolling and other stuff.
  • :animationgui =It allows you to perform animation and can be seen by other players.
  • :gabx = This is a GUI with a lot of fun and very powerful scripts.
  • :clickdel = By pressing CTRL + Del, it can remove the object where your mouse is pointed.
  • :trollinggui = This is a GUI version of this admin script.
  • :infinitejump = It lets you jump an infinite amount of times.
  • :opfianlity = This is an overpowered filtering-enabled GUI.
  • :aimbot1 = It will load an Aimbot (CTRL) to lock onto players.
  • :aimbot2 = It will load an Aimbot (H) to lock onto players.

Okay, there are still many commands you can do with the ultimate admin script. To know more, you can watch the MastersMZ YouTube video here about how the ultimate admin scripts are used in Roblox games.

How to Use Ultimate Admin Script?

To use the ultimate admin script, you’ll need to do the following steps:

  • First, access Admin Commands by launching the Chatbox.
  • To do so, you can press “/” on your keyboard.
  • You can then type “:command” or “:cmds” into the chat box.
  • After you have entered either of the two, you can then input whatever ultimate admin script commands you want that we’ve listed above.

Ultimate Admin Scripts

Here are the ultimate admin scripts you can copy and paste into your Roblox game:

loadstring(game:HttpGet(“https://pastebin.com/raw/KMp8Jvsa”,true))() ———– Intro GUI

 

local Player = game.Players.LocalPlayer ————- START OF SCRIPT

 

Player.Chatted:connect(function(cht)         ———– CMD SMART

if cht:match(“:cmd”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/M3tZZAqa”,true))()

elseif cht:match(“:toolgui”) then                                ——————– TOOL GUI PART / END OF CMD

 

loadstring(game:HttpGet(“https://pastebin.com/raw/txadLpTy”,true))()

 

elseif cht:match(“:savetool”) then

for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do

if (v:IsA(“Tool”)) then

v.Parent = game.Players.LocalPlayer

end

end

elseif cht:match(“:loadtool”) then

for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do

if (v:IsA(“Tool”)) then

v.Parent = game.Players.LocalPlayer.Backpack

end

end

elseif cht:match(“:antiafk”) then  ——————————— END OF TOOL GUI PART

local VirtualUser=game:service’VirtualUser’

game:service’Players’.LocalPlayer.Idled:connect(function()

VirtualUser:CaptureController()

VirtualUser:ClickButton2(Vector2.new())

end)

 

game:GetService(“StarterGui”):SetCore(“SendNotification”,{

Title = “Loaded”;

Text = “Anti AFK Script”;

})

 

elseif cht:match(“:blockhead”) then

game.Players.LocalPlayer.Character.Head.Mesh:destroy()

elseif cht:match(“:creeper6”) then

game.Players.LocalPlayer.Character.Head.Mesh:destroy()

function doo(limb, pos)

limb:BreakJoints()

local velocity = Instance.new(“RocketPropulsion”, limb)

velocity.CartoonFactor = 0

velocity.MaxSpeed = 30

velocity.MaxThrust = 9999

velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)

velocity.Target = game.Players.LocalPlayer.Character.Torso

velocity.TargetOffset = pos

velocity:fire()

local b = Instance.new(“BodyGyro”, limb)

end

while wait() do

doo(game.Players.LocalPlayer.Character[“Left Arm”], Vector3.new(-0.5,-2,-1))

doo(game.Players.LocalPlayer.Character[“Right Arm”], Vector3.new(0.5,-2,-1))

doo(game.Players.LocalPlayer.Character[“Left Leg”], Vector3.new(-0.5,-2,1))

doo(game.Players.LocalPlayer.Character[“Right Leg”], Vector3.new(0.5,-2,1))

end

elseif cht:match(“:creeper15”) then

game.Players.LocalPlayer.Character.Head.Mesh:destroy()

function doo(limb, pos)

limb:BreakJoints()

local velocity = Instance.new(“RocketPropulsion”, limb)

velocity.CartoonFactor = 0

velocity.MaxSpeed = 30

velocity.MaxThrust = 9999

velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)

velocity.Target = game.Players.LocalPlayer.Character.UpperTorso

velocity.TargetOffset = pos

velocity:fire()

local b = Instance.new(“BodyGyro”, limb)

end

while wait() do

doo(game.Players.LocalPlayer.Character[“LeftUpperArm”], Vector3.new(-0.5,-2,-1))

doo(game.Players.LocalPlayer.Character[“RightUpperArm”], Vector3.new(0.5,-2,-1))

doo(game.Players.LocalPlayer.Character[“LeftUpperLeg”], Vector3.new(-0.5,-2,1))

doo(game.Players.LocalPlayer.Character[“RightUpperLeg”], Vector3.new(0.5,-2,1))

end

elseif cht:match(“:shattervest”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/CKbPg9NC”, true))()

elseif cht:match(“:animationgui”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/uUR6pFVv”, true))()

elseif cht:match(“:gabx”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/EntUzD5J”, true))();

elseif cht:match(“:clickdel”) then

local Plr = game:GetService(“Players”).LocalPlayer

local Mouse = Plr:GetMouse()

 

Mouse.Button1Down:connect(function()

if not game:GetService(“UserInputService”):IsKeyDown(Enum.KeyCode.LeftControl) then return end

if not Mouse.Target then return end

Mouse.Target:Destroy()

end)

 

elseif cht:match(“:trollinggui”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/RNWgaqCE”, true))()

elseif cht:match(“:infinitejump”) then

local Player = game:GetService’Players’.LocalPlayer;

local UIS = game:GetService’UserInputService’;

 

_G.JumpHeight = 50;

 

function Action(Object, Function) if Object ~= nil then Function(Object); end end

 

UIS.InputBegan:connect(function(UserInput)

if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then

Action(Player.Character.Humanoid, function(self)

if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then

Action(self.Parent.HumanoidRootPart, function(self)

self.Velocity = Vector3.new(0, _G.JumpHeight, 0);

end)

end

end)

end

end)

elseif cht:match(“:opfianlity”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/w8HNfSWA”, true))();

elseif cht:match(“:aimbot1”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/2kbyfrn5”, true))()

elseif cht:match(“aimbot2”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/xB92ES44”, true))()

elseif cht:match(“aimbotgui”) then

loadstring(game:HttpGet(“https://pastebin.com/raw/uw2P2fbY”, true))()

 

elseif cht:match(“:openui”) then  — secret script if you open the pastebin :))

loadstring(game:HttpGet(“https://pastebin.com/raw/F9USVzSK”,true))()

end

end)

 

——————————————————————————- END OF SCRIPT ——————————————————————

 

 

loadstring(game:HttpGet(“https://pastebin.com/raw/F9USVzSK”,true))()

 

game:GetService(“StarterGui”):SetCore(“SendNotification”,{

Title = “Loaded”;

Text = “Ultimate Admin Script”;

})

 

print(“Working Admin Script”)

Leave a Reply

Your email address will not be published. Required fields are marked *