Raffxi

awheqqgveqwasd

Dec 19th, 2020
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. local stat = game.Players.LocalPlayer.Name
  2. local LP = game:GetService("Players").LocalPlayer
  3. local VirtualUser = game:GetService'VirtualUser'
  4. game:GetService'Players'.LocalPlayer.Idled:Connect(function()
  5. VirtualUser:CaptureController()
  6. VirtualUser:ClickButton2(Vector2.new())
  7. end)
  8.  
  9. while wait(.1) do
  10. pcall(function()
  11. if LP.PlayerGui.HUD.Buso.BBar.bar.AbsoluteSize == LP.PlayerGui.HUD.Buso.BBar.AbsoluteSize then
  12. local buso = tostring(game.ReplicatedStorage["Stats"..stat].Stats.BusoMastery.Value)
  13. game:GetService("ReplicatedStorage").Events.Haki:FireServer("Buso")
  14. local NotificationBindable = Instance.new("BindableFunction")
  15. NotificationBindable.OnInvoke = callback
  16. game.StarterGui:SetCore("SendNotification", {
  17. Title = "Buso Mastery";
  18. Text = buso .. " / 70000 (max)";
  19. Duration = 3;
  20. Callback = NotificationBindable;
  21. })
  22. wait(1)
  23. end
  24. end)
  25. end
Advertisement
Add Comment
Please, Sign In to add comment