AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY]HexSpy (Command spy) (https://forums.alliedmods.net/showthread.php?t=304504)

Papero 01-17-2018 09:26

[ANY]HexSpy (Command spy)
 
HexSpy


https://img.shields.io/github/downlo...le=flat-square https://img.shields.io/badge/License...le=flat-square https://img.shields.io/github/tag/He...le=flat-square https://img.shields.io/github/issues...le=flat-square


A simple command spy that let you see what commands are other player running!

Features:
Code:

  1. Command toggleable.

  2. Immunity support.

  3. By default all sm_* commands are included (Es: /kick, /ban, !mute, ...).

  4. The command spy status (enabled/disabled) is saved using clientpreferences. (Means that you have to enable it only one time!)

  5. Remove/Add more commands by editing the plugin config!


Commands:
Code:

  • /hexspy (Alias: /cmdspy) --> Enable/Disable the command spy! (Default flag: "b", this can be overridden, just make sure that you include both commands.)


Convars:
Code:

  • sm_hexspy_immunity (1) --> If true(1) who has an immunity lower can't see the cmd of one that has it higher


How to install
Code:

1. Download the plugin from here and put the addons folder in your /GAME folder!
Config file (hexspy.ini)
Code:

//Use this file to include/exclude commands from the command spy!
//By default all sm_* commands are included (es: /kick /help ...)
//All commands like: +lookatweapon ... are not included. (Not all client-side commands can be tracked).
//To include a new command this is the format:
//+COMMAND
//+lookatweapon (example)
//To exclude a command the format is:
//!sm_COMMAND
//!sm_ban (example)



Todo / WIP / Bugs & Issues --> https://img.shields.io/github/issues...le=flat-square



SourceCode on GitHub!

Download

Lannister 10-16-2018 18:34

Re: [ANY]HexSpy (Command spy)
 
Hello!

I'm trying to use this plugin however it gives me this error.

Code:

19:32:39 L 10/16/2018 - 19:47:58: [SM] Exception reported: Language phrase "HexSpy status" not found (arg 6)
19:32:39 L 10/16/2018 - 19:47:58: [SM] Blaming: HexSpy.smx
19:32:39 L 10/16/2018 - 19:47:58: [SM] Call stack trace:
19:32:39 L 10/16/2018 - 19:47:58: [SM]  [0] Format
19:32:39 L 10/16/2018 - 19:47:58: [SM]  [1] Line 86, HexSpy.sp::Cmd_Spy


Papero 10-17-2018 08:59

Re: [ANY]HexSpy (Command spy)
 
Quote:

Originally Posted by Lannister (Post 2619986)
Hello!

I'm trying to use this plugin however it gives me this error.

Code:

19:32:39 L 10/16/2018 - 19:47:58: [SM] Exception reported: Language phrase "HexSpy status" not found (arg 6)
19:32:39 L 10/16/2018 - 19:47:58: [SM] Blaming: HexSpy.smx
19:32:39 L 10/16/2018 - 19:47:58: [SM] Call stack trace:
19:32:39 L 10/16/2018 - 19:47:58: [SM]  [0] Format
19:32:39 L 10/16/2018 - 19:47:58: [SM]  [1] Line 86, HexSpy.sp::Cmd_Spy


I've forgot to add the phrarses file to the build, atm you can download it from here, if you have already done that, try to rename the file to [code]hexspy.phrases.txt[/url] without any capital letter

EDIT:
Download the first build from github, I've fixed all the issues.

Lannister 10-17-2018 17:54

Re: [ANY]HexSpy (Command spy)
 
Works perfect now Papero, now i finally can see who's typing /friendlyfire, thanks a lot for doing this plugin and keep up the good work!

Lannister 10-18-2018 14:02

Re: [ANY]HexSpy (Command spy)
 
Hello Papero!

People in my server been reporting an issue with this plugin, and the issue is that some people is abble to see the HexSpy chat even if they never typed the command (which is admin restricted). I thought that this may be because they were VIP (q flag) but some of them didn't have any kind of flag but they were abble to read the HexSpy chat.

I don't know what may be the problem, the command /hexspy is restricted by default to "b" flag and i also added it to my admin_override to allow only "b" flag to use it just in case, but as i mention before people that has no flags (and also some that has Q flag) are abble to see it randomly.

Papero 10-18-2018 14:32

Re: [ANY]HexSpy (Command spy)
 
Quote:

Originally Posted by Lannister (Post 2620245)
Hello Papero!

People in my server been reporting an issue with this plugin, and the issue is that some people is abble to see the HexSpy chat even if they never typed the command (which is admin restricted). I thought that this may be because they were VIP (q flag) but some of them didn't have any kind of flag but they were abble to read the HexSpy chat.

I don't know what may be the problem, the command /hexspy is restricted by default to "b" flag and i also added it to my admin_override to allow only "b" flag to use it just in case, but as i mention before people that has no flags (and also some that has Q flag) are abble to see it randomly.

I couldn't reproduce this, but I've added an extra check anyways, download the 1.14 version and see if this still happens.

AuricYoutube 10-19-2018 08:42

Re: [ANY]HexSpy (Command spy)
 
Quote:

L 10/19/2018 - 16:40:26: [SM] Warning(s) encountered in translation file "hexspy.phrases.txt"
L 10/19/2018 - 16:40:26: [SM] Invalid token ' ' in #format property on line 26.
L 10/19/2018 - 16:40:26: [SM] Invalid token ' ' in #format property on line 26.

Papero 10-19-2018 08:57

Re: [ANY]HexSpy (Command spy)
 
Quote:

Originally Posted by AuricYoutube (Post 2620373)
Quote:

L 10/19/2018 - 16:40:26: [SM] Warning(s) encountered in translation file "hexspy.phrases.txt"
L 10/19/2018 - 16:40:26: [SM] Invalid token ' ' in #format property on line 26.
L 10/19/2018 - 16:40:26: [SM] Invalid token ' ' in #format property on line 26.

My bad, fixed: Download here (you just need to replace the phrases file)

Lannister 10-19-2018 14:31

Re: [ANY]HexSpy (Command spy)
 
Hello again,

Since the last 2 updates that you've made the HexSpy has stopped working apparently, it shows up on chat "HexSpy is enabled" but i'm not abble to see what everyone types with /. Ive checked for any error log in the logs but i couldn't find anything.

I'm using the latest update that you've uploaded today, still not working correctly, i wonder if someone has the same issue?

th0rcsgo 02-12-2020 04:04

Re: [ANY]HexSpy (Command spy)
 
Quote:

Originally Posted by Lannister (Post 2620411)
Hello again,

Since the last 2 updates that you've made the HexSpy has stopped working apparently, it shows up on chat "HexSpy is enabled" but i'm not abble to see what everyone types with /. Ive checked for any error log in the logs but i couldn't find anything.

I'm using the latest update that you've uploaded today, still not working correctly, i wonder if someone has the same issue?



All times are GMT -4. The time now is 11:24.

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