local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Steal a BlackPink", LoadingTitle = "Steal a BlackPink", LoadingSubtitle = "By Zezor", ConfigurationSaving = { Enabled = false } }) local ScriptTab = Window:CreateTab("Menu", 4483362458) ScriptTab:CreateButton({Name="2x Server Luck for 15 minutes ", CurrentValue=false, Callback=function() -- Remote Name: 2xServerLuckPurchaseEvent -- Type: RemoteEvent -- Return Type: No return value game:GetService("ReplicatedStorage")["2xServerLuckPurchaseEvent"]:FireServer() OnlyLegendaryGamepass:FireServer() end }) ScriptTab:CreateButton({Name="30K", CurrentValue=false, Callback=function() -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local CashPack1PurchaseEvent = ReplicatedStorage["CashPack#1PurchaseEvent"] -- RemoteEvent CashPack1PurchaseEvent:FireServer() GiveLegendaryblock:FireServer() end }) ScriptTab:CreateButton({Name="250K", CurrentValue=false, Callback=function() -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local CashPack2PurchaseEvent = ReplicatedStorage["CashPack#2PurchaseEvent"] -- RemoteEvent CashPack2PurchaseEvent:FireServer() GiveMythic:FireServer() end }) ScriptTab:CreateButton({Name="1M", CurrentValue=false, Callback=function() -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local CashPack3PurchaseEvent = ReplicatedStorage["CashPack#3PurchaseEvent"] -- RemoteEvent CashPack3PurchaseEvent:FireServer() ServerLuckGamepass:FireServer() end }) ScriptTab:CreateButton({Name="5M", CurrentValue=false, Callback=function() -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local CashPack4PurchaseEvent = ReplicatedStorage["CashPack#4PurchaseEvent"] -- RemoteEvent CashPack4PurchaseEvent:FireServer() GiveHammer:FireServer() end }) ScriptTab:CreateButton({Name="10M", CurrentValue=false, Callback=function() -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local CashPack5PurchaseEvent = ReplicatedStorage["CashPack#5PurchaseEvent"] -- RemoteEvent CashPack5PurchaseEvent:FireServer() GiveHammer:FireServer() end }) ScriptTab:CreateButton({Name="Autofarm Money (may cause lag)", CurrentValue=false, Callback=function() while true do for i = 1, 5 do -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local CashPack5PurchaseEvent = ReplicatedStorage["CashPack#5PurchaseEvent"] -- RemoteEvent CashPack5PurchaseEvent:FireServer() -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local CashPack4PurchaseEvent = ReplicatedStorage["CashPack#4PurchaseEvent"] -- RemoteEvent CashPack4PurchaseEvent:FireServer() -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local CashPack3PurchaseEvent = ReplicatedStorage["CashPack#3PurchaseEvent"] -- RemoteEvent CashPack3PurchaseEvent:FireServer() task.wait(0.01) end task.wait(0.1) end GiveHammer:FireServer() end })