Seite 2 von 2

Re: MFBot crash checker

Verfasst: Mi 1. Feb 2023, 20:30
von StewieBiatch
kingchenC hat geschrieben: Mi 1. Feb 2023, 18:12
good idea hat geschrieben: Mo 5. Dez 2022, 15:22
kingchenC hat geschrieben: Mo 5. Dez 2022, 14:44 Source Code? Maybe you can upload to Github, i dont trust any exe files, if you understand ;)
Then you are not able to bot anyway! :D
Forgot to write back..
Just my cent and 10 sec work without any external untrusted exe's :D

Code: Alles auswählen

@echo off
:loop
start ....Path....\MFBot\MFBot.exe
timeout /t 3200 >null
taskkill /f /im MFBot.exe >nul
goto loop
Just create a new shortcut of the batch file, go settings and auto start with admin rights and enjoy, easy restarter every 60 minutes :D
Thx, i had to use it, because my bot freezes everytime on eu1 server.


EDIT: Ehm...where can i see if it is running or not? I can not see anything in Task manager

Re: MFBot crash checker

Verfasst: Do 2. Feb 2023, 19:57
von kingchenC
StewieBiatch hat geschrieben: Mi 1. Feb 2023, 20:30
kingchenC hat geschrieben: Mi 1. Feb 2023, 18:12
good idea hat geschrieben: Mo 5. Dez 2022, 15:22

Then you are not able to bot anyway! :D
Forgot to write back..
Just my cent and 10 sec work without any external untrusted exe's :D

Code: Alles auswählen

@echo off
:loop
start ....Path....\MFBot\MFBot.exe
timeout /t 3200 >null
taskkill /f /im MFBot.exe >nul
goto loop
Just create a new shortcut of the batch file, go settings and auto start with admin rights and enjoy, easy restarter every 60 minutes :D
Thx, i had to use it, because my bot freezes everytime on eu1 server.


EDIT: Ehm...where can i see if it is running or not? I can not see anything in Task manager
You created a new .bat file?
And you edited your correct path after start in the code?

Re: MFBot crash checker

Verfasst: Do 2. Feb 2023, 20:19
von StewieBiatch
I figure it out. I must not close the cmd window. There is nothing written, but it works.

Re: MFBot crash checker

Verfasst: Do 2. Feb 2023, 21:21
von kingchenC
StewieBiatch hat geschrieben: Do 2. Feb 2023, 20:19 I figure it out. I must not close the cmd window. There is nothing written, but it works.
Yes, if you close the cmd window then the batch file not work xD
and yes there is no text, just minimize the cmd.

and on the mfbot general settings, just enable "start minimized".. ;)