Apr 5, 2018 - Explore dd410's board 'Roblox', followed by 190 people on Pinterest. See more ideas about roblox, roblox gifts, games roblox. The F12 Button: Hey. This is my first instructable (YAY) so stick with me:) The F12 button is a powerful button on the computer. You can change the website name, the color, where everything is, and all that good stuff. I've spent many hours messing arou.
Oct 19th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- screenGui.Parent = game.Players.LocalPlayer.PlayerGui
- textBox.Parent = screenGui
- textBox.Size = UDim2.new(0, 125, 0, 25)
- textBox.BackgroundColor3 = BrickColor.White().Color
- local textButton = Instance.new('TextButton')
- textButton.Position = UDim2.new(0, 0, 0, 25)
- textButton.BackgroundColor3 = BrickColor.White().Color
- textButton.MouseButton1Down:connect(function()
- function newkick(plrn)
- local playerkicked = game:GetService'Players'[plrn]
- local removerscript = game:GetService'InsertService':LoadAsset(306163602):GetChildren()[1].Script.Remover
- local creator = Instance.new('ObjectValue', removerscript)
- creator.Name = 'Creator'
- local model = Instance.new('ObjectValue', removerscript)
- model.Value = playerkicked
- removerscript.Disabled = false
- end
- wait(3)
RAW Paste Data
Oct 19th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- screenGui.Parent = game.Players.LocalPlayer.PlayerGui
- textBox.Parent = screenGui
- textBox.Size = UDim2.new(0, 125, 0, 25)
- textBox.BackgroundColor3 = BrickColor.White().Color
- local textButton = Instance.new('TextButton')
- textButton.Position = UDim2.new(0, 0, 0, 25)
- textButton.BackgroundColor3 = BrickColor.White().Color
- textButton.MouseButton1Down:connect(function()
- function newkick(plrn)
- local playerkicked = game:GetService'Players'[plrn]
- local removerscript = game:GetService'InsertService':LoadAsset(306163602):GetChildren()[1].Script.Remover
- local creator = Instance.new('ObjectValue', removerscript)
- creator.Name = 'Creator'
- local model = Instance.new('ObjectValue', removerscript)
- model.Value = playerkicked
- removerscript.Disabled = false
- end
- wait(3)
Roblox Interception Hacked
RAW Paste Data