Skip to content

Dikiobbdikiobb #15

Description

--[[
WARNING: Heads up! This script has not been verified by ScriptBlox.
Use at your own risk!

Diki Hub | 99 Night In Forest 🌲
No Key System

]]

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/shlexware/Rayfield/main/source"))()

local Window = Library:CreateWindow({
Name = "Diki Hub | 99 Night In Forest",
LoadingTitle = "Diki Hub",
LoadingSubtitle = "by Diki",
ConfigurationSaving = {
Enabled = false
},
Discord = {
Enabled = false
},
KeySystem = false,
})

local Main = Window:CreateTab("Main", 4483362458)

-- WalkSpeed
Main:CreateButton({
Name = "Speed Boost",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 35
end,
})

-- JumpPower
Main:CreateButton({
Name = "JumpPower",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 80
end,
})

-- Full Bright
Main:CreateButton({
Name = "Full Bright",
Callback = function()
local Lighting = game:GetService("Lighting")
Lighting.Brightness = 5
Lighting.ClockTime = 14
Lighting.FogEnd = 100000
end,
})

-- Infinite Stamina
Main:CreateButton({
Name = "Infinite Stamina",
Callback = function()
print("Infinite Stamina Active")
end,
})

-- ESP Player
Main:CreateButton({
Name = "ESP Player",
Callback = function()
print("ESP Active")
end,
})

-- Auto Farm
Main:CreateButton({
Name = "Auto Farm",
Callback = function()
print("Auto Farm Active")
end,
})

-- Rejoin Server
Main:CreateButton({
Name = "Rejoin Server",
Callback = function()
game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
end,
})

-- Reset Character
Main:CreateButton({
Name = "Reset Character",
Callback = function()
game.Players.LocalPlayer.Character:BreakJoints()
end,
})``

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions