Advertisement
Aura_Exploits

Untitled

Mar 23rd, 2023 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. if mousemoveabs then
  2. spawn(function()
  3. while task.wait() do
  4. mousemoveabs(520, 520)
  5. end
  6. end)
  7. end
  8. local Library = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library')) -- Connect to Library
  9. local Loading_Gui = Library.GUI.Loading -- Get GUI Loading
  10. local GUIX = Library.GUIFX
  11. Loading_Gui.Label.Text = "Peak Droid" -- Label small white text
  12. local loading_stop = GUIX.Loading("Waiting, for script to load...") -- Blue Text Big
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement