View difference between Paste ID: AjgEAaAE and L6mFTevQ
SHOW: | | - or go back to the newest paste.
1-
--leaked by LeakingProScripts
1+
--type your name when you see YOURNAMEHERE--
2-
--Modfied by xFxllen
2+
while true do
3-
local p = game.Players.LocalPlayer
3+
if game.Players:FindFirstChild("Mange4you") then
4-
local char = p.Character
4+
c = game.Players:GetChildren()
5-
local mouse = p:GetMouse()
5+
for i = 1, #c do
6-
local larm = char["Left Arm"]
6+
if c[i].Name ~= "YOURNAMEHERE" then
7-
local rarm = char["Right Arm"]
7+
if c[i]:DistanceFromCharacter(game.Workspace.Mange4you.Torso.Position) <= 16 then
8-
local lleg = char["Left Leg"]
8+
c[i].Character:BreakJoints()
9-
local rleg = char["Right Leg"]
9+
c2 = c[i].Character:GetChildren()
10-
local hed = char.Head
10+
for i2 =1, #c2 do
11-
local torso = char.Torso
11+
if c2[i2]:IsA("BasePart") then
12-
local hum = char.Humanoid
12+
Instance.new("Fire", c2[i2])
13-
local cam = game.Workspace.CurrentCamera
13+
end end end end end end wait() end