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("DIAMOND", "ImageIdHere") tab.newButton("Free Diamond", "by Coolgod!", function() local args = { "UserGetDiamond", 1000000000000000 } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("User"):FireServer(unpack(args)) end) local tab = DrRayLibrary.newTab("FREE GAMEPASS UNIT", "ImageIdHere") tab.newButton("TitanClockMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "TitanClockMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("TitanDrillMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "TitanDrillMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("YellowKeyMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "YellowKeyMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("WifiMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "WifiMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("UpgradeTitanTvMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "UpgradedTitanTVMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("UpgradedTitanSpeakerMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "UpgradedTitanSpeakerMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("UpgradedTitanCameraMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "UpgradedTitanCameraMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("TitanSpeakerMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "TitanSpeakerMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("ToiletCannonMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "ToiletCannonMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("ToiletCameraMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "ToiletCameraMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("ChiefScientistToliet", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "ChiefScientistToilet" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("DingDang", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "DingDang" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("GToilet", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "GToilet" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("TitanFcMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "TitanFCMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end) tab.newButton("SkeletonMan", "by Coolgod!", function() local args = { "BuyUnitDiamond", { Name = "SkeletonMan" } } game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("Unit"):InvokeServer(unpack(args)) end)