Some games have job anti-cheat system preventing the thief from picking inside the town, is there any way to bypass this?
Sadly xD, I watched a video of a server called lsro, it has the anticheat system but i saw someone bypassed it.Quote:
much using this system via SHARDLOG _Addlogitem :)
No Way to cheating :P btw you cant bypass
|
|
this was via a filter [some x y are not recorded as inside town] so better to make it via shardlog :) by me give it automatic 3h ban :) also via a triggerQuote:
Sadly xD, I watched a video of a server called lsro, it has the anticheat system but i saw someone bypassed it.
[Only registered and activated users can see links. Click Here To Register...]
this is the message when u try to pick inside the town or beside it a bit.
[Only registered and activated users can see links. Click Here To Register...]
Quote:
_AddLogItem
IF @Operation = 114 and (@ItemRefID between 2147 and 2158 or @ItemRefID between 7570 and 7584 or @ItemRefID between 10394 and 10401 or @ItemRefID between 24671 and 24678)
BEGIN
DECLARE
@JobType tinyint
,@IsBattleField bit
,@ItemID int
SELECT @JobType = CTJ.JobType
,@IsBattleField = R.IsBattleField
FROM SRO_VT_SHARD.dbo._Char C
INNER JOIN SRO_VT_SHARD.dbo._CharTriJob CTJ ON C.CharID = CTJ.CharID
INNER JOIN SRO_VT_SHARD.dbo._RefRegion R ON C.LatestRegion = R.wRegionID
WHERE C.CharID = @CharID
IF @JobType = 2 AND @IsBattleField = 0
BEGIN
SELECT @ItemID = ID64
FROM SRO_VT_SHARD.dbo._Items
WHERE Serial64 = @ItemSerial
UPDATE SRO_VT_SHARD.dbo._InvCOS
SET ItemID = 0
WHERE ItemID = @ItemID
--INSERT INTO _AntiCheatLog VALUES @CharID, @ItemSerial, GETDATE())
END
END
nice bro xDQuote:
this was via a filter [some x y are not recorded as inside town] so better to make it via shardlog :) by me give it automatic 3h ban :) also via a trigger
I'm talking about bypassing yes xDD but thx guys for replying <33Quote:
Excuse me . Is he talking about query to make job anti cheat system
or Talking About bypass
I might be wrong in the answer