[Site V] Advanced Site Viewer [Site V] 09-17-2012, 02:59 PM
#1
Site V:
Warning:
Day 1 Coding:
- 6002 Characters (inc. intro)
- Calling an .bat to load saves.
HC Edit: i have no idea about the version in this code, also this was made in Hacksociety.
- View & Spam Site views.
- Get over 20000 Thread views in Few Hours.
- Custom Settings & Supports Last Run
- Site V is the first advanced site / thread spammer, it supports all sites, Http, WWW, HTTPS.
- The program is desinged for all kind of sites and this is the first release, this was made in Notepad++.
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:
- Do not use this at HackSociety.
- It will bring you views, but Cloudfare Blocks you in 50 views.
Day 1 Coding:
- 6002 Characters (inc. intro)
- Calling an .bat to load saves.
(This post was last modified: 09-18-2012, 09:13 AM by Skullmeat.)


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

