View difference between Paste ID: 6SdV2QXE and ub7pDsGz
SHOW: | | - or go back to the newest paste.
1-
-----------------------
1+
local did = false
2-
--WhAT ANOTHER ONE????????!--
2+
3-
-------------------------------------------------------
3+
function PUNCH()
4-
--A script By makhail07
4+
--By Rufus14 (MY 2nd FINDFIRSTCHILD SCRIPT)
5
did = true
6-
--This edit by 2003boobear
6+
for i = 1,20 do
7
    wait()
8-
--Discord Creterisk#2958 
8+
    game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.08)
9
end
10
rip = false
11-
--https://cdn.discordapp.com/attachments/424766294303309844/424769047436197888/e41a6cbd-23cb-4553-bd39-1338429743a7.png
11+
function touch(h)
12-
-------------------------------------------------------
12+
if not rip then
13
    rip = true
14-
local FavIDs = {
14+
    h = h.Parent:findFirstChild("Humanoid")
15-
	340106355, --Nefl Crystals
15+
print(h)
16-
	927529620, --Dimension
16+
h.WalkSpeed = 0
17-
	876981900, --Fantasy
17+
h.JumpPower = 0
18-
	398987889, --Ordinary Days
18+
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
19-
	1117396305, --Oh wait, it's you.
19+
for i = 1,20 do
20-
	885996042, --Action Winter Journey
20+
    game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
21-
	919231299, --Sprawling Idiot Effigy
21+
    game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.08)
22-
	743466274, --Good Day Sunshine
22+
23-
	727411183, --Knife Fight
23+
for i = 1,40 do
24-
	1402748531, --The Earth Is Counting On You!
24+
    wait()
25-
	595230126 --Robot Language
25+
    game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
26-
	}
26+
    game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.06)
27
    game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,1,0)
28
end
29
wait(3)
30-
--The reality of my life isn't real but a Universe -makhail07
30+
for i = 1,20 do
31-
wait()
31+
    wait()
32-
local Player = game.Players.localPlayer
32+
    game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
33-
local Character = Player.Character
33+
    game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.12)
34-
local plr = game:service'Players'.LocalPlayer
34+
    game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,-2,0)
35-
local char = plr.Character
35+
36-
local hum = char.Humanoid
36+
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
37-
local ra = char["Right Arm"]
37+
local hit1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
38-
local la= char["Left Arm"]
38+
hit1.SoundId = "rbxassetid://441202925"
39-
local rl= char["Right Leg"]
39+
hit1.Volume = 5
40-
local ll = char["Left Leg"]
40+
hit1:Play()
41-
local hed = char.Head
41+
h:destroy()
42-
local root = char.HumanoidRootPart
42+
for i = 1,20 do
43-
local rootj = root.RootJoint
43+
    wait()
44-
local tors = char.Torso
44+
    game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.08)
45-
local mouse = plr:GetMouse()
45+
46-
local LeftArm = Character["Left Arm"]
46+
rip = false
47-
local RightArm = Character["Right Arm"]
47+
if h ~= nil then
48-
local LeftLeg = Character["Left Leg"]
48+
    game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
49-
local RightLeg = Character["Right Leg"]
49+
50-
local Head = Character.Head
50+
51-
local Torso = Character.Torso
51+
52-
local cam = game.Workspace.CurrentCamera
52+
game.Players.LocalPlayer.Character["Right Arm"].Touched:connect(touch)
53-
local RootPart = Character.HumanoidRootPart
53+
did = false
54-
local RootJoint = RootPart.RootJoint
54+
55-
local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
55+
56-
local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
56+
local mouse = game.Players.LocalPlayer:GetMouse()
57-
local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
57+
mouse.KeyDown:Connect(function(k)
58-
local EdgyMode = false
58+
	if k == "f" and did == false then
59-
local Divinity = false
59+
		PUNCH()
60-
local Fighter = false
60+
61-
local Purity = false
61+
end)