get paid to paste

Roblox Funky friday auto player script

shared.Settings = {
   Autoplay = true, -- is the autoplayer is enabled
   ReleaseDelay = 7, -- time to wait before releasing the note (in ms)
   
   Percentages = { -- accuracy percentages
       ["Sick"] = 60,
       ["Good"] = 30,
       ["Ok"] = 10,
       ["Bad"] = 0
   }
}

loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/Releases/master/Funky%20Friday.lua"))()

Pasted: May 10, 2021, 9:02:03 am
Views: 1,303