Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[C#] Visit A Website Hidden + Visible
#1
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.
Reply
#2
Thanks for posting these C# guides.
Reply
#3
(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.
Reply
#4
Yes Thanks for these mate.
Reply
#5
That c# is really nice. Thanks for the post! not that i really need it, but others will.
SUPPORTFORUMS HELPER
Reply
#6
Can anybody tell me if and how you can do the invisible in VB?
My software company: Porosis Software
Games: Terrantula
Apps: Mathanasis, ColorGrabber
Reply
#7
(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.
Reply
#8
This is really good for some people that use it.
Reply
#9
Blair , keep up your good work dude ... it was useful
Mad
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] iHide v1.0 -- Show and Hide File Extensions/Hidden Files Resistance 11 4,666 09-28-2012, 01:41 AM
Last Post: rqmok

Forum Jump:


Users browsing this thread: 2 Guest(s)