View difference between Paste ID: C7YjYwVQ and d35cSJYt
SHOW: | | - or go back to the newest paste.
1
-- Looks like CLarramore has done it ONCE AGAIN!
2
--http://pastebin.com/raw.php?i=
3
print("SwagMoney2.0 By michael11941500")
4
print("Commands:")
5
print("Kill = x")
6
print("Kick = c")
7
print("FF = v")
8
print("Lag = b")
9-
Player = game.Players.michael11941500
9+
Player = game.Players.kevinsoaresv
10
mouse = Player:GetMouse()
11
function MakeMoney(key)
12
	key:lower()
13
	if key == "z" then
14
		game:GetService("Chat"):Chat(Player.Character.Head, "Im STUPID!")
15
		local Char = Player.Character
16
		Player.Character.Humanoid.DisplayDistanceType = "None"
17
18
	local NGui = Instance.new("ScreenGui", Player.PlayerGui)
19
	NGui.Name = "KytGui"
20
	local NameBox = Instance.new("TextBox", NGui)
21
	NameBox.Name = "NameBox"
22
	NameBox.BackgroundColor3 = Color3.new(1,1,1)
23
	NameBox.Position = UDim2.new(0,0,0.4,0)
24
	NameBox.Size = UDim2.new(0.15,0,0.05,0)
25
    NameBox.Text = "Player Name Here"
26
    NameBox.TextScaled = true
27
	    elseif key == "x" then
28
		for i,v in pairs(game.Players:GetChildren()) do
29
			if v.Name == Player.PlayerGui.KytGui.NameBox.Text then
30
				v.Character.Head:remove()
31
			end
32
		end
33
	elseif key == "c" then
34
		for i,v in pairs(game.Players:GetChildren()) do
35
			if v.Name == Player.PlayerGui.KytGui.NameBox.Text then
36
				   v:remove()
37
			end
38
		end
39
	elseif key == "v" then
40
		for i,v in pairs(game.Players:GetChildren()) do
41
			if v.Name == Player.PlayerGui.KytGui.NameBox.Text then
42
				 local ff = Instance.new("ForceField", v.Character)
43
			end
44
		end
45
		elseif key == "b" then
46
		for i,v in pairs(game.Players:GetChildren()) do
47
			if v.Name == Player.PlayerGui.KytGui.NameBox.Text then
48
				 local Lag = Instance.new("ScreenGui", v:WaitForChild("PlayerGui"))
49
			     while true do 
50
				 wait()
51
				 local Lag2 = Instance.new("Frame", Lag)
52
				 Lag2.Size = UDim2.new(1,0,1,0)
53
				 v.Character.Torso.Anchored = true
54
				 end
55
			end
56
		end
57
	end
58
end
59
mouse.KeyDown:connect(MakeMoney)
60
--------------------------------------