issack_desnuts

crime command bdfd

Oct 8th, 2023 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Crime Command (Not mine)
  2.  
  3. Varieble needed:
  4.  
  5. money = 0
  6.  
  7. Trigger:
  8. (prefix)crime
  9.  
  10. CODE:
  11. $nomention
  12. $var[robmaybe;$random[1;100]]
  13. $if[$var[robmaybe]<=50]
  14. $title[Rob Failed]
  15. $description[Sorry but you didnt get to rob anything better luck next time:sleepy:]
  16. $else
  17. $var[amount;$random[1;10000]]
  18. $title[Robbed]
  19. $description[You robbed $randomText[McDonalds;Taco Bell;Del Taco;Alberto's;Tam's;Burger King;Wendy's;Carl's Jr;the Bank;Apple;Samsung;Little Caesar's] and earned $$var[amount]]
  20. $setUserVar[money;$calculate[$getUserVar[money]+$var[amount]]]
  21. $endif
  22. $color[$random[1;99999]]
Advertisement
Add Comment
Please, Sign In to add comment