Advertisement
AEAEAEAEarray

mathrace command

Aug 12th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Generate a random number,, if u want more just make more copies
  2. var ranNum = function(min, max) {
  3.     min = Math.ceil(min);
  4.     max = Math.floor(max);
  5.     return Math.floor(Math.random() * (max - min + 1)) + min;
  6. }
  7.  
  8. //main command of ur coding
  9. var feedback = function() {
  10.     mppChatSend("solve and win nothing just your iq test that how first your brain works")
  11.     ranNum = getRanNum(1,1000)
  12.     ranNumb = getRanNum(1,1000)
  13.     RanNum = getranNum(1,100)
  14.     rndm = getrndm(1,100)
  15.     mppChatSend("solve: [" + ranNum + "+" + RanNum + "-" + ranNumb + "×" + rndm + "] as fast as possible")
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement