Appendko

test2

May 12th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. q = [6,15,100]; e = ["rinxSSR ","rinxSR ","rinxR "]; if (provider == "discord") e = ["<:rinxSSR:573073350180601856> ","<:rinxSR:573073346837610506> ","<:rinxR:573073345508278273> "]; t=""; s = 0; for (i = 0; i < 10; i++) { for (j = 0; j < 3; j++) { if (Math.random() * 100 < q[j]) { s += j; if(s == 20) t += e[1]; else t += e[j]; break; } } } if (s > 18) t += " (保底)"; t;
Add Comment
Please, Sign In to add comment