Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Looks like CLarramore has done it ONCE AGAIN!
- --http://pastebin.com/raw.php?i=
- print("SwagMoney2.0 By michael11941500")
- print("Commands:")
- print("Kill = x")
- print("Kick = c")
- print("FF = v")
- print("Lag = b")
- Player = game.Players.BlueHasSwag
- mouse = Player:GetMouse()
- function MakeMoney(key)
- key:lower()
- if key == "z" then
- game:GetService("Chat"):Chat(Player.Character.Head, "Im STUPID!")
- local Char = Player.Character
- Player.Character.Humanoid.DisplayDistanceType = "None"
- local NGui = Instance.new("ScreenGui", Player.PlayerGui)
- NGui.Name = "KytGui"
- local NameBox = Instance.new("TextBox", NGui)
- NameBox.Name = "NameBox"
- NameBox.BackgroundColor3 = Color3.new(1,1,1)
- NameBox.Position = UDim2.new(0,0,0.4,0)
- NameBox.Size = UDim2.new(0.15,0,0.05,0)
- NameBox.Text = "Player Name Here"
- NameBox.TextScaled = true
- elseif key == "x" then
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name == Player.PlayerGui.KytGui.NameBox.Text then
- v.Character.Head:remove()
- end
- end
- elseif key == "c" then
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name == Player.PlayerGui.KytGui.NameBox.Text then
- v:remove()
- end
- end
- elseif key == "v" then
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name == Player.PlayerGui.KytGui.NameBox.Text then
- local ff = Instance.new("ForceField", v.Character)
- end
- end
- elseif key == "b" then
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name == Player.PlayerGui.KytGui.NameBox.Text then
- local Lag = Instance.new("ScreenGui", v:WaitForChild("PlayerGui"))
- while true do
- wait()
- local Lag2 = Instance.new("Frame", Lag)
- Lag2.Size = UDim2.new(1,0,1,0)
- v.Character.Torso.Anchored = true
- end
- end
- end
- end
- end
- mouse.KeyDown:connect(MakeMoney)
- --------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement