Skocz do zawartości

Nowy szablon forum

mygo.pl

Stworzyliśmy dla Was nowy wygląd forum. Z pewnością znajdziesz rzeczy, które wg Ciebie mogą zostać zmienione - wspomnij o tym w specjalnym wątku.

Czytaj więcej

Jak założyć własną sieć

serwerów CS

Zastanawiasz się nad prowadzeniem własnej sieci serwerów? Przeczytaj podstawowe informacje, na które należy zwrócić uwagę, przy takim projekcie.

Czytaj więcej

Tworzymy spis sieci

dodaj swoją

Dodaj sieć do której należysz, pozwoli to na promocję i budowę ogólnopolskiej bazy sieci CS.

Czytaj więcej

MYGO.pl

RSSy
  • Postów

    28682
  • Dołączył

  • Ostatnia wizyta

    nigdy
  • Wygrane w rankingu

    11

Treść opublikowana przez MYGO.pl

  1. MYGO.pl

    RSSHide Cvars

    Hello iam loking for plugin that hide cvars of server when owner changes cvar it will automaticly hidden in chat like ADMIN QuickDroLLL has set cvar: amx_roundtime 10 it will be only shown for owners in chat Przeczytaj cały wpis
  2. SourceMod Re-Banner GitHub | Download Fights ban evasion through client-side "fingerprinting". Relies on security through obscurity. Sometimes, a ban isn't enough to stop them from trying to play on your servers. This solution tries to combat such players by leaving tiny unique files in download folders to recognize players. Supports Basebans and SourceBans++. I release this in hope to help the community fight ban evasion, as I personally know how annoying it can be. Nothing can be ideal, and there are loopholes that can easily make players immune to this. Designed to run autonomously without admin intervention. Dependencies:SourceMod 1.11+ File Network by Batfoxkid (my fork for now, as the changes required for this to work are not upstream yet) (Optional) SourceBans++ What does it do? The plugin forces all clients to download a unique file to their download folder, heavily relying on security through obscurity (file name and path disguised to look as similar to genuine server content as possible). Each file is unique for each client, containing a random string of numbers. This "fingerprint" is then stored in a database and gets associated with the player's IP address and SteamID. Every time a player connects, the system tries to recognize them either by requesting their local fingerprint file and reading it's value, or by SteamID, or by IP address. If at least one of the three matches with a known fingerprint, the client is recognized and any missing information (for example a new IP address or new alt account SteamID) is associated with the same fingerprint. If the player does not have the fingerprint file locally(different PC, or re-install), the system will re-send the fingerprint file (as long as they are recognized and an association is possible) to them. What happens if someone gets banned? When a player gets banned, their unique fingerprint gets marked as banned in the internal database. Any subsequent attempts to join the server from another IP address/account/PC (any combination of the 3) will lead to a re-ban if any of the conditions are met: Client SteamID is associated with a banned fingerprint (if the account sent the same local fingerprint value as another account at any point in time). Client IP address is associated with a banned fingerprint. Clientside fingerprint is recognized. Checks are ran in the same order as shown above. If player SteamID/IP address is matched to a known fingerprint, current client fingerprint value is discarded and not taken into account. In an event that the alt account player is missing their fingerprint client-side (and they are recognized), the fingerprint file is re-sent before they get re-banned. Tampering prevention? If the plugin is unable to identify the client via SteamID and IP address, but the client has a fingerprint locally which we can use for identification, this will make sure that the fingerprint is not tampered with. Well, "tampered with" is a rather big word, it checks whether the file only contains numbers (the fingerprint is numeric only) (and) if the fingerprint is known by the server. If the file has anything else (say, SQL commands, etc), or it's not recognized by the plugin, Anti-tamper will raise a red flag and, if configured, will kick the client. The fingerprint won't ever reach the database to prevent SQL injection. Setup: Install the latest version of File Network by Batfoxkid Install this plugin, either by downloading it from GitHub Releases HERE or by compiling it manually. Add the following database record to addons/sourcemod/configs/databases.cfg: Code: "rebanner" { "driver" "sqlite" "host" "localhost" "database" "rebanner" "user" "root" "pass" "" } Load the plugin It's recommended to have rb_log_level set to 3 for some time to ensure that the plugin is working properly By default, Re-Banner will scan your existing downloads table, pick a random file from it and use that as the fingerprint path and name (appending "1" to the filename). If the downloads table is empty or small enough, Re-Banner will fall-back to the default path, though it's recommended to change it. If you wish to use a different path or use custom kick/ban reasons, you may edit them in addons/sourcemod/configs/rebanner.log: Code: "Settings" { "fingerprint path" "materials/models/texture.vmt" "ban reason" "Alternative account detected. Re-applying ban" "tampering kick reason" "File tampering detected! Please download server files from scratch" }Make sure that the path actually exists on the server (you cannot point to non-existent directories). Modify the next two keys with your desired ban/kick reasons. ConVars: rb_log_level (0|1|2|3) - Logging level. 0 - off, 1 - log alt bans, 2 - log new associations, 3 - debug (SPAM). rb_check_ip (0|1) - Whether Rebanner should take IP addresses into account. 0 - disable, 1 - enable (RECOMMENDED) rb_antitamper_mode (0|1|2) - Antitamper subsystem mode. 0 - Disable, 1 - check client fingerprints for tampering, 2 - also check whether the fingerprint is known by the server (RECOMMENDED) rb_antitamper_action (0|1) - Antitamper subsystem action when it detects tampering. 0 - do nothing, 1 - kick the client rb_reban_type (0|1) - 0 - Re-ban detected alts for the same duration as original ban, 1 - re-ban for remaining ban duration Commands: Code: rb_unbansteam <SteamID2> - remove the ban flag from a fingerprint by SteamID match Code: rb_unbanip <IP> - remove the ban flag from a fingerprint by IP address match Known issues: Setting cl_allowupload to 0 renders this system useless, though the default value is 1. SourceBans++ bans applied via Web UI are not taken into account - a SourceBans design limitation that I'm unable to work around yet. Banned alt. accounts will not be un-banned if the master account is un-banned earlier than expected. ...? If you happen to stumble upon a bug/error message, please make sure to post it here or in GitHub Issues. Much appreciated! To-Do:Natives and forwards for easy integration Command to completely remove a given player from the system to re-scan them Whitelisting Unban banned alt. accounts when master account is unbanned early ... Credits:Batfoxkid, Artvin and the Zombie Riot team for help with File Network Samm-Cheese for being my test subject and providing fresh ideas Naydef for QA, IP address check suggestion, de-bugging Source file queues and generally being a legend The AlliedMods Discord members for help with various code-related questions Attached Files ReBanner 1.0.zip (28.9 KB) Wyświetl pełny artykuł
  3. [ANY] SLAYER IP Detector (Anti-IP Promotion) Description: Hi there, I create this plugin to detect the IP Address if anyone tries to Promote the IP Address of any other Server in the Chat. And also Log the Player Name, Player Steam ID, and IP Address of the Server which the player tries to promote. The plugin can detect many possible ways to give IP addresses. I hope you will like it. Features:Anti-IP Promotion in Chat Detect the IP Address in the Chat Plugin Can Detect many possible ways to give an IP address to other players. Player can still give the IP Address of the Current Server in which he playing. Plugin will ignore the IP Address/IP Address with Specific Port if it was Founded in the IP Whitelist. This feature is useful to add the IPs of other Servers of your Community OR the Server of your Partner/Friend in the Whitelist so players can share the IP of those Servers. (IP Whitelist can be configured from CFG file) Admin with the specific flag can give the IP Address of any server (Can be configured from CFG File) Plugin will log the Player Name, Player Steam ID, and IP Address of the Server which the player tries to promote. (Logging can be disabled from the CFG file) The IP Address will be removed from the Chat that the player tries to promote so no one can see that IP Address and copy it. Some Tested Possible ways to give an IP Address that can be detected by the Plugin: PHP Code: // Note: Plugin can still detect any IP Address if there was any other symbol or letter instead of '.' 192.168.10.2 192.168.10.2:27015 192/168/10/2 192/168/10/2/27015 192,168,10.2 192[168)10/2 192a168b10c2 192 168 10 2 Hello Guys! Please Join my Server: 192.168.10.2 SLAYER bro come to this Server: 192.168.10.2:27015 ip192.168,10/2[27015ip And Many other ways the plugin can detect the IP Address in the Chat :) Installation: 1. Download and Upload files to your server. 2. Change the Map or load the plugin. Requirements: Sourcemod 1.8+ Command: sm_ip - A public command which gives the IP Address+Port of the Current Server. ConVars: PHP Code: // This file was auto-generated by SourceMod (v1.10.0.6460) // ConVars for plugin "SLAYER_IPDetector.smx" // Enabled/Disabled SLAYER IP Detector Plugin (1 = Enabled, 0 = Disabled) // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" ip_detector_enabled "1" // Admins with these admin flags can give any IP address // - // Default: "z" ip_detector_flag "z" // IPs that the plugin will Ignore (Separate IPs with ';') // - // Default: "192.168.10.2;192.168.10.3" ip_detector_whitelist "192.168.10.2:27015;192.168.10.3" Changelog: April 15, 2023 (v1.0):Initial Release Donate: If you like my work, you can donate to me via Steam Trade Offer Attached Files [ANY] SLAYER_IPDetector v1.0.zip (11.5 KB) Wyświetl pełny artykuł
  4. So, I'm using this awesome parachute plugin by Krotal. I'm wondering if it's possible for users with the ADMIN_LEVEL_A level to define the parachute_fallspeed for themselves (in a range from 50 to 150). The plugin already does that, but it's the same fallspeed for everyone. I want the user to choose the fallspeed of their liking. Thanks! Attachment 200252 Attached Files Get Plugin or Get Source (amx_parachute.sma - 13.4 KB) Przeczytaj cały wpis
  5. Hi, can someone make me a plugin that makes zombie eyes glow but works with sprite?, I show you a photo Attached Thumbnails Przeczytaj cały wpis
  6. Hello Can someone make a plugin? I get 15% more health every time I'm killed and resurrected More death, more health Only for tr Przeczytaj cały wpis
  7. Old Sandman Bonk! Description: This plugin brings back Bonk! on Sandman (so before Jungle Inferno Update) on TF2. I made a first version in 2017 here and decided to release it after a rework, it's slightly better from the first release. Cvars:tf2_bonk_version - Version of the plugin. Installation:bonk.smx goes into addons/sourcemod/plugins/ Downloads:You can also find it on my GitHub:[TF2] Old Sandman Bonk!Plans: None Changelogs: Quote: 2023-04-14 - (v1.1) * Added a version cvar. * Reformat file * Optimized the algorithm and made it more maintainable. 2022-05-12 - (v1.0) * Initial release on Github. Attached Files Get Plugin or Get Source (bonk.sp - 4.1 KB) bonk.smx (6.3 KB) Wyświetl pełny artykuł
  8. Greetings! Please, I need your help guys, I saw servers with plugins where if you heal a teammate, you are rewarded with a new medkit. I've been looking for the plugin or maybe just a cvar, idk, that can do that but i wasn't able to find it, I found Bonus Healing: https://forums.alliedmods.net/showthread.php?p=2772492 But, it's not the same that I saw, wich gives extra medkit for healing teammate. Screenshot: https://ibb.co/nBSFvV2 Przeczytaj cały wpis
  9. Is there a way so only people with ADMIN_LEVEL_C can buy certain weapons, mainly shield, for example? I want to restrict it so only a few people can buy and use it. Thanks! Przeczytaj cały wpis
  10. Introuduction: I know many people use Vscript in nut to modify the default weapon which is spawn by map. I just make it in plugin. Now you can use this plugin to modify which weapon should spawn on map, which will not. Feature: 1. If you want to ban ak47 and smg from map spawn, just set the first cvar in 0 and sum the ak47 count and smg count ( 1024+4 = 1028 ) and set it in the second cvar. 2. IF you want only awp in the map, just set the first cvar in 1 and the second cvar into the count of awp. 3. This plugin only prevent the entity which spawn by map. You could use the ban weapon by "give" command or any other way you want. Cvar: Code: "l4d2_ban_weapon_mode" -description: switch the mode of weapon filter. 0 = blacklist, weapon in the follow cvar can't be spawn. 1 = whitelist, weapon only in cvar can be spawn. -default: 1 "l4d2_ban_weapon" -select the weapon you want to manager. add the count of the weapon you want. -default: 32768 [each weapon count]: PISTOL 1 PISTOL_MAGNUM 2 SMG 4 SMG_SLIENCED 8 SMG_MP5 16 SHOTGUN_PUMP 32 SHOTGUN_CHROME 64 SHOTGUN_AUTO 128 SHOTGUN_SPASS 256 RIFLE_M16 512 RIFLE_AK47 1024 RIFLE_DESERT 2048 RIFLE_SG552 4096 SNIPER_HUNTING 8192 SNIPER_MILITARY 16384 SNIPER_AWP 32768 SNIPER_SCOUT 65536 M60 131072 GRENADE_LAUNCHER 262144Known Issue: If the plugin start work, it makes the map spawn weapon in random, and you could see the tier2 weapon in the first chapter. I have no idea to solve that because it seems diffcult to get the KeyValue "weapon_selection" of the entity "weapon_spawn". So i simply use random. Attached Files Get Plugin or Get Source (map_weapon_manager.sp - 10.8 KB) Wyświetl pełny artykuł
  11. Hello QuickDroLLL here, so basicly iam loking for plugin that make he throw directly without delay or animaton it will throw directly Thank You <3 Przeczytaj cały wpis
  12. Provides methods of moving players to a different team. How is this plugin different than the existing ones? It's intended to work in any source game by extending the main plugin. You can use the forwards and natives to add specific teams for your game (see playermove_csgo for example). You can make a pull request to add support for a game, or you can start an issue by providing team names, team indexes and team identifiers. You can download the plugin and read more on github: https://github.com/Ilusion9/playermove-sm/ Wyświetl pełny artykuł
  13. Hello, Is there a plugin that at the beginning of the round you have 25 HP? or with cvar to spawn with custom HP I was thinking of trying a plugin that 1 Shot = 1 Kill but they usually have a lot of problems, I think it's better to directly modify the HP (I plan to use it for a kind of "Realistic Mode", in which a shot from a Glock is something serious.) Przeczytaj cały wpis
  14. Is there any good csgo plugin that i could use for my retakes server. I just need a menu with guns for vips at the start of every round, and also a prefix for every vip. Does anyone know any existing plugins which i could i use? Przeczytaj cały wpis
  15. Description: Allows players to create props in-game based on "credits", which are accrued through gameplay and are not saved on disconnect / map changes. ConVars:zprop_credits_max - Max credits that can be attained (0: No limit). zprop_credits_connect - The number of free credits a player received when they join the game. zprop_credits_spawn - The number of free credits given on spawn. zprop_credits_infect - The number of credits given for infecting a human as zombie. zprop_credits_kill - The number of credits given for killing a zombie as human. zprop_credits_roundstart - The number of free credits given on start of the round. GitHub repo. Attached Files zprop_csgo_fixed.smx (9.9 KB) Get Plugin or Get Source (zprop_csgo_fixed.sp - 8.0 KB) zprop-master.zip (3.34 MB) Wyświetl pełny artykuł
  16. MYGO.pl

    RSSStatus2

    Good morning, Following a new wave of cheaters copying a player's name, I tried to create a simple solution. The sourcemod admin menu quickly has its limits, if 2 players have the same name. This can be managed with HLSW but since on day of defeat source there are flaws using the RCON, I prefer to disable the RCON. I simply created a plugin that displays the userid, the name of the players, the number of kills and deaths they have, and what team they are in, so you can differentiate between the cheater and you can ban using sm_ban #userid 0. No configuration, just put the plugin on the server, connect to your server and type the command: "status2" in your dod console. Attached Thumbnails Attached Files Get Plugin or Get Source (status2.sp - 5.3 KB) Wyświetl pełny artykuł
  17. Harry Potter Mod - v0.0.1, last update at : 07/04/2023 Want to feel like a wizard? This is your chance! Quick Video About the Mod+Attack2 Makes you fly +Attack Makes you stop fly Q Makes you cast Kadabra Spell and insta kill someone W Makes you cast Obscuro and make your enemy blind E Gives you a Shield Force that is immune to all Spells R Gives you an Invisibility Cloak Everything is configurable, delays, durations, etc. Just open harrypotter.ini for more information DeathMatch, 1 vs All, the fun doesn't stop! RequirementsInfinite Round Map Spawns Editor not really required but highly recommended To Do List Make an internal & independent Spawn Point system Add 2 new Spells on F & G Keys Models made by frk_14 Ambience sound made by me on Fl Studio, not sure if you like it but yeah, tried my best :up: Attached Files resources.zip (6.15 MB) Get Plugin or Get Source (harrypotter.sma - 20.3 KB) Przeczytaj cały wpis
  18. Hello friends, I have a question for you about the basebuilder mod. I have seen on some servers and in some YouTube videos that there are extra items on some basebuilder servers. However, when I tried to add these items to my server, most of them didn't work. When I try to compile the script, it says that I am missing some include files. I then find these files online, add them, and then there are no issues with compiling. After that, I add the script to the plugins and name everything correctly. However, when I type amx_plugins, it usually says "bad load". Why is this happening? Przeczytaj cały wpis
  19. Hello, is there a semiclip plugin/module for enabling it only at round start for everyone? Like 5 secs when new round starts? reSemiclip doesn't quite work, tried changing it configs with that time option, but it just ignores it. Przeczytaj cały wpis
  20. Hi, I want to modify this plugin. https://forums.alliedmods.net/showthread.php?t=325315 I want a Main menu that will include this plugin like my first option(first submenu) and a second submenu with cso weapons! Also if is possible for any new username to start with 300 points. (Money/points/ammopack is included in he's plugin.) This plugin have to run on a BaseBuilder server, same like Oxicrom shop plugin. Thank you! Przeczytaj cały wpis
  21. Hey, I would love if someone can create a plugin that'll store maps played in a log file by date. An admin can then use a command /lastmaps to get last maps played shown in chat. A cvar to set how many maps to show would also be nice. Thanks! Przeczytaj cały wpis
  22. Descriptionadd an attachment over the head of thirdstrike survivors. custom model, position, angle, scale. designed for realism mode, no glow / color support. idea and code from [L4D/L4D2] Black And White Checker and [L4D & L4D2] Hats. Cvars PHP Code: // angle of the tip, split up with space // - // Default: "0.0 0.0 0.0" thirdstrike_tip_ang "0.0 0.0 0.0" // model of the tip // - // Default: "models/props_interiors/medicalcabinet02.mdl" thirdstrike_tip_model "models/props_interiors/medicalcabinet02.mdl" // position of the tip, split up with space // - // Default: "-4.0 0.0 -3.0" thirdstrike_tip_pos "-4.0 0.0 -3.0" // scale of the tip // - // Default: "0.25" thirdstrike_tip_scale "0.25" Change log Spoiler Code: 1.0 (2023-04-03: init public release. Attached Files Get Plugin or Get Source (thirdstrike_tip.sp - 4.6 KB) Wyświetl pełny artykuł
  23. Hello people,I m making this topic because I need a very important plugin that will help my server.I need a vip system that gives vip privilages to a user using the console(without opening FTP).I want 3 commands from this plugin amx_addvip <name> <days> <reason> amx_removevip <name> <reason> amx_extendvip <name> <days> <reason> I want the plugin to write a line in the file config/vips.ini like this example "steamid" "empty" "flags" "empty" What I want the plugin to do is to write the steamid and flags automatically on the .ini file and to add a (;) on the start of the line when the user's vip expires,also I want the plugin to have logs when the 3 commands are executed by the admin so we can monitor them. Vip added by "Admin Name" to "User name" for "x" Days Reason: Boosted Vip removed by "Admin name" to "User name" Reason:User's request Vip extended by "Admin name" to "User name" Total days "x" Days Reason: Boosted I tried to edit this plugin to make what I wanted but the code is too old and doesn't have the right things for me :/ https://forums.alliedmods.net/showthread.php?t=13334 I'll be very happy if someone would make or find a plugin that does this.Thank you for reading my request :) Przeczytaj cały wpis
  24. Hello Every one QuickDroLLL Here so basicly iam asking is there any plugin that change E sound effect when prees e it will sound apear is there any plugin change that sound thank you for reading my topic Przeczytaj cały wpis
  25. MYGO.pl

    RSSMenu Numbers

    Greetings. I need help with menu numbers I want to make in menu like |1| [ Price Menu ] , but I don't know how to remove 1. Attached Thumbnails Attached Files Get Plugin or Get Source (bb_game-menu.sma - 4.7 KB) Przeczytaj cały wpis
×
×
  • Dodaj nową pozycję...