ItsMods

Full Version: We need Anti-Cheat Plugin or Source
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Just check if a player makes 20 headshots in a row, chance is about 0,0001% that someone does that without any hack.
(03-26-2012, 20:47)surtek Wrote: [ -> ]Just check if a player makes 20 headshots in a row, chance is about 0,0001% that someone does that without any hack.

Pretty sure it isn't even possible to check if someone makes headshots atm.

Also, change hit position to neck, win.
(03-26-2012, 20:49)Pozzuh Wrote: [ -> ]
(03-26-2012, 20:47)surtek Wrote: [ -> ]Just check if a player makes 20 headshots in a row, chance is about 0,0001% that someone does that without any hack.

Pretty sure it isn't even possible to check if someone makes headshots atm.

Also, change hit position to neck, win.

Was thinking about that, but most hackers who use aimbot just use the head as hit position. But like you said: not all.

It is hard to catch all hackers automatic since not all hackers use aimbot. Not all hackers shoot through walls, some of them use it smart.
How I do this with nukem addon ;

OnplayerConnect = Procces control

If my anticheat software working

tell player ; welcome

else

Tell software download link message
wait 25 seconds

Player kick
(03-26-2012, 22:32)zraile Wrote: [ -> ]How I do this with nukem addon ;

OnplayerConnect = Procces control

If my anticheat software working

tell player ; welcome

else

Tell software download link message
wait 25 seconds

Player kick

That is source code and you must compile it, to know how to do it go learn some programming language and then go back here and post things that you dont understand Wink
(03-27-2012, 01:37)kokole Wrote: [ -> ]
(03-26-2012, 22:32)zraile Wrote: [ -> ]How I do this with nukem addon ;

OnplayerConnect = Procces control

If my anticheat software working

tell player ; welcome

else

Tell software download link message
wait 25 seconds

Player kick

That is source code and you must compile it, to know how to do it go learn some programming language and then go back here and post things that you dont understand Wink

I know little programming with VB and VB.NET.But little.....
(03-27-2012, 02:21)zraile Wrote: [ -> ]
(03-27-2012, 01:37)kokole Wrote: [ -> ]
(03-26-2012, 22:32)zraile Wrote: [ -> ]How I do this with nukem addon ;

OnplayerConnect = Procces control

If my anticheat software working

tell player ; welcome

else

Tell software download link message
wait 25 seconds

Player kick

That is source code and you must compile it, to know how to do it go learn some programming language and then go back here and post things that you dont understand Wink

I know little programming with VB and VB.NET.But little.....

You have to know basics of C# and, besides, if you said that you know VB.NET then you should know how to compile code (or BUILD SOLUTION). Also, you can watch tutorial by @JariZ on how to compile plugins for supa-7331-noobs, I think it will help you.
(03-27-2012, 01:37)kokole Wrote: [ -> ]
(03-26-2012, 22:32)zraile Wrote: [ -> ]How I do this with nukem addon ;

OnplayerConnect = Procces control

If my anticheat software working

tell player ; welcome

else

Tell software download link message
wait 25 seconds

Player kick

That is source code and you must compile it, to know how to do it go learn some programming language and then go back here and post things that you dont understand Wink

Wow, look who posted that. Seriously?
I need only bridge for is process running at clientside ?
(03-26-2012, 20:18)SuperNovaAO Wrote: [ -> ]Find an exploit to stream code to clients that get executed: only then you can get a clientside anti cheat (which VAC will then ban for).

Also the rotation is in the entity structure and probably also in the ClientInfo structure that @Nukem can just read.

^ This. You can't just check the process for strings, that'd check the hosting computer's process list, not every players Dodgy Also, string based process detection? That'd be so easy to bypass it's not funny. Before providing snippets atleast use some common logic.

Checking if a player is using an aimbot is possible, it'd require some serious math though. I've got some ideas in my head at the moment.
Pages: 1 2 3 4