Advertisement
_Thanh_Thy_Cute_

osu!RoVer AUTO PLAY AUGUST 2021

Aug 2nd, 2021
2,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. local Offset = 210
  2. game.Players.LocalPlayer.PlayerGui.PlayScreen.PlayFrame.ChildAdded:Connect(function(e)
  3. if e.Name == 'Circle' then
  4. while wait() do
  5. if e ~= nil and e:FindFirstChild('HitCircle') and e:FindFirstChild('ApproachCircle') then
  6. if math.floor(e.ApproachCircle.AbsoluteSize.X) <= Offset then
  7. spawn(function()
  8. game.Players.LocalPlayer.PlayerGui.PlayScreen.MouseHit:Fire(1)
  9. wait()
  10. game.Players.LocalPlayer.PlayerGui.PlayScreen.MouseHitEnd:Fire(1)
  11. game.Players.LocalPlayer.PlayerGui.PlayScreen.PlayFrame.Cursor.Position = e.Position
  12. end)
  13. end
  14. end
  15. end
  16. end
  17. end)
  18. --Execute before every play you are going to set.
  19. --Remember you always can be kicked for setting suspicious play, but dev said he will gonna fix security system because lots of people were kicked for legit playing, so you might be safe with it.
  20. --Higher offset – More 100s; Too low offset – 100s; Good offset – Around 200 to 220
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement