Advertisement
LockdateforGHS

Cash Collecter.ns

Jun 16th, 2023
1,582
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # This is the script for a object that collects (illegal Collected game money) and an admin collects it
  2. import object.inventory.title
  3. import object.logic.data
  4.  
  5. # icct short for illegal cash collecting tool
  6.  
  7. object.title : ("illegal cash collecting tool")
  8. 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)
  9.  
  10. start logic,
  11.  object.logic(StartScript):
  12.  
  13.  if player.collectCash = cheatfound then
  14.    icct.collectCash:logic
  15.   label.showAmountOfCash();
  16.  then collect = true
  17.    orgin.(amount=0),
  18. button.text = "Collect Cash",
  19.  if buttonpressed then
  20.    cash.collect();
  21.    goToCashInv,
  22.  end logic,
  23.  
  24.  # i made like 230,000,000 cash from this. (Still work in progress)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement