![]() |
|
[Site V] Advanced Site Viewer [Site V] - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: [Site V] Advanced Site Viewer [Site V] (/Thread-Site-V-Advanced-Site-Viewer-Site-V) |
[Site V] Advanced Site Viewer [Site V] - Member - 09-17-2012 Site V: HC Edit: i have no idea about the version in this code, also this was made in Hacksociety.
Code: bbbbbbbb
MMMMMMMM MMMMMMMM b::::::b
M:::::::M M:::::::M b::::::b
M::::::::M M::::::::M b::::::b
M:::::::::M M:::::::::M b:::::b
M::::::::::M M::::::::::M eeeeeeeeeeee mmmmmmm mmmmmmm b:::::bbbbbbbbb eeeeeeeeeeee rrrrr rrrrrrrrr
M:::::::::::M M:::::::::::M ee::::::::::::ee mm:::::::m m:::::::mm b::::::::::::::bb ee::::::::::::ee r::::rrr:::::::::r
M:::::::M::::M M::::M:::::::M e::::::eeeee:::::eem::::::::::mm::::::::::m b::::::::::::::::b e::::::eeeee:::::eer:::::::::::::::::r
M::::::M M::::M M::::M M::::::Me::::::e e:::::em::::::::::::::::::::::m b:::::bbbbb:::::::be::::::e e:::::err::::::rrrrr::::::r
M::::::M M::::M::::M M::::::Me:::::::eeeee::::::em:::::mmm::::::mmm:::::m b:::::b b::::::be:::::::eeeee::::::e r:::::r r:::::r
M::::::M M:::::::M M::::::Me:::::::::::::::::e m::::m m::::m m::::m b:::::b b:::::be:::::::::::::::::e r:::::r rrrrrrr
M::::::M M:::::M M::::::Me::::::eeeeeeeeeee m::::m m::::m m::::m b:::::b b:::::be::::::eeeeeeeeeee r:::::r
M::::::M MMMMM M::::::Me:::::::e m::::m m::::m m::::m b:::::b b:::::be:::::::e r:::::r
M::::::M M::::::Me::::::::e m::::m m::::m m::::m b:::::bbbbbb::::::be::::::::e r:::::r
M::::::M M::::::M e::::::::eeeeeeee m::::m m::::m m::::m b::::::::::::::::b e::::::::eeeeeeee r:::::r
M::::::M M::::::M ee:::::::::::::e m::::m m::::m m::::m b:::::::::::::::b ee:::::::::::::e r:::::r
MMMMMMMM MMMMMMMM eeeeeeeeeeeeee mmmmmm mmmmmm mmmmmm bbbbbbbbbbbbbbbb eeeeeeeeeeeeee rrrrrrr
cls
:: Welcome to Member's Tools (: (Optimized for Notepad++)
:: (Adf.ly link is for Donating to HS)
@echo off
if %username% == aC goto :skip9
start http://adf.ly/BMUc1
:Skip9
title Site V: Legendary Viewer [Member]
if exist %username%Save1.bat goto :Skip
echo Welcome to Site V, Member Tool.
echo This is an Setup File what takes approx 2 Seconds to Complete.
echo.
echo.
echo Starting..
ping localhost -n 3 >nul
cls
echo set /a total=0 >> %username%Save1.bat
echo set /a times=0 >> %username%Save1.bat
echo set links=http://google.com >> %username%Save1.bat
echo color 03 >> %username%Save1.bat
cls
:skip
call %username%Save1.bat
echo Site V Stats:
echo.
echo.
echo Total Views: %total%
echo Total Time: %times%
echo.
echo.
echo Last Link: %links%
echo (Moving to Menu..)
echo.
echo.
ping localhost -n 8 >nul
:menu
cls
echo Site V Menu:
echo.
echo.
echo 1) Stats
echo 2) Start
echo 3) Quick Launch (Last Settings)
echo 4) Start (Multiple)
set /p menu1=1 - 3:
if %menu1% == 1 goto :Stats
if %menu1% == 2 goto :Start
if %menu1% == 3 goto :Quick
if %menu1% == 4 goto :Sm
if %menu1% == else cls &goto :menu
:Stats
cls
call %username%Save1.bat
echo Site V Stats:
echo.
echo.
echo Total Views: %total%
echo Total Time: %times%
echo.
echo.
echo Last Link: %links%
echo Press any key to continue.
pause>nul
cls
goto :menu
:: This is an Normal Stats menu.
:: There are more than 1 Bug, feel free to report to member.hs Skype.
:Start
cls
echo Site V Start:
echo.
echo.
set /p link=Link / Site:
set /p bef=Time in Refres (s):
set links=%link%
set /a times=%bef%
cls
echo set /a total=%total% >> %username%Save1.bat
echo set /a times=%times% >> %username%Save1.bat
echo set links=http://hacksociety.net >> %username%Save1.bat
cls
:loopy
start %link%
set /a times=%times% +%bef%
set /a views=%views% +1
echo Views Done: %total%
echo Time Ran: %times%
echo.
echo.
echo To exit, Simply Close.
ping localhost -n %bef% >nul
cls
echo set /a total=%total% >> %username%Save1.bat
echo set /a times=%times% >> %username%Save1.bat
echo set links=%links% >> %username%Save1.bat
echo set /a views=%views% >> %username%Save1.bat
cls
goto :loopy
:Quick
cls
echo Site V Quick:
echo.
echo.
echo Link: %links%
echo Refresh Time: %bef%
echo.
echo Starting in 5 Seconds..
ping localhost -n 5 >nul
:loopy1
start %link%
set /a times=%times% +%bef%
set /a views=%views% +1
echo Views Done: %total%
echo Time Ran: %times%
echo.
echo.
echo To exit, Simply Close.
ping localhost -n %bef% >nul
cls
echo set /a total=%total% >> %username%Save1.bat
echo set /a times=%times% >> %username%Save1.bat
echo set links=%links% >> %username%Save1.bat
echo set /a views=%views% >> %username%Save1.bat
cls
goto :loopy1
:Sm
cls
echo Site V Multiple:
echo.
echo.
echo This allows to open multiple sites in faster time.
echo Please type in 3 Urls.
echo.
echo.
echo Leave as Blank if you dont got so meny URL's.
echo.
set /p mul1=Url / Site 1:
set /p mul2=Url / Site 2:
set /p mul3=Ulr / Site 3:
:loopy22
start %mul1%
start %mul2%
start %mul3%
echo 10 Seconds before next launch..
ping localhost -n 10 >NUL
cls
goto :loopy22Warning:
Day 1 Coding: - 6002 Characters (inc. intro) - Calling an .bat to load saves. RE: [Site V] Advanced Site Viewer [Site V] - Hanzo - 09-17-2012 Look's really good thanks for this share. RE: [Site V] Advanced Site Viewer [Site V] - Member - 09-18-2012 (09-17-2012, 04:12 PM)Hanzo Wrote: Look's really good thanks for this share.With share, i made this so i didnt pratically share it. RE: [Site V] Advanced Site Viewer [Site V] - ArkPhaze - 09-24-2012 (09-18-2012, 12:34 PM)Member Wrote:(09-17-2012, 04:12 PM)Hanzo Wrote: Look's really good thanks for this share.With share, i made this so i didnt pratically share it. lol, that's the most flawed logic i've read yet. Just because you created something doesn't mean it's not called "sharing" when you publicly release it. Definition of "Share": Quote:To allow someone to use or enjoy something that one possesses What's with this though: Code: if %username% == aC goto :skip9
start http://adf.ly/BMUc1
:Skip9Somebody is excluded from that adf.ly link? lol I wonder who that is... :whistle: I know this stuff makes it fancy: Code: echo Starting..
ping localhost -n 3 >nul
clsBut it's really just a waste of time more than anything. Aside from that, all this text that you put just at the beginning of the file and after it is clutter. I made a Perl script that does this, and if there's no spam filters for webrequests, I can get about 20 000 views on a thread in about 5 minutes. Batch is slow, and my script in Perl is multi-threaded. Started working on proxy support but never finished that. RE: [Site V] Advanced Site Viewer [Site V] - Member - 09-29-2012 (09-24-2012, 02:21 AM)ArkPhaze Wrote:(09-18-2012, 12:34 PM)Member Wrote:(09-17-2012, 04:12 PM)Hanzo Wrote: Look's really good thanks for this share.With share, i made this so i didnt pratically share it. Thanks for the feedback. and the aC is my username, i dont like the opening of adf.ly when coding .
RE: [Site V] Advanced Site Viewer [Site V] - 3r3bus - 10-01-2012 I would LOVE to see something like this with proxy support. RE: [Site V] Advanced Site Viewer [Site V] - ArkPhaze - 10-01-2012 (10-01-2012, 08:59 AM)3r3bu$ Wrote: I would LOVE to see something like this with proxy support. In a batch script?
RE: [Site V] Advanced Site Viewer [Site V] - Member - 10-09-2012 (10-01-2012, 02:48 PM)ArkPhaze Wrote:(10-01-2012, 08:59 AM)3r3bu$ Wrote: I would LOVE to see something like this with proxy support. Ark! i didnt see it was you! Also it is possible. |