BerfungsiGeneral
[🔥UPD] Dropper Incremental
Kode Script
Lua
local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))()
local Window = WindUI:CreateWindow({
Title = "[🔥UPD] Dropper Incremental",
Icon = "map-pinned",
Author = "AspectTiber",
Folder = "Wintp",
Size = UDim2.fromOffset(580, 460),
Transparent = true,
Theme = "Dark"
})
local MainTab = Window:Tab({
Title = "Main",
Icon = "home"
})
MainTab:Toggle({
Title = "Auto drop",
Desc = "Auto clicks the dropper",
Callback = function(state)
if state then
task.spawn(function()
while state do
local Event = game:GetService("ReplicatedStorage").Remotes.DropperClick
Event:FireServer()
task.wait(0.09)
end
end)
end
end
})
local autoBuy = false
MainTab:Toggle({
Title = "Auto buy Skill Tree",
Desc = "Auto buys all the skills in the skill tree",
Callback = function(state)
autoBuy = state
if not state then
return
end
task.spawn(function()
local player = game.Players.LocalPlayer
local folder = workspace.MapEssentials.UpgradeTree
local holders = {}
for _, v in ipairs(folder:GetDescendants()) do
if v:IsA("BasePart") and v.Name == "Holder" then
table.insert(holders, v)
end
end
while autoBuy do
local char = player.Character or player.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")
for _, v in ipairs(holders) do
if not autoBuy then
break
end
if v.Parent and v.Color == Color3.fromRGB(255,255,78) and v:FindFirstChild("TouchInterest") then
firetouchinterest(hrp, v, 0)
task.wait(0.05)
firetouchinterest(hrp, v, 1)
task.wait(0.05)
end
end
task.wait(0.2)
end
end)
end
})
local Event = game:GetService("ReplicatedStorage").Remotes.CollectPart
workspace:WaitForChild("MapEssentials"):WaitForChild("Spawned")
MainTab:Toggle({
Title = "Auto Collet Coins",
Desc = "Collects Coins",
Value = false,
Callback = function(state)
AutoCoin = state
if state then
task.spawn(function()
while AutoCoin do
local folder = workspace:WaitForChild("MapEssentials"):WaitForChild("Spawned")
for _, obj in ipairs(folder:GetChildren()) do
task.wait(0.25)
if not AutoCoin then
break
end
Event:FireServer(obj.Name)
task.wait(0.1)
end
task.wait(0.3)
end
end)
end
end
})
MainTab:Button({
Title = "Rebirth",
Desc = "buys rebrith",
Callback = function()
local Event = game:GetService("ReplicatedStorage").Remotes.Rebirth
Event:FireServer()
end
})
local UpgradeTab = Window:Tab({
Title = "Upgrades",
Icon = "home"
})
UpgradeTab:Button({
Title = "More Cash",
Desc = "Max upgrades More Cash",
Callback = function()
local Event = game:GetService("ReplicatedStorage").Remotes.Upgrade
Event:FireServer(
"Cash",
"CashMoreCash",
true
)
end
})
UpgradeTab:Button({
Title = "More XP",
Desc = "Max upgrades More XP",
Callback = function()
local Event = game:GetService("ReplicatedStorage").Remotes.Upgrade
Event:FireServer(
"Cash",
"CashMoreXP",
true
)
end
})
UpgradeTab:Button({
Title = "Faster Button",
Desc = "Max upgrades Faster Button",
Callback = function()
local Event = game:GetService("ReplicatedStorage").Remotes.Upgrade
Event:FireServer(
"Cash",
"CashFasterButton",
true
)
end
})
UpgradeTab:Divider()
UpgradeTab:Button({
Title = "[Rebirth] More Cash",
Desc = "buys the max upgrade for More Cash rebirth upgrade",
Callback = function()
local Event = game:GetService("ReplicatedStorage").Remotes.Upgrade
Event:FireServer(
"RebirthPoints",
"RebirthMoreCash",
true
)
end
})
UpgradeTab:Button({
Title = "[Rebirth] More XP",
Desc = "buys the max upgrade for More XP rebirth upgrade",
Callback = function()
local Event = game:GetService("ReplicatedStorage").Remotes.Upgrade
Event:FireServer(
"RebirthPoints",
"RebirthMoreXP",
true
)
end
})
UpgradeTab:Button({
Title = "[Rebirth] More RP",
Desc = "buys the max upgrade for More RP rebirth upgrade",
Callback = function()
local Event = game:GetService("ReplicatedStorage").Remotes.Upgrade
Event:FireServer(
"RebirthPoints",
"RebirthMoreRebirthPoints",
true
)
end
})Deskripsi
a script made by me aspecteo, It's made for a game called [🔥UPD] Dropper Incremental, with features like auto coin, auto shoot and much more.
Komentar (0)
- Jadilah yang pertama berkomentar.
Pertanyaan yang sering diajukan
- Bagaimana cara menggunakan script [🔥UPD] Dropper Incremental?
- Salin kode script di atas, masuk ke Dropper Incremental di Roblox, lalu tempel dan jalankan kodenya di executor kamu. Fiturnya langsung aktif begitu script berjalan.
- Apakah [🔥UPD] Dropper Incremental masih berfungsi?
- Ya — [🔥UPD] Dropper Incremental saat ini ditandai berfungsi (terakhir diperbarui 5 Sep 2026). Jika rusak setelah update Roblox, cek kembali untuk versi terbaru.
- Executor mana yang kompatibel dengan [🔥UPD] Dropper Incremental?
- Script ini bekerja dengan sebagian besar executor Roblox populer. Lihat halaman executor kami untuk menemukan executor gratis atau berbayar yang tepercaya untuk perangkat Anda.