Support Forums

Full Version: [RELEASE]Source Code Stealer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(09-28-2010, 03:53 PM)Infinity Wrote: [ -> ]Or you can just left click on the webpage and click "View Page Source" without having to download this. But this is pretty cool anyways Smile

Well actually this time I am defending the application. Its helpful because lets say the webpages infected and if you load it, the virus/trojan can get to you. But from here, its just off an application, simple source code viewer and no virus, unless he has a hidden webbrowser or safely uses a smart function.
No hidden webbrowsers. Its HTTPWebRequests
(10-16-2010, 07:54 AM)norradjer99™ Wrote: [ -> ]No hidden webbrowsers. Its HTTPWebRequests

Cool, so functions?
Very nice share and it will be helpful for sites that don't show the source code if you right click the. Thanks for the share, again, mate.
Problem!!! DL Link is invalid!
Its really good u tested and shared with us ,. I really appreciate bro
Uhm, OK this is the source?
Textbox2.text = inet1.openurl(textbox1.text)
Only then use vb08 commands instead on vb6
Its like the same lol.
Or you could just press CTRL + U Tongue
The dude obviously tried and made one of his first applications. Cut him some slack please.
And just for the record, it's:
Code:
textbox1.text = webbrowser1.documenttext
And for the save button:
Code:
Dim walla as system.io.streamwriter("C:\WAlla.txt")
walla.write(textbox1.text)
walla.dispose
I wrote this offhand, there might be some errors though.
thanks man i will check it out right now.
Pages: 1 2 3 4 5