0% found this document useful (0 votes)
220 views2 pages

Dandy's World Script for Roblox

Uploaded by

thefreak1603
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
220 views2 pages

Dandy's World Script for Roblox

Uploaded by

thefreak1603
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

local OrionLib =

loadstring(game:HttpGet(('[Link]
source')))()
local Window = OrionLib:MakeWindow({Name = "Dandy's World Script by Kles",IntroText
= "I Hate Dandy", HidePremium = false, SaveConfig = true, ConfigFolder =
"OrionTest"})

local tab = Window:MakeTab({


Name = "Main",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

local pl = [Link]
local char = [Link]
local humanoid = char:WaitForChild("Humanoid")

local table = {
speed = 0
}

tab:AddSlider({
Name = "Walk speed",
Min = 0,
Max = 100,
Default = 16,
Color = [Link](255,255,255),
Increment = 1,
ValueName = "Walk speed",
Callback = function(Value)
[Link] = Value
end
})

local on = false

tab:AddButton({
Name = "Change walk speed",
Callback = function(bool)
while Wait() do
[Link] = [Link]
end
end

})

local ESPTab = Window:MakeTab({


Name = "ESP",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

local runservice = game:GetService("RunService")


local esp = [Link]("Highlight")
[Link] = "hl"
[Link] = [Link]
[Link] = 1

ESPTab:AddButton({
Name = "Monsters esp",
Callback = function()

for _,k in pairs([Link]:GetChildren()) do


if k:IsA("Model") then
local room = k
for _,v in pairs(room:FindFirstChild("Monsters"):GetChildren()) do
local folder = v
[Link]:Connect(function()
for _, v in pairs(folder:GetChildren()) do
repeat Wait() until v
if not v:FindFirstChild("hl") then
local hlclone = esp:Clone()
[Link] = v
[Link] = v
end
end
end)
end
end
end

end
})

You might also like