|
You last visited: Today at 18:11
Advertisement
job anti cheat system
Discussion on job anti cheat system within the SRO PServer Questions & Answers forum part of the SRO Private Server category.
10/08/2020, 20:16
|
#1
|
elite*gold: 0
Join Date: Mar 2018
Posts: 36
Received Thanks: 2
|
job anti cheat system
Some games have job anti-cheat system preventing the thief from picking inside the town, is there any way to bypass this?
|
|
|
10/08/2020, 21:00
|
#2
|
elite*gold: 97
Join Date: May 2013
Posts: 1,787
Received Thanks: 1,141
|
Quote:
Originally Posted by waa2
Some games have job anti-cheat system preventing the thief from picking inside the town, is there any way to bypass this?
|
much using this system via SHARDLOG _Addlogitem 
No Way to cheating :P btw you cant bypass
|
|
|
10/09/2020, 18:19
|
#3
|
elite*gold: 0
Join Date: Mar 2018
Posts: 36
Received Thanks: 2
|
Quote:
Originally Posted by NorseGodTyr
much using this system via SHARDLOG _Addlogitem 
No Way to cheating :P btw you cant bypass
|
Sadly xD, I watched a video of a server called lsro, it has the anticheat system but i saw someone bypassed it.
this is the message when u try to pick inside the town or beside it a bit.
https://imgur.com/Zc7G7ur
|
|
|
10/09/2020, 20:11
|
#4
|
elite*gold: 97
Join Date: May 2013
Posts: 1,787
Received Thanks: 1,141
|
Quote:
Originally Posted by waa2
|
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
|
|
|
10/10/2020, 15:57
|
#5
|
elite*gold: 0
Join Date: Sep 2020
Posts: 24
Received Thanks: 2
|
Quote:
Originally Posted by waa2
Some games have job anti-cheat system preventing the thief from picking inside the town, is there any way to bypass this?
|
never can't bypass Without Real ports
|
|
|
10/10/2020, 16:58
|
#6
|
elite*gold: 0
Join Date: Apr 2019
Posts: 183
Received Thanks: 22
|
Try this. Hope it helps you to solve the problem.
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
|
|
|
|
10/10/2020, 23:40
|
#7
|
elite*gold: 0
Join Date: Sep 2020
Posts: 24
Received Thanks: 2
|
Quote:
Originally Posted by srothanglong
Try this. Hope it helps you to solve the problem.
|
Excuse me . Is he talking about query to make job anti cheat system
or Talking About bypass
I might be wrong in the answer
|
|
|
10/12/2020, 23:30
|
#8
|
elite*gold: 0
Join Date: Mar 2018
Posts: 36
Received Thanks: 2
|
Quote:
Originally Posted by NorseGodTyr
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
|
nice bro xD
Quote:
Originally Posted by CriticalSro
Excuse me . Is he talking about query to make job anti cheat system
or Talking About bypass
I might be wrong in the answer
|
I'm talking about bypassing yes xDD but thx guys for replying <33
|
|
|
10/14/2020, 17:25
|
#9
|
elite*gold: 0
Join Date: Dec 2012
Posts: 24
Received Thanks: 5
|
you must konw real port , like 15779
|
|
|
02/22/2021, 04:53
|
#10
|
elite*gold: 0
Join Date: Mar 2020
Posts: 163
Received Thanks: 11
|
Quote:
Originally Posted by srothanglong
Try this. Hope it helps you to solve the problem.
|
Cant find anticheatlog
|
|
|
All times are GMT +2. The time now is 18:11.
|
|