Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
Littl3j0hNy - 15.02.2009
Hi
,
a new version is released !
There we have fixed some bugs and we added a new Anti-Hack.
Look at the first post. The Download-Links are updated
Regards,
- LJ
Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
Nimphious - 15.02.2009
Just had a squiz through the script, it looks like a good job, will check it out in-game tomorrow and see how it goes. :P
Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
shamas - 15.02.2009
Thanks, Mate this is very useful and i will use in my server and i will keep credits
Re: [FS] Ultimate Anticheat (UAC) - [v1.1] -
notec100 - 15.02.2009
Quote:
Originally Posted by [TT
TrueChocca ]
Quote:
Originally Posted by notec100
I would love to use this, and everything works well so far from what I have seen except the health. You can leave the server and join back and right away instant so and so has been kicked for unlimited health... Then you can join back you'll have 1 HP and then you'll die and get kicked again.. How can I get the health working correct and if not how can I remove the health? Thanks.
|
Open the .pwn file and comment out (add the // prefix to the lines) the lines that have anything to do with hp
|
Thanks man, I totally forgot that the script ignores things after the // :P Brainfart here lols thanks tho
Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
lavamike - 15.02.2009
In the Health check it checks if someone's HP is greater than 99. What about 100? So if someone spawns with 100 HP he would get kicked? Shouldn't it check if someone's HP is greater than 100?
Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
Lewwy - 15.02.2009
Doesn't > add one on?
For example > 99 means greater than 100?
I think it does if I remember correctly from my previous scripts.
Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
lavamike - 16.02.2009
Quote:
Originally Posted by [XG
Lj ]
Doesn't > add one on?
For example > 99 means greater than 100?
I think it does if I remember correctly from my previous scripts.
|
I just tested it with:
pawn Код:
dcmd_check(playerid,params[])
{
#pragma unused params
new Float:HP;
GetPlayerHealth(playerid, HP);
if(HP > 99)
{
SendClientMessage(playerid, COLOR_RED, "Yes");
} else return SendClientMessage(playerid, COLOR_RED, "No");
return 1;
}
Which is what the UAC is doing. If my HP is 100 ingame and i do /check i get the message "Yes" which is correct imo because think about it, if I said 100 is greater than 99 you would agree, right?
> 99 is the same as >= 100
Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
Ed2ka49 - 16.02.2009
Everything works fine except the Weapon Hack, I spawn 1813126 forbidden weapons and it doesn't do nothing
Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
Littl3j0hNy - 16.02.2009
Hi,
Hm, I have test it and it works fine.
I dont know why it doesn't work for you
- LJ
Re: [FS] Ultimate Anticheat (UAC) - [v1.2] -
Littl3j0hNy - 16.02.2009
OK, i will check it out.
- LJ
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
Littl3j0hNy - 03.05.2009
Quote:
Originally Posted by Minokon
I have som problem with that:
Код:
strtok(const str1[], &index)
{
And with that:
When i delete it I can not compile script
I use Lotto System and that using strtok
Errors:
Код:
F:\Dawid\SA-MP\CnQ TDM\filterscripts\source\lotto.pwn(261) : error 025: function heading differs from prototype
F:\Dawid\SA-MP\CnQ TDM\filterscripts\source\lotto.pwn(262) : error 021: symbol already defined: "strtok"
F:\Dawid\SA-MP\CnQ TDM\filterscripts\source\lotto.pwn(277) : error 047: array sizes do not match, or destination array is too small
Sorry, I am Polish and my English is no good
Please help me
|
Hi, delete one of the Strtoks's.
- LJ
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
shindo - 08.05.2009
How about anti teleport?
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
Littl3j0hNy - 08.05.2009
Quote:
Originally Posted by ShInDo
How about anti teleport?
|
Hi, Its in the Include
SetPlayerToPos
SetVehicleToPos
- LJ
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
Gamer007 - 10.05.2009
I got a bug its strange...
I start my server and go in it, then i login spawn and after few secs i get kicked saying I money hacked but i replaced everything with your and no errors everything is ok but wtf?!?!?!?
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
Littl3j0hNy - 10.05.2009
Hi, everything with Money must replace with my AntiMoneyHack.
- LJ
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
Gamer007 - 10.05.2009
i know i did it i replaced it but when i log in and i get back my money it says i cheated.
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
Littl3j0hNy - 10.05.2009
Hi, Did you use my Money Functions in your Login System ?
- LJ
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
ACERS - 10.05.2009
For a reason it crashes my server :/
I don't know why i replaced everything we need to also added include at the top.. no errors no nothing.. but when i start server it crashes :/ any idea how to fix this
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
Littl3j0hNy - 10.05.2009
Hi, Hm... At the time i have no Idea.
- LJ
Re: [INC] Ultimate Anticheat (UAC) - [v1.3] - 6 Languages ! -
ACERS - 10.05.2009
I changed some things in my gm and it has different Results. I got 3 errors..(i fixed 2 errors) i got only 1 now..
Код:
C:\Documents and Settings\Michael\Desktop\SampServ\pawno\include\UAC.inc(702) : error 017: undefined symbol "playerid"
i'm kinda confused