View difference between Paste ID: 82r4v0t9 and w9YGbb90
SHOW: | | - or go back to the newest paste.
1
--Made by <-[Tohru]->#6917
2
--Enjoy!
3
--Works against all kicks including IYkick
4
--Give credit if used and dont abuse!
5
wait(1)
6
print("Checking if Anti_Kick is already running.")
7
wait(2)
8
table.foreach(workspace:GetChildren(),function(a,b) if b.Name=="Anti_Kicklul" then game:GetService("Workspace").Anti_Kicklul:Destroy() end end)
9
wait(1)
10
warn("Initializing Anti Kick... DM <-[Tohru]->#6917 via Discord for questions...")
11
wait(1.5)
12
Instance.new("BoolValue",workspace).Name="Anti_Kicklul"
13
AK=math.random(1,2)
14
if AK==1 then
15
    game.Workspace.Anti_Kicklul.Value = true
16
elseif AK==2 then
17
    game.Workspace.Anti_Kicklul.Value = false
18
end
19
wait(2.5)
20
AntiKick = game.Workspace.Anti_Kicklul.Value
21
if AntiKick == true then
22
print("Anti kick has loaded and is now running. Took [8] Seconds!")
23
elseif AntiKick == false then
24
print("Anti kick failed to run! Run Script again")
25
end
26
wait(1)
27
if AntiKick ==true then
28-
game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
28+
owner.Character.Humanoid.Health = 0
29
print("Character Respawned. Anti Kick Should Work Fine Now!")
30
end