Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › Webbrowser with Proxy Support

Thumbs upWebbrowser with Proxy Support

Posts 1–8 of 8 · Page 1 of 1
HE
hepe45
Webbrowser with Proxy Support
Hello this is my webbrowser with proxy, so you can browse internet anonymously.

 
Picture:
[/URL]

 
Virusscans:
Webbrowser with Proxy.zip - Jotti's malware scan
and
VirusTotal - Free Online Virus, Malware and URL Scanner


Credits:
Me
H@ckforums



Enjoy and Hit the Thanks button!
Webbrowser with Proxy.zip
#1 · 14y ago
confict
confict
Your avatar picture describes your programming skills.. No offense.
#2 · 14y ago
QryS
QryS
Works fine but you should add some images and tab control.
#3 · 14y ago
sythe179
sythe179
$20 says your using a version of my long lost proxy script...
#4 · 14y ago
willrulz188
willrulz188
Already posted in the snippets vault

Code:
#Region "Using Proxy"
    <Runtime.InteropServices.DllImport("wininet.dll", SetLastError:=True)> _
    Private Shared Function InternetSetOption(ByVal hInternet As IntPtr, ByVal dwOption As Integer, ByVal lpBuffer As IntPtr, ByVal lpdwBufferLength As Integer) As Boolean
    End Function

    Public Structure Struct_INTERNET_PROXY_INFO
        Public dwAccessType As Integer
        Public proxy As IntPtr
        Public proxyBypass As IntPtr
    End Structure

    Private Sub UseProxy(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

        struct_IPI.dwAccessType = INTERNET_OPEN_TYPE_PROXY
        struct_IPI.proxy = Marshal.StringToHGlobalAnsi(strProxy)
        struct_IPI.proxyBypass = Marshal.StringToHGlobalAnsi("local")

        Dim intptrStruct As IntPtr = Marshal.AllocCoTaskMem(Marshal.SizeOf(struct_IPI))

        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
#5 · 14y ago
HE
hepe45
Quote Originally Posted by *****179 View Post
$20 says your using a version of my long lost proxy script...
lol.. i dont even know who you are
#6 · 14y ago
sythe179
sythe179
knew it..
/2short
#7 · 14y ago
Jason
Jason
Oh yea, 'your' proxy code. That's a lol right there.
#8 · 14y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Problem with proxy hack , admins and others pls help meBy discovering03 in WarRock - International Hacks
    3Last post 17y ago
  • Free Cell Phone Bomber ADDED Proxy Support!By Qizzle15401 in General Hacking
    6Last post 13y ago
  • Cod4 original cd key for undetected cod4 hack with xray supportBy w1ll in Call of Duty 4 - Modern Warfare (MW) Hacks
    0Last post 16y ago
  • Free Mypsace Locker ADDED Proxy support!By Qizzle15401 in General Hacking
    3Last post 16y ago
  • Nexon fails with customer support....By sakone54 in Combat Arms Discussions
    12Last post 16y ago

Tags for this Thread

#proxy#webbrowser