local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Train Market RNG", LoadingTitle = "Train Market RNG", LoadingSubtitle = "By Paddling3581", ConfigurationSaving = { Enabled = false } }) local ScriptTab = Window:CreateTab("Menu", 4483362458) ScriptTab:CreateButton({Name="1000 Coins ", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").RemoteEvents.LOGIN_REWARD:FireServer({["action"] = "get_login_reward",["index"] = 1}) OnlyLegendaryGamepass:FireServer() end }) ScriptTab:CreateButton({Name="Get egg IMP ", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").RemoteEvents.LOGIN_REWARD:FireServer({["action"] = "get_login_reward",["index"] = 2}) GiveLegendaryblock:FireServer() end }) ScriptTab:CreateButton({Name="Get Subzero 200x Luck", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").RemoteEvents.LOGIN_REWARD:FireServer({["action"] = "get_login_reward",["index"] = 3}) GiveMythic:FireServer() end }) ScriptTab:CreateButton({Name="Get Neon Genesis 800x Luck", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").RemoteEvents.LOGIN_REWARD:FireServer({["action"] = "get_login_reward",["index"] = 4}) ServerLuckGamepass:FireServer() end }) ScriptTab:CreateButton({Name="Get Flaming Annihilating", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").RemoteEvents.LOGIN_REWARD:FireServer({["action"] = "get_login_reward",["index"] = 5}) CashPack4PurchaseEvent:FireServer() GiveHammer:FireServer() end }) ScriptTab:CreateButton({Name="Get Matrix 10000x Luck", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").RemoteEvents.LOGIN_REWARD:FireServer({["action"] = "get_login_reward",["index"] = 6}) CashPack5PurchaseEvent:FireServer() GiveHammer:FireServer() end }) ScriptTab:CreateButton({Name="Get Collapse Primordial", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").RemoteEvents.LOGIN_REWARD:FireServer({["action"] = "get_login_reward",["index"] = 7}) GiveHammer:FireServer() end }) ScriptTab:CreateButton({Name="Autofarm Coins", CurrentValue=false, Callback=function() while true do for i = 1, 100 do local args = { { action = "get_online_reward", index = 1 } } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("LOGIN_REWARD"):FireServer(unpack(args)) end task.wait() end GiveHammer:FireServer() end })