Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(.2)
- whitelist = {game.Players.LocalPlayer.Name,"jane12421"} -- put admin names here
- banlist = {"noob","noob2"} -- put noob names here
- deletepath = game.Players.LocalPlayer.Character:FindFirstChild("Delete")
- deletepath2 = game.Players.LocalPlayer.Backpack:FindFirstChild("Delete")
- slock = false
- function newtag(plr)
- admintag = Instance.new("BoolValue")
- admintag.Parent = game.Players[plr]
- admintag.Value = true
- admintag.Name = "admin"
- print("created admin tag for " .. plr)
- end
- newtag(game.Players.LocalPlayer.Name)
- game.Players.LocalPlayer.ChildRemoved:connect(function(obj)
- if obj.Name == "admin" then
- newtag(game.Players.LocalPlayer.Name)
- end
- end)
- function adminexe(plr,msg)
- if plr:FindFirstChild("admin") then
- local lower = string.lower(msg)
- local len = string.len(lower)
- if string.find(lower,":kill ") then
- local name = string.gsub(lower,":kill ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.DragTools.RightPosition:FireServer(v.Character.Head, Vector3.new(0, -100, 0), Vector3.new(0, -100, 0))
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.DragTools.RightPosition:FireServer(player.Character.Head, Vector3.new(0, -100, 0), Vector3.new(0, -100, 0))
- end
- end
- end
- end
- end
- if string.find(lower,":banish ") then
- local name = string.gsub(lower,":banish ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.DragTools.RightPosition:FireServer(v.Character.HumanoidRootPart, Vector3.new(math.random(999000, 1001000), 1000000, 1000000), Vector3.new(math.random(999000, 1001000), 1000000, 1000000))
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.DragTools.RightPosition:FireServer(player.Character.HumanoidRootPart, Vector3.new(math.random(999000, 1001000), 1000000, 1000000), Vector3.new(math.random(999000, 1001000), 1000000, 1000000))
- end
- end
- end
- end
- end
- if string.find(lower,":decalspam ") then
- local name = string.gsub(lower,":decalspam ","")
- local player = nil
- local function dabon(instance)
- for i,v in pairs(instance:GetChildren()) do
- if v:IsA("Decal") then
- game.ReplicatedStorage.ShopItems.FaceChange:FireServer(v, "http://www.roblox.com/asset/?id="..name)
- end
- dabon(v)
- end
- end
- dabon(workspace)
- local function dabon2(instance)
- for i,v in pairs(instance:GetChildren()) do
- if v:IsA("BasePart") then
- game.ReplicatedStorage.ShopItems.GiveDecal:FireServer(v, true, "http://www.roblox.com/asset/?id="..name)
- end
- dabon2(v)
- end
- end
- dabon2(workspace)
- end
- if string.find(lower,":particlespam ") then
- local name = string.gsub(lower,":particlespam ","")
- local player = nil
- local function dabon(instance)
- for i,v in pairs(instance:GetChildren()) do
- if v:IsA("BasePart") then
- game.ReplicatedStorage.ShopItems.AddEffect:FireServer(v, "http://www.roblox.com/asset/?id="..name)
- end
- dabon(v)
- end
- end
- dabon(workspace)
- end
- if string.find(lower,":wl ") then
- local name = string.gsub(lower,":wl ","")
- local player = nil
- local plrname = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- table.insert(whitelist,(#whitelist+1),v.Name)
- newtag(v.Name)
- v.Chatted:connect(function(msg)
- adminexe(v,msg)
- end)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- newtag(v.Name)
- table.insert(whitelist,(#whitelist+1),v.Name)
- v.Chatted:connect(function(msg)
- adminexe(v,msg)
- end)
- end
- end
- end
- end
- if string.find(lower,":unwl ") then
- local name = string.gsub(lower,":unwl ","")
- local player = nil
- local plrname = nil
- local index = nil
- if name == "others" then
- for i,v in pairs(whitelist) do
- for i,v in pairs(banlist) do
- if v ~= game.Players.LocalPlayer.Name then
- table.remove(whitelist,i)
- end
- end
- if game.Workspace:FindFirstChild(v) then
- if v.Name ~= game.Players.LocalPlayer.Name then
- if v:FindFirstChild("admin") then
- v.admin:Destroy()
- end
- end
- end
- end
- else
- names = whitelist
- for i,v in pairs(names) do
- strlower = string.lower(v)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- table.remove(whitelist,i)
- end
- end
- end
- end
- if lower == ":wls" then
- for i,v in pairs(whitelist) do
- print("Player #" .. i .. " Player: " .. v)
- end
- end
- if string.find(lower,":money ") then
- local name = string.gsub(lower,":money ","")
- local player = nil
- game.ReplicatedStorage.ChangeMoney:FireServer(game.ReplicatedStorage.ShopTools.Banana, -name)
- end
- if string.find(lower,":deletetool") then
- local epic = Instance.new("Tool")
- local dab = Instance.new("Part")
- local plr = game.Players.LocalPlayer
- local tar_obj = nil
- local ok = game.ReplicatedStorage.DragTools.RightPosition
- dab.Parent = epic
- dab.Size = Vector3.new(0.2, 0.2, 0.2)
- epic.Parent = plr.Backpack
- epic.Name = "Delete"
- dab.Name = "Handle"
- epic.Equipped:Connect(function(m_S)
- print("m")
- m_S.Button1Down:Connect(function()
- print("M")
- tar_obj = m_S.Target
- ok:FireServer(tar_obj, Vector3.new(math.random(999000, 1001000), 1000000, 1000000), Vector3.new(math.random(999000, 1001000), 1000000, 1000000))
- end)
- end)
- end
- if string.find(lower,":awardbadge") then
- game.ReplicatedStorage.EventStorage.RewardBadge:FireServer()
- end
- if string.find(lower,":eventcake") then
- game.ReplicatedStorage.EventStorage.SpawnEventCake:FireServer()
- end
- if string.find(lower,":eventcake") then
- game.ReplicatedStorage.EventStorage.SpawnEventCake:FireServer()
- end
- if string.find(lower,":raincakes") then
- game.ReplicatedStorage.ShopItems.RainCakes:FireServer()
- end
- if string.find(lower,":credits") then
- local creditsdab = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local aidez = Instance.new("ImageLabel")
- local names = Instance.new("TextLabel")
- local scriptmadeby = Instance.new("TextLabel")
- local x = Instance.new("TextButton")
- creditsdab.Name = "creditsdab"
- creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = creditsdab
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
- Frame.Size = UDim2.new(0, 274, 0, 274)
- aidez.Name = "aidez"
- aidez.Parent = Frame
- aidez.BackgroundColor3 = Color3.new(1, 1, 1)
- aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
- aidez.Size = UDim2.new(0, 274, 0, 274)
- aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
- names.Name = "names"
- names.Parent = Frame
- names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.BackgroundTransparency = 0.30000001192093
- names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.Position = UDim2.new(0, 0, 0.897810221, 0)
- names.Size = UDim2.new(0, 274, 0, 28)
- names.Font = Enum.Font.SourceSans
- names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
- names.TextColor3 = Color3.new(1, 1, 1)
- names.TextSize = 14
- scriptmadeby.Name = "scriptmadeby"
- scriptmadeby.Parent = Frame
- scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.BackgroundTransparency = 0.30000001192093
- scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
- scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
- scriptmadeby.Font = Enum.Font.SourceSans
- scriptmadeby.Text = "Script made by"
- scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby.TextSize = 14
- x.Name = "x"
- x.Parent = creditsdab
- x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.BackgroundTransparency = 0.30000001192093
- x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
- x.Size = UDim2.new(0, 28, 0, 28)
- x.Font = Enum.Font.SourceSansSemibold
- x.Text = "X"
- x.TextColor3 = Color3.new(1, 1, 1)
- x.TextSize = 30
- x.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
- end)
- end
- if string.find(lower,"/e credits") then
- local creditsdab = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local aidez = Instance.new("ImageLabel")
- local names = Instance.new("TextLabel")
- local scriptmadeby = Instance.new("TextLabel")
- local x = Instance.new("TextButton")
- creditsdab.Name = "creditsdab"
- creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = creditsdab
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
- Frame.Size = UDim2.new(0, 274, 0, 274)
- aidez.Name = "aidez"
- aidez.Parent = Frame
- aidez.BackgroundColor3 = Color3.new(1, 1, 1)
- aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
- aidez.Size = UDim2.new(0, 274, 0, 274)
- aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
- names.Name = "names"
- names.Parent = Frame
- names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.BackgroundTransparency = 0.30000001192093
- names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.Position = UDim2.new(0, 0, 0.897810221, 0)
- names.Size = UDim2.new(0, 274, 0, 28)
- names.Font = Enum.Font.SourceSans
- names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
- names.TextColor3 = Color3.new(1, 1, 1)
- names.TextSize = 14
- scriptmadeby.Name = "scriptmadeby"
- scriptmadeby.Parent = Frame
- scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.BackgroundTransparency = 0.30000001192093
- scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
- scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
- scriptmadeby.Font = Enum.Font.SourceSans
- scriptmadeby.Text = "Script made by"
- scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby.TextSize = 14
- x.Name = "x"
- x.Parent = creditsdab
- x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.BackgroundTransparency = 0.30000001192093
- x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
- x.Size = UDim2.new(0, 28, 0, 28)
- x.Font = Enum.Font.SourceSansSemibold
- x.Text = "X"
- x.TextColor3 = Color3.new(1, 1, 1)
- x.TextSize = 30
- x.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
- end)
- end
- if string.find(lower,"/e :credits") then
- local creditsdab = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local aidez = Instance.new("ImageLabel")
- local names = Instance.new("TextLabel")
- local scriptmadeby = Instance.new("TextLabel")
- local x = Instance.new("TextButton")
- creditsdab.Name = "creditsdab"
- creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = creditsdab
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
- Frame.Size = UDim2.new(0, 274, 0, 274)
- aidez.Name = "aidez"
- aidez.Parent = Frame
- aidez.BackgroundColor3 = Color3.new(1, 1, 1)
- aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
- aidez.Size = UDim2.new(0, 274, 0, 274)
- aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
- names.Name = "names"
- names.Parent = Frame
- names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.BackgroundTransparency = 0.30000001192093
- names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.Position = UDim2.new(0, 0, 0.897810221, 0)
- names.Size = UDim2.new(0, 274, 0, 28)
- names.Font = Enum.Font.SourceSans
- names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
- names.TextColor3 = Color3.new(1, 1, 1)
- names.TextSize = 14
- scriptmadeby.Name = "scriptmadeby"
- scriptmadeby.Parent = Frame
- scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.BackgroundTransparency = 0.30000001192093
- scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
- scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
- scriptmadeby.Font = Enum.Font.SourceSans
- scriptmadeby.Text = "Script made by"
- scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby.TextSize = 14
- x.Name = "x"
- x.Parent = creditsdab
- x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.BackgroundTransparency = 0.30000001192093
- x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
- x.Size = UDim2.new(0, 28, 0, 28)
- x.Font = Enum.Font.SourceSansSemibold
- x.Text = "X"
- x.TextColor3 = Color3.new(1, 1, 1)
- x.TextSize = 30
- x.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
- end)
- end
- if string.find(lower,":cmds") then
- print("----------------COMMANDS-------------------")
- print("Selection options: Full Player Name, Abrreviated, Others, Silent")
- print("Almost all commands have silent variants.")
- print('Example: ":kill others"')
- print('Silent Example: "/e :kill others"')
- print('Silent Example 2: "/e kill others"')
- print()
- print(":cmds - I wonder what this does.")
- print(":kill PLAYERNAME - Kills the target")
- print(":money NUMBER - Gives you the ammount of money you specify")
- print(":awardbadge - idk if this one works or not, it at least shows you the gui saying you won")
- print(":eventcake - Spawns the event cake in front of you.")
- print(":raincakes - Makes cakes rain around you")print(":decalspam IMAGEID - Changes all the decals in the game to the id you set.")
- print("particlespam IMAGEID - Puts a particle emitter in every brick, that emits the image you chose.")
- print("Make sure you put the IMAGE ID and not the ITEM ID when you use :decalspam and :particlespam")
- print(":credits - Shows the cool gui you saw when you executed the script.")
- print()
- print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
- print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
- print('and the same goes for :wls, since the game is filtering enabled, however they will')
- print('be able to use commands if whitelisted')
- print('You can not be unwhitelisted or killed')
- print("Have fun")
- print("------------------------------------------")
- print("--Vortexturize | aidez moi | ObitoXDm8OI--")
- print("------------Credit to Timeless------------")
- print("------------------------------------------")
- end
- print("----------------COMMANDS-------------------")
- print("Selection options: Full Player Name, Abrreviated, Others, Silent")
- print("Almost all commands have silent variants.")
- print('Example: ":kill others"')
- print('Silent Example: "/e :kill others"')
- print('Silent Example 2: "/e kill others"')
- print()
- print(":cmds - I wonder what this does.")
- print(":kill PLAYERNAME - Kills the target")
- print(":money NUMBER - Gives you the ammount of money you specify")
- print(":awardbadge - idk if this one works or not, it at least shows you the gui saying you won")
- print(":eventcake - Spawns the event cake in front of you.")
- print(":raincakes - Makes cakes rain around you")print(":decalspam IMAGEID - Changes all the decals in the game to the id you set.")
- print("particlespam IMAGEID - Puts a particle emitter in every brick, that emits the image you chose.")
- print("Make sure you put the IMAGE ID and not the ITEM ID when you use :decalspam and :particlespam")
- print(":credits - Shows the cool gui you saw when you executed the script.")
- print()
- print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
- print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
- print('and the same goes for :wls, since the game is filtering enabled, however they will')
- print('be able to use commands if whitelisted')
- print('You can not be unwhitelisted or killed')
- print("Have fun")
- print("------------------------------------------")
- print("--Vortexturize | aidez moi | ObitoXDm8OI--")
- print("------------Credit to Timeless------------")
- print("------------------------------------------")
- end
- print("----------------COMMANDS-------------------")
- print("Selection options: Full Player Name, Abrreviated, Others, Silent")
- print("Almost all commands have silent variants.")
- print('Example: ":kill others"')
- print('Silent Example: "/e :kill others"')
- print('Silent Example 2: "/e kill others"')
- print()
- print(":cmds - I wonder what this does.")
- print(":kill PLAYERNAME - Kills the target")
- print(":money NUMBER - Gives you the ammount of money you specify")
- print(":awardbadge - idk if this one works or not, it at least shows you the gui saying you won")
- print(":eventcake - Spawns the event cake in front of you.")
- print(":raincakes - Makes cakes rain around you")print(":decalspam IMAGEID - Changes all the decals in the game to the id you set.")
- print("particlespam IMAGEID - Puts a particle emitter in every brick, that emits the image you chose.")
- print("Make sure you put the IMAGE ID and not the ITEM ID when you use :decalspam and :particlespam")
- print(":credits - Shows the cool gui you saw when you executed the script.")
- print()
- print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
- print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
- print('and the same goes for :wls, since the game is filtering enabled, however they will')
- print('be able to use commands if whitelisted')
- print('You can not be unwhitelisted or killed')
- print("Have fun")
- print("------------------------------------------")
- print("--Vortexturize | aidez moi | ObitoXDm8OI--")
- print("------------Credit to Timeless------------")
- print("------------------------------------------")
- end
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- adminexe(game.Players.LocalPlayer,msg)
- end)
- function start(plr)
- local found = false
- local banned = false
- for i=1,#whitelist do
- if plr.Name == (whitelist[i]) then
- found = true
- end
- end
- for i=1,#banlist do
- if plr.Name == banlist[i] then
- banned = true
- end
- if banned == true then
- game.Workspace.Delete.delete:FireServer(plr)
- end
- end
- if found == false and slock == true then
- game.Workspace.Delete.delete:FireServer(plr)
- end
- if found == true then
- newtag(plr.Name)
- plr.Chatted:connect(function(msg)
- adminexe(plr,msg)
- end)
- end
- end
- game.Players.PlayerAdded:connect(function(plr)
- start(plr)
- end)
- local creditsdab = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local aidez = Instance.new("ImageLabel")
- local names = Instance.new("TextLabel")
- local scriptmadeby = Instance.new("TextLabel")
- local scriptmadeby_2 = Instance.new("TextLabel")
- local x = Instance.new("TextButton")
- creditsdab.Name = "creditsdab"
- creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = creditsdab
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
- Frame.Size = UDim2.new(0, 274, 0, 274)
- aidez.Name = "aidez"
- aidez.Parent = Frame
- aidez.BackgroundColor3 = Color3.new(1, 1, 1)
- aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
- aidez.Size = UDim2.new(0, 274, 0, 274)
- aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
- names.Name = "names"
- names.Parent = Frame
- names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.BackgroundTransparency = 0.30000001192093
- names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.Position = UDim2.new(0, 0, 0.897810221, 0)
- names.Size = UDim2.new(0, 274, 0, 28)
- names.Font = Enum.Font.SourceSans
- names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
- names.TextColor3 = Color3.new(1, 1, 1)
- names.TextSize = 14
- scriptmadeby.Name = "scriptmadeby"
- scriptmadeby.Parent = Frame
- scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.BackgroundTransparency = 0.30000001192093
- scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
- scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
- scriptmadeby.Font = Enum.Font.SourceSans
- scriptmadeby.Text = "Script made by"
- scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby.TextSize = 14
- scriptmadeby_2.Name = "scriptmadeby"
- scriptmadeby_2.Parent = Frame
- scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby_2.BackgroundTransparency = 0.30000001192093
- scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
- scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
- scriptmadeby_2.Font = Enum.Font.SourceSans
- scriptmadeby_2.Text = "Check the dev console for a list of commands! (F9 or Shift + F9)"
- scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby_2.TextScaled = true
- scriptmadeby_2.TextSize = 14
- scriptmadeby_2.TextWrapped = true
- x.Name = "x"
- x.Parent = creditsdab
- x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.BackgroundTransparency = 0.30000001192093
- x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
- x.Size = UDim2.new(0, 28, 0, 28)
- x.Font = Enum.Font.SourceSansSemibold
- x.Text = "X"
- x.TextColor3 = Color3.new(1, 1, 1)
- x.TextSize = 30
- x.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
- end)
- print("----------------COMMANDS-------------------")
- print("Selection options: Full Player Name, Abrreviated, Others, Silent")
- print("Almost all commands have silent variants.")
- print('Example: ":kill others"')
- print('Silent Example: "/e :kill others"')
- print('Silent Example 2: "/e kill others"')
- print()
- print(":cmds - I wonder what this does.")
- print(":kill PLAYERNAME - Kills the target")
- print(":deletetool - A tool that sends parts to infinity and beyond")
- print(":banish PLAYERNAME - Sends players to infinity and beyond.")
- print(":money NUMBER - Gives you the ammount of money you specify")
- print(":awardbadge - idk if this one works or not, it at least shows you the gui saying you won")
- print(":eventcake - Spawns the event cake in front of you.")
- print(":raincakes - Makes cakes rain around you")print(":decalspam IMAGEID - Changes all the decals in the game to the id you set.")
- print(":decalspam IMAGEID - Replaces any decals in the game with an image of your choice.")
- print("particlespam IMAGEID - Puts a particle emitter in every brick, that emits the image you chose.")
- print("Make sure you put the IMAGE ID and not the ITEM ID when you use :decalspam and :particlespam")
- print(":credits - Shows the cool gui you saw when you executed the script.")
- print()
- print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
- print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
- print('and the same goes for :wls, since the game is filtering enabled, however they will')
- print('be able to use commands if whitelisted')
- print('You can not be unwhitelisted or killed')
- print("Have fun")
- print("------------------------------------------")
- print("--Vortexturize | aidez moi | ObitoXDm8OI--")
- print("------------Credit to Timeless------------")
- print("------------------------------------------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement