-- โหลด Reyfield local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() -- สร้างหน้าต่างหลัก local Window = Rayfield:CreateWindow({ Name = "รวมสคริป 99 คืนในป่า v0.2.0", LoadingTitle = "รวมสคริป 99 คืนในป่า v0.2.0", LoadingSubtitle = "by pun_pun102030", ConfigurationSaving = { Enabled = true, FolderName = "PunerHubConfigs", FileName = "PunerExecutor" }, Discord = { Enabled = false, Invite = "none", RememberJoins = false }, KeySystem = false, Theme = { Accent = Color3.fromRGB(255, 75, 75), WindowBackground = Color3.fromRGB(10, 10, 40), MinAccent = Color3.fromRGB(100, 150, 255), Toggle = Color3.fromRGB(255, 75, 75), SectionBackground = Color3.fromRGB(20, 20, 60) } }) -- Tabs local ScriptTab = Window:CreateTab("💻 Script", 4483362458) local MiscTab = Window:CreateTab("⚙️ Misc", 4483362458) -- Label แยกโซนไม่ต้องใส่คีย์ ScriptTab:CreateLabel("🟢 สคริปต์ไม่ต้องใส่คีย์") ScriptTab:CreateButton({ Name = "somtank", Callback = function() print("somtank ถูกกด") loadstring(game:HttpGet('https://raw.githubusercontent.com/MQPS7/99-Night-in-the-Forset/refs/heads/main/99v2'))() end, }) ScriptTab:CreateButton({ Name = "voidware ( ดี )", Callback = function() print("voidware ( ดี ) ถูกกด") loadstring(game:HttpGet("https://raw.githubusercontent.com/VapeVoidware/VW-Add/main/nightsintheforest.lua", true))() end, }) ScriptTab:CreateButton({ Name = "foxname ( ดี )", Callback = function() print("foxname ( ดี ) ถูกกด") loadstring(game:HttpGet("https://raw.githubusercontent.com/caomod2077/Script/refs/heads/main/FoxnameHub.lua"))() end, }) ScriptTab:CreateButton({ Name = "Avantrix", Callback = function() print("Avantrix ถูกกด") loadstring(game:HttpGet("https://xenonhub.xyz/loader"))() end, }) ScriptTab:CreateButton({ Name = "RINGTA UI 99 Nights", Callback = function() print("RINGTA UI 99 Nights ถูกกด") loadstring(game:HttpGet("https://raw.githubusercontent.com/wefwef127382/99daysloader.github.io/refs/heads/main/ringta.lua"))() end, }) -- Label แยกโซนสคริปต์มีคีย์ ScriptTab:CreateLabel("🔒 สคริปต์มีคีย์") ScriptTab:CreateButton({ Name = "H4x ( ดี )", Callback = function() print("H4x ( ดี ) ถูกกด") loadstring(game:HttpGet("https://raw.githubusercontent.com/H4xScripts/Loader/refs/heads/main/loader.lua", true))() end, }) ScriptTab:CreateButton({ Name = "vector hub", Callback = function() print("vector hub ถูกกด") loadstring(game:HttpGet("https://raw.githubusercontent.com/AAwful/Vector_Hub/0/v2"))() end, }) ScriptTab:CreateButton({ Name = "speed hub x", Callback = function() print("speed hub x ถูกกด") loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))() end, }) -- Misc Tab local player = game.Players.LocalPlayer MiscTab:CreateSlider({ Name = "WalkSpeed", Range = {16, 200}, Increment = 1, Suffix = " Speed", CurrentValue = 16, Flag = "WalkSpeed", Callback = function(Value) if player.Character and player.Character:FindFirstChild("Humanoid") then player.Character.Humanoid.WalkSpeed = Value end end, }) MiscTab:CreateSlider({ Name = "JumpPower", Range = {50, 300}, Increment = 1, Suffix = " Jump", CurrentValue = 50, Flag = "JumpPower", Callback = function(Value) if player.Character and player.Character:FindFirstChild("Humanoid") then player.Character.Humanoid.JumpPower = Value end end, }) MiscTab:CreateButton({ Name = "Reset to Default (16/50)", Callback = function() if player.Character and player.Character:FindFirstChild("Humanoid") then player.Character.Humanoid.WalkSpeed = 16 player.Character.Humanoid.JumpPower = 50 end end, }) MiscTab:CreateButton({ Name = "🕊️ Fly", Callback = function() loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")() end, })