SA-MP Forums Archive
[FilterScript] Anti-Aimbot by ipsLeon - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Anti-Aimbot by ipsLeon (/showthread.php?tid=571728)

Pages: 1 2 3


Re: Anti-Aimbot by ipsLeon - n0minal - 22.04.2015

Quote:
Originally Posted by Vin Diesel
View Post
amazing one bruh
Thanks everybody Vin Diesel, are you planning something for Fast and Furious 8?


Re: Anti-Aimbot by ipsLeon - ProKillerpa - 23.04.2015

Very Nice Again kkk


Re: Anti-Aimbot by ipsLeon - T-N-Z - 24.04.2015

Does this detect Silent Aimbot too? There was another filterscript just like this one made by Kyance, but it only detects Pro-Aim. What are the differences between those two?


Re: Anti-Aimbot by ipsLeon - n0minal - 24.04.2015

Quote:
Originally Posted by T-N-Z
View Post
Does this detect Silent Aimbot too? There was another filterscript just like this one made by Kyance, but it only detects Pro-Aim. What are the differences between those two?
I\'m working on magnetic aim protection right now, this one detects only pro aim. The difference between both is that this one consider lagged players and is more accurate on aimbot detections (thanks to niCe and RedShirt ~le Jernej?~ for vectors script). If you have a bit of lag and use aimbot, Kyance\'s script will ignore it, otherwise, this one consider and report to admins check.


Re: Anti-Aimbot by ipsLeon - Lucky™ - 24.04.2015

It works fine so far. is it possible to show a message before someone gets kicks for using aimbot? I\'ve tried some ways, but no luck.


Re: Anti-Aimbot by ipsLeon - n0minal - 24.04.2015

Quote:
Originally Posted by Lucky™
View Post
It works fine so far. is it possible to show a message before someone gets kicks for using aimbot? I\'ve tried some ways, but no luck.
Just replace your public OnPlayerWeaponShot for this one and add the DelayKick callback & forward on your script:

http://pastebin.com/f8jKpsvs


Re: Anti-Aimbot by ipsLeon - Q_Lite - 25.04.2015

Nice work!


Re: Anti-Aimbot by ipsLeon - n0minal - 28.04.2015

Quote:
Originally Posted by Q_Lite
View Post
Nice work!
Thank you


Re: Anti-Aimbot by ipsLeon - HaRdiiZin - 29.04.2015

very good..


Re: Anti-Aimbot by ipsLeon - JR_Junior - 01.05.2015

Boa cara, deu um jeito nesse Pro-Aim, testei e funciona mesmo! Espero que consiga criar um pra combater esse tal de magnetic aim que eu particularmente ainda nгo conheзo, mas vou atrбs pra saber! Obrigado por esse script fodгo!


EDIT - Esse aqui й foda e chatinho: https://www.youtube.com/watch?v=Ld-RotMJXL4


EDIT 2 - Mas esse й o pior: https://www.youtube.com/watch?v=ctx0D4l2QHY


Re: Anti-Aimbot by ipsLeon - LordxTyrion - 02.05.2015

Nice work, but i have some problems with it against the laggers


Re: Anti-Aimbot by ipsLeon - ahmedraed - 07.07.2015

Quote:

C:\Users\Ahmed\Desktop\Anti-Aimbot.pwn(5 : error 017: undefined symbol "GetPlayerCameraPos"

C:\Users\Ahmed\Desktop\Anti-Aimbot.pwn(59) : error 017: undefined symbol "GetPlayerCameraFrontVector"

C:\Users\Ahmed\Desktop\Anti-Aimbot.pwn(105) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")

C:\Users\Ahmed\Desktop\Anti-Aimbot.pwn(109) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER"

C:\Users\Ahmed\Desktop\Anti-Aimbot.pwn(112) : error 017: undefined symbol "GetPlayerLastShotVectors"

C:\Users\Ahmed\Desktop\Anti-Aimbot.pwn(116) : error 017: undefined symbol "NetStats_PacketLossPercent"

C:\Users\Ahmed\Desktop\Anti-Aimbot.pwn(117) : error 017: undefined symbol "NetStats_PacketLossPercent"

help please


Re: Anti-Aimbot by ipsLeon - Blacky4Life - 08.07.2015

Good work!


Re: Anti-Aimbot by ipsLeon - Yashas - 08.07.2015

Quote:
Originally Posted by ahmedraed
View Post
help please
You did not include <a_samp>


Re: Anti-Aimbot by ipsLeon - ahmedraed - 10.07.2015

Quote:
Originally Posted by Yashas
View Post
You did not include <a_samp>
Already include it but still give me the same errors


Re: Anti-Aimbot by ipsLeon - dominik523 - 10.07.2015

Good job indeed.
"Mr.niCe, the genious of math", yes, his skills are quite impressive.


Re: Anti-Aimbot by ipsLeon - Kqly - 10.07.2015

warning 208: function with tag result used before definition, forcing reparse:

bool:IsPlayerAimingAtPlayer(playerid, target)


help


Re: Anti-Aimbot by ipsLeon - Felipe_Freeze - 10.07.2015

Quote:
Originally Posted by Kqly
View Post
warning 208: function with tag result used before definition, forcing reparse:

bool:IsPlayerAimingAtPlayer(playerid, target)


help
pawn Code:
forward bool:IsPlayerAimingAtPlayer(playerid, target);
public bool:IsPlayerAimingAtPlayer(playerid, target)



Re: Anti-Aimbot by ipsLeon - n0minal - 30.07.2015

Thank you all, Project moved to GitHub: https://github.com/ipsLeon/Anti-Aimbot

If someone else have problems or find any bugs just contact me


Re: Anti-Aimbot by ipsLeon - JaKe Elite - 03.11.2015

Is this accurate? I wanted to try it out.


Nice include doe.