-
Titans Tech 10.07.65
Hi, I have problem with Titans Tech 10.07.65 :(
I dont know how how can i set up anti hack system.
Code:
;==========================================================================
; ANTI-HACK Config
;==========================================================================
SpeedHackPlayerBlock = 0
ItemSerialCheck = 1
ItemZeroSerialCheck = 0
SkillDistanceCheck = 0
SkillDistanceCheckTemp = 2
SkillDistanceKick = 0
SkillDistanceKickCount = 5
SkillDistanceKickCheckTime = 10
IsIgnorePacketHackDetect = 0
MinimumAttackSpeedTime = 30
AttackSpeedTimeLimit = 700
HackCheckCount = 5
DetectedHackKickCount = 10
IsKickDetecHackCountLimit = 5
EnableCheckPenetrationSkill = 0
HackLogServer = 127.0.0.1
DisconnectHackUser = 1
UseNPGGChecksum = 0
DecTimePerAttackSpeed = 5.33
SpeedHackPenalty = 0
I got dcs everytime when i start using any skill, because my speed is too high. Server have 65000 max stats.
-
Re: Titans Tech 10.07.65
well here's mine :) works with no DC when using skill :
Code:
;==========================================================================
; ANTI-HACK Config
;==========================================================================
SpeedHackPlayerBlock = 0
ItemSerialCheck = 1
ItemZeroSerialCheck = 1
SkillDistanceCheck = 0
SkillDistanceCheckTemp = 2
SkillDistanceKick = 0
SkillDistanceKickCount = 5
SkillDistanceKickCheckTime = 10
IsIgnorePacketHackDetect = 1 // <-- this is where they kick users with over the attack speed limit specified below. if you put "1" it will ignore users with higher attack speed limit(full stat)
MinimumAttackSpeedTime = 30
AttackSpeedTimeLimit = 700
HackCheckCount = 5
DetectedHackKickCount = 10
IsKickDetecHackCountLimit = 5
EnableCheckPenetrationSkill = 0
HackLogServer = 127.0.0.1
DisconnectHackUser = 0
UseNPGGChecksum = 0
DecTimePerAttackSpeed = 5.33
SpeedHackPenalty = 0