forgetfuldingo

Random

Aug 6th, 2020 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. c = hookfunction(math.random, function(a, b)
  2. if a and b then
  3. b = a
  4. else
  5. return 0
  6. end
  7. return c(a, b)
  8. end)
  9.  
Add Comment
Please, Sign In to add comment