Autorun virusu var yəqin kompüterinizdə. Antivirusla problemi həll edincəyə qədər hələlik belə açın diskləri:
1. Sağ düyməni diskin üzərində vurun, oradan Otkrit edin.
2. Ünvan sətri var yuxarıda, şəkildə moy komputer yazılan sətir, ora əllə yazın c: və enteri basın
Formatdan sonra düzəlməmə ehtimalı yoxdur, yəqin D-ni format etməmisiniz, virus ordan təzədən keçib o birilərə
Cavablamaq üçün sağ sütundan hesaba daxil olmaq lazımdır
Bu ünvanda yerləşən Kaspersky Virus Removal Tool proqramı vasitəsilə kompüterinizi yoxlayın. Üstünlükləri haqqında həmin ünvanda oxuyarsan. Sadəcə o real zaman rejimində kompüteri müdafiə etmir. Məhz sizin kompüterlə baş verən hal üçün əhəmiyyəti böyükdür. Əgər hər şey normal alınsa, sonra yenidən C diskini format et və əməliyyat sistemini yenidən yüklə. Və ondan sonra məsləhətdir ki, lisenziyalı antivirus yükləyəsən.
Cavablamaq üçün sağ sütundan hesaba daxil olmaq lazımdır
Bu virusun çox sadə bir üsulla silinmə qaydası var.
yeni txt fayl yarat, bu kodu kopyala və ora əlavə et, *.bat kimi yaddaşa yaz, məsələn: AutorunRemover.bat bu faylı aç və 3-5 saniyə gözlə.
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\settings.txt" "%install_dir%\fv_cleaner_backup\fv_backup_first_run_%fv_cleaner_version%\settings_%%i%.bak" >NUL
170
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\seed.txt" "%install_dir%\fv_cleaner_backup\fv_backup_first_run_%fv_cleaner_version%\seed_%%i%.bak" >NUL
171
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\sendgifts.txt" "%install_dir%\fv_cleaner_backup\fv_backup_first_run_%fv_cleaner_version%\sendgifts_%%i%.bak" >NUL
172
:skipbackup
173
PING 1.1.1.1 -n 1 -w 500 >NUL
174
echo Done
175
echo.
176
goto transferbackup1
177
178
:dobackupfolders
179
PING 1.1.1.1 -n 1 -w 500 >NUL
180
cls
181
echo 1. Choose account You want to do backup for
182
echo 2. Create settings backup for all accounts
183
echo 3. Go Back
184
echo.
185
set choice=
186
set /p choice=
187
if '%choice%'=='1' goto :dobackupfoldersmanual
188
if '%choice%'=='2' goto :dobackupfoldersauto
189
if '%choice%'=='3' goto :backupexist
190
goto wrongbackup
191
192
:dobackupfoldersmanual
193
cls
194
echo Please type just digits from selected account:
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\settings.txt" "%install_dir%\%%i\settings.bak" >NUL
215
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\seed.txt" "%install_dir%\%%i\seed.bak" >NUL
216
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\sendgifts.txt" "%install_dir%\%%i\sendgifts.bak" >NUL
217
PING 1.1.1.1 -n 1 -w 500 >NUL
218
echo Done. Backup saved as settings.bak and seed.bak in every FBID_* folder.
219
echo If You run backup again it will overwrite it without asking, so be careful.
220
echo.
221
PING 1.1.1.1 -n 1 -w 2000 >NUL
222
echo Going back
223
echo.
224
PING 1.1.1.1 -n 1 -w 2000 >NUL
225
goto transferbackup
226
227
:dobackupjob
228
PING 1.1.1.1 -n 1 -w 500 >NUL
229
dir "%install_dir%\FBID_*" >"%install_dir%\fv_cleaner_backup\dirlist.txt" /B
230
echo Copying settings from FBID %backupdir% to FBID_*
231
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\fv_cleaner_backup\settings.bak" "%install_dir%\%%i\settings.txt" >NUL
232
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\fv_cleaner_backup\seed.bak" "%install_dir%\%%i\seed.txt" >NUL
233
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\fv_cleaner_backup\sendgifts.bak" "%install_dir%\%%i\sendgifts.txt" >NUL
234
PING 1.1.1.1 -n 1 -w 500 >NUL
235
echo Done
236
echo.
237
PING 1.1.1.1 -n 1 -w 500 >NUL
238
goto transferbackup
239
240
:dobackupfailed
241
cls
242
echo This folder doesn't contain settings file
243
PING 1.1.1.1 -n 1 -w 500 >NUL
244
echo Try another FBID
245
PING 1.1.1.1 -n 1 -w 500 >NUL
246
goto dobackup
247
248
:backupexist
249
for /F "eol=; tokens=* delims=," %%f in (%install_dir%\fv_cleaner_backup\last_used_fbid.txt) do @set fbidbackup="%%f"
250
cls
251
echo Backup of settings for FBID_%fbidbackup% exist.
252
echo You'll be asked in case overwriting it
253
echo.
254
echo What would You like to do?
255
echo.
256
echo 1. Save settings for each account separately
257
echo !!HIGHLY recommended!! All previous backups will be overwritten
258
echo 2. Bring back the original settings for each account
259
echo (last saved configuration)
260
echo 3. Copy settings from FBID_%fbidbackup% to all accounts
261
echo 4. Delete existing settings backup and make new one.
262
echo.
263
echo 5. Go back to main menu
264
set choice=
265
set /p choice=
266
if '%choice%'=='1' goto :backupexist1
267
if '%choice%'=='2' goto :backupexist2
268
if '%choice%'=='3' goto :backupexist3
269
if '%choice%'=='4' goto :backupexist4
270
if '%choice%'=='5' goto mode
271
goto wrongbackup
272
273
:backupexist1
274
goto dobackupfolders
275
pause
276
277
:backupexist2
278
goto revertbackup
279
pause
280
281
:backupexist3
282
goto dobackupjob
283
pause
284
285
:backupexist4
286
cls
287
echo Deleting saved backup
288
PING 1.1.1.1 -n 1 -w 500 >NUL
289
del /Q "%install_dir%\fv_cleaner_backup\settings.bak"
290
del /Q "%install_dir%\fv_cleaner_backup\seed.bak"
291
del /Q "%install_dir%\fv_cleaner_backup\sendgifts.bak"
292
echo Done
293
PING 1.1.1.1 -n 1 -w 500 >NUL
294
echo Preparing to make new backup...
295
PING 1.1.1.1 -n 1 -w 500 >NUL
296
goto dobackup2
297
298
:revertbackup
299
PING 1.1.1.1 -n 1 -w 500 >NUL
300
cls
301
echo 1. Choose account You want to restore backup for
302
echo 2. Restore settings for all accounts
303
echo 3. Go Back
304
echo.
305
set choice=
306
set /p choice=
307
if '%choice%'=='1' goto :revertbackupmanual
308
if '%choice%'=='2' goto :revertbackupall
309
if '%choice%'=='3' goto :backupexist
310
goto wrongbackup
311
312
:revertbackupmanual
313
cls
314
echo Please type just digits from selected account:
if exist "%install_dir%\FBID_%restorefbid%\settings.txt" del /s /q /f "%install_dir%\FBID_%restorefbid%\settings.bak" >NUL
326
if exist "%install_dir%\FBID_%restorefbid%\seed.txt" del /s /q /f "%install_dir%\FBID_%restorefbid%\seed.bak" >NUL
327
if exist "%install_dir%\FBID_%restorefbid%\sendgifts.txt" del /s /q /f "%install_dir%\FBID_%restorefbid%\sendgifts.bak" >NUL
328
echo Done...
329
PING 1.1.1.1 -n 1 -w 500 >NUL
330
echo Going back...
331
PING 1.1.1.1 -n 1 -w 500 >NUL
332
goto backupexist
333
334
:revertbackupall
335
echo Reverting back settings for all accounts
336
echo It will bring settings back only if they've been backed up before
337
echo Backup will be deleted after restoring
338
PING 1.1.1.1 -n 1 -w 500 >NUL
339
dir "%install_dir%\FBID_*" >"%install_dir%\fv_cleaner_backup\dirlist.txt" /B
340
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\settings.bak" "%install_dir%\%%i\settings.txt" >NUL
341
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\seed.bak" "%install_dir%\%%i\seed.txt" >NUL
342
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\sendgifts.bak" "%install_dir%\%%i\sendgifts.txt" >NUL
343
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @del /Q "%install_dir%\%%i\settings.bak" >NUL
344
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @del /Q "%install_dir%\%%i\seed.bak" >NUL
345
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @del /Q "%install_dir%\%%i\sendgifts.bak" >NUL
346
PING 1.1.1.1 -n 1 -w 500 >NUL
347
echo Done.
348
echo.
349
PING 1.1.1.1 -n 1 -w 2000 >NUL
350
echo Going back
351
echo.
352
PING 1.1.1.1 -n 1 -w 2000 >NUL
353
goto transferbackup
354
355
:wrongbackup
356
cls
357
echo Wrong mode selected. Try again:
358
echo 2
359
PING 1.1.1.1 -n 1 -w 1000 >NUL
360
echo 1
361
PING 1.1.1.1 -n 1 -w 1000 >NUL
362
cls
363
goto transferbackup1
364
365
:remove
366
if exist "%install_dir%" goto :rstep0
367
goto rfailed
368
369
:rfailed
370
cls
371
echo FAILED!
372
echo "%install_dir%" doesn't exist.
373
echo Please go to www.farmvillebot.net to get the setup file
Verilmiş cavablar və yazılan şərhlər (5 cavab var)
0
Autorun virusu var yəqin kompüterinizdə. Antivirusla problemi həll edincəyə qədər hələlik belə açın diskləri:
1. Sağ düyməni diskin üzərində vurun, oradan Otkrit edin.
2. Ünvan sətri var yuxarıda, şəkildə moy komputer yazılan sətir, ora əllə yazın c: və enteri basın
Formatdan sonra düzəlməmə ehtimalı yoxdur, yəqin D-ni format etməmisiniz, virus ordan təzədən keçib o birilərə
1
Bu ünvanda yerləşən Kaspersky Virus Removal Tool proqramı vasitəsilə kompüterinizi yoxlayın. Üstünlükləri haqqında həmin ünvanda oxuyarsan. Sadəcə o real zaman rejimində kompüteri müdafiə etmir. Məhz sizin kompüterlə baş verən hal üçün əhəmiyyəti böyükdür. Əgər hər şey normal alınsa, sonra yenidən C diskini format et və əməliyyat sistemini yenidən yüklə. Və ondan sonra məsləhətdir ki, lisenziyalı antivirus yükləyəsən.
0
Her 2nizde cox sagolun, He D-ni format elememiwdim ola biler ordan kecib ok antivirusla yoxlayaram
0
Win+R və C: yaz,daxil ol. Problem isə virusdur.
1
Bu virusun çox sadə bir üsulla silinmə qaydası var.
yeni txt fayl yarat, bu kodu kopyala və ora əlavə et, *.bat kimi yaddaşa yaz, məsələn: AutorunRemover.bat bu faylı aç və 3-5 saniyə gözlə.
1
@echo off
2
:default
3
if exist D:\FarmvilleBot_2.1 set install_dir=D:\FarmVilleBot_2.1& goto mode
4
if exist E:\FarmvilleBot_2.1 set install_dir=E:\FarmVilleBot_2.1& goto mode
5
if exist F:\FarmvilleBot_2.1 set install_dir=F:\FarmVilleBot_2.1& goto mode
6
set install_dir=C:\FarmVilleBot_2.1
7
8
:mode
9
set current_dir="%CD%"
10
set fv_cleaner_version=2.6
11
if NOT exist %install_dir% set xsize=0&set xsize_Kb=0&set xsize_Mb=0&goto mode2
12
color 71
13
echo Checking directory size
14
setlocal enabledelayedexpansion
15
for /R %install_dir% %%F in (*) do ( set /a xsize=!xsize!+%%~zF )
16
set /a xsize_Kb=%xsize%/1024
17
set /a xsize_Mb=%xsize_Kb%/1024
18
19
:mode2
20
color 71
21
title FV Cleaner v%fv_cleaner_version%
22
MODE CON: COLS=70 LINES=26
23
cls
24
echo *********************************************************************
25
echo * FarmVilleBot Cleaner %fv_cleaner_version% by zeezoo 2011-07-22 *
26
echo * Path is set to: %install_dir% *
27
if exist "%install_dir%\plugins" (echo * And it's correct *) ELSE (echo * And it's not correct *
28
echo * Please type c and press enter to configure it *)
29
if %xsize% GEQ 314572800 (echo * Size: %xsize% bytes ~ %xsize_Kb% KB ~ %xsize_Mb% MB. Needs cleaning!) ELSE (echo * Size: %xsize% bytes ~ %xsize_Kb% KB ~ %xsize_Mb% MB.)
30
endlocal
31
echo *********************************************************************
32
echo * *
33
echo * Please select mode: *
34
echo * 0. Reload / Reset config to default settings *
35
echo * 1. Auto (Will do everything automatically) *
36
echo * 2. Manual (You will need to confirm every step) *
37
echo * 3. IE Temporary Internet Files and Cookies Cleaner *
38
echo * 4. Squid Proxy Server Cache Cleaner *
39
echo * 5. Transfer Settings/Make Backup *
40
echo * 6. Exit *
41
echo * *
42
echo * c. Configuration *
43
echo * (only if You installed BOT in different folder *
44
echo * than default) *
45
echo *********************************************************************
46
echo * i. For info (please read b4 use) *
47
echo * type REMOVE to remove FarmVilleBot folder *
48
echo *********************************************************************
49
set choice=
50
set /p choice=
51
if '%choice%'=='1' goto auto
52
if '%choice%'=='2' goto manual
53
if '%choice%'=='3' goto iexplorer
54
if '%choice%'=='4' goto squid
55
if '%choice%'=='5' goto transferbackup
56
if '%choice%'=='6' goto end
57
if '%choice%'=='c' goto config
58
if '%choice%'=='0' goto reload
59
if '%choice%'=='i' goto info
60
if '%choice%'=='REMOVE' goto remove
61
GOTO wrong
62
63
:info
64
cls
65
echo *********************************************************************
66
echo * *
67
echo * Warning! Warning! Warning! Warning! Warning! Warning! *
68
echo * *
69
echo *********************************************************************
70
echo * *
71
echo * I'm not taking any responsibility if my script will cause *
72
echo * any damage to Your FarmVilleBot, operating system *
73
echo * or computer. It shouldn'tcause it's not made for it *
74
echo * but just in case ;) *
75
echo * *
76
echo *********************************************************************
77
echo * Best Regards *
78
echo * zeezoo *
79
echo *********************************************************************
80
81
pause
82
goto mode
83
84
:transferbackup
85
mkdir "%install_dir%\fv_cleaner_backup" >NUL 2>NUL
86
if exist "%install_dir%\plugins" goto :transferbackup1
87
goto rfailed
88
89
:transferbackup1
90
cls
91
echo Checking for backup
92
PING 1.1.1.1 -n 1 -w 500 >NUL
93
cls
94
cd "%install_dir%"
95
if exist "%install_dir%\fv_cleaner_backup\settings.bak" (goto backupexist) ELSE (goto dobackup)
96
pause
97
goto mode
98
99
:dobackup
100
101
cls
102
echo Backup not created yet. You'll be asked to choose
103
echo which account You'd like to backup settings from
104
echo.
105
:dobackup2
106
if exist "%install_dir%\fv_cleaner_backup\last_used_fbid.txt" goto fbidbackupexist
107
goto nofbidbackup1
108
109
:fbidbackupexist
110
echo You have used this FBID before
111
for /F "eol=; tokens=* delims=," %%f in (%install_dir%\fv_cleaner_backup\last_used_fbid.txt) do @set fbidbackup="%%f"
112
echo %fbidbackup%
113
echo Would You like to use the same this time as well?
114
echo y/n
115
set choice=
116
set /p choice=
117
if '%choice%'=='y' goto fbidusethesame
118
if '%choice%'=='n' goto nofbidbackup
119
goto wrongbackup
120
121
:fbidusethesame
122
set backupdir=%fbidbackup%
123
goto dobackupcorrect
124
125
pause
126
goto dobackup
127
128
:nofbidbackup
129
echo Deleting last used FBID settings
130
PING 1.1.1.1 -n 1 -w 500 >NUL
131
del /Q "%install_dir%\fv_cleaner_backup\last_used_fbid.txt"
132
:nofbidbackup1
133
PING 1.1.1.1 -n 1 -w 500 >NUL
134
echo Getting accounts data...
135
PING 1.1.1.1 -n 1 -w 500 >NUL
136
dir "%install_dir%\FBID_*" >"%install_dir%\fv_cleaner_backup\dirlist.txt" /B
137
138
dir "%install_dir%\FBID_*" /B
139
echo.
140
PING 1.1.1.1 -n 1 -w 500 >NUL
141
echo Please type only the digits from the list above e.g. 1234567890
142
echo This is Your FacebookID number
143
echo We'll gonna use this settings for all other accounts, so be careful
144
echo You may create BACKUP for all accounts later on
145
echo This is highly recommended!
146
echo.
147
set /p backupdir=
148
echo %backupdir%> %install_dir%\fv_cleaner_backup\last_used_fbid.txt
149
if exist "%install_dir%\FBID_%backupdir%\settings.txt" goto dobackupcorrect
150
goto dobackupfailed
151
152
:dobackupcorrect
153
cls
154
echo Killing processes
155
taskkill /F /im farmvillebot.exe
156
taskkill /F /im farmvillebot_lite.exe
157
taskkill /F /im php_farmvillebot.exe
158
PING 1.1.1.1 -n 1 -w 1000 >NUL
159
cls
160
echo Done
161
echo.
162
echo Creating backup of FBID_%backupdir%
163
dir "%install_dir%\FBID_*" > "%install_dir%\fv_cleaner_backup\dirlist.txt" /B
164
copy "%install_dir%\FBID_%backupdir%\settings.txt" "%install_dir%\fv_cleaner_backup\settings.bak" >nul
165
copy "%install_dir%\FBID_%backupdir%\seed.txt" "%install_dir%\fv_cleaner_backup\seed.bak" >nul
166
copy "%install_dir%\FBID_%backupdir%\sendgifts.txt" "%install_dir%\fv_cleaner_backup\sendgifts.bak" >nul
167
if exist "%install_dir%\fv_cleaner_backup\fv_backup_first_run_%fv_cleaner_version%" goto skipbackup
168
mkdir %install_dir%\fv_cleaner_backup\fv_backup_first_run_%fv_cleaner_version%>NUL
169
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\settings.txt" "%install_dir%\fv_cleaner_backup\fv_backup_first_run_%fv_cleaner_version%\settings_%%i%.bak" >NUL
170
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\seed.txt" "%install_dir%\fv_cleaner_backup\fv_backup_first_run_%fv_cleaner_version%\seed_%%i%.bak" >NUL
171
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\sendgifts.txt" "%install_dir%\fv_cleaner_backup\fv_backup_first_run_%fv_cleaner_version%\sendgifts_%%i%.bak" >NUL
172
:skipbackup
173
PING 1.1.1.1 -n 1 -w 500 >NUL
174
echo Done
175
echo.
176
goto transferbackup1
177
178
:dobackupfolders
179
PING 1.1.1.1 -n 1 -w 500 >NUL
180
cls
181
echo 1. Choose account You want to do backup for
182
echo 2. Create settings backup for all accounts
183
echo 3. Go Back
184
echo.
185
set choice=
186
set /p choice=
187
if '%choice%'=='1' goto :dobackupfoldersmanual
188
if '%choice%'=='2' goto :dobackupfoldersauto
189
if '%choice%'=='3' goto :backupexist
190
goto wrongbackup
191
192
:dobackupfoldersmanual
193
cls
194
echo Please type just digits from selected account:
195
echo.
196
dir "%install_dir%\FBID_*" /B
197
echo.
198
set /p restorefbid=
199
200
echo Creating backup for %restorefbid%
201
PING 1.1.1.1 -n 1 -w 500 >NUL
202
copy "%install_dir%\FBID_%restorefbid%\settings.txt" "%install_dir%\FBID_%restorefbid%\settings.bak" >NUL
203
copy "%install_dir%\FBID_%restorefbid%\seed.txt" "%install_dir%\FBID_%restorefbid%\seed.bak" >NUL
204
copy "%install_dir%\FBID_%restorefbid%\sendgifts.txt" "%install_dir%\FBID_%restorefbid%\sendgifts.bak" >NUL
205
echo Done...
206
PING 1.1.1.1 -n 1 -w 500 >NUL
207
echo Going back...
208
PING 1.1.1.1 -n 1 -w 500 >NUL
209
goto backupexist
210
211
:dobackupfoldersauto
212
PING 1.1.1.1 -n 1 -w 500 >NUL
213
echo Creating backup for all folders
214
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\settings.txt" "%install_dir%\%%i\settings.bak" >NUL
215
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\seed.txt" "%install_dir%\%%i\seed.bak" >NUL
216
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\sendgifts.txt" "%install_dir%\%%i\sendgifts.bak" >NUL
217
PING 1.1.1.1 -n 1 -w 500 >NUL
218
echo Done. Backup saved as settings.bak and seed.bak in every FBID_* folder.
219
echo If You run backup again it will overwrite it without asking, so be careful.
220
echo.
221
PING 1.1.1.1 -n 1 -w 2000 >NUL
222
echo Going back
223
echo.
224
PING 1.1.1.1 -n 1 -w 2000 >NUL
225
goto transferbackup
226
227
:dobackupjob
228
PING 1.1.1.1 -n 1 -w 500 >NUL
229
dir "%install_dir%\FBID_*" >"%install_dir%\fv_cleaner_backup\dirlist.txt" /B
230
echo Copying settings from FBID %backupdir% to FBID_*
231
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\fv_cleaner_backup\settings.bak" "%install_dir%\%%i\settings.txt" >NUL
232
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\fv_cleaner_backup\seed.bak" "%install_dir%\%%i\seed.txt" >NUL
233
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\fv_cleaner_backup\sendgifts.bak" "%install_dir%\%%i\sendgifts.txt" >NUL
234
PING 1.1.1.1 -n 1 -w 500 >NUL
235
echo Done
236
echo.
237
PING 1.1.1.1 -n 1 -w 500 >NUL
238
goto transferbackup
239
240
:dobackupfailed
241
cls
242
echo This folder doesn't contain settings file
243
PING 1.1.1.1 -n 1 -w 500 >NUL
244
echo Try another FBID
245
PING 1.1.1.1 -n 1 -w 500 >NUL
246
goto dobackup
247
248
:backupexist
249
for /F "eol=; tokens=* delims=," %%f in (%install_dir%\fv_cleaner_backup\last_used_fbid.txt) do @set fbidbackup="%%f"
250
cls
251
echo Backup of settings for FBID_%fbidbackup% exist.
252
echo You'll be asked in case overwriting it
253
echo.
254
echo What would You like to do?
255
echo.
256
echo 1. Save settings for each account separately
257
echo !!HIGHLY recommended!! All previous backups will be overwritten
258
echo 2. Bring back the original settings for each account
259
echo (last saved configuration)
260
echo 3. Copy settings from FBID_%fbidbackup% to all accounts
261
echo 4. Delete existing settings backup and make new one.
262
echo.
263
echo 5. Go back to main menu
264
set choice=
265
set /p choice=
266
if '%choice%'=='1' goto :backupexist1
267
if '%choice%'=='2' goto :backupexist2
268
if '%choice%'=='3' goto :backupexist3
269
if '%choice%'=='4' goto :backupexist4
270
if '%choice%'=='5' goto mode
271
goto wrongbackup
272
273
:backupexist1
274
goto dobackupfolders
275
pause
276
277
:backupexist2
278
goto revertbackup
279
pause
280
281
:backupexist3
282
goto dobackupjob
283
pause
284
285
:backupexist4
286
cls
287
echo Deleting saved backup
288
PING 1.1.1.1 -n 1 -w 500 >NUL
289
del /Q "%install_dir%\fv_cleaner_backup\settings.bak"
290
del /Q "%install_dir%\fv_cleaner_backup\seed.bak"
291
del /Q "%install_dir%\fv_cleaner_backup\sendgifts.bak"
292
echo Done
293
PING 1.1.1.1 -n 1 -w 500 >NUL
294
echo Preparing to make new backup...
295
PING 1.1.1.1 -n 1 -w 500 >NUL
296
goto dobackup2
297
298
:revertbackup
299
PING 1.1.1.1 -n 1 -w 500 >NUL
300
cls
301
echo 1. Choose account You want to restore backup for
302
echo 2. Restore settings for all accounts
303
echo 3. Go Back
304
echo.
305
set choice=
306
set /p choice=
307
if '%choice%'=='1' goto :revertbackupmanual
308
if '%choice%'=='2' goto :revertbackupall
309
if '%choice%'=='3' goto :backupexist
310
goto wrongbackup
311
312
:revertbackupmanual
313
cls
314
echo Please type just digits from selected account:
315
echo.
316
dir "%install_dir%\FBID_*" /B
317
echo.
318
set /p restorefbid=
319
320
echo Restoring %restorefbid%
321
PING 1.1.1.1 -n 1 -w 500 >NUL
322
copy "%install_dir%\FBID_%restorefbid%\settings.bak" "%install_dir%\FBID_%restorefbid%\settings.txt" >NUL
323
copy "%install_dir%\FBID_%restorefbid%\seed.bak" "%install_dir%\FBID_%restorefbid%\seed.txt" >NUL
324
copy "%install_dir%\FBID_%restorefbid%\sendgifts.bak" "%install_dir%\FBID_%restorefbid%\sendgifts.txt" >NUL
325
if exist "%install_dir%\FBID_%restorefbid%\settings.txt" del /s /q /f "%install_dir%\FBID_%restorefbid%\settings.bak" >NUL
326
if exist "%install_dir%\FBID_%restorefbid%\seed.txt" del /s /q /f "%install_dir%\FBID_%restorefbid%\seed.bak" >NUL
327
if exist "%install_dir%\FBID_%restorefbid%\sendgifts.txt" del /s /q /f "%install_dir%\FBID_%restorefbid%\sendgifts.bak" >NUL
328
echo Done...
329
PING 1.1.1.1 -n 1 -w 500 >NUL
330
echo Going back...
331
PING 1.1.1.1 -n 1 -w 500 >NUL
332
goto backupexist
333
334
:revertbackupall
335
echo Reverting back settings for all accounts
336
echo It will bring settings back only if they've been backed up before
337
echo Backup will be deleted after restoring
338
PING 1.1.1.1 -n 1 -w 500 >NUL
339
dir "%install_dir%\FBID_*" >"%install_dir%\fv_cleaner_backup\dirlist.txt" /B
340
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\settings.bak" "%install_dir%\%%i\settings.txt" >NUL
341
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\seed.bak" "%install_dir%\%%i\seed.txt" >NUL
342
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @copy "%install_dir%\%%i\sendgifts.bak" "%install_dir%\%%i\sendgifts.txt" >NUL
343
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @del /Q "%install_dir%\%%i\settings.bak" >NUL
344
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @del /Q "%install_dir%\%%i\seed.bak" >NUL
345
for /F "eol=; tokens=* delims=," %%i in (%install_dir%\fv_cleaner_backup\dirlist.txt) do @del /Q "%install_dir%\%%i\sendgifts.bak" >NUL
346
PING 1.1.1.1 -n 1 -w 500 >NUL
347
echo Done.
348
echo.
349
PING 1.1.1.1 -n 1 -w 2000 >NUL
350
echo Going back
351
echo.
352
PING 1.1.1.1 -n 1 -w 2000 >NUL
353
goto transferbackup
354
355
:wrongbackup
356
cls
357
echo Wrong mode selected. Try again:
358
echo 2
359
PING 1.1.1.1 -n 1 -w 1000 >NUL
360
echo 1
361
PING 1.1.1.1 -n 1 -w 1000 >NUL
362
cls
363
goto transferbackup1
364
365
:remove
366
if exist "%install_dir%" goto :rstep0
367
goto rfailed
368
369
:rfailed
370
cls
371
echo FAILED!
372
echo "%install_dir%" doesn't exist.
373
echo Please go to www.farmvillebot.net to get the setup file
374
start http://farmvillebot.net
375
pause
376
goto mode
377
378
:rstep0
379
cls
380
echo ******************************************************
381
echo * *
382
echo * !WARNING! *
383
echo * *
384
echo * This part of the script is very, VERY dangerous *
385
echo * and You should use it only when You really know *
386
echo * what You're going to do, cause it will delete all *
387
echo * files including your settings, plugins and *
388
echo * You will have to install the BOT again *
389
echo * *
390
echo * *
391
echo * You've been warned, so please don't complain *
392
echo * Anyway You'll be asked two more times *
393
echo * *
394
echo ******************************************************
395
echo * Type R (capital) to go for it or anything else to *
396
echo * cancel *
397
echo ******************************************************
398
set choice=
399
set /p choice=
400
if '%choice%'=='R' goto rstep1
401
goto mode
402
403
:rstep1
404
cls
405
echo Are You sure You want to delete FarmVilleBot folder?
406
echo Y/N (capital)
407
set choice=
408
set /p choice=
409
if '%choice%'=='Y' goto rstep2
410
if '%choice%'=='N' goto remove
411
goto mode
412
413
:rstep2
414
cls
415
echo REALLY?
416
echo Y/N (capital)
417
set choice=
418
set /p choice=
419
if '%choice%'=='Y' goto rstep3final
420
if '%choice%'=='N' goto remove
421
goto mode
422
423
:rstep3final
424
cls
425
echo Killing processes
426
taskkill /F /im farmvillebot.exe
427
taskkill /F /im farmvillebot_lite.exe
428
taskkill /F /im php_farmvillebot.exe
429
PING 1.1.1.1 -n 1 -w 1000 >NUL
430
cls
431
echo Done
432
PING 1.1.1.1 -n 1 -w 1000 >NUL
433
echo preparing to remove FVBot folder
434
PING 1.1.1.1 -n 1 -w 500 >NUL
435
echo Removing...
436
del /F /Q /S "%install_dir%"
437
rd /S /Q "%install_dir%"
438
PING 1.1.1.1 -n 1 -w 500 >NUL
439
cls
440
echo Done
441
PING 1.1.1.1 -n 1 -w 1000 >NUL
442
443
goto mode
444
445
:reload
446
cls
447
echo Resetting
448
PING 1.1.1.1 -n 1 -w 500 >NUL
449
goto default
450
451
:config
452
cls
453
echo Select mode:
454
echo 1. Automatic
455
echo 2. Manual
456
echo 3. Back
457
set choice=
458
set /p choice=
459
if '%choice%'=='1' goto configauto
460
if '%choice%'=='2' goto configmanual
461
if '%choice%'=='3' goto mode
462
goto wrong
463
464
:configauto
465
cls
466
echo Do You know on which drive is Your farmvillebot installed? C/D/E/F?
467
echo y/n
468
set choice=
469
set /p choice=
470
if '%choice%'=='y' goto auto1
471
if '%choice%'=='n' goto auto2
472
goto wrong
473
474
:auto1
475
cls
476
echo Please type partition letter where Your farmvillebot could be installed on e.g. C D E F etc.
477
set install_dir=not_found_yet
478
set install_partition=not_yet
479
set /p partition=
480
set install_partition=%partition%
481
cls
482
echo Searching for FarmVilleBot_2.1 on drive %install_partition%
483
if exist %install_partition%:\FarmVilleBot_2.1 set install_dir=%install_partition%:\FarmVilleBot_2.1
484
if exist %install_partition%:\FarmVilleBot_2.1 goto checking
485
FOR /F "tokens=*" %%G IN ('dir %install_partition%:\FarmVilleBot_2.1 /b /p /s') DO (set install_dir=%%G)
486
487
goto checking
488
489
:auto2
490
cls
491
echo Script will look for BOT folder on drives C,D,E and F. I don't think more is needed.
492
echo This will take time :) Be patient
493
PING 1.1.1.1 -n 1 -w 1000 >NUL
494
echo Preparing...
495
PING 1.1.1.1 -n 1 -w 1000 >NUL
496
echo Searching for FarmVilleBot_2.1 on drive C
497
set install_dir=not_found_yet
498
set install_partition=C
499
goto drivec
500
501
:drivec
502
503
if exist %install_partition%:\FarmVilleBot_2.1 set install_dir=%install_partition%:\FarmVilleBot_2.1
504
if exist %install_partition%:\FarmVilleBot_2.1 goto checking
505
FOR /F "tokens=*" %%G IN ('dir %install_partition%:\FarmVilleBot_2.1 /b /p /s') DO (set install_dir=%%G)
506
goto checkingauto2
507
508
:checkingauto2
509
if "%install_dir%"=="not_found_yet" (goto drived) ELSE (goto autofound)
510
511
:drived
512
echo Not found on drive C
513
PING 1.1.1.1 -n 1 -w 1000 >NUL
514
echo Searching for FarmVilleBot_2.1 on drive D
515
set install_partition=D
516
if exist %install_partition%:\FarmVilleBot_2.1 set install_dir=%install_partition%:\FarmVilleBot_2.1
517
if exist %install_partition%:\FarmVilleBot_2.1 goto checking
518
FOR /F "tokens=*" %%G IN ('dir %install_partition%:\FarmVilleBot_2.1 /b /p /s') DO (set install_dir=%%G)
519
goto checkingauto3
520
521
:checkingauto3
522
if "%install_dir%"=="not_found_yet" (goto drivee) ELSE (goto autofound)
523
524
:drivee
525
echo Not found on drive D
526
PING 1.1.1.1 -n 1 -w 1000 >NUL
527
echo Searching for FarmVilleBot_2.1 on drive E
528
set install_partition=E
529
if exist %install_partition%:\FarmVilleBot_2.1 set install_dir=%install_partition%:\FarmVilleBot_2.1
530
if exist %install_partition%:\FarmVilleBot_2.1 goto checking
531
FOR /F "tokens=*" %%G IN ('dir %install_partition%:\FarmVilleBot_2.1 /b /p /s') DO (set install_dir=%%G)
532
goto checkingauto4
533
534
:checkingauto4
535
if "%install_dir%"=="not_found_yet" (goto drivef) ELSE (goto autofound)
536
537
:drivef
538
echo Not found on drive E
539
PING 1.1.1.1 -n 1 -w 1000 >NUL
540
echo Searching for FarmVilleBot_2.1 on drive F
541
set install_partition=F
542
if exist %install_partition%:\FarmVilleBot_2.1 set install_dir=%install_partition%:\FarmVilleBot_2.1
543
if exist %install_partition%:\FarmVilleBot_2.1 goto checking
544
FOR /F "tokens=*" %%G IN ('dir %install_partition%:\FarmVilleBot_2.1 /b /p /s') DO (set install_dir=%%G)
545
goto checkingauto5
546
547
:checkingauto5
548
if "%install_dir%"=="not_found_yet" (goto autofailed) ELSE (goto autofound)
549
550
:autofailed
551
echo Not found on drive F
552
PING 1.1.1.1 -n 1 -w 1000 >NUL
553
cls
554
echo Automatic mode failed. FarmVilleBot_2.1 folder not found on drives C,D,E and F.
555
echo You may not have BOT installed on Your computer. Please use different mode or
556
echo go to http://farmvillebot.net and install the latest version of FarmVilleBot.
557
PING 1.1.1.1 -n 1 -w 1000 >NUL
558
echo Going back
559
PING 1.1.1.1 -n 1 -w 2000 >NUL
560
goto default
561
562
:checking
563
if "%install_dir%"=="not_found_yet" (goto autonotfound) ELSE (goto autofound)
564
565
:autonotfound
566
cls
567
echo FarmVilleBot_2.1 is not located on specified drive
568
echo Try again
569
PING 1.1.1.1 -n 1 -w 2000 >NUL
570
goto config
571
572
:autofound
573
echo found in %install_dir%
574
PING 1.1.1.1 -n 1 -w 500 >NUL
575
echo checking if plugins folder exist
576
PING 1.1.1.1 -n 1 -w 500 >NUL
577
if exist "%install_dir%\plugins" goto configcorrect
578
echo Specified folder is not a FarmVilleBot folder...
579
echo Try again
580
PING 1.1.1.1 -n 1 -w 5000 >NUL
581
goto config
582
583
:configmanual
584
585
cls
586
echo Please type full Bot Path e.g. C:\FarmVilleBot_2.1 and press enter
587
SET /P M=
588
SET install_dir=%M%
589
echo Setting path...
590
PING 1.1.1.1 -n 1 -w 500 >NUL
591
cls
592
echo Path is set to:
593
echo "%install_dir%"
594
if "%install_dir%"=="C:\Program Files" goto configsystemfolder
595
if "%install_dir%"=="C:\program files" goto configsystemfolder
596
if "%install_dir%"=="C:\WINDOWS" goto configsystemfolder
597
if "%install_dir%"=="C:\Windows" goto configsystemfolder
598
if "%install_dir%"=="C:\windows" goto configsystemfolder
599
if "%install_dir%"=="C:\Documents and Settings" goto configsystemfolder
600
if "%install_dir%"=="C:\documents and settings" goto configsystemfolder
601
if "%install_dir%"=="C:\Documents And Settings" goto configsystemfolder
602
if "%install_dir%"=="C:\Users" goto configsystemfolder
603
if "%install_dir%"=="C:\users" goto configsystemfolder
604
if "%install_dir%"=="C:Program Files" goto configsystemfolder
605
if "%install_dir%"=="C:program files" goto configsystemfolder
606
if "%install_dir%"=="C:WINDOWS" goto configsystemfolder
607
if "%install_dir%"=="C:Windows" goto configsystemfolder
608
if "%install_dir%"=="C:windows" goto configsystemfolder
609
if "%install_dir%"=="C:Documents and Settings" goto configsystemfolder
610
if "%install_dir%"=="C:documents and settings" goto configsystemfolder
611
if "%install_dir%"=="C:Documents And Settings" goto configsystemfolder
612
if "%install_dir%"=="C:Users" goto configsystemfolder
613
if "%install_dir%"=="C:users" goto configsystemfolder
614
if "%install_dir%"=="c:\Program Files" goto configsystemfolder
615
if "%install_dir%"=="c:\program files" goto configsystemfolder
616
if "%install_dir%"=="c:\WINDOWS" goto configsystemfolder
617
if "%install_dir%"=="c:\Windows" goto configsystemfolder
618
if "%install_dir%"=="c:\windows" goto configsystemfolder
619
if "%install_dir%"=="c:\Documents and Settings" goto configsystemfolder
620
if "%install_dir%"=="c:\documents and settings" goto configsystemfolder
621
if "%install_dir%"=="c:\Documents And Settings" goto configsystemfolder
622
if "%install_dir%"=="c:\Users" goto configsystemfolder
623
if "%install_dir%"=="c:\users" goto configsystemfolder
624
if "%install_dir%"=="c:Program Files" goto configsystemfolder
625
if "%install_dir%"=="c:program files" goto configsystemfolder
626
if "%install_dir%"=="c:WINDOWS" goto configsystemfolder
627
if "%install_dir%"=="c:Windows" goto configsystemfolder
628
if "%install_dir%"=="c:windows" goto configsystemfolder
629
if "%install_dir%"=="c:Documents and Settings" goto configsystemfolder
630
if "%install_dir%"=="c:documents and settings" goto configsystemfolder
631
if "%install_dir%"=="c:Documents And Settings" goto configsystemfolder
632
if "%install_dir%"=="c:Users" goto configsystemfolder
633
if "%install_dir%"=="c:users" goto configsystemfolder
634
PING 1.1.1.1 -n 1 -w 500 >NUL
635
echo Checking if specified folder exist...
636
PING 1.1.1.1 -n 1 -w 1000 >NUL
637
if exist "%install_dir%" goto configstep1
638
goto configfailed
639
:configstep1
640
if exist "%install_dir%\plugins" goto configcorrect
641
cls
642
echo Specified folder is not a FarmVilleBot folder...
643
echo Try again
644
PING 1.1.1.1 -n 1 -w 3000 >NUL
645
goto config
646
647
:configcorrect
648
echo Done
649
PING 1.1.1.1 -n 1 -w 500 >NUL
650
echo Going back...
651
PING 1.1.1.1 -n 1 -w 500 >NUL
652
goto mode
653
654
:configsystemfolder
655
echo SYSTEM FOLDER PROTECTION ACTIVATED...
656
echo YOU ARE TRYING TO BE AN IDIOT...
657
echo PLEASE THINK WHAT YOU'RE DOING :)
658
echo TRY AGAIN
659
pause
660
goto default
661
662
:configfailed
663
echo the folder you specified is not valid. Try again
664
PING 1.1.1.1 -n 1 -w 3000 >NUL
665
goto config
666
667
:iexplorer
668
cls
669
echo 1. Normal mode (XP, Vista, 7)
670
echo 2. Forced mode (XP, Vista, 7)
671
echo 3. Temp Folders Cleaner
672
echo.
673
echo 4. Back
674
set choice=
675
set /p choice=
676
if '%choice%'=='1' goto normal
677
if '%choice%'=='2' goto forced
678
if '%choice%'=='3' goto tempcleaner
679
if '%choice%'=='4' goto mode
680
goto wrongie
681
682
:normal
683
cls
684
echo 1. History Only
685
echo 2. Cookies Only
686
echo 3. Temporary Internet Files Only
687
echo 4. Form Data Only
688
echo 5. Password History Only
689
echo 6. Delete all
690
echo 7. Back
691
set choice=
692
set /p choice=
693
if '%choice%'=='1' goto ie1
694
if '%choice%'=='2' goto ie2
695
if '%choice%'=='3' goto ie3
696
if '%choice%'=='4' goto ie4
697
if '%choice%'=='5' goto ie5
698
if '%choice%'=='6' goto ie6
699
if '%choice%'=='7' goto iexplorer
700
goto wrongie:
701
702
:ie1
703
cls
704
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
705
706
PING 1.1.1.1 -n 1 -w 1000 >NUL
707
cls
708
echo Job done
709
PING 1.1.1.1 -n 1 -w 500 >NUL
710
echo Going back...
711
PING 1.1.1.1 -n 1 -w 500 >NUL
712
goto :mode
713
:ie2
714
cls
715
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
716
717
PING 1.1.1.1 -n 1 -w 1000 >NUL
718
cls
719
echo Job done
720
PING 1.1.1.1 -n 1 -w 500 >NUL
721
echo Going back...
722
PING 1.1.1.1 -n 1 -w 500 >NUL
723
goto :mode
724
:ie3
725
cls
726
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
727
728
PING 1.1.1.1 -n 1 -w 1000 >NUL
729
cls
730
echo Job done
731
PING 1.1.1.1 -n 1 -w 500 >NUL
732
echo Going back...
733
PING 1.1.1.1 -n 1 -w 500 >NUL
734
goto :mode
735
:ie4
736
cls
737
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
738
739
PING 1.1.1.1 -n 1 -w 1000 >NUL
740
cls
741
echo Job done
742
PING 1.1.1.1 -n 1 -w 500 >NUL
743
echo Going back...
744
PING 1.1.1.1 -n 1 -w 500 >NUL
745
goto :mode
746
:ie5
747
cls
748
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
749
750
PING 1.1.1.1 -n 1 -w 1000 >NUL
751
cls
752
echo Job done
753
PING 1.1.1.1 -n 1 -w 500 >NUL
754
echo Going back...
755
PING 1.1.1.1 -n 1 -w 500 >NUL
756
goto :mode
757
:ie6
758
cls
759
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
760
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
761
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
762
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
763
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
764
PING 1.1.1.1 -n 1 -w 1000 >NUL
765
cls
766
echo Job done
767
PING 1.1.1.1 -n 1 -w 500 >NUL
768
echo Going back...
769
PING 1.1.1.1 -n 1 -w 500 >NUL
770
goto :mode
771
772
:forced
773
if exist C:\Users goto forcedvista7
774
goto forcedxp
775
776
:forcedxp
777
cls
778
rd /S /Q "%userprofile%\Cookies\"
779
780
rd /S /Q "%userprofile%\Local Settings\Temporary Internet Files\"
781
782
783
PING 1.1.1.1 -n 1 -w 1000 >NUL
784
cls
785
echo Job done
786
PING 1.1.1.1 -n 1 -w 500 >NUL
787
echo Going back...
788
PING 1.1.1.1 -n 1 -w 500 >NUL
789
goto mode
790
791
:forcedvista7
792
cls
793
rd /S /Q "%userprofile%\Cookies\"
794
795
rd /S /Q "%userprofile%\AppData\Local\Temporary Internet Files\"
796
797
798
PING 1.1.1.1 -n 1 -w 1000 >NUL
799
cls
800
echo Job done
801
PING 1.1.1.1 -n 1 -w 500 >NUL
802
echo Going back...
803
PING 1.1.1.1 -n 1 -w 500 >NUL
804
goto mode
805
806
:tempcleaner
807
if exist C:\Users goto tempvista
808
goto tempxp
809
810
:tempxp
811
rd /S /Q "%userprofile%\Local Settings\Temp\" >NUL 2>NUL
812
rd /S /Q "%windir%\Temp\" >NUL 2>NUL
813
mkdir "%userprofile%\Local Settings\Temp\" >NUL 2>NUL
814
mkdir "%windir%\Temp\" >NUL 2>NUL
815
816
PING 1.1.1.1 -n 1 -w 1000 >NUL
817
cls
818
echo Job done
819
PING 1.1.1.1 -n 1 -w 500 >NUL
820
echo Going back...
821
PING 1.1.1.1 -n 1 -w 500 >NUL
822
goto mode
823
824
:tempvista
825
rd /S /Q "%userprofile%\AppData\Local\Temp\" >NUL 2>NUL
826
rd /S /Q "%windir%\Temp\" >NUL 2>NUL
827
mkdir "%userprofile%\AppData\Local\Temp\" >NUL 2>NUL
828
mkdir "%windir%\Temp\" >NUL 2>NUL
829
830
PING 1.1.1.1 -n 1 -w 1000 >NUL
831
cls
832
echo Job done
833
PING 1.1.1.1 -n 1 -w 500 >NUL
834
echo Going back...
835
PING 1.1.1.1 -n 1 -w 500 >NUL
836
goto mode
837
838
:wrongie
839
cls
840
echo Wrong mode selected. Try again:
841
echo 2
842
PING 1.1.1.1 -n 1 -w 1000 >NUL
843
echo 1
844
PING 1.1.1.1 -n 1 -w 1000 >NUL
845
cls
846
goto iexplorer
847
848
:squid
849
cls
850
set squid_dir=C:\Squid
851
goto squidmode
852
853
:squidmode
854
cls
855
echo Squid path is set to:
856
echo "%squid_dir%"
857
if exist "%squid_dir%\cache" (echo and it's correct) ELSE (echo and it's not correct)
858
echo.
859
echo 0. Reload / Reset config to default settings
860
echo 1. Clear Squid Cache
861
echo 2. Configuration (if You installed Squid in different folder than default)
862
echo 3. Back
863
set choice=
864
set /p choice=
865
if '%choice%'=='0' goto squid
866
if '%choice%'=='1' goto squidgo
867
if '%choice%'=='2' goto squidconfig
868
if '%choice%'=='3' goto mode
869
goto wrongsquid
870
871
:squidgo
872
cls
873
taskkill /F /im squid.exe
874
del /F /S /Q "%squid_dir%\cache"
875
start /b C:\squid\sbin\squid.exe
876
PING 1.1.1.1 -n 1 -w 1000 >NUL
877
cls
878
echo Job done
879
PING 1.1.1.1 -n 1 -w 500 >NUL
880
echo Going back...
881
PING 1.1.1.1 -n 1 -w 500 >NUL
882
goto mode
883
884
:squidconfig
885
cls
886
echo Please type full Squid path e.g. C:\Squid and press enter
887
SET /P SQ=
888
SET squid_dir=%SQ%
889
echo Setting path...
890
PING 1.1.1.1 -n 1 -w 500 >NUL
891
cls
892
echo Path is set to:
893
echo "%squid_dir%"
894
echo Going back...
895
PING 1.1.1.1 -n 1 -w 500 >NUL
896
goto squidmode
897
898
:wrongsquid
899
cls
900
echo Wrong mode selected. Try again:
901
echo 2
902
PING 1.1.1.1 -n 1 -w 1000 >NUL
903
echo 1
904
PING 1.1.1.1 -n 1 -w 1000 >NUL
905
cls
906
goto squidmode
907
908
:auto
909
cls
910
echo 1. Safe mode - will delete only older files.
911
echo (Use it if BOT works fine but you'd like to reduce its size)
912
echo 2. Forced mode - will delete all files which may cause problems
913
echo (Use it if BOT doesn't work properly.)
914
echo 3. Back
915
echo.
916
set choice=
917
set /p choice=
918
919
if '%choice%'=='1' goto autonormal
920
if '%choice%'=='2' goto autoforced
921
if '%choice%'=='3' goto mode
922
923
:autonormal
924
echo Auto mode selected
925
PING 1.1.1.1 -n 1 -w 500 >NUL
926
echo killing BOT executables (just in case)
927
taskkill /F /im farmvillebot.exe> NUL 2>&1
928
if %errorlevel% EQU 0 set restart=farmvillebot.exe
929
taskkill /F /im farmvillebot_lite.exe> NUL 2>&1
930
if %errorlevel% EQU 0 set restart=farmvillebot_lite.exe
931
taskkill /F /im php_farmvillebot.exe> NUL 2>&1
932
933
if exist %install_dir%\farmville-flash\*.swf goto backup-flash
934
935
echo There is no files in farmville-flash folder. Use Forced mode instead
936
echo.
937
pause
938
goto auto
939
940
:backup-flash
941
cd /D "%install_dir%"
942
if exist farmville-flash_backup rd /S /Q farmville-flash_backup> NUL 2>&1
943
FOR /F "tokens=1-2 delims==_" %%A IN ('dir farmville-flash\ /b') DO set highest_num=%%A
944
mkdir farmville-flash_backup> NUL 2>&1
945
move farmville-flash\%highest_num%* farmville-flash_backup\> NUL 2>&1
946
echo Clearing farmville-flash directory:
947
PING 1.1.1.1 -n 1 -w 300 >NUL
948
del /f/q/s "farmville-flash\*.*"> NUL 2>&1
949
move farmville-flash_backup\*.* farmville-flash\> NUL 2>&1
950
rd /S /Q farmville-flash_backup> NUL 2>&1
951
952
if exist %install_dir%\farmville-xml\*.xml goto backup-xml
953
954
echo There is no files in farmville-xml folder. Use Forced mode instead
955
echo.
956
pause
957
goto auto
958
959
:backup-xml
960
cd /D "%install_dir%"
961
if exist farmville-xml_backup rd /S /Q farmville-flash_xml> NUL 2>&1
962
FOR /F "tokens=1-2 delims==_" %%A IN ('dir farmville-xml\ /b') DO set highest_num=%%A
963
mkdir farmville-xml_backup> NUL 2>&1
964
move farmville-xml\%highest_num%* farmville-xml_backup\> NUL 2>&1
965
echo Clearing farmville-xml directory:
966
PING 1.1.1.1 -n 1 -w 300 >NUL
967
del /f/q/s "farmville-xml\*.*"> NUL 2>&1
968
move farmville-xml_backup\*.* farmville-xml\> NUL 2>&1
969
rd /S /Q farmville-xml_backup> NUL 2>&1
970
971
echo Clearing farmville-logs directory:
972
PING 1.1.1.1 -n 1 -w 300 >NUL
973
del /f/q/s "farmville-logs\*.*"> NUL 2>&1
974
975
echo Clearing farmville-sqlite directory:
976
PING 1.1.1.1 -n 1 -w 300 >NUL
977
del /f/q/s "farmville-sqlite\*.*"> NUL 2>&1
978
979
echo Deleting achievement_info.txt
980
PING 1.1.1.1 -n 1 -w 300 >NUL
981
del /f/q/s "achievement_info.txt"> NUL 2>&1
982
983
echo Deleting collectable_info.txt
984
PING 1.1.1.1 -n 1 -w 300 >NUL
985
del /f/q/s "collectable_info.txt"> NUL 2>&1
986
987
echo Deleting sqlite_check.txt
988
PING 1.1.1.1 -n 1 -w 300 >NUL
989
del /f/q/s "sqlite_check.txt"> NUL 2>&1
990
991
echo Deleting transforms.txt
992
PING 1.1.1.1 -n 1 -w 300 >NUL
993
del /f/q/s "transforms.txt"> NUL 2>&1
994
995
echo Deleting units.txt
996
PING 1.1.1.1 -n 1 -w 300 >NUL
997
del /f/q/s "units.txt"> NUL 2>&1
998
999
echo Deleting data.sqlite
1000
PING 1.1.1.1 -n 1 -w 300 >NUL
1001
del /f/q/s "data.sqlite"> NUL 2>&1
1002
1003
echo Deleting AnimalMover_info.txt
1004
PING 1.1.1.1 -n 1 -w 300 >NUL
1005
del /f/q/s "AnimalMover_info.txt"> NUL 2>&1
1006
1007
echo Deleting out.txt
1008
PING 1.1.1.1 -n 1 -w 300 >NUL
1009
del /f/q/s "out.txt"> NUL 2>&1
1010
1011
echo Deleting rew_data_raw_*.txt
1012
PING 1.1.1.1 -n 1 -w 300 >NUL
1013
del /f/q/s "rew_data_raw_*.txt"> NUL 2>&1
1014
1015
echo Deleting *log2.txt files
1016
PING 1.1.1.1 -n 1 -w 300 >NUL
1017
del /f/q/s "*log2.txt"> NUL 2>&1
1018
1019
echo Deleting *_image_download_log.csv files
1020
PING 1.1.1.1 -n 1 -w 300 >NUL
1021
del /f/q/s "*_image_download_log.csv"> NUL 2>&1
1022
1023
echo Deleting *_gifts_send.csv
1024
PING 1.1.1.1 -n 1 -w 300 >NUL
1025
del /f/q/s "*_gifts_send.csv"> NUL 2>&1
1026
1027
echo Deleting *_gifts_send_thankyou.csv
1028
PING 1.1.1.1 -n 1 -w 300 >NUL
1029
del /f/q/s "*_gifts_send_thankyou.csv"> NUL 2>&1
1030
1031
echo Deleting *_gifts_accepted.csv
1032
PING 1.1.1.1 -n 1 -w 300 >NUL
1033
del /f/q/s "*_gifts_accepted.csv"> NUL 2>&1
1034
1035
echo Deleting *_XY_mapLOG.txt
1036
PING 1.1.1.1 -n 1 -w 300 >NUL
1037
del /f/q/s "*_XY_mapLOG.txt"> NUL 2>&1
1038
1039
if [%restart%] NEQ [] echo Restarting Bot&PING 1.1.1.1 -n 1 -w 500 >NUL&start %install_dir%/%restart%
1040
1041
goto end_done
1042
1043
:autoforced
1044
echo Auto mode selected
1045
PING 1.1.1.1 -n 1 -w 500 >NUL
1046
echo killing BOT executables (just in case)
1047
taskkill /F /im farmvillebot.exe> NUL 2>&1
1048
if %errorlevel% EQU 0 set restart=farmvillebot.exe
1049
taskkill /F /im farmvillebot_lite.exe> NUL 2>&1
1050
if %errorlevel% EQU 0 set restart=farmvillebot_lite.exe
1051
taskkill /F /im php_farmvillebot.exe> NUL 2>&1
1052
1053
cd /D "%install_dir%"
1054
1055
echo Clearing farmville-flash directory:
1056
PING 1.1.1.1 -n 1 -w 300 >NUL
1057
del /f/q/s "farmville-flash\*.*"> NUL 2>&1
1058
1059
echo Clearing farmville-xml directory:
1060
PING 1.1.1.1 -n 1 -w 300 >NUL
1061
del /f/q/s "farmville-xml\*.*"> NUL 2>&1
1062
1063
echo Clearing farmville-logs directory:
1064
PING 1.1.1.1 -n 1 -w 300 >NUL
1065
del /f/q/s "farmville-logs\*.*"> NUL 2>&1
1066
1067
echo Clearing farmville-sqlite directory:
1068
PING 1.1.1.1 -n 1 -w 300 >NUL
1069
del /f/q/s "farmville-sqlite\*.*"> NUL 2>&1
1070
1071
echo Deleting achievement_info.txt
1072
PING 1.1.1.1 -n 1 -w 300 >NUL
1073
del /f/q/s "achievement_info.txt"> NUL 2>&1
1074
1075
echo Deleting collectable_info.txt
1076
PING 1.1.1.1 -n 1 -w 300 >NUL
1077
del /f/q/s "collectable_info.txt"> NUL 2>&1
1078
1079
echo Deleting sqlite_check.txt
1080
PING 1.1.1.1 -n 1 -w 300 >NUL
1081
del /f/q/s "sqlite_check.txt"> NUL 2>&1
1082
1083
echo Deleting transforms.txt
1084
PING 1.1.1.1 -n 1 -w 300 >NUL
1085
del /f/q/s "transforms.txt"> NUL 2>&1
1086
1087
echo Deleting units.txt
1088
PING 1.1.1.1 -n 1 -w 300 >NUL
1089
del /f/q/s "units.txt"> NUL 2>&1
1090
1091
echo Deleting data.sqlite
1092
PING 1.1.1.1 -n 1 -w 300 >NUL
1093
del /f/q/s "data.sqlite"> NUL 2>&1
1094
1095
echo Deleting AnimalMover_info.txt
1096
PING 1.1.1.1 -n 1 -w 300 >NUL
1097
del /f/q/s "AnimalMover_info.txt"> NUL 2>&1
1098
1099
echo Deleting out.txt
1100
PING 1.1.1.1 -n 1 -w 300 >NUL
1101
del /f/q/s "out.txt"> NUL 2>&1
1102
1103
echo Deleting rew_data_raw_*.txt
1104
PING 1.1.1.1 -n 1 -w 300 >NUL
1105
del /f/q/s "rew_data_raw_*.txt"> NUL 2>&1
1106
1107
echo Deleting *log2.txt files
1108
PING 1.1.1.1 -n 1 -w 300 >NUL
1109
del /f/q/s "*log2.txt"> NUL 2>&1
1110
1111
echo Deleting *_image_download_log.csv files
1112
PING 1.1.1.1 -n 1 -w 300 >NUL
1113
del /f/q/s "*_image_download_log.csv"> NUL 2>&1
1114
1115
echo Deleting *_gifts_send.csv
1116
PING 1.1.1.1 -n 1 -w 300 >NUL
1117
del /f/q/s "*_gifts_send.csv"> NUL 2>&1
1118
1119
echo Deleting *_gifts_send_thankyou.csv
1120
PING 1.1.1.1 -n 1 -w 300 >NUL
1121
del /f/q/s "*_gifts_send_thankyou.csv"> NUL 2>&1
1122
1123
echo Deleting *_gifts_accepted.csv
1124
PING 1.1.1.1 -n 1 -w 300 >NUL
1125
del /f/q/s "*_gifts_accepted.csv"> NUL 2>&1
1126
1127
echo Deleting *_XY_mapLOG.txt
1128
PING 1.1.1.1 -n 1 -w 300 >NUL
1129
del /f/q/s "*_XY_mapLOG.txt"> NUL 2>&1
1130
1131
if [%restart%] NEQ [] echo Restarting Bot&PING 1.1.1.1 -n 1 -w 500 >NUL&start %install_dir%/%restart%
1132
1133
1134
goto end_done
1135
1136
:manual
1137
cls
1138
echo Info:
1139
echo Program won't ask to confirm file removal if:
1140
echo Folder is empty (there is no files in it)
1141
echo Specified file doesn't exist
1142
pause
1143
1144
PING 1.1.1.1 -n 1 -w 500 >NUL
1145
echo killing BOT executables (just in case)
1146
taskkill /F /im farmvillebot.exe> NUL 2>&1
1147
if %errorlevel% EQU 0 set restart=farmvillebot.exe
1148
taskkill /F /im farmvillebot_lite.exe> NUL 2>&1
1149
if %errorlevel% EQU 0 set restart=farmvillebot_lite.exe
1150
taskkill /F /im php_farmvillebot.exe> NUL 2>&1
1151
1152
cd /D "%install_dir%"
1153
if exist farmville-flash (echo Clearing farmville-flash directory:
1154
PING 1.1.1.1 -n 1 -w 300 >NUL
1155
del /P "farmville-flash\*.*"
1156
echo done) ELSE (echo specified file or directory doesn't exist)
1157
1158
if exist farmville-logs (echo Clearing farmville-logs directory:
1159
PING 1.1.1.1 -n 1 -w 300 >NUL
1160
del /P "farmville-logs\*.*"
1161
echo done) ELSE (echo specified file or directory doesn't exist)
1162
1163
if exist farmville-sqlite (echo Clearing farmville-sqlite directory:
1164
PING 1.1.1.1 -n 1 -w 300 >NUL
1165
del /P "farmville-sqlite\*.*"
1166
echo done) ELSE (echo specified file or directory doesn't exist)
1167
1168
if exist farmville-xml (echo Clearing farmville-xml directory:
1169
PING 1.1.1.1 -n 1 -w 300 >NUL
1170
del /P "farmville-xml\*.*"
1171
echo done) ELSE (echo specified file or directory doesn't exist)
1172
1173
if exist achievement_info.txt (echo Deleting achievement_info.txt
1174
PING 1.1.1.1 -n 1 -w 300 >NUL
1175
del /P "achievement_info.txt"
1176
echo done) ELSE (echo specified file or directory doesn't exist)
1177
1178
if exist collectable_info.txt (echo Deleting collectable_info.txt
1179
PING 1.1.1.1 -n 1 -w 300 >NUL
1180
del /P "collectable_info.txt"
1181
echo done) ELSE (echo specified file or directory doesn't exist)
1182
1183
if exist sqlite_check.txt (echo Deleting sqlite_check.txt
1184
PING 1.1.1.1 -n 1 -w 300 >NUL
1185
del /P "sqlite_check.txt"
1186
echo done) ELSE (echo specified file or directory doesn't exist)
1187
1188
if exist transforms.txt (echo Deleting transforms.txt
1189
PING 1.1.1.1 -n 1 -w 300 >NUL
1190
del /P "transforms.txt"
1191
echo done) ELSE (echo specified file or directory doesn't exist)
1192
1193
if exist units.txt (echo Deleting units.txt
1194
PING 1.1.1.1 -n 1 -w 300 >NUL
1195
del /P "units.txt"
1196
echo done) ELSE (echo specified file or directory doesn't exist)
1197
1198
if exist data.sqlite (echo Deleting data.sqlite
1199
PING 1.1.1.1 -n 1 -w 300 >NUL
1200
del /P "data.sqlite"
1201
echo done) ELSE (echo specified file or directory doesn't exist)
1202
1203
if exist AnimalMover_info.txt (echo Deleting AnimalMover_info.txt
1204
PING 1.1.1.1 -n 1 -w 300 >NUL
1205
del /P "AnimalMover_info.txt"
1206
echo done) ELSE (echo specified file or directory doesn't exist)
1207
1208
if exist out.txt (echo Deleting out.txt
1209
PING 1.1.1.1 -n 1 -w 300 >NUL
1210
del /P "out.txt"
1211
echo done) ELSE (echo specified file or directory doesn't exist)
1212
1213
echo Deleting rew_data_raw_*.txt
1214
PING 1.1.1.1 -n 1 -w 300 >NUL
1215
del /P "rew_data_raw_*.txt"
1216
1217
echo Deleting *log2.txt files
1218
PING 1.1.1.1 -n 1 -w 300 >NUL
1219
del /P "*log2.txt"
1220
echo done
1221
1222
echo Deleting *_image_download_log.csv files
1223
PING 1.1.1.1 -n 1 -w 300 >NUL
1224
del /P "*_image_download_log.csv"
1225
echo done
1226
1227
echo Deleting *_gifts_send.csv
1228
PING 1.1.1.1 -n 1 -w 300 >NUL
1229
del /P "*_gifts_send.csv"
1230
echo done
1231
1232
echo Deleting *_gifts_send_thankyou.csv
1233
PING 1.1.1.1 -n 1 -w 300 >NUL
1234
del /P "*_gifts_send_thankyou.csv"
1235
echo done
1236
1237
echo Deleting *_gifts_accepted.csv
1238
PING 1.1.1.1 -n 1 -w 300 >NUL
1239
del /P "*_gifts_accepted.csv"
1240
echo done
1241
1242
echo Deleting *_XY_mapLOG.txt
1243
PING 1.1.1.1 -n 1 -w 300 >NUL
1244
del /P "*_XY_mapLOG.txt"
1245
echo done
1246
1247
if [%restart%] NEQ [] echo Restarting Bot&PING 1.1.1.1 -n 1 -w 500 >NUL&start %install_dir%/%restart%
1248
1249
goto end_done
1250
1251
:wrong
1252
cls
1253
echo Wrong mode selected. Try again:
1254
echo 2
1255
PING 1.1.1.1 -n 1 -w 1000 >NUL
1256
echo 1
1257
PING 1.1.1.1 -n 1 -w 1000 >NUL
1258
cls
1259
goto mode
1260
1261
:end_done
1262
cls
1263
echo Job Done. Going back to main menu
1264
PING 1.1.1.1 -n 1 -w 1000 >NUL
1265
goto mode
1266
1267
:end
1268
cls
1269
CD /D %current_dir%
1270
echo Bye...
1271
PING 1.1.1.1 -n 1 -w 300 >NUL
Sual verin
Cavab verin