Advertisement
purplewha_coder

BDFD Economy Command for Begineers

Sep 7th, 2022 (edited)
1,382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.49 KB | None | 0 0
  1. $nomention
  2. $c[ Information ]
  3. $c[ Economy code 💰 ]
  4. $c[ 1 command only!]
  5. $c[ By thePurplewha#7872 ]
  6.  
  7. $var[version;1.0.1]
  8.  
  9. $c[ ------------------------------------ ]
  10. $c[ Customizable Variables (MUST CHANGE) ]
  11. $var[currencyIcon;$]
  12. $var[walletIcon;💵]
  13. $var[bankIcon;💳]
  14. $var[embedThumbnail;$authorAvatar]
  15. $var[failColor;ff0000]
  16. $var[successColor;00a8ff]
  17. $var[normalColor;$random[1000;9999]]
  18. $var[moneyVariable;Money]
  19. $var[bankVariable;Bank]
  20. $var[enableRob;true]
  21. $var[enableBeg;true]
  22. $var[enableWork;true]
  23. $var[balanceTrigger;bal]
  24. $var[robTrigger;rob]
  25. $var[begTrigger;beg]
  26. $var[workTrigger;work]
  27. $var[workText;$randomText[You work as a mechanic and get;You work as a cook and get;You work as a bartender and get;You work as a waiter and get]]
  28. $var[begTitle;$randomText[your mom;a ghost;some random person;Will Smith;Rick Astley;your mind;The Rock]]
  29. $var[begText;$randomText[sure, here's;yeah, take some;take this;why not, take some of]]
  30. $var[walletTitle;Money]
  31. $var[bankTitle;Credit Card]
  32. $var[begCooldown;30s]
  33. $var[workCooldown;1h]
  34. $var[robCooldown;3h]
  35. $var[workCooldownError;You must wait %time% before working again]
  36. $var[begCooldownError;You must wait %time% before begging again]
  37. $var[robCooldownError;You must wait %time% before robbing again]
  38. $var[workGainRate;$random[400;700]]
  39. $var[begGainRate;$random[100;200]]
  40. $c[ ------------------------------------ ]
  41. $c[ Main code ]
  42. $httpGet[https://pastebin.com/raw/nwX64Bcu]
  43. $eval[$httpResult]
  44. $c[ ------------------------------------ ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement