ADVERTISEMENTREMOVE ADS
Game icon

Collect all cash tickets

Script preview thumbnail
Script Preview

Description

Simple script for Dress to Impress, that auto collects all cash tickets on the map

Features:

  • AutoFarm
  • AutoCollect

Tested with

ADVERTISEMENTREMOVE ADS
13 Lines • 404 Bytes
Verified
Raw
local Root = game:GetService("Players").LocalPlayer.Character.PrimaryPart
local Money = game:GetService("Workspace").CollectibleMoney.Money:GetChildren()
for i, v in pairs(Money) do
pcall(function()
for _ = 1, 10 do
Root.CFrame = v.CFrame
firetouchinterest(Root, v, 0)
wait(0.005)
firetouchinterest(Root, v, 1)
end
end)
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS