VB .NET Browser Game Bots
Hi everybody!
I was wondering if anyone could direct me to any VB .NET browser game bot tutorials. I searched on Google and didn't find too many decent tutorials... so I'm coming here. I'm looking for tutorials that cover minimized botting specifically.
what game? theres allot of ways a bot can be made so
yeah. For text-based games (Facebook, GangWars(R)), where most of the output is sent inside html you may want to
1) download the html of the page
2) sort it for important data
3) set input-fields and resubmit the page (and/or go to differnt page)
4) loop?
For flash games you can actually find out what the original variable names were and access them easily by name. No Messing with pointers or sorting data.
You could go low-tech and do a pixel-reader. Can be very effective for *some* automating tasks and is relatively low on the ban-list.
No idea about html5 (javascript?), or silverlight (javascript?) or java aplets (?).