ADVERTISEMENTREMOVE ADS
Game icon

Dinas Hub

Dalgona Tycoon
3 months ago
Script preview thumbnail
Script Preview

Description

  • Auto Dalgona

  • Auto Upgrade

Op Script

Tested with

ADVERTISEMENTREMOVE ADS
53 Lines • 1.88 KiB
Raw
local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/hoho_lib.lua", true))()
local win = lib:Window("Dinas Hub", "Dalgona Tycoon", Color3.new(0.85, 0.95, 0.9))
local tab = win:Tab("Script")
local label = tab:Label("Label", properties)
label:NewLabel("Cheats", properties)
tab:Line()
local toggle = tab:Toggle("Auto Dalgona(Inf Money)", false, function(val)
print(val)
lib:Nof("Auto Complete Dalgona", 3)
if val then
local function exploitDalgona()
local argsStreak = {
"Streak"
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Player"):WaitForChild("Dalgona"):FireServer(unpack(argsStreak))
local argsStartedNew = {
"StartedNew"
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Player"):WaitForChild("Dalgona"):FireServer(unpack(argsStartedNew))
local argsFinished = {
"Finished"
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Player"):WaitForChild("Dalgona"):FireServer(unpack(argsFinished))
end
while true do
exploitDalgona()
wait(0.0000001)
end
end
end)
toggle:NewText("Auto Dalgona(Inf Money)")
toggle:NewState(false)
local drop = tab:Dropdown("Auto Upgrade", {"Money per Dalgona", "Worker Speed", "Cut Gaps", "Time Delay"}, function(val)
lib:Nof("Try Buy" .. val, 3)
local function buyUpgrade(upgradeName)
local args = {
upgradeName
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Upgrades"):WaitForChild("DoUpgrade"):FireServer(unpack(args))
end
buyUpgrade(val)
end)
drop:NewText("Choose")
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
FE

Awesome work!! There’s only two scripts out there for this game including yours. And by far yours blows the first one out the water!!!

1
0
7r

It works super well but the auto upgrade doesnt really work but thats fine I still love this script

0
0
ADVERTISEMENTREMOVE ADS