if game.PlaceId == 537413528 then loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/pecter.lua-babft/main/johndoe'))() elseif game.PlaceId == 9593068117 then loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/Trench-war/main/pecter.lua'))() elseif game.PlaceId == 2628115891 then loadstring(game:HttpGet(('https://raw.githubusercontent.com/ScriptSkiddie69/ant-life/main/autofarm')))() elseif game.PlaceId == 13253735473 then loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/pecterlua/main/trident%20survival%20v2'))() elseif game.PlaceId == 13438553315 then loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/Decaying-WInter/main/DW'))() else loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/Evade/main/univer'))() local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Pecter.lua scripthub", LoadingTitle = "pecter.lua scripthub", LoadingSubtitle = "by gaming#5410", ConfigurationSaving = { Enabled = true, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Big Hub" }, Discord = { Enabled = false, 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", 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 TeleportService = game:GetService('TeleportService') local Tab = Window:CreateTab("Games Supported", 4483362458) -- Title, Image local Button = Tab:CreateButton({ Name = "Teleport to Build-A-Boat-For-Treasure and execute script", Callback = function() queue_on_teleport("loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/pecter.lua-babft/main/johndoe'))()") game:GetService('TeleportService'):Teleport(537413528) end, }) local Button = Tab:CreateButton({ Name = "Teleport to Trench-War and execute script", Callback = function() queue_on_teleport("loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/Trench-war/main/pecter.lua'))()") game:GetService('TeleportService'):Teleport(9593068117) end, }) local Button = Tab:CreateButton({ Name = "Teleport to Ant-Life and execute script", Callback = function() queue_on_teleport("loadstring(game:HttpGet(('https://raw.githubusercontent.com/ScriptSkiddie69/ant-life/main/autofarm')))()") game:GetService('TeleportService'):Teleport(2628115891) end, }) local Button = Tab:CreateButton({ Name = "Teleport to Trident Survival v2 and execute script", Callback = function() queue_on_teleport("loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/pecterlua/main/trident%20survival%20v2'))()") game:GetService('TeleportService'):Teleport(13253735473) end, }) local Button = Tab:CreateButton({ Name = "Teleport to Decaying Winter and execute script", Callback = function() queue_on_teleport("loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/Decaying-WInter/main/DW'))()") game:GetService('TeleportService'):Teleport(13438553315) end, }) local Button = Tab:CreateButton({ Name = "Teleport to masterblox and execute script", Callback = function() print('no') end, }) end