Raised This Month: $12 Target: $400
 3% 

[ANY]HexSpy (Command spy)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Plugin ID:
5994
Plugin Version:
1.02
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    1 
    Plugin Description:
    Admin can see other player commands!
    Old 01-17-2018 , 09:26   [ANY]HexSpy (Command spy)
    Reply With Quote #1

    HexSpy





    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 -->



    SourceCode on GitHub!

    Download
    __________________
    My Plugins
    SPCode


    Steam: hexer504
    Telegram: Hexah
    Discord: Hexah#6903

    If you like my work you can donate here!

    Last edited by Papero; 01-30-2018 at 16:04.
    Papero is offline
    Lannister
    Veteran Member
    Join Date: Apr 2015
    Old 10-16-2018 , 18:34   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #2

    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
    Lannister is offline
    Papero
    Veteran Member
    Join Date: Aug 2016
    Location: Italy
    Old 10-17-2018 , 08:59   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #3

    Quote:
    Originally Posted by Lannister View Post
    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.
    __________________
    My Plugins
    SPCode


    Steam: hexer504
    Telegram: Hexah
    Discord: Hexah#6903

    If you like my work you can donate here!

    Last edited by Papero; 10-17-2018 at 09:11.
    Papero is offline
    Lannister
    Veteran Member
    Join Date: Apr 2015
    Old 10-17-2018 , 17:54   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #4

    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 is offline
    Lannister
    Veteran Member
    Join Date: Apr 2015
    Old 10-18-2018 , 14:02   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #5

    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.

    Last edited by Lannister; 10-18-2018 at 14:03.
    Lannister is offline
    Papero
    Veteran Member
    Join Date: Aug 2016
    Location: Italy
    Old 10-18-2018 , 14:32   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #6

    Quote:
    Originally Posted by Lannister View Post
    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.
    __________________
    My Plugins
    SPCode


    Steam: hexer504
    Telegram: Hexah
    Discord: Hexah#6903

    If you like my work you can donate here!
    Papero is offline
    AuricYoutube
    Senior Member
    Join Date: Aug 2016
    Location: Here
    Old 10-19-2018 , 08:42   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #7

    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.
    AuricYoutube is offline
    Papero
    Veteran Member
    Join Date: Aug 2016
    Location: Italy
    Old 10-19-2018 , 08:57   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #8

    Quote:
    Originally Posted by AuricYoutube View Post
    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)
    __________________
    My Plugins
    SPCode


    Steam: hexer504
    Telegram: Hexah
    Discord: Hexah#6903

    If you like my work you can donate here!

    Last edited by Papero; 10-19-2018 at 08:58.
    Papero is offline
    Lannister
    Veteran Member
    Join Date: Apr 2015
    Old 10-19-2018 , 14:31   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #9

    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?
    Lannister is offline
    th0rcsgo
    New Member
    Join Date: Feb 2020
    Old 02-12-2020 , 04:04   Re: [ANY]HexSpy (Command spy)
    Reply With Quote #10

    Quote:
    Originally Posted by Lannister View Post
    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 is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 10:52.


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