Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local IP = "172.56.2.143"
- local Hostname = "172.56.2.143"
- local Organization = "T Mobile Usa"
- local ISP = "T Mobile Usa"
- local Country = "United States"
- local Region = "District of Columbia - DC"
- local City = "Washington"
- local Areacode = "202"
- local Postalcode = "20019"
- local Continent = "North America"
- local Latitude = "38.8927"
- local Longitude = "-76.943"
- local TimeZone = "America/New_York"
- local GMT = "-4"
- term.clear()
- term.setCursorPos(1, 1)
- print("------------------------------ Tiedshoelaces's Info -----------------------------")
- print("IP Address:", IP)
- print()
- print("Hostname:", Hostname)
- print()
- print("Organization:", Organization)
- print()
- print("ISP:", ISP)
- print()
- print("Country:", Country)
- print()
- print("Region:", Region)
- print()
- print("City:", City)
- print()
- print("Areacode:", Areacode)
- print()
- print("Postalcode:", Postalcode)
- print()
- print("Continent:", Continent)
- print()
- print("Latitude:", Latitude)
- print()
- print("Longitude:", Longitude)
- print()
- print("TimeZone:", TimeZone)
- print()
- print("GMT:", GMT)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement