SHOW:
|
|
- or go back to the newest paste.
1 | - | print("Getting Btools") --This is a normal script >_> |
1 | + | a = Instance.new("HopperBin") |
2 | - | wait(2) |
2 | + | |
3 | - | print("Drag Success") |
3 | + | a.Parent = game.Players.LocalPlayer.Backpack |
4 | - | a = Instance.new("HopperBin") |
4 | + | |
5 | a = Instance.new("HopperBin") | |
6 | - | a.Parent = game.Players.killerboy634.Backpack --Replace killerboy634 With your name! |
6 | + | |
7 | - | wait(3) |
7 | + | a.Parent = game.Players.LocalPlayer.Backpack |
8 | - | print("Delete Success") |
8 | + | |
9 | - | a = Instance.new("HopperBin") |
9 | + | a = Instance.new("HopperBin") |
10 | a.BinType = 3 | |
11 | - | a.Parent = game.Players.killerboy634.Backpack --Replace killerboy634 With your name! |
11 | + | a.Parent = game.Players.LocalPlayer.Backpack |
12 | - | wait(3) |
12 | + | |
13 | - | print("Copy Success") |
13 | + | local plr = game:GetService"Players".LocalPlayer |
14 | - | a = Instance.new("HopperBin") |
14 | + | game:GetService("UserInputService").JumpRequest:connect(function() |
15 | game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") | |
16 | - | a.Parent = game.Players.killerboy634.Backpack --Replace killerboy634 With your name! |
16 | + | end) |