Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if mousemoveabs then
- spawn(function()
- while task.wait() do
- mousemoveabs(520, 520)
- end
- end)
- end
- local Library = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library')) -- Connect to Library
- local Loading_Gui = Library.GUI.Loading -- Get GUI Loading
- local GUIX = Library.GUIFX
- Loading_Gui.Label.Text = "Peak Droid" -- Label small white text
- local loading_stop = GUIX.Loading("Waiting, for script to load...") -- Blue Text Big
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement