Thread: Proxy's

Results 1 to 2 of 2
  1. #1
    R3Dx666†'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Steam: MrTricklez
    Posts
    1,723
    Reputation
    141
    Thanks
    2,913
    My Mood
    Devilish

    Proxy's

    hey guys i want my bot to use the proxys.txt file i have and i got this code under Public Class Form2 but how can i make a button2 add the proxys?


    Code:
        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
    
    #End Region

  2. #2
    LilGho$t's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    419
    Reputation
    9
    Thanks
    330
    My Mood
    Twisted
    Code:
    Imports System**** ' system.EyeOh
    
    Class Form2
    
    sub PENIS_BITCHES() Handles Button2.Click ' Om nom me tonight?
    ' KKKKKKKK
    dim sr as streamreader = new streamreader("C:\My Porn\Omg mom get out\Im sorry Ill never masturbate again\*fap fap fap*\fuck, you caught me again\okay, for real i wont fap again\kkkkkkkkkkk *fap fap fap*\<troll face here>\myProxies.txt")
    dim myRawDick as string = sr.readtoend
    dim lmmaCleanUpDatCum() as string = myRawDick.split(Chr(10)) ' Chr(10) = new line if that errors up, use chrW(10)
    dim holyFkIForgotToCleanUpThatCumAndNowMomWantsToComeInAndTalkToMeAboutMyDay_Shit(ImmaCleanUpDatCum.length)  as string = {} ' ip
    dim awwDamnSheBroughtAPriestWithHereToRemoveTheDevilFromMyPenis(ImmaCleanUpDatCum.length)  as string= {} ' port
    for sperm as integer = 0 to ImmaCleanUpDatCum.length -1
    dim ohNoFatherJesusLoverDontSitThere() as string = ImmaCleanUpDatCum(sperm).split(":")
    holyFkIForgotToCleanUpThatCumAndNowMomWantsToComeInAndTalkToMeAboutMyDay_Shit(sperm) = ohNoFatherJesusLoverDontSitThere(0)
    awwDamnSheBroughtAPriestWithHereToRemoveTheDevilFromMyPenis(sperm) = ohNoFatherJesusLoverDontSitThere(1)
    next
    end sub
    Move around the variables as needed (set them to global if you need them global). Also, leave the code like that so any decompiling crackers can have a good laugh.

  3. The Following User Says Thank You to LilGho$t For This Useful Post:

    'Bruno (11-29-2012)

Similar Threads

  1. Anonymous Proxy List
    By Dave84311 in forum Spammers Corner
    Replies: 22
    Last Post: 02-12-2016, 02:51 AM
  2. Proxies And Wordlists
    By Flawless in forum Spammers Corner
    Replies: 13
    Last Post: 08-11-2015, 03:10 PM
  3. Proxy
    By f1br3opt1c in forum Spammers Corner
    Replies: 5
    Last Post: 04-19-2009, 11:47 AM
  4. Proxy sits
    By Bubba in forum General Game Hacking
    Replies: 7
    Last Post: 06-06-2006, 08:03 AM
  5. 2006Jan27 Proxie/Word List.
    By Flawless in forum Spammers Corner
    Replies: 10
    Last Post: 04-10-2006, 08:09 PM