local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))() local window = DrRayLibrary:Load("Coolgod", "Default") local tab = DrRayLibrary.newTab("Auto Farm", "ImageIdHere") tab.newButton("Auto Rebirth", "by Coolgod!", function() while task.wait() do local args = { "reborn_as_lv", true, { ["1"] = 1 } } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) end end) local tab = DrRayLibrary.newTab("Gamepass", "ImageIdHere") tab.newButton("Mecha Dragon Meow ", "by Coolgod!", function() local args = { "player_equip_mount_shop", true, { ["1"] =26 } } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) end) tab.newButton("Boom", "by Coolgod!", function() local args = { "player_equip_decoration", true, { ["1"] = 26 } } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) end) tab.newButton("Rainbow Trail", "by Coolgod!", function() local args = { "player_equip_trail_", true, { ["1"] = 30 } } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) end)