Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 55b9bea

Browse files
authored
Add files via upload
1 parent 2cfd8df commit 55b9bea

File tree

3 files changed

+655
-0
lines changed

3 files changed

+655
-0
lines changed

BB7L.bat

Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
@ECHO OFF
2+
REM BFCPEOPTIONSTART
3+
REM Advanced BAT to EXE Converter www.BatToExeConverter.com
4+
REM BFCPEEXE=E:\Bing Bot.exe
5+
REM BFCPEICON=D:\Downloads\icons8-bing-96.ico
6+
REM BFCPEICONINDEX=1
7+
REM BFCPEEMBEDDISPLAY=0
8+
REM BFCPEEMBEDDELETE=1
9+
REM BFCPEADMINEXE=0
10+
REM BFCPEINVISEXE=0
11+
REM BFCPEVERINCLUDE=1
12+
REM BFCPEVERVERSION=1.0.0.0
13+
REM BFCPEVERPRODUCT=Bing Bot
14+
REM BFCPEVERDESC=Bing Rewards Bot to automate searches.
15+
REM BFCPEVERCOMPANY=DJMC
16+
REM BFCPEVERCOPYRIGHT=LOL
17+
REM BFCPEOPTIONEND
18+
@ECHO ON
19+
@echo OFF & setlocal enabledelayedexpansion
20+
set ver=V7L
21+
22+
:verify
23+
cls
24+
IF EXIST ".\Browser\Data\VerificationIGNORE" (goto:menu) ELSE (goto:extract)
25+
26+
:extract
27+
start BrowserExtract.bat
28+
goto:menu
29+
30+
:menu
31+
title Bing Bot [%ver%]
32+
mode con:cols=30 lines=13
33+
rem CenterSelf
34+
rem CursorHide
35+
cls
36+
set made=0
37+
set total=0
38+
SET BK9=Nothing
39+
SET BKA=Nothing
40+
echo. Press One to Search
41+
echo.
42+
ECHO. [1] SEARCH!
43+
echo.
44+
ECHO. [2] Rewards Site
45+
ECHO.
46+
ECHO. [3] Exit
47+
echo. ----------------------------
48+
ECHO. %ver% BY MATT CLARK WITH LOVE
49+
choice /C:123 /N /M ""
50+
if errorlevel 3 goto:done
51+
if errorlevel 2 goto:rewards
52+
if errorlevel 1 goto:manual
53+
54+
:Manual
55+
set browser=Browser/K-MeleonPortable.exe https://www.bing.com/search?q=
56+
set BK9=k-meleon
57+
set BKA=Browser
58+
goto:manual2
59+
60+
:manual2
61+
rem CenterSelf
62+
mode con:cols=60 lines=8
63+
cls
64+
ECHO.Enter The Number Of Searches You Want To Make
65+
ECHO.
66+
Set /P _num=NUMBER OR POINT VALUE: || Set _num=NothingChosen
67+
If "%_num%"=="NothingChosen" goto error
68+
If /i "%_num%"=="0" goto:0
69+
If /i "%_num%"=="1" set total=1 && goto:count
70+
If /i "%_num%"=="2" set total=2 && goto:count
71+
If /i "%_num%"=="3" set total=3 && goto:count
72+
If /i "%_num%"=="4" set total=4 && goto:count
73+
If /i "%_num%"=="5" set total=5 && goto:count
74+
If /i "%_num%"=="6" set total=6 && goto:count
75+
If /i "%_num%"=="7" set total=7 && goto:count
76+
If /i "%_num%"=="8" set total=8 && goto:count
77+
If /i "%_num%"=="9" set total=9 && goto:count
78+
If /i "%_num%"=="10" set total=10 && goto:count
79+
If /i "%_num%"=="11" set total=11 && goto:count
80+
If /i "%_num%"=="12" set total=12 && goto:count
81+
If /i "%_num%"=="13" set total=13 && goto:count
82+
If /i "%_num%"=="14" set total=14 && goto:count
83+
If /i "%_num%"=="15" set total=15 && goto:count
84+
If /i "%_num%"=="16" set total=16 && goto:count
85+
If /i "%_num%"=="17" set total=17 && goto:count
86+
If /i "%_num%"=="18" set total=18 && goto:count
87+
If /i "%_num%"=="19" set total=19 && goto:count
88+
If /i "%_num%"=="20" set total=20 && goto:count
89+
If /i "%_num%"=="21" set total=21 && goto:count
90+
If /i "%_num%"=="22" set total=22 && goto:count
91+
If /i "%_num%"=="23" set total=23 && goto:count
92+
If /i "%_num%"=="24" set total=24 && goto:count
93+
If /i "%_num%"=="25" set total=25 && goto:count
94+
If /i "%_num%"=="26" set total=26 && goto:count
95+
If /i "%_num%"=="27" set total=27 && goto:count
96+
If /i "%_num%"=="28" set total=28 && goto:count
97+
If /i "%_num%"=="29" set total=29 && goto:count
98+
If /i "%_num%"=="30" set total=30 && goto:count
99+
If /i "%_num%"=="150P" goto:0
100+
If /i "%_num%"=="145P" set total=1 && goto:count
101+
If /i "%_num%"=="140P" set total=2 && goto:count
102+
If /i "%_num%"=="135P" set total=3 && goto:count
103+
If /i "%_num%"=="130P" set total=4 && goto:count
104+
If /i "%_num%"=="125P" set total=5 && goto:count
105+
If /i "%_num%"=="120P" set total=6 && goto:count
106+
If /i "%_num%"=="115P" set total=7 && goto:count
107+
If /i "%_num%"=="110P" set total=8 && goto:count
108+
If /i "%_num%"=="105P" set total=9 && goto:count
109+
If /i "%_num%"=="100P" set total=10 && goto:count
110+
If /i "%_num%"=="95P" set total=11 && goto:count
111+
If /i "%_num%"=="90P" set total=12 && goto:count
112+
If /i "%_num%"=="85P" set total=13 && goto:count
113+
If /i "%_num%"=="80P" set total=14 && goto:count
114+
If /i "%_num%"=="75P" set total=15 && goto:count
115+
If /i "%_num%"=="70P" set total=16 && goto:count
116+
If /i "%_num%"=="65P" set total=17 && goto:count
117+
If /i "%_num%"=="60P" set total=18 && goto:count
118+
If /i "%_num%"=="55P" set total=19 && goto:count
119+
If /i "%_num%"=="50P" set total=20 && goto:count
120+
If /i "%_num%"=="45P" set total=21 && goto:count
121+
If /i "%_num%"=="40P" set total=22 && goto:count
122+
If /i "%_num%"=="35P" set total=23 && goto:count
123+
If /i "%_num%"=="30P" set total=24 && goto:count
124+
If /i "%_num%"=="25P" set total=25 && goto:count
125+
If /i "%_num%"=="20P" set total=26 && goto:count
126+
If /i "%_num%"=="15P" set total=27 && goto:count
127+
If /i "%_num%"=="10P" set total=28 && goto:count
128+
If /i "%_num%"=="5P" set total=29 && goto:count
129+
If /i "%_num%"=="0P" set total=30 && goto:count
130+
131+
:error
132+
cls
133+
echo An Invalid Number Was Chosen.
134+
timeout 2 >nul
135+
cls
136+
goto:Manual2
137+
138+
:0
139+
echo. No searches were made....
140+
timeout 2 >nul
141+
cls
142+
goto:Menu
143+
144+
:rewards
145+
start https://account.microsoft.com/rewards/
146+
goto:menu
147+
148+
:count
149+
rem CenterSelf
150+
mode con:cols=30 lines=4
151+
SET /A _wait=%RANDOM%%%9+1
152+
cls
153+
:Count2
154+
SET /a _rand=(%RANDOM%*1000/32768)+1
155+
set /a made=made+1
156+
start %browser%%_rand%
157+
:count3
158+
cls
159+
title %made% of %total% (%_wait%)
160+
echo.%made% Searches Made out of %total%
161+
echo.%_wait% seconds until next search
162+
163+
if %made%==%total% (
164+
goto:done
165+
) else (
166+
goto:wait
167+
)
168+
169+
:wait
170+
set /a _wait=_wait-=1
171+
timeout 1 >nul
172+
if %_wait%==0 (
173+
goto:count
174+
) else (
175+
goto:count3
176+
)
177+
:done
178+
mode con:cols=30 lines=8
179+
title Made %total% searches
180+
cls
181+
echo. Made %total% Searches
182+
echo. Press K to kill %BKA%
183+
echo. M to make more searches
184+
echo. or Press E to exit
185+
choice /C:MKE /N /M ""
186+
if errorlevel 3 goto:Exit
187+
if errorlevel 2 goto:Kill
188+
if errorlevel 1 goto:manual2
189+
190+
191+
:kill
192+
tskill %bk9%
193+
echo.Browser Closed
194+
timeout 2 >nul
195+
cls
196+
GOTO:done
197+
198+
199+
200+
201+
:exit
202+
exit

0 commit comments

Comments
 (0)