View difference between Paste ID: FmVKfJG9 and km6Pwere
SHOW: | | - or go back to the newest paste.
1-
dot = false
1+
2-
des = false
2+
3-
local ChatService = game:GetService("Chat")
3+
4-
local player = game.Players.LocalPlayer
4+
5-
char = player.Character
5+
6-
hum = char.Humanoid
6+
7-
torso = hum.Torso
7+
8-
hum.MaxHealth = math.huge*99999999999999999999999999
8+
9-
wait()
9+
10-
hum.Health = hum.MaxHealth
10+
11-
lig = Instance.new("PointLight",player.Character.Torso)
11+
12-
lig.Color=Color3.new(139,0,0)
12+
13-
m=player:GetMouse()
13+
14-
14+
15-
15+
16-
16+
17-
bb = Instance.new("BillboardGui",player.Character.Head)
17+
18-
bb.Enabled = true
18+
19-
bb.AlwaysOnTop = true
19+
20-
bb.Size = UDim2.new(0,200,0,50)
20+
21-
bb.StudsOffset = Vector3.new(0,1,0)
21+
22-
gui=Instance.new("TextBox",bb)
22+
23-
gui.Text = "* "
23+
24-
gui.Size = UDim2.new(0,133,0,45)
24+
25-
gui.Position=UDim2.new(0,57,0,-40)
25+
end;