cobra_tomtrein

Untitled

Jul 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. change = function(char)
  2. local response = http.get(
  3. "http://pastebin.com/raw.php?i=0ZGDdCwk"
  4. )
  5. while true do
  6. testchar = response.readLine()
  7. if char == testchar then
  8. for i=1, 5 do
  9. newchar = response.readLine()
  10. end
  11. response.close()
  12. return newchar
  13. break
  14. end
  15. end
  16.  
  17. print(change(read()))
Add Comment
Please, Sign In to add comment