Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while (true) {
  2. var o = Math.floor(Math.random() * 100)
  3. var oo = Math.floor(Math.random() * 100000)
  4. if (typeof this[o] === 'undefined') this[o] = {}
  5. if (typeof this[o][oo] === 'undefined') this[o][oo] = {}
  6. var k = Math.random() * 100000000000
  7. this[o][oo][k] = 'valueeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee'
  8. }
Add Comment
Please, Sign In to add comment