[Include] [INC] Ultimate Anticheat (UAC) - [v1.3] - 12 Languages ! # Fixed !
#21

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
Reply
#22

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
Reply
#23

Thanks, Mate this is very useful and i will use in my server and i will keep credits
Reply
#24

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
Reply
#25

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?
Reply
#26

Doesn't > add one on?
For example > 99 means greater than 100?
I think it does if I remember correctly from my previous scripts.
Reply
#27

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
Reply
#28

Everything works fine except the Weapon Hack, I spawn 1813126 forbidden weapons and it doesn't do nothing
Reply
#29

Hi,
Hm, I have test it and it works fine.
I dont know why it doesn't work for you

- LJ
Reply
#30

OK, i will check it out.

- LJ
Reply
#31

Quote:
Originally Posted by Minokon
I have som problem with that:
Код:
strtok(const str1[], &index)
{
And with that:
Код:
	return result;
}
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
Reply
#32

How about anti teleport?
Reply
#33

Quote:
Originally Posted by ShInDo
How about anti teleport?
Hi, Its in the Include

SetPlayerToPos
SetVehicleToPos


- LJ
Reply
#34

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?!?!?!?
Reply
#35

Hi, everything with Money must replace with my AntiMoneyHack.

- LJ
Reply
#36

i know i did it i replaced it but when i log in and i get back my money it says i cheated.
Reply
#37

Hi, Did you use my Money Functions in your Login System ?

- LJ
Reply
#38

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
Reply
#39

Hi, Hm... At the time i have no Idea.

- LJ
Reply
#40

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)