Advertisement
theiotlord

Geolocate Function [C#]

Nov 17th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. WebClient wc = new WebClient { }; string geo = wc.DownloadString("APIHERE" + HOSTBOXHERE.Text);
  2. MessageBox.Show(this, geo); //Note: you can use any tools api just change both geo to the tool your using
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement