The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Roblox Rebirth Champions X Script Pastebin 2022 AUTOFARM GUI HACK script pastebin roblox
By Roblox Rebirth Champions X Script Pastebin 2022 AUTOFARM GUI HACK on 2024-09-22 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. First:
  2.  
  3. loadstring(game:HttpGet('https://raw.githubusercontent.com/broreallyplayingthisgame/whitelisted/main/RebirthChampionsX.lua'))()
  4.  
  5. Second:
  6.  
  7.         local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  8.         local Window = Library.CreateLib("Rebirth Sim X", "DarkTheme")
  9.  
  10.         --INFO
  11.         local Info = Window:NewTab("Info")
  12.         local Info = Info:NewSection("Thanks for using my script!")
  13.  
  14.         -- MAIN
  15.         local Main = Window:NewTab("Main")
  16.         local MainSection = Main:NewSection("Main")
  17.  
  18.         MainSection:NewButton("AutoClick", "AutoClick lol", function()
  19. while wait() do
  20. local Event = game:GetService("ReplicatedStorage").Events.Click
  21. Event:FireServer()
  22. end
  23.         end)
  24.  
  25.         MainSection:NewButton("AutoRebirth", "Rebirths you automatically!", function()
  26.                                 while wait() do
  27. local A_1 = 1
  28. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  29. Event:FireServer(A_1)
  30. end
  31.         end)
  32.  
  33.                       MainSection:NewButton("AutoOpen Basic Egg", "Does just that lol", function()
  34. while wait() do
  35. local A_1 = "Basic"
  36. local A_2 = "Single"
  37. local Event = game:GetService("ReplicatedStorage").Functions.Unbox
  38. Event:InvokeServer(A_1, A_2)
  39. end
  40.         end)
  41.  
  42.         --Credits
  43.         local Credits = Window:NewTab("Credits")
  44.         local Credits = Credits:NewSection("Script made by alfa#2144")
  45.         Credits:NewButton("Discord Invite", "Copies discord invite", function()
  46.                 setclipboard("https://discord.com/invite/2uSkKWQGsx")
  47.         end)



  • Recent Roblox Scripts