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
Private Sub Command1_Click()
ShellExecute 0, "open", "C:\Program Files\Mozilla\Firefox.exe", "https://youtube.com/watch/?v=blabala", vbNullString, 1
End Sub
3. viewer youtube finish. now how to close or stop that viewer?. for simple method or concept you can using command cmd
"taskkill /f /im Firefox.exe".
4. now how to execute that command with vb6.0 or other program? simple method or concept you can save that command on bat file then
execute with vb6.0.
Code Close or Stop Viewer with bat file
Private Sub Command2_Click()
Open App.Path & "\close.bat" For Output As #1
Print #1, "taskkill /f /im Firefox.exe""
Print #1, "CLS"
Print #1, "Exit"
Close #1
Shell App.Path & "\close.bat", vbHide
End Sub
yeaaahhh. this method i am using with my bot. and this method is first my methode for make youtube viewer power full and minimize
banned risk. so explore your brain
download sample code
http://adf.ly/1dfZ70
Salam Sobat Semua ALhamdulillah Sholawat serta salam tetap tercurah kepada sang panutan sayyidina Muhammad S.A.W. untuk kesempatan kali ini saya ingin berbagi tentang Applikasi perl dan Instalasi nya. mungkin kebanyakan orang applikasi perl ini tidak begitu penting apalagi di kalangan designer. tapi lain kata dengan kalangan yang suka melakukan aktifitas hacking,cracking,carding dan programming. mereka akan sangat membutuhkan applikasi ini karena memang ada beberapa tool atau alat yang terbuat dari bahasa perl. dan Insya Allah nanti saya akan berbagi juga dasar dasar perl oke :D heheheh. ok langsung saja. - Download applikasi instalasi perl di https://adsafelink.com/4vKs7DHTY7 - ekstrak dari winrar nya 1. klik dua kali applikasi instalasi perl yang sudah di download dan setalah muncul jendela seperti di gambar maka klik next 2. Pilih option i accept dan kemudian klik next seperti tampak pada gambar 3. di bagian jendela ini untuk settingannya kita pakai yang standard saja ti...
Komentar
Posting Komentar