Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local stat = game.Players.LocalPlayer.Name
- local LP = game:GetService("Players").LocalPlayer
- local VirtualUser = game:GetService'VirtualUser'
- game:GetService'Players'.LocalPlayer.Idled:Connect(function()
- VirtualUser:CaptureController()
- VirtualUser:ClickButton2(Vector2.new())
- end)
- while wait(.1) do
- pcall(function()
- if LP.PlayerGui.HUD.Buso.BBar.bar.AbsoluteSize == LP.PlayerGui.HUD.Buso.BBar.AbsoluteSize then
- local buso = tostring(game.ReplicatedStorage["Stats"..stat].Stats.BusoMastery.Value)
- game:GetService("ReplicatedStorage").Events.Haki:FireServer("Buso")
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- game.StarterGui:SetCore("SendNotification", {
- Title = "Buso Mastery";
- Text = buso .. " / 70000 (max)";
- Duration = 3;
- Callback = NotificationBindable;
- })
- wait(1)
- end
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment