Local disklərə daxil ola bilmirəm

C,D,E,F heç bir diskə daxil ola bilmirəm. Qarşıma bu (şəkilə baxın) çıxır. Formatda elədim düzəlmədi. Necə edim?


Yadda saxlama
Kateqoriya: Windows əməliyyat sistemi . . Qısa keçid.

Verilmiş cavablar və yazılan şərhlər (5 cavab var)

(11:15, 28/12/2011 ) #5733

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

(11:33, 28/12/2011 ) #5734

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

(16:13, 28/12/2011 ) #5745

Her 2nizde cox sagolun, He D-ni format elememiwdim ola biler ordan kecib ok antivirusla yoxlayaram

Cavablamaq üçün sağ sütundan hesaba daxil olmaq lazımdır

(23:24, 02/01/2012 ) #5954

Win+R və C: yaz,daxil ol. Problem isə virusdur.

Cavablamaq üçün sağ sütundan hesaba daxil olmaq lazımdır

(17:01, 20/01/2012 ) #7126

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

Bu suala aid öz sualım var:
Sual verin
Bu suala cavab vermək istəyirəm:
Cavab verin

Cavab verin


Cavab yazmaq üçün lütfən sağ sütundan və ya buradan hesaba daxil olun.

Üzvlər üçün giriş

Qeydiyyat

Elan qutusu

Son cavablar və şərhlər

E. Hacı cavab verdi - Elektron servis xidmətləri (2 gün əvvəl)

cavaninsan cavab verdi - Amerika səhmləri (11 gün əvvəl)

Software Developer cavab verdi - Amerika səhmləri (11 gün əvvəl)

SN cavab verdi - Kripto vergi (20 gün əvvəl)

Nicat97 cavab verdi - ilkaddimlar.com-a nə oldu? (27 gün əvvəl)

nicatmemmedli cavab verdi - Proqramlaşdırma - fəlsəfə (31 gün əvvəl)

nicatmemmedli cavab verdi - ilkaddimlar.com-a nə oldu? (31 gün əvvəl)

Software Developer cavab verdi - ilkaddimlar.com-a nə oldu? (41 gün əvvəl)

E. Hacı cavab verdi - Adsense ya görə VÖEN gəlir vergisi 20% istəyirlər (50 gün əvvəl)

Triste cavab verdi - Adsense ya görə VÖEN gəlir vergisi 20% istəyirlər (52 gün əvvəl)

E. Hacı cavab verdi - Adsense ya görə VÖEN gəlir vergisi 20% istəyirlər (52 gün əvvəl)

Triste cavab verdi - Adsense ya görə VÖEN gəlir vergisi 20% istəyirlər (52 gün əvvəl)

E. Hacı cavab verdi - Telefon almışam kamerasında ləkə var qaytarmaq istəyirəm, mağaza qaytarmır (52 gün əvvəl)

Software Developer cavab verdi - Rus dili yatırımı (53 gün əvvəl)

Cənab cavab verdi - Rus dili yatırımı (53 gün əvvəl)

Software Developer - 615 xal

E. Hacı - 608 xal

Onar Alili - 526 xal

Dilsuz - 448 xal

Cabbarov Sübhan - 434 xal

Maqa - 346 xal

Ruslan Butdayev - 328 xal

Namiq Bəndəli - 297 xal

U.Tarlan - 244 xal

Meherremoff - 234 xal

Sistemə daxil olmuş 23309 sualdan 92%-dən çoxu cavablandırılmışdır.

Proyekt haqqında

E-Haci.net istehsalı. © 2010-2025