Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Still working
- i did not create this
- unpatched by Gravy
- ]]
- --[[
- oop stinky stand
- b = barrage
- j = stronk slap
- h = b o n k
- n = enable uno reverse card(also fully heal)
- ]]
- for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
- game.ReplicatedStorage.Anchor:FireServer(v,false)
- end
- Anim3 = Instance.new("Animation")
- Anim3.AnimationId = "rbxassetid://4639551633" -- abd not modded
- --Anim3.AnimationId = "rbxassetid://4639551633" -- abd modded
- Anim2 = Instance.new("Animation")
- Anim2.AnimationId = "rbxassetid://188632011"
- --Anim.Looped = true
- --Anim.Looped = true
- repeat
- wait(0.5)
- until game.Players.LocalPlayer.Character.Humanoid
- _G.track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
- _G.track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
- delay(0,function()
- while true do
- wait(0.5)
- if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("h") == nil then
- local h = Instance.new("Weld",game.Players.LocalPlayer.Character)
- h.Name = "h"
- print('hhhh')
- wait(1)
- print("hhhhh")
- _G.track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
- _G.track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
- end
- end
- end)
- local barrage = false
- local nou = false
- local debounce = false
- hitsounds = {"rbxassetid://545219984","rbxassetid://4137216950","rbxassetid://166423137","rbxassetid://4164190231","rbxassetid://147722227"}
- _G.func = function()
- game.ReplicatedStorage.Block:FireServer(true)
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Part" or "MeshPart" or "Union") then
- v.Anchored = false
- end
- end
- local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
- hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
- hitbox1.Name = "hitbox"
- hitbox1.Anchored = false
- hitbox1.CanCollide = false
- local weld = Instance.new("WeldConstraint",hitbox1)
- weld.Part0 = hitbox1
- weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
- hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
- hitbox1.Massless = true
- hitbox1.Transparency = 0.5
- hitbox1.Color = Color3.new(0,0,0)
- local hitbox2 = Instance.new("Part",game.Players.LocalPlayer.Character)
- hitbox2.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
- hitbox2.Name = "hitbox"
- hitbox2.Anchored = false
- hitbox2.CanCollide = false
- local weld = Instance.new("WeldConstraint",hitbox2)
- weld.Part0 = hitbox2
- weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
- hitbox2.Size = game.Players.LocalPlayer.Character["Left Arm"].Size*1.5
- hitbox2.Massless = true
- hitbox2.Transparency = 0.5
- hitbox2.Color = Color3.new(0,0,0)
- local touch1 = hitbox1.Touched:Connect(function(hit)
- if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
- if debounce == false then
- print(hit.Parent.Name)
- debounce = true
- delay(0,function()debounce = false end)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, .8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.25, hitsounds[1], 0.9, 0.9)
- end
- elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
- if debounce == false then
- debounce = true
- print(hit.Parent.Parent.Name)
- delay(0,function()debounce = false end)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 95, .8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.25, hitsounds[1], 0.9, 0.9)
- end
- end
- end)
- local touch2 = hitbox2.Touched:Connect(function(hit)
- if (hit.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
- if debounce == false then
- print(hit.Parent.Name)
- debounce = true
- delay(0,function()debounce = false end)
- game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, 0.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.05, hitsounds[1], 1, 2)
- end
- elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
- if debounce == false then
- debounce = true
- print(hit.Parent.Parent.Name)
- delay(0,function()debounce = false end)
- game:GetService("ReplicatedStorage").Damage30:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 95, 0.8, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*-1+Vector3.new(0,0,0), 0.05, hitsounds[1], 1, 2)
- end
- end
- end)
- barrage = not barrage
- if barrage then
- _G.track3:Play(.1, 1, 2.5)
- else
- _G.track3:Stop()
- wait(0.1)
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v.Name == "hitbox" then
- v:Destroy()
- end
- end
- end
- game.ReplicatedStorage.Block:FireServer(false)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
- end
- _G.strong = function()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Part" or "MeshPart" or "Union") then
- v.Anchored = false
- end
- end
- local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
- hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
- hitbox1.Name = "hitbox"
- hitbox1.Anchored = false
- hitbox1.CanCollide = false
- local weld = Instance.new("WeldConstraint",hitbox1)
- weld.Part0 = hitbox1
- weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
- hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
- hitbox1.Massless = true
- hitbox1.Transparency = 0.5
- hitbox1.Color = Color3.new(0,0,0)
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://218504594"
- --Anim.Looped = true
- local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- local touch1 = hitbox1.Touched:Connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
- if debounce == false then
- debounce = true
- print(hit.Parent.Name)
- delay(0.001,function()debounce = false end)
- game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0), 0.05, hitsounds[2], 1, 10)
- game:GetService("ReplicatedStorage").Damage24:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 0, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0), 100000000000000000000000000000000000000000100000000000000000000000000000000000000000)
- hitbox1:Destroy()
- end
- elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
- if debounce == false then
- debounce = true
- print(hit.Parent.Parent.Name)
- delay(0.001,function()debounce = false end)
- game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 95, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0), 0.05, hitsounds[2], 1, 10)
- game:GetService("ReplicatedStorage").Damage24:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 0, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*300+Vector3.new(0,50,0), 100000000000000000000000000000000000000000100000000000000000000000000000000000000000)
- hitbox1:Destroy()
- end
- end
- end)
- track:Play(.1, 1, 2)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
- wait(0.4)
- if hitbox1 then
- hitbox1:Destroy()
- end
- end
- _G.bonk = function()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Part" or "MeshPart" or "Union") then
- v.Anchored = false
- end
- end
- local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
- hitbox1.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
- hitbox1.Name = "hitbox"
- hitbox1.Anchored = false
- hitbox1.CanCollide = false
- local weld = Instance.new("WeldConstraint",hitbox1)
- weld.Part0 = hitbox1
- weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
- hitbox1.Size = game.Players.LocalPlayer.Character["Right Arm"].Size*1.5
- hitbox1.Massless = true
- hitbox1.Transparency = 0.5
- hitbox1.Color = Color3.new(0,0,0)
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://184574340"
- --Anim.Looped = true
- local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- local touch1 = hitbox1.Touched:Connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
- if debounce == false then
- debounce = true
- print(hit.Parent.Name)
- delay(0.001,function()debounce = false end)
- game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, 10, Vector3.new(0,-200,0), 0.25, hitsounds[4], 1, 50)
- game:GetService("ReplicatedStorage").Damage24:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 0, 10, Vector3.new(0,-200,0), 0.2, 0, 1, 50)
- hitbox1:Destroy()
- end
- elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
- if debounce == false then
- debounce = true
- print(hit.Parent.Parent.Name)
- delay(0.001,function()debounce = false end)
- game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 95, 10, Vector3.new(0,-200,0), 0.25, hitsounds[4], 1, 50)
- game:GetService("ReplicatedStorage").Damage24:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 0, 10, Vector3.new(0,-200,0), 0.2, 0, 1, 50)
- hitbox1:Destroy()
- end
- end
- end)
- track:Play(.1, 1, 7)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
- wait(0.3)
- if hitbox1 then
- hitbox1:Destroy()
- end
- end
- _G.spin = function()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Part" or "MeshPart" or "Union") then
- v.Anchored = false
- end
- end
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 38
- local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
- hitbox1.CFrame = game.Players.LocalPlayer.Character["Torso"].CFrame
- hitbox1.Name = "hitbox"
- hitbox1.Anchored = false
- hitbox1.CanCollide = false
- local weld = Instance.new("WeldConstraint",hitbox1)
- weld.Part0 = hitbox1
- weld.Part1 = game.Players.LocalPlayer.Character["Torso"]
- hitbox1.Size = game.Players.LocalPlayer.Character["Torso"].Size*1.5
- hitbox1.Massless = true
- hitbox1.Transparency = 0.5
- hitbox1.Color = Color3.new(0,0,0)
- local touch1 = hitbox1.Touched:Connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
- if debounce == false then
- debounce = true
- print(hit.Parent.Name)
- delay(0.4,function()debounce = false end)
- game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, 10, Vector3.new(0,-200,0), 0.25, hitsounds[5], 0.9, 0.9)
- game:GetService("ReplicatedStorage").Damage24:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 0, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,50,0), 100000000000000000000000000000000000000000100000000000000000000000000000000000000000)
- end
- elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
- if debounce == false then
- debounce = true
- print(hit.Parent.Parent.Name)
- delay(0.4,function()debounce = false end)
- game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 95, 10, Vector3.new(0,-200,0), 0.25, hitsounds[5], 0.9, 0.9)
- game:GetService("ReplicatedStorage").Damage24:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 0, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*0+Vector3.new(0,50,0), 100000000000000000000000000000000000000000100000000000000000000000000000000000000000)
- end
- end
- end)
- local e = true
- delay(0,function()
- while e == true do
- wait(0)
- if e == true then
- if _G.track2.IsPlaying == false then
- _G.track2:Play(.1, 5, 3)
- end
- else
- break
- end
- end
- end)
- wait(5)
- e = false
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
- if hitbox1 then
- hitbox1:Destroy()
- end
- end
- _G.backstab = function()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Part" or "MeshPart" or "Union") then
- v.Anchored = false
- end
- end
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://181525546"
- local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 2
- local hitbox1 = Instance.new("Part",game.Players.LocalPlayer.Character)
- hitbox1.CFrame = game.Players.LocalPlayer.Character["Torso"].CFrame
- hitbox1.Name = "hitbox"
- hitbox1.Anchored = false
- hitbox1.CanCollide = false
- local weld = Instance.new("WeldConstraint",hitbox1)
- weld.Part0 = hitbox1
- weld.Part1 = game.Players.LocalPlayer.Character["Torso"]
- hitbox1.Size = game.Players.LocalPlayer.Character["Torso"].Size+Vector3.new(0,6,0)
- hitbox1.Massless = true
- hitbox1.Transparency = 0.5
- hitbox1.Color = Color3.new(0,0,0)
- local touch1 = hitbox1.Touched:Connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name ~= game.Players.LocalPlayer.Name then
- if debounce == false then
- debounce = true
- print(hit.Parent.Name)
- delay(1,function()debounce = false end)
- game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Humanoid, hit.Parent.HumanoidRootPart.CFrame, 95, 10, Vector3.new(0,-200,0), 0.25, hitsounds[5], 0.9, 0.9)
- end
- elseif (hit.Parent.Parent:FindFirstChild("Humanoid"))and hit.Parent.Parent.Name ~= game.Players.LocalPlayer.Name and not hit.Parent:IsA("Accessory") then
- if debounce == false then
- debounce = true
- print(hit.Parent.Parent.Name)
- delay(1,function()debounce = false end)
- game:GetService("ReplicatedStorage").Knock:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 1, 1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*1+Vector3.new(0,1,0), "rbxassetid://241837157", 1, Color3.new(1, 0, 0), "rbxassetid://4137216950", 0.8, 100)
- game:GetService("ReplicatedStorage").Damage6:FireServer(hit.Parent.Parent.Humanoid, hit.Parent.Parent.HumanoidRootPart.CFrame, 95, 10, Vector3.new(0,-200,0), 0.25, hitsounds[5], 0.9, 0.9)
- end
- end
- end)
- track:Play(.1, 5, 10)
- wait(0.4)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
- if hitbox1 then
- hitbox1:Destroy()
- end
- end
- _G.destroy = function()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Part" or "MeshPart" or "Union") then
- v.Anchored = false
- end
- end
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://184574340"
- --Anim.Looped = true
- local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- track:Play(.1, 1, 0.1)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
- wait(10)
- track:Stop()
- end
- _G.nou = function()
- nou = not nou
- if nou == true then
- game:GetService("ReplicatedStorage").Heal:FireServer(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame, game.Players.LocalPlayer.Character.Humanoid.MaxHealth+game.Players.LocalPlayer.Character.Humanoid.Health, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*100+Vector3.new(0,20,0), "rbxassetid://241837157", 1, Color3.new(0, 255, 0), "rbxassetid://4137216950", 1, 0)
- game:GetService("ReplicatedStorage").RTZ:FireServer(
- true
- )
- game:GetService("ReplicatedStorage").Deflect:FireServer(
- true
- )
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
- Text = "no u = true"; --The chat message
- Color = Color3.fromRGB(0, 255, 255); --Chat message color, defaults to white
- Font = Enum.Font.SourceSansBold; --Chat message font, defaults to SourceSansBold
- TextSize = 18 --Text size, defaults to 18
- })
- else
- game:GetService("ReplicatedStorage").Heal:FireServer(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame, game.Players.LocalPlayer.Character.Humanoid.MaxHealth+game.Players.LocalPlayer.Character.Humanoid.Health, 0.1, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector*100+Vector3.new(0,20,0), "rbxassetid://241837157", 1, Color3.new(0, 255, 0), "rbxassetid://4137216950", 1, 0)
- game:GetService("ReplicatedStorage").RTZ:FireServer(
- false
- )
- game:GetService("ReplicatedStorage").Deflect:FireServer(
- false
- )
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
- Text = "no u = false"; --The chat message
- Color = Color3.fromRGB(0, 255, 255); --Chat message color, defaults to white
- Font = Enum.Font.SourceSansBold; --Chat message font, defaults to SourceSansBold
- TextSize = 18 --Text size, defaults to 18
- })
- end
- end
- local mouse = game.Players.LocalPlayer:GetMouse()
- _G.contc = mouse.KeyDown:Connect(function(key)
- if key == 'b' then
- --if alow == 1 then
- _G.func()
- --end
- elseif key == 'f' then
- --if alow == 1 then
- _G.strong()
- --end
- elseif key == 'y' then
- --if alow == 1 then
- _G.nou()
- --end
- elseif key == 'e' then
- --if alow == 1 then
- _G.bonk()
- --end
- elseif key == 'q' then
- --if alow == 1 then
- _G.destroy()
- --end
- elseif key == 'z' then
- --if alow == 1 then
- _G.spin()
- --end
- elseif key == 't' then
- --if alow == 1 then
- _G.backstab()
- --end
- elseif key == 'p' then
- --if alow == 1 then
- game.Players.LocalPlayer.Character:MoveTo(mouse.Hit.p)
- --end
- end
- end)
- local findts = game.Lighting:FindFirstChild("TS")
- if findts then
- game.Lighting.TS:Destroy()
- end
- local torso = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
- if torso then if torso.Anchored == true then
- for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
- game.ReplicatedStorage.Anchor:FireServer(v,false)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement