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

[CSGO] Wallhack Round


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Lantejoula
Senior Member
Join Date: Mar 2021
Location: Portugal
Plugin ID:
7790
Plugin Version:
1.2
Plugin Category:
Admin Commands
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Wallhack Round - Only staff can start this round
    Old 09-09-2021 , 13:04   [CSGO] Wallhack Round
    Reply With Quote #1

    [CSGO] Wallhack Round

    Description

    This plugin creates a Wallhack round. Only Staff can start the Wallhack round with the commands!

    This plugin can be used on fun servers. Example: AWP

    Commands

    • !wallhackround - Open Wallhack Round Menu
    • !whr - Open Wallhack Round Menu
    • !wallhack - Open Wallhack Round Menu
    • !wh - Open Wallhack Round Menu
    • !staff - Open Wallhack Round Menu on Admin Menu

    ConVars

    • sm_wallhackround_chat_prefix - Chat Prefix

    • sm_wallhackround_prestartround_message - Enable/Disable the Message on Wallhack Round (1 - Enable | 0 - Disable)
    • sm_wallhackround_forcestop_message - Enable/Disable the Message when Staff Force Stop the Wallhack Round (1 - Enable | 0 - Disable)
    • sm_wallhackround_roundend_message - Enable/Disable the Message when Round End (1 - Enable | 0 - Disable)

    Changelog

    12-09-2021 (v1.2)

    • Add RegPluginLibrary - Compatible with another plugin that I will release in the future
    • FIX: Commands only for STAFF
    • Update translations
    • Fix Vote Question (Remove Spaces)

    10-09-2021 (v1.1) - Thanks for Help - boink

    • Fix Error: Remove FakeClientCommand for call commands

    09-09-2021 (v1.0)

    • Initial release.

    Plugin tested in CSGO with:

    Sourcemod 1.10
    Metamod:Source 1.10


    Credits

    Thanks to the Owners of these Plugins - I used parts of scripting in my Plugin

    Admin STEALTH - By Potatoz

    Instalation

    • Upload the files (.smx for plugins folders and .txt for translations folder)
    • Restart your Server or Change the Map

    • [Optional] Configure the file .cfg (csgo/cfg/sourcemod/.cfg)
    • [Optional] Change Translations the file .txt (csgo/addons/sourcemod/translations/.txt)

    Attached Files
    File Type: zip Wallhack Round 1.0.zip (56.0 KB, 348 views)
    File Type: zip Wallhack Round 1.1.zip (55.8 KB, 198 views)
    File Type: zip Wallhack Round 1.2.zip (55.8 KB, 602 views)
    __________________
    Discord ➜ Lantejoula#0064 | Steam | Want Help? Add Me!!

    Last edited by Lantejoula; 09-17-2021 at 15:53.
    Lantejoula is offline
    boink
    Member
    Join Date: May 2021
    Location: Australia
    Old 09-10-2021 , 13:45   Re: [CSGO] Wallhack Round
    Reply With Quote #2

    Can't seem to find any credits anywhere so I'll link the base ESP plugin you used:
    https://forums.alliedmods.net/showthread.php?p=2476344

    What's with the command name?
    PHP Code:
    RegConsoleCmd("sm_1xlantewallhackespwallhackjoulax1"Command_ESP);
    FakeClientCommand(i"sm_1xlantewallhackespwallhackjoulax1"); 
    If I'm not mistaken any player can use sm_searchcmd and find the command to use on themselves.
    Instead of FakeClientCommand you can simply use Command_ESP on the target.
    boink is offline
    Lantejoula
    Senior Member
    Join Date: Mar 2021
    Location: Portugal
    Old 09-10-2021 , 14:25   Re: [CSGO] Wallhack Round
    Reply With Quote #3

    Quote:
    Originally Posted by boink View Post
    Can't seem to find any credits anywhere so I'll link the base ESP plugin you used:
    https://forums.alliedmods.net/showthread.php?p=2476344

    What's with the command name?
    PHP Code:
    RegConsoleCmd("sm_1xlantewallhackespwallhackjoulax1"Command_ESP);
    FakeClientCommand(i"sm_1xlantewallhackespwallhackjoulax1"); 
    If I'm not mistaken any player can use sm_searchcmd and find the command to use on themselves.
    Instead of FakeClientCommand you can simply use Command_ESP on the target.
    Hey,
    I forgot to put the plugin credits in the description but I have! Thanks for reminding me.

    You are telling me to use "Command_ESP(client)" correct? I have a question, is replacing FakeClientCommand with "Command_ESP(client)" better for the plugin?
    Remember that for me to set the Command_ESP I have to give an initial command. In other words, players can always come to the plugin and see the wallhack command.

    I wanted to find a way to use "Command_ESP(client)" without having to set that variable in an ingame command so that players can never turn on the wallhack on command!

    Thanks,
    Lantejoula
    __________________
    Discord ➜ Lantejoula#0064 | Steam | Want Help? Add Me!!
    Lantejoula is offline
    boink
    Member
    Join Date: May 2021
    Location: Australia
    Old 09-10-2021 , 14:44   Re: [CSGO] Wallhack Round
    Reply With Quote #4

    Yes you'll be able to use Command_ESP(client, 0), you should never use FakeClientCommand to call your own plugins commands.

    Was brought up in a post here that has more good tips: https://forums.alliedmods.net/showthread.php?t=321089
    boink is offline
    Lantejoula
    Senior Member
    Join Date: Mar 2021
    Location: Portugal
    Old 09-10-2021 , 17:15   Re: [CSGO] Wallhack Round
    Reply With Quote #5

    10-09-2021 (v1.1) - Thanks for Help - boink

    • Fix Error: Remove FakeClientCommand for call commands
    __________________
    Discord ➜ Lantejoula#0064 | Steam | Want Help? Add Me!!
    Lantejoula is offline
    Lantejoula
    Senior Member
    Join Date: Mar 2021
    Location: Portugal
    Old 09-10-2021 , 17:18   Re: [CSGO] Wallhack Round
    Reply With Quote #6

    Quote:
    Originally Posted by boink View Post
    Yes you'll be able to use Command_ESP(client, 0), you should never use FakeClientCommand to call your own plugins commands.

    Was brought up in a post here that has more good tips: https://forums.alliedmods.net/showthread.php?t=321089
    Thanks!
    https://forums.alliedmods.net/showpo...32&postcount=5
    __________________
    Discord ➜ Lantejoula#0064 | Steam | Want Help? Add Me!!
    Lantejoula is offline
    Lantejoula
    Senior Member
    Join Date: Mar 2021
    Location: Portugal
    Old 09-12-2021 , 10:17   Re: [CSGO] Wallhack Round
    Reply With Quote #7

    12-09-2021 (v1.5)

    • Add RegPluginLibrary - Compatible with another plugin that I will release in the future
    • FIX: Commands only for STAFF
    • Update translations
    • Fix Vote Question (Remove Spaces)
    __________________
    Discord ➜ Lantejoula#0064 | Steam | Want Help? Add Me!!

    Last edited by Lantejoula; 09-12-2021 at 20:41.
    Lantejoula is offline
    asdfxD
    Veteran Member
    Join Date: Apr 2011
    Old 09-16-2021 , 23:18   Re: [CSGO] Wallhack Round
    Reply With Quote #8

    Which sm or compiler are you use? I get a lot of erros with latest sm and all .inc files.

    Original .sp for example.

    //// Wallhack Round.sp
    //
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(15) : warning 201: redefinition of constant/macro (symbol "MAX_MESSAGE_LENGTH")
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(109) : error 021: symbol already defined: "CSkipList"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(127) : error 021: symbol already defined: "CPrintToChat"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(127) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(162) : error 021: symbol already defined: "CReplyToCommand"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(191) : error 021: symbol already defined: "CReplyToCommandEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(215) : error 021: symbol already defined: "CPrintToChatAll"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(215) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(244) : error 021: symbol already defined: "CPrintToChatEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(281) : error 021: symbol already defined: "CPrintToChatAllEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(312) : error 021: symbol already defined: "CRemoveTags"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(355) : error 021: symbol already defined: "CSkipNextClient"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(519) : error 021: symbol already defined: "CShowActivity"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(631) : error 021: symbol already defined: "CShowActivityEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(73 : error 021: symbol already defined: "CShowActivity2"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(67) : error 021: symbol already defined: "CPrintToChat"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(76) : error 017: undefined symbol "C_PrintToChat"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(7 : error 017: undefined symbol "MC_PrintToChat"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(67) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(90) : error 021: symbol already defined: "CPrintToChatAll"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(99) : error 017: undefined symbol "C_PrintToChatAll"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(101) : error 017: undefined symbol "MC_PrintToChatAll"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(90) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(143) : error 021: symbol already defined: "CPrintToChatEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(163) : error 021: symbol already defined: "CPrintToChatAllEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(214) : error 021: symbol already defined: "CReplyToCommand"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(237) : error 021: symbol already defined: "CReplyToCommandEx"
    //
    // Compilation aborted.
    // 26 Errors.
    //
    // Compilation Time: 0,17 sec
    asdfxD is offline
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 09-17-2021 , 13:10   Re: [CSGO] Wallhack Round
    Reply With Quote #9

    I feel like you would have had it easier just to require my ESP plugin and run ServerCommand to execute it on all players at the start of the round than just taking my code and adding on a menu&voting and changing the format of it all. You could have also contributed to my plugin some natives etc to turn on ESP for certain/all players etc. Running this and the Advanced ESP plugin is not recommended as the transmit causes performance drops.
    Mitchell is offline
    Lantejoula
    Senior Member
    Join Date: Mar 2021
    Location: Portugal
    Old 09-17-2021 , 15:57   Re: [CSGO] Wallhack Round
    Reply With Quote #10

    Quote:
    Originally Posted by asdfxD View Post
    Which sm or compiler are you use? I get a lot of erros with latest sm and all .inc files.

    Original .sp for example.

    //// Wallhack Round.sp
    //
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(15) : warning 201: redefinition of constant/macro (symbol "MAX_MESSAGE_LENGTH")
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(109) : error 021: symbol already defined: "CSkipList"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(127) : error 021: symbol already defined: "CPrintToChat"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(127) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(162) : error 021: symbol already defined: "CReplyToCommand"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(191) : error 021: symbol already defined: "CReplyToCommandEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(215) : error 021: symbol already defined: "CPrintToChatAll"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(215) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(244) : error 021: symbol already defined: "CPrintToChatEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(281) : error 021: symbol already defined: "CPrintToChatAllEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(312) : error 021: symbol already defined: "CRemoveTags"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(355) : error 021: symbol already defined: "CSkipNextClient"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(519) : error 021: symbol already defined: "CShowActivity"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(631) : error 021: symbol already defined: "CShowActivityEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\cs gocolors.inc(73 : error 021: symbol already defined: "CShowActivity2"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(67) : error 021: symbol already defined: "CPrintToChat"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(76) : error 017: undefined symbol "C_PrintToChat"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(7 : error 017: undefined symbol "MC_PrintToChat"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(67) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(90) : error 021: symbol already defined: "CPrintToChatAll"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(99) : error 017: undefined symbol "C_PrintToChatAll"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(101) : error 017: undefined symbol "MC_PrintToChatAll"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(90) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(143) : error 021: symbol already defined: "CPrintToChatEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(163) : error 021: symbol already defined: "CPrintToChatAllEx"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(214) : error 021: symbol already defined: "CReplyToCommand"
    // H:\Downloads\Compressed\sourcemod-1.10.0-git6512-windows\addons\sourcemod\scripting\include\mu lticolors.inc(237) : error 021: symbol already defined: "CReplyToCommandEx"
    //
    // Compilation aborted.
    // 26 Errors.
    //
    // Compilation Time: 0,17 sec

    I use SPCode (Compiler) and sm 1.10.
    I don't have any problem with compile the plugin.
    Please add me to discord to try to help.
    I will be happy to help!

    My Discord: Lantejoula#0064
    __________________
    Discord ➜ Lantejoula#0064 | Steam | Want Help? Add Me!!
    Lantejoula 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 07:59.


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