Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local char = workspace:WaitForChild(game.Players.LocalPlayer.Name)
- local hum = char:WaitForChild("Humanoid")
- hum:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- if hum.WalkSpeed > 16 then
- game.ReplicatedStorage.RemoteEvent:FireServer("Speeding.")
- end
- local stats = game.ServerScriptService.Leaderboard
- stats.Ping.Changed:Connect(function(val)
- if val > 375 then
- wait(9)
- if 375 < stats.Ping.Value then
- game.ReplicatedStorage.RemoteEvent:FireServer("Clumsying or Lag Spike.")
- end
- end
- end)
- script.Parent:WaitForChild("LinkedSword").Handle.Changed:Connect(function()
- if script.Parent:WaitForChild("LinkedSword").Handle.Size ~= Vector3.new(1, 0.8, 4) then
- game.ReplicatedStorage.RemoteEvent:FireServer("Resizing Sword.")
- end
- end)
- while wait(2) do
- if game:GetService("Players").LocalPlayer:FindFirstChild("Backpack") ~= nil then
- if game:GetService("Players").LocalPlayer.Backpack:FindFirstChildOfClass("Tool") ~= nil then
- if game:GetService("Players").LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Name ~= "LinkedSword" then
- game.ReplicatedStorage.RemoteEvent:FireServer("Changing Sword Name.")
- end
- elseif game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name ~= "LinkedSword" then
- game.ReplicatedStorage.RemoteEvent:FireServer("Changing Sword Name.")
- end
- else
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Renaming Services.")
- end
- if game:GetService("ReplicatedStorage"):FindChild("RemoteEvent") == nil then
- while true do
- game.Players.LocalPlayer:Kick()
- end
- end
- if game:GetService("Players").LocalPlayer.Backpack:FindFirstChildOfClass("Tool") ~= nil then
- if game:GetService("Players").LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle:FindFirstChild("antixyz!") == nil or game:GetService("Players").LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle:FindFirstChild("antixyz!").Disabled == true then
- game.ReplicatedStorage.RemoteEvent:FireServer("Deleting Checker.")
- end
- elseif game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle:FindFirstChild("antixyz!") == nil or game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle:FindFirstChild("antixyz!").Disabled == true then
- game.ReplicatedStorage.RemoteEvent:FireServer("Deleting Checker.")
- end
- end
- end)
Add Comment
Please, Sign In to add comment