Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This is going to be Nathan's iOrb
- game:GetObjects("rbxassestid://50525582")[1].Parent=game.Players.LocalPlayer.BackPack
- Local mod menu:
- loadstring(game:GetObjects("rbxassestid://16368368")[1].Source)()
- A noob:
- m = Instance.new("Model",Workspace)
- for i,v in pairs(game.Players.LocalPlayers.Character:GetChildren()) do
- end
- if v:IsA("Hat") then v=v.Handle end
- if v:IsA("BasePart") then
- local a=v:clone()
- a.Parent = m
- a.Anchored = true
- a.BrickColor = BrickColor.new("White")
- delay(0,function()
- while wait() do
- a.CFrame = v.CFrame*CFrame.Angles(0,math.rad(180),0)+game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*5
- if a.Name == "Torso" then
- game:GetService("Chat"):Chat(a,"YOU ARE NICE "..game.Players.LocalPlayer.Name:upper().."!",Blue)
- end
- end
- end)
- end
- end
- Ban (not sure):
- banned=[[Insert Diitto here]]
- while wait() do
- if game.Players:FindFirstChild(banned) then
- game.Players:FindFirstChild(banned):Destroy()
- end
- Gear:
- x = game:GetService("InsertService"):LoadAsset(ID) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.NathanTheKid1.Character.Head.Position)
- Boom:
- M = Instance.new("Message")
- M.Parent = game.Workspace
- M.Text = "OMG, u noob"
- wait(4)
- M.Text = "Nooo, it's too late, run! "
- wait(4)
- M.Text = "you suck lelelel"
- local c = game.Players:children()
- for i=1,#c do
- c[i].Character.Torso:remove()
- end
- wait(2)
- M:remove()
- Kick all:
- p= game.Players:GetChildren()
- for i= 1, #p do
- p[i]:remove()
- end
- New Team:
- teams = game:GetService("Teams")
- team = Instance.new("Team", teams)
- team.Name = "TEAMNAME"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement