• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Sweden] Qudaria - RL map 8.4

This is what we added today:

* !buyblessings added (100k for all)
* !buyrope added (200gp)
* !buybackpack added (100gp)
* !buyshovel added (100gp)
 
Not a good sign when the hoster wants to have the best wars, will be some foul play!
 
Use AutoIt and this script

Code:
$OT_path = "" ; just put the whole path to the ot's .exe file.
$OT_PROCCES = "" ; just set the name of the procces the server have when it's running
 
; check~
If Not StringRight($OT_path, 4) = ".exe" Then
$OT_path = $OT_path & '.exe'
EndIf
 
If Not StringRight($OT_PROCCES, 4) = ".exe" Then
$OT_PROCCES = $OT_PROCCES & '.exe'
EndIf
 
While 1
	Sleep(100)
	If WinExists("Microsoft Windows", "The Forgo") Then
		ControlSend("Microsoft Windows", '', "{ENTER}", 0)
		Sleep(300)
		If Not ProcessExists($OT_PROCCES) Then
			Run($OT_path)
		EndIf
	EndIf
WEnd

Credits to Zisly
 
Use AutoIt and this script

Code:
$OT_path = "" ; just put the whole path to the ot's .exe file.
$OT_PROCCES = "" ; just set the name of the procces the server have when it's running
 
; check~
If Not StringRight($OT_path, 4) = ".exe" Then
$OT_path = $OT_path & '.exe'
EndIf
 
If Not StringRight($OT_PROCCES, 4) = ".exe" Then
$OT_PROCCES = $OT_PROCCES & '.exe'
EndIf
 
While 1
	Sleep(100)
	If WinExists("Microsoft Windows", "The Forgo") Then
		ControlSend("Microsoft Windows", '', "{ENTER}", 0)
		Sleep(300)
		If Not ProcessExists($OT_PROCCES) Then
			Run($OT_path)
		EndIf
	EndIf
WEnd

Credits to Zisly

nop, auto-it = trojan horse lol.
 
Why would it be a trojan :eek:?

A lot of ppl use it

If you mean win32?
that's not a virus -.-

EDIT:
The 1 i posted works with the error window

How do i add ppl to the bounty list?
 
Last edited:
Use AutoIt and this script

Code:
$OT_path = "" ; just put the whole path to the ot's .exe file.
$OT_PROCCES = "" ; just set the name of the procces the server have when it's running
 
; check~
If Not StringRight($OT_path, 4) = ".exe" Then
$OT_path = $OT_path & '.exe'
EndIf
 
If Not StringRight($OT_PROCCES, 4) = ".exe" Then
$OT_PROCCES = $OT_PROCCES & '.exe'
EndIf
 
While 1
	Sleep(100)
	If WinExists("Microsoft Windows", "The Forgo") Then
		ControlSend("Microsoft Windows", '', "{ENTER}", 0)
		Sleep(300)
		If Not ProcessExists($OT_PROCCES) Then
			Run($OT_path)
		EndIf
	EndIf
WEnd

Credits to Zisly

Doesn't work.
 
Some polish retard duplicated like a fuck load of crystal coins, we are upgrading to beta 3 now.
 

Similar threads

Back
Top