Skip to content

Commit

Permalink
UPDATE 10/21/18 01:15:03
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluscream committed Oct 20, 2018
1 parent c48cfc4 commit b86ca70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ Scripts/*.exe
Scripts/*_TransMAP_*.txt
Scripts/temp/

Lib/_Struct.ahk
Lib/DateParse.ahk
Lib/Gdip*.ahk
Lib/gdiplus.dll
Lib/JSON.ahk
Lib/region.ahk
Lib/sizeof.ahk
Lib/WatchDirectory.ahk
Lib/
!Lib/bluscream.ahk
!Lib/logtail.ahk
!Lib/region.ahk
!Lib/scs.ahk

AHKStudio/
AutoGUI/
Expand Down
5 changes: 1 addition & 4 deletions Scripts/ETS2MP AntiAFK.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ global queue_pattern := "^Connection established \(position in queue: (\d+)\)\.$
global joined_msg := "Connection established!"

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

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

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

global chat_key := GetChatKey()
global server := ""
Expand Down
Binary file modified Scripts/bin/ETS2MP AntiAFK.exe
Binary file not shown.

0 comments on commit b86ca70

Please sign in to comment.