Advertisement
noredine93

Loot command

Oct 21st, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. //new short command
  2. !editcom !loot -cd=30 $(user) just got a $(urlfetch https://nightbutt.herokuapp.com/loot)
  3.  
  4. //slow pastebin dependant command
  5. !addcom !loot -cd=60 $(user) just got a $(eval r=Math.random;f=s=>s.join(',').split(",");l=f(["$(urlfetch https://bit.ly/2EEdb7f)","$(urlfetch https://bit.ly/2AnlBvD)","$(urlfetch https://bit.ly/2NXc5Df)"]);u=f(["$(urlfetch https://bit.ly/2Ao0aux)","$(urlfetch https://bit.ly/2JdD2Sr)","$(urlfetch https://bit.ly/2R6Qr1a)"]);g=f(["$(urlfetch https://bit.ly/2PVXGsz)","$(urlfetch https://bit.ly/2OPX5fM)"]);n=r();d=n>0.23?n>0.57?g:u:l;d[~~(r()*(d.length-1))])
  6.  
  7. //old version
  8. !addcom !loot -cd=10 $(user) just got a $(eval var a=["$(urlfetch https://bit.ly/2EEdb7f)","$(urlfetch https://bit.ly/2AnlBvD)","$(urlfetch https://bit.ly/2NXc5Df)"].join(',').split(",");b=["$(urlfetch https://bit.ly/2Ao0aux)","$(urlfetch https://bit.ly/2JdD2Sr)","$(urlfetch https://bit.ly/2R6Qr1a)"].join(',').split(",");c=Math.random()>0.25?b:a;c[Math.floor(Math.random()*(c.length-1))];)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement