AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Lucia Hallucination (Anti-Wallhack Helper Tool) (https://forums.alliedmods.net/showthread.php?t=95574)

joaquimandrade 06-25-2009 00:28

Lucia Hallucination (Anti-Wallhack Helper Tool)
 
1 Attachment(s)
Lucia Hallucination (Anti-Wallhack Helper Tool)

http://img.photobucket.com/albums/v1...ucination3.png
logo by
fang


description
This plugin is a tool that aims to help admins catching wallhack users by permitting them to make players appear inside the map itself, making them only visible for those who use wallhack.
screenshots
(Cheater perspective)

[IMG]http://img41.**************/img41/8014/cheatere.th.jpg[/IMG]

(Spectating admin perspective)

[IMG]http://img14.**************/img14/6372/specgrd.th.jpg[/IMG]

video
http://www.youtube.com/watch?v=sdpseiceypg&fmt=18
commands
luciaToggle - toggles the hallucination on/off (You can also use RELOAD instead)

In its previous version this plugin only permitted to make players appear inside special type of boxes/containers independent from the map. Now that was changed to the map itself.


KadiR 06-25-2009 00:58

Re: Lucia (Anti-Wallhack Helper Tool)
 
good job again ! :)

Jaden 06-25-2009 01:21

Re: Lucia (Anti-Wallhack Helper Tool)
 
Very nice

algoasi 06-25-2009 01:36

Re: Lucia (Anti-Wallhack Helper Tool)
 
Nice man!:mrgreen:

But I'd like something more automatic just because I'm offline on the server =X

HTML Code:

checkFriendsDistance(Float:point[3],CsTeams:team)
{
 for(new i=1;i<=MaxPlayers;i++)
 {
  if(is_user_alive(i) && (cs_get_user_team(i) == team))
  {
  static Float:origin[3]
  pev(i,pev_origin,origin)
 
  static Float:distance
  distance = vector_distance(point,origin)
 
  if(distance <= FriendMinDistance)
  {
    return true;


Brad 06-25-2009 01:53

Re: Lucia (Anti-Wallhack Helper Tool)
 
Sounds nice. You should probably test on more custom maps though, instead of just the one.

joaquimandrade 06-25-2009 02:32

Re: Lucia (Anti-Wallhack Helper Tool)
 
I tested in the maps that I use more in my server. I will keep updating the list.

-Acid- 06-25-2009 02:42

Re: Lucia (Anti-Wallhack Helper Tool)
 
sounds good!

Jack86 06-25-2009 03:54

Re: Lucia (Anti-Wallhack Helper Tool)
 
Interesting idea. Is this plugin compatible with peeping tom ?

xPaw 06-25-2009 04:02

Re: Lucia (Anti-Wallhack Helper Tool)
 
OMYGAWD! :mrgreen: Freaking good job joaquimandrade! <3

joaquimandrade 06-25-2009 04:08

Re: Lucia (Anti-Wallhack Helper Tool)
 
Quote:

Originally Posted by Jack86 (Post 856511)
Interesting idea. Is this plugin compatible with peeping tom ?

Yes because the bot will not have a sprite covering it because it is not a player. (At least for now)


All times are GMT -4. The time now is 03:41.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.