Jump to content
ZLOFENIX Games

userdsp

User
  • Content Count

    31
  • Joined

  • Last visited

Community Reputation

1 Обычный

About userdsp

  • Rank
    Пользователь/Member
  • Birthday 02/03/1981

Recent Profile Visitors

1295 profile views
  1. If NOT WinExists("Battlefield 3™ Server") And NOT WinExists("ZLOLauncher") And $count = 0 And $FirstChunks[0] <> " list-group-item-danger' lang='en'>Dead " Then Do $iPing = Ping("zloemu.org") Sleep(1000) Until $iPing > 0 If $SecondChunks[0] == "0" Then _KillBF3Server() If $SecondChunks[0] <> "0" Then Run('LauncherServer.exe');, '', @SW_SHOW) ; change this path to your own WinActivate('ZLOLAuncher', 'Connect to master') WinWaitActive('ZLOLAuncher', 'Connect to master') Sleep(300) ;Opt("MouseCoordMode", 2) ;MouseMove(75,
  2. I update this If statement: If NOT WinExists("Battlefield 3™ Server") And NOT WinExists("ZLOLauncher") And $count = 0 And $FirstChunks[0] <> " list-group-item-danger' lang='en'>Dead " Then Do $iPing = Ping("zloemu.org") Sleep(1000) Until $iPing > 0 If $SecondChunks[0] == "0" Then _KillBF3Server() If $SecondChunks[0] <> "0" Then Run('LauncherServer.exe');, '', @SW_SHOW) ; change this path to your own WinActivate('ZLOLAuncher', 'Connect to master') WinWaitActive('ZLOLAuncher', 'Connect to master') Sleep(300) ;Opt("Mouse
  3. 32bit version Dont click with mouse button's about a half minute after you start the program to be sure Button 'Connect to Masters' is clicked! ServerLauncherBF3.rar
  4. Thanx Despo, i will try to use this code! I'm trying to prevent server crashes when master server is dead, so i do this, but maybe there is better way to do it: #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=F:\Downloads\Battlefield 3 [ZloEMU V.6.3.X]\Icon.ico #AutoIt3Wrapper_Compile_Both=y #AutoIt3Wrapper_UseX64=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.12.0 Author: userdsp Script Function: Template AutoIt script. #ce ---
  5. Just do so from the outset. The names are correct, but does not accept the command ENTER if on the same line.
  6. Yes it look beter but doesn't work But... ControlSend("ZLOLAuncher", "TButton1", "[CLASS:TButton; INSTANCE:1]","") Send("{ENTER}") Works Thx a lot!
  7. Please delete my last two post's! I can't edit them. Included system date and clock for last boot This is my first release, please test and comment here! Just put this file at server directory where are start files and start it. If you wish to stop this program look at try icons, right click and press exit. https://drive.google.com/file/d/0B6mBjhaEs6BdSjVlQ0N3Skg2M0U/view?usp=sharing #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.12.0 Author: userdsp Script Function: Template AutoIt script. #ce -------------------
  8. No is the {Space} Key, but if i left it {Space} it doesn't work :/
  9. No the first file (LauncherServer.bat) check do you have internet connection and when he get response from ping google.com LauncherServer.bat end and start the second file (LauncherServer.vbs) witch start Launcher.exe, waited 3 seconds and press the connect button, after that script has starting the _StartServer.bat file and close him self. This scripts solve a problem to me iff my PC lose a power and auto start my server when PC loaded the OS again. If you start LauncherServer.bat or a LauncherServer.vbs manual (second time after startup) it will kill process bf3.exe (if you have server and g
  10. Не е нужно да имаш рутер! Просто променяш порта в _StartServer.bat файла на втория сървър и си готов ;) примерно set REMOTEADMINPORT=localhost:48890
  11. Hi to everyones! I wrote a small startup a file's that starts the server and I press the button to connect the server launcher. Put both files (LauncherServer.bat and LauncherServer.vbs) in the root folder on the server. Set LauncherServer.bat shortcut in windows startup LauncherServer.bat: @echo off rem batch file to ping a Server until rem it is available. Then wait 10 seconds rem ping host until it responds :start ping -n 10 -w 3000 google.com if %errorlevel% == 0 goto :LauncherServer rem wait for 30 seconds before trying again @echo Waiting 10 seconds... ping -n 30 127.0.0.1 >
  12. А мога ли тук да направя тема за мой сървър?
  13. Попитах във форумът на procon дали мога да ползвам повече от един компютър за сървър на BF3 (да смятат паралелно в басейн). Попитаха ме какъв е сървара и като отговорих че е теглен от злоему и ме баннаха "You have been banned for the following reason: No reason was specified. Date the ban will be lifted: Never" Това доста ме учуди, но както и да е! Та да попитам и тук с риск да бъда баннат, има ли такава възможност? :D
×
×
  • Create New...