Oldpowerz

Anti-aimbot

Will anyone have an anti-aimbot script? Since the sapp works but not in all cases I also found a sapp variable called $botscores But I dont have much idea of how to use it any example would come one example thanks

Edited by Oldpowerz

Share this post


Link to post
Share on other sites

Tiddy-bits:

SAPP's is about as good as it gets, its not 100% prefect.  I have written a script for it that doesn't have some the bugs SAPP's system does but its also overly sensitive.  Try it at your own risk, its in an unfinished state and some of commenting is wrong, I would recommend leaving it at its default settings and only let it kick players.

https://pastebin.com/8UnVDP83

Share this post


Link to post
Share on other sites

I've been using the script lately and it is super sensitive but when it kicks someone it literally spam them until they kick it, it would say that it was the bug I found.

Share this post


Link to post
Share on other sites

@Oldpowerz Quick little fix for that, author oversight probably due to evaluation and testing.

 

if aimbot_score[PlayerIndex] > aimbot_max_score then
	execute_command(Mode .. " " .. PlayerIndex .. ' "'..Reason..'"')
	aimbot_score[PlayerIndex] = 0
end

it basically spammed the command till the score went down below the max score due to the cooldown or player leaving and getting reseted. So basically this will make it do it once.

antiaimbot.lua

Edited by Java
Takka likes this

Have an apple! apple.pngskull.png

Share this post


Link to post
Share on other sites
  • Recently Browsing   0 members

    No registered users viewing this page.