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("TOOLS", "ImageIdHere")
tab.newButton("Regen Coil", "Prints Hello!", function()
local args = {
0,
"Regen Coil",
"Regen Coil"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Fast Coil", "Prints Hello!", function()
local args = {
0,
"Fast Coil",
"Fast Coil"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Super Speed Coil", "Prints Hello!", function()
local args = {
0,
"Super Speed Coil",
"Super Speed Coil"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Balloon", "Prints Hello!", function()
local args = {
0,
"Balloon",
"Balloon"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Key Card", "Prints Hello!", function()
local args = {
0,
"[SCP] Card-L1",
"Key Card"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Speed Potion", "Prints Hello!", function()
local args = {
0,
"The Speed Potion",
"Speed Potion"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Healing Potion", "Prints Hello!", function()
local args = {
0,
"HealingPotion",
"Healing Potion"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Shrink Potion", "Prints Hello!", function()
local args = {
0,
"Shrink Potion",
"Shrink Potion"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Forcefield Shield", "Prints Hello!", function()
local args = {
0,
"Shield",
"Forcefield Shield"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Elevator Orb", "Prints Hello!", function()
local args = {
0,
"Elevator orb",
"Elevator Orb"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Glowstick", "Prints Hello!", function()
local args = {
0,
"Glowstick",
"Glowstick"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Smoke Bomb", "Prints Hello!", function()
local args = {
0,
"Smoke Bomb",
"Smoke Bomb"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Banana Peel", "Prints Hello!", function()
local args = {
0,
"Banana",
"Banana Peel"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("Money Bag", "Prints Hello!", function()
local args = {
0,
"Moneybag",
"Money Bag"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("173 Plush", "Prints Hello!", function()
local args = {
0,
"173 Plush",
"173 Plush"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("999 Plush", "Prints Hello!", function()
local args = {
0,
"999 Plush",
"999 Plush"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("SCP-131 Pet", "Prints Hello!", function()
local args = {
0,
"SCP-131 Pet",
"SCP-131 Pet"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
tab.newButton("SCP-999 Pet", "Prints Hello!", function()
local args = {
0,
"SCP-999 Pet",
"SCP-999 Pet"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)