Skip to content

Commit b86ca70

Browse files
committed
UPDATE 10/21/18 01:15:03
1 parent c48cfc4 commit b86ca70

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.gitignore

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ Scripts/*.exe
44
Scripts/*_TransMAP_*.txt
55
Scripts/temp/
66

7-
Lib/_Struct.ahk
8-
Lib/DateParse.ahk
9-
Lib/Gdip*.ahk
10-
Lib/gdiplus.dll
11-
Lib/JSON.ahk
12-
Lib/region.ahk
13-
Lib/sizeof.ahk
14-
Lib/WatchDirectory.ahk
7+
Lib/
8+
!Lib/bluscream.ahk
9+
!Lib/logtail.ahk
10+
!Lib/region.ahk
11+
!Lib/scs.ahk
1512

1613
AHKStudio/
1714
AutoGUI/

Scripts/ETS2MP AntiAFK.ahk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ global queue_pattern := "^Connection established \(position in queue: (\d+)\)\.$
2525
global joined_msg := "Connection established!"
2626

2727
global system_pattern := "^\[(.*)\] (.*)$"
28-
global others_kick_pattern := "^(.*)\((\d+)\) has been kicked\.$"
28+
global others_kick_pattern := "^Player (.*)\((\d+)\) has been kicked\.$"
2929
global pm_pattern_from := "^Message from (.*)\((\d+)\): (.*)$"
3030
global pm_pattern_to := "^Message to (.*)\((\d+)\): (.*)$"
3131

@@ -35,9 +35,6 @@ global afk_warning := "Please move! If you will not move within next minute you
3535
global headlights_pattern := "^\*\*\* Turn on your headlights! If you will not enable them, you will be kicked within (\d+) seconds! \*\*\*$"
3636

3737
;[07:57:37] You have been kicked from the server. Reason: Invalid accessory set detected. Sorry, you're not a Game Moderator! (NetTruck).
38-
;[07:44:27] System Message: Message from KartalHD(737): ım go to duisburg hotel ?
39-
;[07:44:28] Message from Bluscream (ID: 45): /r where are you?
40-
;[07:44:34] System Message: Message to KartalHD(737): lol
4138

4239
global chat_key := GetChatKey()
4340
global server := ""

Scripts/bin/ETS2MP AntiAFK.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)