Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "SPTS Classic",
- LoadingTitle = "SPTS Classic",
- LoadingSubtitle = "by RedRuby",
- Theme = "Default", -- DarkBlue, Green, Light, Default - more coming soon!
- DisableRayfieldPrompts = true,
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "SPTS_Classic"
- },
- 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("Teleports", 4483362458)
- -- Function to teleport the player to specified coordinates
- local function teleportPlayer(x, y, z)
- local player = game.Players.LocalPlayer
- if player and player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
- player.Character.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
- end
- end
- local Section = Tab:CreateSection("Main")
- local TPButton = Tab:CreateButton({
- Name = "Spawn",
- Callback = function()
- teleportPlayer(475.11737060546875, 249.19012451171875, 895.071044921875)
- end,
- })
- local Section = Tab:CreateSection("Psychic Power")
- local TPButton = Tab:CreateButton({
- Name = "First Lawn | 1M+ PP | 100x",
- Callback = function()
- teleportPlayer(-2533.02392578125, 5486.5712890625, -535.8634033203125)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Second Lawn | 1B+ PP | 10,000x",
- Callback = function()
- teleportPlayer(-2557.031494140625, 5500.59716796875, -439.5203857421875)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Bridge | 1T+ PP | 1,000.000x",
- Callback = function()
- teleportPlayer(-2582.05712890625, 5516.4345703125, -501.3984680175781)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "WaterFall | 1Qa+ PP | 100,000,000x",
- Callback = function()
- teleportPlayer(-2553.91015625, 5412.6650390625, -491.4616394042969)
- end,
- })
- local Section = Tab:CreateSection("Fist Strength")
- local TPButton = Tab:CreateButton({
- Name = "Rock | N/A FS | 10x",
- Callback = function()
- teleportPlayer(410.6899719238281, 270.9917297363281, 979.1093139648438)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Crystal | N/A FS | 100x",
- Callback = function()
- teleportPlayer(-2270.9228515625, 1943.3721923828125, 1054.94384765625)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Blue God Star | 1B+ FS | 2.000x",
- Callback = function()
- teleportPlayer(1178.09912109375, 4789.189453125, -2293.70263671875)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Green God Star | 100B+ FS | 40,000x",
- Callback = function()
- teleportPlayer(1374.8043212890625, 9273.4052734375, 1646.5338134765625)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Red God Star | 10T+ FS | 800,000x",
- Callback = function()
- teleportPlayer(-364.9831848144531, 15735.205078125, -11.264960289001465)
- end,
- })
- local Section = Tab:CreateSection("Body Toughness")
- local TPButton = Tab:CreateButton({
- Name = "Ice Bathtub | 100+ BT | 5x",
- Callback = function()
- teleportPlayer(366.14349365234375, 249.73130798339844, -444.55377197265625)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Fire Pit | 10,000+ BT | 10x",
- Callback = function()
- teleportPlayer(348.9310607910156, 263.7520751953125, -496.96142578125)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "IceBerg | 100,000+ BT | 20x",
- Callback = function()
- teleportPlayer(1629.7491455078125, 264.60382080078125, 2249.373291015625)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Tornado | 1M+ BT | 50x",
- Callback = function()
- teleportPlayer(1629.7491455078125, 264.60382080078125, 2249.373291015625)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Volcano | 10M+ BT | 10x",
- Callback = function()
- teleportPlayer(1629.7491455078125, 264.60382080078125, 2249.373291015625)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Hellfire Pit | 1B+ BT | 2000x",
- Callback = function()
- teleportPlayer(-247.53366088867188, 286.8901062011719, 977.7513427734375)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Green Acid Pool | 100B+ BT | 40,000x",
- Callback = function()
- teleportPlayer(-275.6131591796875, 281.4196472167969, 992.1857299804688)
- end,
- })
- local TPButton = Tab:CreateButton({
- Name = "Red Acid Pool | 10T+ FS | 800,000x",
- Callback = function()
- teleportPlayer(-276.7928771972656, 281.4198913574219, 1007.809814453125)
- end,
- })
- local Tab = Window:CreateTab("Auto", 4483362458)
- local Tab = Window:CreateTab("Misc", 4483362458)
- local AntiAFKToggle = Tab:CreateToggle({
- Name = "Anti-AFK",
- CurrentValue = false,
- Flag = "AntiAFK",
- Callback = function(Value)
- local VU = game:GetService('VirtualUser')
- game:GetService('Players').LocalPlayer.Idled:Connect(function()
- if Value then
- VU:CaptureController()
- VU:ClickButton2(Vector2.new())
- end
- end)
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment