Advertisement
BlackKnight683

BCFD rob command! [public build]

Nov 13th, 2020 (edited)
1,641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. $eval
  2. var stolen = Math.floor(Math.random()*750)+100;
  3. var error2 = "$mentionedID";
  4. var min = "250";
  5. var error = "$ID";
  6.  
  7. //limitations- Both user's should have done !work before or have atleast 1$ in balance
  8. //sub to BlackKnight683 :D
  9. //code by •OofyOofOof•#2018
  10.  
  11. if(a$mentionedID<=250) {steal = "**you tried to steal from `$mentionedNamePlain` but couldn't even find $250, so they left them alone**"};
  12.  
  13. if(error === error2) {steal = "**you tried to steal from themselves, what a nub**"};
  14.  
  15. if(a$mentionedID>stolen && a$ID>=300) {
  16. a$mentionedID -= stolen
  17. a$ID += stolen
  18. steal = "**you stole from `$mentionedNamePlain` and got **💸$" + encodeURIComponent(stolen) + " **Dollars!💸**"};
  19. $halt $get(steal)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement