This question already has an answer here:
- How can I read from a website? [closed] 1 answer
I'm trying to make a bot, how can I read the value like the 1800 / 1800 from a website?
Console.WriteLine("Health: ")
Console.WriteLine("Energy: ")
Console.WriteLine("Cash: ")
Console.WriteLine("Level: ")
I'm making a console application, trying to get the value. Like if the health is lower then 1000/1800 then it's going to execute a send key. Like send the key "0" to the website.
Thanks, Prince