Support Forums

Full Version: [C#] Visit A Website Hidden + Visible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Visible

Code:
Process.Start(URC);

Invisible

Code:
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(URC);
                                    req.GetResponse();

the visible visit. is starting the process with the default browser.

and the invisible visit is using http web requests.

the invisible visit can be used to connect to web panels.

anything.
Thanks for posting these C# guides.
(08-13-2010, 06:16 PM)Eve Wrote: [ -> ]Thanks for posting these C# guides.

Yay.

I'm surprised you havent deleted this.

because of its malware uses ;P

but its totalyl legit.
Yes Thanks for these mate.
That c# is really nice. Thanks for the post! not that i really need it, but others will.
Can anybody tell me if and how you can do the invisible in VB?
(08-14-2010, 05:46 AM).Nielz Wrote: [ -> ]Np , just want to help other people Smile
(08-18-2010, 10:16 AM)thanasis2028 Wrote: [ -> ]Can anybody tell me if and how you can do the invisible in VB?
There are some tuts here.
Check them.
This is really good for some people that use it.
Blair , keep up your good work dude ... it was useful