Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Crime Command (Not mine)
- Varieble needed:
- money = 0
- Trigger:
- (prefix)crime
- CODE:
- $nomention
- $var[robmaybe;$random[1;100]]
- $if[$var[robmaybe]<=50]
- $title[Rob Failed]
- $description[Sorry but you didnt get to rob anything better luck next time:sleepy:]
- $else
- $var[amount;$random[1;10000]]
- $title[Robbed]
- $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]]
- $setUserVar[money;$calculate[$getUserVar[money]+$var[amount]]]
- $endif
- $color[$random[1;99999]]
Advertisement
Add Comment
Please, Sign In to add comment