Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is the script for a object that collects (illegal Collected game money) and an admin collects it
- import object.inventory.title
- import object.logic.data
- # icct short for illegal cash collecting tool
- object.title : ("illegal cash collecting tool")
- object.model : (",04,11,84929,%11&55==draw33,09,65,04427,563;79,:6:002,83,28764-919%92") # encode is large (drawn from ap)
- start logic,
- object.logic(StartScript):
- if player.collectCash = cheatfound then
- icct.collectCash:logic
- label.showAmountOfCash();
- then collect = true
- orgin.(amount=0),
- button.text = "Collect Cash",
- if buttonpressed then
- cash.collect();
- goToCashInv,
- end logic,
- # i made like 230,000,000 cash from this. (Still work in progress)
Advertisement
Advertisement