All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Roblox Rebirth Champions X Script Pastebin 2022 AUTOFARM GUI HACK

The Roblox Rebirth Champions X Script Pastebin 2022 AUTOFARM GUI HACK code is below. Copy & inject it into the game. Enjoy!

rebirth champions X script sub to me Rn
First: 

loadstring(game:HttpGet('https://raw.githubusercontent.com/broreallyplayingthisgame/whitelisted/main/RebirthChampionsX.lua'))()

Second:

	local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
	local Window = Library.CreateLib("Rebirth Sim X", "DarkTheme")

	--INFO
	local Info = Window:NewTab("Info")
	local Info = Info:NewSection("Thanks for using my script!")

	-- MAIN
	local Main = Window:NewTab("Main")
	local MainSection = Main:NewSection("Main")

	MainSection:NewButton("AutoClick", "AutoClick lol", function()
while wait() do
local Event = game:GetService("ReplicatedStorage").Events.Click
Event:FireServer()
end
	end)

	MainSection:NewButton("AutoRebirth", "Rebirths you automatically!", function()
				while wait() do
local A_1 = 1
local Event = game:GetService("ReplicatedStorage").Events.Rebirth
Event:FireServer(A_1)
end
	end)

                      MainSection:NewButton("AutoOpen Basic Egg", "Does just that lol", function()
while wait() do
local A_1 = "Basic"
local A_2 = "Single"
local Event = game:GetService("ReplicatedStorage").Functions.Unbox
Event:InvokeServer(A_1, A_2)
end
	end)

	--Credits
	local Credits = Window:NewTab("Credits")
	local Credits = Credits:NewSection("Script made by alfa#2144")
	Credits:NewButton("Discord Invite", "Copies discord invite", function()
		setclipboard("https://discord.com/invite/2uSkKWQGsx")
	end)