Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("Players").LocalPlayer.Idled:Connect(function()
- for i=1,2 do
- game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid"):ChangeState("Seated")
- end
- end)
- local function antibypass()
- while wait() do
- pcall(function()
- for i,v in pairs(game.Players.LocalPlayer.Backacpk:GetDescendants()) do
- if v:IsA("Tool") then
- v.CanBeDropped.Value = false
- end
- end
- end)
- end
- end
- antibypass()
- local function antibypassv()
- while wait() do
- pcall(function()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
- if v:IsA("Tool") then
- v.CanBeDropped.Value = false
- end
- end
- end)
- end
- end
- antibypassv()
- game.StarterGui:SetCore("SendNotification", {
- Title = "Crystal Central";
- Text = "Already bypassed max tools and enabled Anti-Afk, enjoy using crystal central!";
- Icon = "rbxassetid://0";
- Duration = 5;
- })
Advertisement
Add Comment
Please, Sign In to add comment