Advertisement
Derek1017

Test

Jul 19th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.05 KB | None | 0 0
  1. local IP = "172.56.2.143"
  2. local Hostname = "172.56.2.143"
  3. local Organization = "T Mobile Usa"
  4. local ISP = "T Mobile Usa"
  5. local Country = "United States"
  6. local Region = "District of Columbia - DC"
  7. local City = "Washington"
  8. local Areacode = "202"
  9. local Postalcode = "20019"
  10. local Continent = "North America"
  11. local Latitude = "38.8927"
  12. local Longitude = "-76.943"
  13. local TimeZone = "America/New_York"
  14. local GMT = "-4"
  15. term.clear()
  16. term.setCursorPos(1, 1)
  17. print("------------------------------ Tiedshoelaces's Info -----------------------------")
  18. print("IP Address:", IP)
  19. print()
  20. print("Hostname:", Hostname)
  21. print()
  22. print("Organization:", Organization)
  23. print()
  24. print("ISP:", ISP)
  25. print()
  26. print("Country:", Country)
  27. print()
  28. print("Region:", Region)
  29. print()
  30. print("City:", City)
  31. print()
  32. print("Areacode:", Areacode)
  33. print()
  34. print("Postalcode:", Postalcode)
  35. print()
  36. print("Continent:", Continent)
  37. print()
  38. print("Latitude:", Latitude)
  39. print()
  40. print("Longitude:", Longitude)
  41. print()
  42. print("TimeZone:", TimeZone)
  43. print()
  44. print("GMT:", GMT)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement