Func fn0848()
$var196b = "Your first start:" & @

$var196b &= "1) Login in your account" & @

$var196b &= "2) Remove all popup window (Bonus day, etc..)" & @

$var196b &= "3) Enter your Server in the TextBox" & @

$var196b &= "4) Wait if the page is not full loaded" & @

$var196b &= "5) Press 'Load Map' button" & @

$var196b &= "6) Set up your bot session and press start"
$var19b1 = GUICreate("Form1", 615, 428, 195, 162, $var05cf)
GUISetBkColor(4210752)
$var19b2 = GUICtrlCreateLabel($var196b, 24, 8, 523, 350)
GUICtrlSetFont(-1, 24, 400, 0, "Helvetica Neue")
GUICtrlSetColor(-1, 11184810)
$var19b3 = GUICtrlCreateCheckbox("", 24, 400, 17, 17)
GUICtrlCreateLabel("Don't show me again", 24 + 20, 402, 100, 17)
GUICtrlSetColor(-1, 11184810)
$var19b4 = GUICtrlCreateButton("OK", 160, 400, 50, 20)
GUISetState(@SW_SHOW)
While 1
$local0293 = GUIGetMsg()
Switch $local0293
Case $var19b4
If GUICtrlRead($var19b3) = $var0068 Then
DirCreate(@LOCALAPPDATADIR & "\FsBot\")
FileWrite(@LOCALAPPDATADIR & "\FsBot\first.txt", "1")
EndIf
GUIDelete($var19b1)
ExitLoop
EndSwitch
WEnd
EndFunc