Batch Browser V. 1.8
Posted: 27 Mar 2016 14:01
Please leave feedback
Code: Select all
@echo off
title Batch Browser
cls
set mask=huswydfwgueweui21j
set mask2=3uhvlafhewkuwh3
set mask3=22324h494gh8ig8hgwaal4
set mask4=373gy74g437iwgw74wfg
set
goto menu
:menu
cls
echo Batch Internet Browser
echo.
echo 1)Login
echo 2)Continue without login
echo 3)Register
echo 4)Recover Account
echo 5)Privacy and Use of terms
echo 6)Exit
set /p huh=
if %huh% == 1 goto login
if %huh% == 2 goto Ad
if %huh% == 3 goto reg
if %huh% == 4 goto recover
if %huh% == 5 goto terms
if %huh% == 6 exit
goto menu
:terms
cls
echo To use this software this means you agree to the terms.
echo Here with this browser we have no histroy or cookie tracker but we
echo have the main key words for any threats. We will get emailed for certain keywords which
echo we have choosen by what terrorist might use.
echo.
echo The priacy is not the hardest for some can open the info_browse_new.sav file but windows has no
echo software avaliable to open it so you should be good on that.
echo.
echo Changing the code a lttle and saying it is yours is against the law for plagerizum
echo Which has a big fine.
echo.
echo Making a account will not email to any servers yet, this is also another way to protect
echo your acccount info and all the data. We the owners are not responsible for you forgetting
echo ourinfo for your account and we do not know the info. We have a recovery account section to
echo Try and help get your account back. Your account can not be hacked unless someone else is
echo using your computer.
pause
cls
goto menu
:games
cls
echo No games have been posted
pause
cls
goto search
:recover
cls
echo We are now running recovery...
cls
if exist info_browse_new.sav goto here
if not exist info_browse_new.sav goto nothere
goto recover
:here
cls
echo we have found the saved file!
echo We need to confirm that it is you, enter needed info below
echo.
set /p use=Username:
set /p ema=Email:
echo.
echo with the info above we can confirm that it is you and we can help find your account
pause
< info_browse_new.sav (
set /p user=
set /p pass=
set /p email=
)
cls
if %use% == %user% goto good1
goto here
:good1
cls
if %ema% == %email% goto good2
goto good1
:good2
cls
echo info above was correct
echo We will now display data.
echo.
echo Username:%user%
echo Password:%pass%
echo Email:%email%
echo.
echo info above was found with the provided info
pause
cls
goto menu
:nothere
cls
echo We have found out a posible error, we did not find
echo the file info_browse_new.sav
echo this error may occur if you deleted info_browse_new.sav
echo if you still have this problem when you have info_browse_new.sav
echo then please contact anonymousgamer752@gmail.com
echo.
pause
cls
goto menu
:Ad
cls
echo You did not logged in or register so you will be viewing this Ad
echo.
echo AD: Want your game or software well known
echo AD: Have it posted on here free! Just Email
echo AD: anonymousgamer752@gmail.com with your game link and a message.
pause
cls
goto not_login search
:reg
cls
echo To become a member and enjoy the most of this browser
echo We reccomend that you would register.
echo.
echo Do not worry, it's FREE
echo.
echo You Cannot use spaces, ampersands, percents, or parentheses
echo.
set /p user=Username:
set /p pass=Password:
set /p email=Email:
if %email% == somebody@somebody.com goto fake
if %email% == Fake@Fake.com goto fake
if %email% == Something@Something.com goto fake
echo Please confirm that the info above is what was wanted.
echo.
echo 1)Yes, please continue
echo 2)No, Redo registration
set /p bu=
if %bu% == 1 goto register
if %bu% == 2 goto reg
goto reg
:fake
cls
echo These are not real email adresses, please enter a real email
echo.
pause
cls
goto reg
:register
cls
echo Thank you for registering
echo Here is your info
echo Username:%user%
echo Password:%pass%
echo Email:%email%
echo.
echo Do not lose any info above or you can not login.
pause
cls
goto saveinfo
:saveinfo
cls
(
echo %user%
echo %pass%
echo %email%
) > info_browse_new.sav
echo We are saving all info with your login.
echo please do not delete info_browse
echo for it is containing all your info needed for the browser.
pause
cls
echo Thank you for registering
pause
cls
goto search
:login
cls
< info_browse_new.sav (
set /p user=
set /p pass=
set /p email=
set /p search=
)
set mask=
set mask2=
set mask3=
set mask4=
cls
echo If no file found please register first.
echo.
echo Please enter info to continue.
echo.
set /p usertry=Username:
set /p passtry=Password:
set /p emailtry=Email:
echo.
echo checking info
if %usertry% == %user% goto passverify
else goto failed
goto login
:passverify
cls
if %passtry% == %pass% goto emailverify
else goto failed
goto passverify
:emailverify
cls
if %emailtry% == %email% goto done
else goto failed
goto emailverify
:failed
cls
echo Seems as if you have entered something wrong.
echo Check the info and enter again.
pause
goto menu
:done
cls
echo Done
pause
cls
goto search
:search
cls
echo Welcome %user%
echo.
echo 1)Search
echo 2)Games
echo 3)Change Info
echo 4)Delete account
echo 5)Bookmarks
echo 6)Last Searched
echo 7)Sign Out
set /p choose=
if %choose% == 1 goto lookforit
if %choose% == 2 goto games
if %choose% == 3 goto change
if %choose% == 4 goto delete
if %choose% == 5 goto book
if %choose% == 6 goto history
if %choose% == 7 goto signout
goto search
:signout
cls
echo Warning, you are signing out
echo Do you want to continue?
echo.
echo 1)Sign Out
echo 2)Back
set /p nud=
if %nud% == 1 goto menu
if %nud% == 2 goto search
goto signout
:history
cls
echo We only will record one word.
echo.
echo Last Entered:%search%
pause
cls
goto search
:book
cls
echo Choose to view or to make new.
echo you can only book mark 1 thing until further updates.
echo.
echo 1)View
echo 2)Mark
echo 3)Back
set /p gun=
if %gun% == 1 goto view_mark
if %gun% == 2 goto mark
if %gun% == 3 goto search
goto book
:mark
cls
echo Please enter link.
echo.
set /p mark1=
echo %mark1% is bookmarked
pause
cls
goto search
:view_mark
cls
echo If you see no bookmarks then you have boomarked nothing.
echo.
echo %mark1%
echo.
echo 1)Goto Bookmark
echo 2)Back
set /p huh=
if %huh% == 1 goto check_book
if %huh% == 2 goto book
goto view_mark
:check_book
cls
if %mark1% == goto need_book
else
(goto search_mark)
:need_book
cls
echo You do not have anything book marked yet
echo Please enter something to go to.
pause
cls
goto book
:search_mark
cls
explorer "http://%mark1%"
cls
goto search
:lookforit
cls
echo AD: Want a game to be advertise here, geton the list for every update
echo AD: and have your game link and message here, just email anonymousgamer752@gmail.com
echo AD: with the link and message
echo.
set /p search=Search:
cls
(
echo %user%
echo %pass%
echo %email%
echo %search%
) > info_browse_new.sav
explorer "http://www.google.com/search?q=%search%
goto search
:delete
cls
echo Seems you want to delete your account!
echo All info like bookmarks and login info will be deleted.
echo.
echo 1)Delete Account
echo 2)Go Back
set /p kok=
if %kok% == 1 goto delaccount
if %kok% == 2 goto search
goto delete
:delaccount
cls
del info_browse_new.sav
echo Your info was delete, you can register again if you want.
pause
cls
goto menu
:change
cls
echo Please enter your old password to confirm its you
echo.
echo Type 1 to go back
echo.
set /p pas=Old Password:
cls
if %pas% == 1 goto search
if %pas% == %pass% goto new
goto change
:new
cls
echo Enter New Info
echo.
set /p user=New Username:
set /p pass=New Password:
set /p email=New Email:
cls
(
echo %user%
echo %pass%
echo %email%
) > info_browse_new.sav
echo New info has been saved
pause
goto search
:not_login search
cls
echo You are using the browser without being logged in.
echo We cannot save any book marks you want and you cannot play
echo games that was made for this browser.
echo.
set /p look=Search:
echo Looking for %look%
explorer "http://www.google.com/search?q=%look%