draxe55

brobrosecretscriptlol

Jul 19th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. game:GetService("Players").LocalPlayer.Idled:Connect(function()
  2. for i=1,2 do
  3. game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid"):ChangeState("Seated")
  4. end
  5. end)
  6.  
  7. local function antibypass()
  8. while wait() do
  9. pcall(function()
  10. for i,v in pairs(game.Players.LocalPlayer.Backacpk:GetDescendants()) do
  11. if v:IsA("Tool") then
  12. v.CanBeDropped.Value = false
  13. end
  14. end
  15. end)
  16. end
  17. end
  18. antibypass()
  19.  
  20. local function antibypassv()
  21. while wait() do
  22. pcall(function()
  23. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  24. if v:IsA("Tool") then
  25. v.CanBeDropped.Value = false
  26. end
  27. end
  28. end)
  29. end
  30. end
  31. antibypassv()
  32.  
  33. game.StarterGui:SetCore("SendNotification", {
  34. Title = "Crystal Central";
  35. Text = "Already bypassed max tools and enabled Anti-Afk, enjoy using crystal central!";
  36. Icon = "rbxassetid://0";
  37. Duration = 5;
  38. })
Advertisement
Add Comment
Please, Sign In to add comment