Pastebin
local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
local plrhead = game.Players.LocalPlayer.Character.Head
local dbt = library:CreateWindow("Demon Blade Tycoon")
local mountains = dbt:CreateFolder("Mountains")
mountains:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons.Mountains.Essentials.ClaimPart.CFrame
end)
mountains:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Mountains"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local trainstation = dbt:CreateFolder("Train Station")
trainstation:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Train Station"].Essentials.ClaimPart.CFrame
end)
trainstation:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Train Station"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local wisteriaforest = dbt:CreateFolder("Wisteria Forest")
wisteriaforest:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Wisteria Forest"].Essentials.ClaimPart.CFrame
end)
wisteriaforest:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Wisteria Forest"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local lake = dbt:CreateFolder("Lake")
lake:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons.Lake.Essentials.ClaimPart.CFrame
end)
lake:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Lake"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local darkforest = dbt:CreateFolder("Dark Forest")
darkforest:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Dark Forest"].Essentials.ClaimPart.CFrame
end)
darkforest:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Dark Forest"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local forest = dbt:CreateFolder("Forest")
forest:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Forest"].Essentials.ClaimPart.CFrame
end)
forest:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Forest"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local waterfall = dbt:CreateFolder("Waterfall")
waterfall:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Waterfall"].Essentials.ClaimPart.CFrame
end)
waterfall:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Waterfall"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local ricefarm = dbt:CreateFolder("Rice Farm")
ricefarm:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Rice Farm"].Essentials.ClaimPart.CFrame
end)
ricefarm:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Rice Farm"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local stonehills = dbt:CreateFolder("Stone Hills")
stonehills:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Stone Hills"].Essentials.ClaimPart.CFrame
end)
stonehills:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Stone Hills"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local snowymountains = dbt:CreateFolder("Snowy Mountains")
snowymountains:Button("Get Tycoon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Snowy Mountains"].Essentials.ClaimPart.CFrame
end)
snowymountains:Toggle("AutoBuy",function(bool)
shared.toggle = bool
if shared.toggle == true then
repeat
wait(.66)
for i,v in pairs(game:GetService("Workspace").Game.Tycoons["Snowy Mountains"].Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plrhead, v.Parent, 0)
wait(0.01)
firetouchinterest(plrhead, v.Parent, 1)
end
end
until shared.toggle == false
end
end)
local npcs = dbt:CreateFolder("TP NPCs")
npcs:Button("Sun Boy",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.NPCSpawns["Sun Boy"].Spawn.CFrame
end)
npcs:Button("Flame Pillar",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.NPCSpawns["Flame Pillar"].Spawn.CFrame
end)
npcs:Button("String Demon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.NPCSpawns["String Demon"].Spawn.CFrame
end)
npcs:Button("Demon",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.NPCSpawns.Demon.Spawn.CFrame
end)
npcs:Button("Slayer",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.NPCSpawns.Slayer.Spawn.CFrame
end)
local leaderboard = dbt:CreateFolder("Leaderboard")
leaderboard:Button("Slayer Completions",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Leaderboards.SlayerCompletions.MainLeaderBoard.CFrame
end)
leaderboard:Button("Demon Completions",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Leaderboards.DemonCompletions.MainLeaderBoard.CFrame
end)
leaderboard:Button("BossKills",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Leaderboards.BossKills.MainLeaderBoard.CFrame
end)
leaderboard:Button("TimePlayed",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Leaderboards.TimePlayed.MainLeaderBoard.CFrame
end)
leaderboard:Button("NPCKills",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Leaderboards.NPCKills.MainLeaderBoard.CFrame
end)
leaderboard:Button("Completions",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Leaderboards.Completions.MainLeaderBoard.CFrame
end)
local teleports = dbt:CreateFolder("Teleports")
teleports:Button("TP Mountains",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Mountains"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Train Station",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Train Station"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Wisteria Forest",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Wisteria Forest"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Lake",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Lake"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Dark Forest",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Dark Forest"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Forest",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Forest"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Waterfall",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Waterfall"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Rice Farm",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Rice Farm"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Stone Hills",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Stone Hills"].Essentials.OwnerGui.CFrame
end)
teleports:Button("TP Snowy Mountains",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.Tycoons["Snowy Mountains"].Essentials.OwnerGui.CFrame
end)
local others = dbt:CreateFolder("Others")
others:Button("TP to Spawn",function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Game.SpawnLocation.CFrame
end)
others:Slider("Walkspeed",{
min = 16; -- min value of the slider
max = 100; -- max value of the slider
precise = true; -- max 2 decimals
},function(value)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value
end)
others:DestroyGui()
Select all text above, copy it, then paste into your executor.