local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = " ๐ŸŒ‘ Null Hub | ๐Ÿ‘ŠPunching simulator 99๐Ÿ’ฅ", LoadingTitle = " ๐Ÿ‘Š Punching Simulator 99 ๐Ÿ’ฅ", LoadingSubtitle = "by ", ConfigurationSaving = { Enabled = false, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Null Hub" }, Discord = { Enabled = false, Invite = "noinvitelink", RememberJoins = true } }) -- Closing brace for CreateWindow local MainTab = Window:CreateTab(" Home", nil) -- Title, Image local MainSection = MainTab:CreateSection("Main") Rayfield:Notify({ Title = "Script Successfully executed", Content = "Magnificent 5 star Gui", Duration = 5, Image = 10180536602, Actions = { -- Notification Buttons Ignore = { Name = "Cool Dude!", Callback = function() print("The user tapped Cool Dude!") end }, }, }) local Button = MainTab:CreateButton({ Name = "AutoRebirth Toggle", Callback = function() while wait() do local args = { [1] = "S_Rebirth_Request", [2] = {} } game:GetService("ReplicatedStorage"):WaitForChild("Common"):WaitForChild("Library"):WaitForChild("Network"):WaitForChild("RemoteFunction"):InvokeServer(unpack(args)) end -- Add this end end -- Add this end for the Callback function }) local Button = MainTab:CreateButton({ Name = "fast auto clicker", Callback = function() while wait() do local args = { [1] = "S_Power_Click", [2] = { [1] = Vector3.new(-5551.4033203125, -184.90174865722656, 1679.435546875) } } game:GetService("ReplicatedStorage"):WaitForChild("Common"):WaitForChild("Library"):WaitForChild("Network"):WaitForChild("RemoteFunction"):InvokeServer(unpack(args)) end -- Add this end end -- Add this end for the Callback function }) local Button = MainTab:CreateButton({ Name = "100k event egg fast auto open", Callback = function() while wait() do local args = { [1] = "S_Egg_Open_1", [2] = { [1] = "100K_Egg" } } game:GetService("ReplicatedStorage"):WaitForChild("Common"):WaitForChild("Library"):WaitForChild("Network"):WaitForChild("RemoteFunction"):InvokeServer(unpack(args)) end -- Add this end end -- Add this end for the Callback function })