99 nights in the forest

60 views
3 weeks ago
99 nights in the forest
muradbabayev
muradbabayev 0 followers

Description

S3wza muradbros

0 Comments

Log in to comment
No comments yet. Be the first!

View Script

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))(); local Window = Library.CreateLib("🌲 MuradBros Hub - 99 Gece", "DarkTheme"); local Tab = Window:NewTab("99 Gece"); local Section = Tab:NewSection("Yapımcı: MuradBros | Test: S3wza"); Section:NewButton("🌲 Orman Scriptini Başlat", "Scripti anında yükler", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/VapeVoidware/VW-Add/main/nightsintheforest.lua", true))() end); Section:NewButton("☀️ Gündüz Yap (Full Bright)", "Karanlığı yok eder", function() game:GetService("Lighting").Brightness = 2; game:GetService("Lighting").ClockTime = 14; game:GetService("Lighting").FogEnd = 100000; game:GetService("Lighting").GlobalShadows = false end); Section:NewSlider("🏃 Koşu Hızı", "Hızını ayarlar", 300, 16, function(s) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s end); Section:NewToggle("🚀 Sonsuz Zıplama", "Zıplamanı açar", function(state) _G.Jump = state; game:GetService("UserInputService").JumpRequest:Connect(function() if _G.Jump then game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):ChangeState("Jumping") end end) end)