Skip to content

Commit

Permalink
Changes of 14.1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-config committed Jul 18, 2019
1 parent 92c26ed commit 1e60916
Show file tree
Hide file tree
Showing 6 changed files with 435 additions and 103 deletions.
84 changes: 77 additions & 7 deletions Data/AntiHack.ini
Expand Up @@ -125,6 +125,82 @@ EnableCheckComboDelay = 0
;------------------------------------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------------------------------------
CheckComboDelayTime = 0 CheckComboDelayTime = 0


;-------------------------------------------------------------------------------------------------------------
;-- Disables or enables distance check of skill attack, 0/1
;-------------------------------------------------------------------------------------------------------------
SkillDistanceCheck = 1

;-------------------------------------------------------------------------------------------------------------
;-- Tolerance of possible error in skill attack distance check, useful to adjust to avoid false-positive detections
;-------------------------------------------------------------------------------------------------------------
SkillDistanceCheckeError = 2

;-------------------------------------------------------------------------------------------------------------
;-- If enabled the character detected for using skill distance modifier hacks will be automatically disconnected, 0/1
;-------------------------------------------------------------------------------------------------------------
SkillDistanceKick = 0

;-------------------------------------------------------------------------------------------------------------
;-- Number of detections of skill attack distance check to disconnect the character
;-------------------------------------------------------------------------------------------------------------
SkillDistanceKickCount = 5

;-------------------------------------------------------------------------------------------------------------
;-- Maximum time between detections to increase the detections counter
;-- If no detection is occurs before the configured time passes the detections counter will be reset, 0 to disable, seconds
;-------------------------------------------------------------------------------------------------------------
SkillDistanceKickCheckTime = 0

;-------------------------------------------------------------------------------------------------------------
;-- Disables or enables protection against abnormally quick movement of character, 0/1
;-------------------------------------------------------------------------------------------------------------
WalkSpeedCheck = 1

;-------------------------------------------------------------------------------------------------------------
;-- Tolerance of possible error in walk speed check, useful to adjust to avoid false-positive detections
;-------------------------------------------------------------------------------------------------------------
WalkSpeedErrorDistance = 1

;-------------------------------------------------------------------------------------------------------------
;-- If enabled the character detected for using walk speed hacks will be automatically disconnected, 0/1
;-------------------------------------------------------------------------------------------------------------
WalkSpeedCheckKick = 1

;-------------------------------------------------------------------------------------------------------------
;-- If WalkSpeedCheckKick is 1 and WalkSpeedAutoBan is 1 the detected character will be baned, 0/1
;-------------------------------------------------------------------------------------------------------------
WalkSpeedAutoBan = 0

;-------------------------------------------------------------------------------------------------------------
;-- Disables or enables a check for BeAttack skill types (prevents selection of speed hacks), 0/1
;-------------------------------------------------------------------------------------------------------------
BeAttackSkillCheck = 1

;-------------------------------------------------------------------------------------------------------------
;-- Maximum number of BeAttack detections (count)
;-------------------------------------------------------------------------------------------------------------
BeAttackMagicCountExcessLimit = 5

;-------------------------------------------------------------------------------------------------------------
;-- Maximum number of BeAttack detections (key)
;-------------------------------------------------------------------------------------------------------------
BeAttackDurationKeyExcessLimit = 5

;-------------------------------------------------------------------------------------------------------------
;-- Time after detections counter will be reset, seconds
;-------------------------------------------------------------------------------------------------------------
BeAttackSkillTimerReset = 10

;-------------------------------------------------------------------------------------------------------------
;-- If enabled the character detected for using attack speed hacks will be automatically disconnected, 0/1
;-------------------------------------------------------------------------------------------------------------
BeAttackSkillCheckKick = 1

;-------------------------------------------------------------------------------------------------------------
;-- If BeAttackSkillCheckKick is 1 and BeAttackSkillCheckBan is 1 the detected character will be baned, 0/1
;-------------------------------------------------------------------------------------------------------------
BeAttackSkillCheckBan = 0



[Original] [Original]
;------------------------------------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------------------------------------
Expand All @@ -138,10 +214,4 @@ DetectedHackKickCount = 10
SpeedHackPenalty = 1 SpeedHackPenalty = 1
IsIgnorePacketHackDetect = 0 ; 1: On, 0: Off IsIgnorePacketHackDetect = 0 ; 1: On, 0: Off
EnableCheckPenetrationSkill = 1 ; 1: On, 0: Off EnableCheckPenetrationSkill = 1 ; 1: On, 0: Off
CheckSpeedHack = 1 ; 1: On, 0: Off CheckSpeedHack = 1 ; 1: On, 0: Off

SkillDistanceCheck = 0 ; 1: On, 0: Off
SkillDistanceCheckTemp = 2
SkillDistanceKick = 0 ; 1: On, 0: Off
SkillDistanceKickCount = 5 ; Detection Count to perform Kick
SkillDistanceKickCheckTime = 0 ; Seconds
25 changes: 15 additions & 10 deletions Data/Common.ini
Expand Up @@ -136,6 +136,21 @@ CanUseAncHarmonyItem = 0
;------------------------------------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------------------------------------
CanTradeFFFFFFFFSerialItem = 1 CanTradeFFFFFFFFSerialItem = 1


;-------------------------------------------------------------------------------------------------------------
;-- Minimum number of sockets on item that cannot be sold to store, 0 to disable limit or 1-5
;-------------------------------------------------------------------------------------------------------------
SocketOptionLimitShop = 0

;-------------------------------------------------------------------------------------------------------------
;-- Minimum number of sockets on item that cannot be traded, 0 to disable limit or 1-5
;-------------------------------------------------------------------------------------------------------------
SocketOptionLimitTrade = 0

;-------------------------------------------------------------------------------------------------------------
;-- Minimum number of sockets on item that cannot be offered via Personal Store, 0 to disable limit or 1-5
;-------------------------------------------------------------------------------------------------------------
SocketOptionLimitStore = 0

;------------------------------------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------------------------------------
;-- Apply item options: 1 ~ if item requirements are met, 0 ~ regardless item requirements ;-- Apply item options: 1 ~ if item requirements are met, 0 ~ regardless item requirements
;------------------------------------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -181,16 +196,6 @@ CanSellInStoreFullExcItem = 0
;------------------------------------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------------------------------------
CanSellToShopFullExcItem = 0 CanSellToShopFullExcItem = 0


;-------------------------------------------------------------------------------------------------------------
;-- Lifts limit of Blood and Holy Angels drop on Nars location only :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
MasteryEquipmentInGeneralDrop = 0

;-------------------------------------------------------------------------------------------------------------
;-- Lifts limit of Blood, Holy Angels and Awakening set items drop in Land of Trials location :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
MasteryEquipmentInLOTDrop = 0

;------------------------------------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------------------------------------
;-- Allow/Disallow Enchant Lucky Items by Jewels :: VALUES 0/1 ;-- Allow/Disallow Enchant Lucky Items by Jewels :: VALUES 0/1
;------------------------------------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1e60916

Please sign in to comment.