View difference between Paste ID: y7fPu29x and fbWFm27S
SHOW: | | - or go back to the newest paste.
1-
iOrb:
1+
minipeepgun:
2-
game:GetObjects("rbxassetid://100205720")[1].Parent=game.Players.LocalPlayer.Backpack
2+
game:GetObjects("rbxassetid://252076259")[1].Parent=game.Players.LocalPlayer.Backpack
3
4
Local mod menu:
5
loadstring(game:GetObjects("rbxassetid://140704471")[1].Source)()
6
7
A fan:
8
m=Instance.new("Model",Workspace)
9
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
10
if v:IsA("Hat") then v=v.Handle end
11
if v:IsA("BasePart") then
12
local a=v:clone()
13
a.Parent = m
14
a.Anchored = true
15
a.BrickColor = BrickColor.new("White")
16
delay(0,function()
17
while wait() do
18
a.CFrame = v.CFrame*CFrame.Angles(0,math.rad(180),0)+game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*5
19
if a.Name == "Torso" then
20
game:GetService("Chat"):Chat(a,"YOU ARE NICE "..game.Players.LocalPlayer.Name:upper().."!",Blue)
21
end
22
end
23
end)
24
end
25
end 
26
27
Ban (not sure):
28
banned=[[Insert name here]]
29
while wait() do
30
if game.Players:FindFirstChild(banned) then
31
game.Players:FindFirstChild(banned):Destroy()
32
end
33
34
35
Gear:
36
x = game:GetService("InsertService"):LoadAsset(ID) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.YOURNAME.Character.Head.Position)
37
38
39
Boom:
40
M = Instance.new("Message")
41
M.Parent = game.Workspace
42
M.Text = "OMG, sunniebeta will kill us all! Stop it!"
43
wait(4)
44
M.Text = "Nooo, it's too late, run! "
45
wait(4)
46
M.Text = "BOOOOOOMMMMM!!!!!!"
47
local c = game.Players:children()
48
for i=1,#c do
49
c[i].Character.Torso:remove()
50
end
51
wait(2)
52
M:remove()
53
54
Kick all:
55
p= game.Players:GetChildren()
56
for i= 1, #p do 
57
p[i]:remove() 
58
end
59
60
New Team:
61
teams = game:GetService("Teams")
62
team = Instance.new("Team", teams)
63-
team.Name = "TEAMNAME"
63+
team.Name = "SmokeDelsin's Minipeep Gun"