--[[ snooze ]] local fenv = getfenv() local ReplicatedStorage = game:GetService("ReplicatedStorage") local isLoaded = game:IsLoaded() task.wait() local isLoaded2 = game:IsLoaded() local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield", true))() local Window = Rayfield:CreateWindow({ LoadingTitle = 'SkidHUB On Top!', Name = 'SkidHUB', KeySystem = false, LoadingSubtitle = 'by snooze OpenSource', ConfigurationSaving = { Enabled = false } }) local MainTab = Window:CreateTab('Main') MainTab:CreateLabel('Get infinity staff down below') local Events = game:GetService("ReplicatedStorage"):FindFirstChild("Event") MainTab:CreateButton({ Name = 'INF Power & INF Winz', Callback = function() local TrainEvent = Events:FindFirstChild('Train') local WinGainEvent = Events:FindFirstChild('WinGain') TrainEvent:FireServer(1e67) -- you can change here number after "e" and get more WinGainEvent:FireServer(1e67) -- here the same Rayfield:MakeNotification({ Title = 'SkidHUB', Content = 'Inf Power & Inf Wins granted!', Duration = 3 }) end })