Post: SilentCoders Youtube Bot
03-26-2011, 09:23 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi Today I Quickly Made This For A Mess About Here Is The Proof
Proof
You must login or register to view this content.
Virus Scan
You must login or register to view this content.

DOWNLOAD For BETA
This Was Made IN VB 6.0
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
03-26-2011, 10:52 PM #2
Pewp
Praise Gaben
I hope you implemented proxy support Winky Winky
YouTube freezes the view at like 300 without proxies :(
03-26-2011, 10:56 PM #3
Originally posted by brarei200 View Post
I hope you implemented proxy support Winky Winky
YouTube freezes the view at like 300 without proxies :(


that will be in v1.5 as i made this in 5 mins to boost up my vids if you could give me advice on how to insert proxy lists that would be most appreciated Smile
03-26-2011, 11:08 PM #4
Matteram
Are you high?
Originally posted by EMIN3M
that will be in v1.5 as i made this in 5 mins to boost up my vids if you could give me advice on how to insert proxy lists that would be most appreciated Smile


Can I has a beta?
03-26-2011, 11:10 PM #5
lo this is cool. and you spelled quality wrong
03-26-2011, 11:19 PM #6
Pewp
Praise Gaben
Originally posted by EMIN3M
that will be in v1.5 as i made this in 5 mins to boost up my vids if you could give me advice on how to insert proxy lists that would be most appreciated Smile


Visual Basic right?

    
Public Structure Struct_INTERNET_PROXY_INFO
Public dwAccessType As Integer
Public proxy As IntPtr
Public proxyBypass As IntPtr
End Structure
#Region "Proxy"

' The Windows API function that allows us to manipulate
' IE settings programmatically.
Private Declare Auto Function InternetSetOption Lib "wininet.dll" _
(ByVal hInternet As IntPtr, ByVal dwOption As Integer, ByVal lpBuffer As IntPtr, _
ByVal lpdwBufferLength As Integer) As Boolean

' The function we will be using to set the proxy settings.
Private Sub RefreshIESettings(ByVal strProxy As String)
Const INTERNET_OPTION_PROXY As Integer = 38
Const INTERNET_OPEN_TYPE_PROXY As Integer = 3
Dim struct_IPI As Struct_INTERNET_PROXY_INFO

' Filling in structure
struct_IPI.dwAccessType = INTERNET_OPEN_TYPE_PROXY
struct_IPI.proxy = System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi(strProxy)
struct_IPI.proxyBypass = System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi("local")

' Allocating memory
Dim intptrStruct As IntPtr = System.Runtime.InteropServices.Marshal.AllocCoTaskMem(System.Runtime.InteropServices.Marshal.SizeOf(struct_IPI))

' Converting structure to IntPtr
System.Runtime.InteropServices.Marshal.StructureToPtr(struct_IPI, intptrStruct, True)
Dim iReturn As Boolean = InternetSetOption(IntPtr.Zero, INTERNET_OPTION_PROXY, intptrStruct, System.Runtime.InteropServices.Marshal.SizeOf(struct_IPI))
End Sub


    
RefreshIESettings(ip:port)
03-26-2011, 11:24 PM #7
Originally posted by Matteram View Post
Can I has a beta?


Originally posted by The
lo this is cool. and you spelled quality wrong


To Matteram I Will Link ASAP
TO The Agent That Is My Mates Vid

---------- Post added at 06:24 PM ---------- Previous post was at 06:23 PM ----------

Originally posted by Matteram View Post
Can I has a beta?


To Matteram I Will Link ASAP
TO The Agent That Is My Mates Vid
03-26-2011, 11:26 PM #8
Matteram
Are you high?
Originally posted by EMIN3M
To Matteram I Will Link ASAP
TO The Agent That Is My Mates Vid

---------- Post added at 06:24 PM ---------- Previous post was at 06:23 PM ----------



To Matteram I Will Link ASAP
TO The Agent That Is My Mates Vid


K thanks. This is SilentCoders right?
03-26-2011, 11:30 PM #9
Originally posted by Matteram View Post
Can I has a beta?


Originally posted by The
lo this is cool. and you spelled quality wrong


Originally posted by brarei200 View Post
Visual Basic right?

    
Public Structure Struct_INTERNET_PROXY_INFO
Public dwAccessType As Integer
Public proxy As IntPtr
Public proxyBypass As IntPtr
End Structure
#Region "Proxy"

' The Windows API function that allows us to manipulate
' IE settings programmatically.
Private Declare Auto Function InternetSetOption Lib "wininet.dll" _
(ByVal hInternet As IntPtr, ByVal dwOption As Integer, ByVal lpBuffer As IntPtr, _
ByVal lpdwBufferLength As Integer) As Boolean

' The function we will be using to set the proxy settings.
Private Sub RefreshIESettings(ByVal strProxy As String)
Const INTERNET_OPTION_PROXY As Integer = 38
Const INTERNET_OPEN_TYPE_PROXY As Integer = 3
Dim struct_IPI As Struct_INTERNET_PROXY_INFO

' Filling in structure
struct_IPI.dwAccessType = INTERNET_OPEN_TYPE_PROXY
struct_IPI.proxy = System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi(strProxy)
struct_IPI.proxyBypass = System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi("local")

' Allocating memory
Dim intptrStruct As IntPtr = System.Runtime.InteropServices.Marshal.AllocCoTaskMem(System.Runtime.InteropServices.Marshal.SizeOf(struct_IPI))

' Converting structure to IntPtr
System.Runtime.InteropServices.Marshal.StructureToPtr(struct_IPI, intptrStruct, True)
Dim iReturn As Boolean = InternetSetOption(IntPtr.Zero, INTERNET_OPTION_PROXY, intptrStruct, System.Runtime.InteropServices.Marshal.SizeOf(struct_IPI))
End Sub


    
RefreshIESettings(ip:port)


Now Were Would I Put The Top In And How Do I Insert The Tool Struct_INTERNET_PROXY_INFO

---------- Post added at 06:28 PM ---------- Previous post was at 06:27 PM ----------

Were Do I Insert Those Codes

---------- Post added at 06:29 PM ---------- Previous post was at 06:28 PM ----------

Originally posted by Matteram View Post
K thanks. This is SilentCoders right?


Yes John It Is Brad Smile

---------- Post added at 06:30 PM ---------- Previous post was at 06:29 PM ----------

yes Mat Its Brad
03-27-2011, 12:02 AM #10
Matteram
Are you high?
Cool

[10 characters]

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo