--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Titan Training simulator", Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). LoadingTitle = "Titan Training simulator", LoadingSubtitle = "by coolgod", ShowText = "Rayfield", -- for mobile users to unhide rayfield, change if you'd like Theme = "Serenity", -- Check https://docs.sirius.menu/rayfield/configuration/themes ToggleUIKeybind = "K", -- The keybind to toggle the UI visibility (string like "K" or Enum.KeyCode) DisableRayfieldPrompts = false, DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface ConfigurationSaving = { Enabled = true, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Big Hub" }, Discord = { Enabled = false, -- Prompt the user to join your Discord server if their executor supports it Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD RememberJoins = true -- Set this to false to make them join the discord every time they load it up }, KeySystem = false, -- Set this to true to use our key system KeySettings = { Title = "Untitled", Subtitle = "Key System", Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22") } }) local Tab = Window:CreateTab("TP", 4483362458) -- Title, Image local Button = Tab:CreateButton({ Name = "WORLD 1", Callback = function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1203.50305, 840.185364, 918.393005, 0, -1, 0, 1, 0, -0, 0, 0, 1) end, }) local Button = Tab:CreateButton({ Name = "WORLD 2", Callback = function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11219.3359, 841.420715, 712.564453, 0, 1, 0, 1, 0, 0, 0, 0, -1) end, }) local Button = Tab:CreateButton({ Name = "Arena ", Callback = function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9118.18945, 854.962524, 840.383057, 0, -1, 0, 1, 0, -0, 0, 0, 1) end, }) local Tab = Window:CreateTab("EGG", 4483362458) -- Title, Image local Button = Tab:CreateButton({ Name = "BEE EGG ( Need: 250 Diamond )", Callback = function() local args = { "Egg_1_1", 1 } game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"):WaitForChild("sleitnick_knit@1.5.1"):WaitForChild("knit"):WaitForChild("Services"):WaitForChild("EggHatchService"):WaitForChild("RE"):WaitForChild("Hatch"):FireServer(unpack(args)) end, }) local Button = Tab:CreateButton({ Name = "FRUIT EGG ( Need: 3500 Diamond )", Callback = function() local args = { "Egg_1_2", 1 } game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"):WaitForChild("sleitnick_knit@1.5.1"):WaitForChild("knit"):WaitForChild("Services"):WaitForChild("EggHatchService"):WaitForChild("RE"):WaitForChild("Hatch"):FireServer(unpack(args)) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11219.3359, 841.420715, 712.564453, 0, 1, 0, 1, 0, 0, 0, 0, -1) end, }) local Button = Tab:CreateButton({ Name = "Angel EGG ( Need: 25000 Diamond )", Callback = function() local args = { "Egg_1_3", 1 } game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"):WaitForChild("sleitnick_knit@1.5.1"):WaitForChild("knit"):WaitForChild("Services"):WaitForChild("EggHatchService"):WaitForChild("RE"):WaitForChild("Hatch"):FireServer(unpack(args)) end, }) local Button = Tab:CreateButton({ Name = "Reaper Egg ( Need: 50 Kills", Callback = function() local args = { "Egg_1_4", 1 } game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"):WaitForChild("sleitnick_knit@1.5.1"):WaitForChild("knit"):WaitForChild("Services"):WaitForChild("EggHatchService"):WaitForChild("RE"):WaitForChild("Hatch"):FireServer(unpack(args)) end, }) local Button = Tab:CreateButton({ Name = "Incubus Egg ( Need: 300000 Diamond ", Callback = function() local args = { "Egg_1_5", 1 } game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"):WaitForChild("sleitnick_knit@1.5.1"):WaitForChild("knit"):WaitForChild("Services"):WaitForChild("EggHatchService"):WaitForChild("RE"):WaitForChild("Hatch"):FireServer(unpack(args)) end, }) local Button = Tab:CreateButton({ Name = "DEATH EGG ( Need: 16 Minutes", Callback = function() game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"):WaitForChild("sleitnick_knit@1.5.1"):WaitForChild("knit"):WaitForChild("Services"):WaitForChild("OnlineRewardService"):WaitForChild("RF"):WaitForChild("ClaimOnlineQuestReward"):InvokeServer() end, }) local Button = Tab:CreateButton({ Name = "Halloween Egg ( Need: 25 Minutes ", Callback = function() game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"):WaitForChild("sleitnick_knit@1.5.1"):WaitForChild("knit"):WaitForChild("Services"):WaitForChild("OnlineRewardService"):WaitForChild("RF"):WaitForChild("ClaimHalloweenQuestReward"):InvokeServer() end, }) local Tab = Window:CreateTab("AUTO FARM", 4483362458) -- Title, Image local Button = Tab:CreateButton({ Name = "AUTO FARM", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] while true do game:GetService("ReplicatedStorage").Packages._Index:FindFirstChild("sleitnick_knit@1.5.1").knit.Services.TrainService.RE.Train:FireServer() wait(0.001) end end, }) local Tab = Window:CreateTab("Rebirth ", 4483362458) -- Title, Image local Button = Tab:CreateButton({ Name = "Super Rebirth ", Callback = function() game:GetService("Players").LocalPlayer.PlayerGui.SuperRebirthGui.Enabled=true end, }) local Button = Tab:CreateButton({ Name = "Upgrade Rebirth ", Callback = function() game:GetService("Players").LocalPlayer.PlayerGui.RebirthUpgradeGui.Enabled=true end, }) local Tab = Window:CreateTab("EVENT", 4483362458) -- Title, Image local Button = Tab:CreateButton({ Name = "Gear Gacha", Callback = function() game:GetService("Players").LocalPlayer.PlayerGui.EventGui.Enabled=true end, }) local Button = Tab:CreateButton({ Name = "Halloween Event", Callback = function() game:GetService("Players").LocalPlayer.PlayerGui.HalloweenQuestGui.Enabled=true end, }) local Button = Tab:CreateButton({ Name = "Long DailyReward", Callback = function() game:GetService("Players").LocalPlayer.PlayerGui.LongDailyRewardGui.Enabled=true end, }) local Tab = Window:CreateTab("Special ", 4483362458) -- Title, Image local Button = Tab:CreateButton({ Name = "Tech", Callback = function() game:GetService("Players").LocalPlayer.PlayerGui.ItemGui.Enabled=true end, }) local Button = Tab:CreateButton({ Name = "Fast spin", Callback = function() game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("_Index"):WaitForChild("sleitnick_knit@1.5.1"):WaitForChild("knit"):WaitForChild("Services"):WaitForChild("SpinningWheelService"):WaitForChild("RF"):WaitForChild("StartSpin"):InvokeServer() end, }) local Button = Tab:CreateButton({ Name = "Pet Index", Callback = function() game:GetService("Players").LocalPlayer.PlayerGui.PetIndexGui.Enabled=true end, }) local Tab = Window:CreateTab("Settings", 4483362458) -- Title, Image local Button = Tab:CreateButton({ Name = "DESTROY", Callback = function() Rayfield:Destroy() end, })