23.04.2018, 09:03
Would you consider this Airbreaking?
https://*********/QiZ0PClalR0
This guy seems not to be detected by the AC
https://*********/QiZ0PClalR0
This guy seems not to be detected by the AC
Would you consider this Airbreaking?
https://*********/QiZ0PClalR0 This guy seems not to be detected by the AC |
Just an FYI, that isn't airbreaking.
If I remember correctly, that is called "Surf" or something similar. Your character becomes, well, slippery and glides across the map in the direction you press, just like on ice. If I recall correctly, this triggered some anticheat, maybe flying or teleport but only if the player does this very fast. |
Quote:
|
public OnPlayerUpdate(playerid) { if (TP_AwaitingTime[playerid] != 0) { if ((NetStats_GetConnectedTime(playerid) > TP_AwaitingTime[playerid]) || (TP_GetDistanceFromAwaiting(playerid) < 0.2)) { TogglePlayerControllable(playerid, true); Streamer_ToggleItemUpdate(playerid, STREAMER_TYPE_OBJECT, true); TP_AwaitingPos[playerid][0] = -1.0; TP_AwaitingTime[playerid] = 0; } } return true; } stock SetPlayerCompensatedPos(playerid, Float:X, Float:Y, Float:Z, world = -1, interior = -1, wait_time = TP_WAIT_TIME) { if (!IsPlayerConnected(playerid)) return 0; TP_AwaitingPos[playerid][0] = X; TP_AwaitingPos[playerid][1] = Y; TP_AwaitingPos[playerid][2] = Z; new conn_time = NetStats_GetConnectedTime(playerid); TP_AwaitingTime[playerid] = ((wait_time > 0) ? (conn_time + wait_time) : conn_time); TogglePlayerControllable(playerid, false); Streamer_ToggleItemUpdate(playerid, STREAMER_TYPE_OBJECT, false); Streamer_UpdateEx(playerid, X, Y, Z, world, interior, STREAMER_TYPE_OBJECT); if(interior != -1) SetPlayerInterior(playerid, interior); if(world != -1) SetPlayerVirtualWorld(playerid, world); return SetPlayerPos(playerid, X, Y, Z - 0.3); } |
[22:03:03] [Nex-AC debug] AC interior: -1, acInt (last): 10, newinteriorid: 0, oldinteriorid: 10 [22:03:03] [Security] Suspicious player, ID 0. Reason code: 002 (1) [22:03:03] [Nex-AC debug] AC interior: -1, acInt (last): 0, newinteriorid: 10, oldinteriorid: 0 [22:03:03] [Security] Suspicious player, ID 0. Reason code: 002 (1) [22:21:16] [Nex-AC debug] AC interior: -1, acInt (last): 10, newinteriorid: 0, oldinteriorid: 10 [22:21:16] [Security] Suspicious player, ID 5. Reason code: 002 (1) [22:21:16] [Nex-AC debug] Distance: 1185.447021, distance set: 0.300274, speed: 0, pos x, y, z: 2270.414062, -1210.652954, 1047.562500 [22:21:16] [Security] Suspicious player, ID 5. Reason code: 002 (2)
Teleport Hack (On Foot) triggered often.
Код:
[22:03:03] [Nex-AC debug] AC interior: -1, acInt (last): 10, newinteriorid: 0, oldinteriorid: 10 [22:03:03] [Security] Suspicious player, ID 0. Reason code: 002 (1) [22:03:03] [Nex-AC debug] AC interior: -1, acInt (last): 0, newinteriorid: 10, oldinteriorid: 0 [22:03:03] [Security] Suspicious player, ID 0. Reason code: 002 (1) [22:21:16] [Nex-AC debug] AC interior: -1, acInt (last): 10, newinteriorid: 0, oldinteriorid: 10 [22:21:16] [Security] Suspicious player, ID 5. Reason code: 002 (1) [22:21:16] [Nex-AC debug] Distance: 1185.447021, distance set: 0.300274, speed: 0, pos x, y, z: 2270.414062, -1210.652954, 1047.562500 [22:21:16] [Security] Suspicious player, ID 5. Reason code: 002 (2) |
Is there any way to disable completely console messages?
I've been used "DEBUG", but it has no effect. |
- I'm using SetPlayerTeam and if I shoot a team mate, they'll get kicked for "Anti-GodMode from bullets (onfoot)". And, if I shoot them whilst they're in a vehicle, they'll get kicked for "Anti-GodMode from bullets (in vehicle)".
- I was standing on top of a vehicle whilst it was being driven by another player. I went AFK for a minute or two, returned and I had been kicked: [19:04:32] [Nex-AC debug] Speed: 447, old speed: 139 [19:04:32] [Nex-AC] Suspicious player, ID 2. Reason code: 009 I assume this was a false-positive, as I nor the other player have cheats installed. |
[17:16:04] [Nex-AC debug] AC money: 1700, money: 2200, stunt bonus: 0, veh: 0, playerid: 0 [17:16:04] [Nex-AC] Actuacion de 0 ID. El codigo de motivo: 014 [17:16:07] [Nex-AC debug] AC money: 2200, money: 5200, stunt bonus: 0, veh: 0, playerid: 0 [17:16:07] [Nex-AC] Actuacion de 0 ID. El codigo de motivo: 014 [17:16:12] [Nex-AC debug] AC money: 2200, money: 3200, stunt bonus: 0, veh: 0, playerid: 0 [17:16:12] ...
Simple asf /handsup command.
Player getting kicked for SECIAL_ACTION_HACK as soon as they press F vor ENTER to stop. Should be fixed. |
One problem is that you can cheat the money detector, the fake money can be added saying it is valid.
From $1700 initials goes to $2200, etc. Код:
[17:16:04] [Nex-AC debug] AC money: 1700, money: 2200, stunt bonus: 0, veh: 0, playerid: 0 [17:16:04] [Nex-AC] Actuacion de 0 ID. El codigo de motivo: 014 [17:16:07] [Nex-AC debug] AC money: 2200, money: 5200, stunt bonus: 0, veh: 0, playerid: 0 [17:16:07] [Nex-AC] Actuacion de 0 ID. El codigo de motivo: 014 [17:16:12] [Nex-AC debug] AC money: 2200, money: 3200, stunt bonus: 0, veh: 0, playerid: 0 [17:16:12] ... |