get paid to paste

Flappy Clicker Script | AUTO FARM & MORE!

-- Create By Lulu (:
pcall(function() game:GetService("CoreGui").ShouxLibGui:Destroy() end)
local ShouxLib = loadstring(game:HttpGetAsync("https://pastebin.com/raw/aWJeXMN3"))()
local main = ShouxLib:new("Flappy Clicker ;)", Color3.fromRGB(25, 25, 25), Color3.fromRGB(192, 0, 199));
main:newBtn("AutoFarm", function(stat)
  _G.autoclick = stat
  while _G.autoclick do wait()
    for i=1, 10 do
game:GetService("ReplicatedStorage").Remotes.Click:FireServer()
end
end
end)
main:newBtn("AutoRebirth", function(stat)
  _G.autorebi = stat
  while _G.autorebi do wait()
   wait(1) --change time if you want
game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer()
end
end)
main:newBind("Hide Gui", function() game:GetService("CoreGui").ShouxLibGui.Enabled = not game:GetService("CoreGui").ShouxLibGui.Enabled; end, Enum.KeyCode.X);
ShouxLib:SetCategory(main);

Pasted: Feb 14, 2023, 5:12:48 am
Views: 116