now i will share simple code and concept or methode how to make bot youtube viewer with vb6.0 1. you must know how to get viewer youtube. yeaahh with playing video using application browser for aplication browser very much at all firefox,chrome etc. so you selected one your favorite or power full application browser 2. if you already selected application browser. now how to open that browser with vb6.0 or other program and automatic go to url youtube video victim and playing video. for simple method you can using Declare API Windows shellexecute. if your question how to get declare API watching my video tutorial oke, hahahaha Code declare API ShellExecute for open application browser and auto open url video victim Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long ...