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

    28629
  • Dołączył

  • Ostatnia wizyta

    nigdy
  • Wygrane w rankingu

    11

Treść opublikowana przez MYGO.pl

  1. About: Blocks the script command and replaces with a logic_script entity to execute the code instead. This goes toward preventing some memory leaks from the VScript system. Thanks: Timocop - For the idea. Changes: Code: 1.0 (28-Jun-2019) - Initial release. Installation: Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder. Attached Files Get Plugin or Get Source (l4d2_script_cmd_swap.sp - 2.0 KB) Wyświetl pełny artykuł
  2. "kzjumpstats" { "driver" "sqlite" "host" "localhost" "database" "kzjumpstats-sqlite" "user" "root" "pass" "" } Attached Files KZJumpStatsV2.zip (205.1 KB) Wyświetl pełny artykuł
  3. There's a new exploit in the wild which allows any client to attack the server after connecting if you have sv_allowdownload set to 1. On Linux the servers will most likely restart within 30 seconds if there's a watchdog timer installed. On Windows this exploit can be utilized to cause a Blue Screen Of Death on your dedicated hosters box. The exploit involves the use of the RequestFile command and has already been reported to Valve (~8 Months ago) through the bounty bug reward program. The report was ignored by the HackerOne Staff because it didnt meet the standards of "crashing the server" ( Report #472858 ). Even though this can lead to a BSOD if used correctly and as shown in my submited Proof Of Concept. ... The exploit's POC was stolen from one of my un-secured dedicated test servers recently by some "Hackers" and now is being sold by them. The POC was written to work on all versions of SRCDS so many servers are at risk until valve releases an official patch. I've written my own patch for the community to use until that date comes. Symptoms of the exploit being used on your server would be to see the text "File '%s' requested from" spammed in your SRCDS console. These messages do not create logs in any document so it may be hard for some users to track what's happening. This is mostly expected to plauge CS:GO/CStrike servers currently. I've only tested this on css/csgo and it seems to work fine. I'm unaware if any game mode will utilize the request file function after a player conects (for example sprays) but i believe it's handled differently (server sends files rather than client requesting file). Let me know if you run into any issues. Attached Files Get Plugin or Get Source (SendFileExploitFix.sp - 661 Bytes) Wyświetl pełny artykuł
  4. Description: Admin can call AC130 which will drop loot for survivors. Commands: !start - To call airdrop. Credits: Silvers - for "GetColor" stock & I took some code from his plugin... click I'm waiting for any ideas about this plugin. Maybe I will do support for multiple languages. I have not tested the plugin in L4D1 Attached Files Get Plugin or Get Source (Airplane.sp - 7.2 KB) Wyświetl pełny artykuł
  5. Ultimate SteamID Protection - No passwords Hello, this plugin is designed to protect players' steam ID from being hacked. It should work for most HL games, but we tested it on CS source V90 On 1st player connect player database will record his steam ID + IP and generate a unique random CODE (example 169e6c1499556611ad9d9f168437a12). How it works: ! = wrong #= missing SteamId + IP + CODE: Pass SteamId + IP + CODE!: Pass and generate a new code for the user SteamId + IP + CODE#: Pass + generatea new code for the user SteamId + IP! + CODE: Pass + save his New IP SteamId + IP! + CODE!: Deny + show a message SteamId + IP! + CODE#: Deny + show a message We spend a lot of time and money creating this so any support will be very appreciated PayPal: [email protected] Installing: 1) Choose game and extension for it: .dll = windows .so = Linux and upload it to extensions 2) upload the plugin to plugins 3) upload translations to translations 4) Edit database.cfg by adding: "ultimate_protect" { "driver" "sqlite" "database" "ultimate_protect" } OR for mysql: "ultimate_protect" { "driver" "mysql" "database" "ultimate_protect" } 5) Restart the server Attached Files ulta.zip (591.8 KB) Wyświetl pełny artykuł
  6. Description: Hides the radar after the player dies or when he is in the spectators (observers) Demonstration: Click Attached Files HRTDP.smx (4.1 KB) Get Plugin or Get Source (HRTDP.sp - 971 Bytes) HRTDP.zip (5.7 KB) Wyświetl pełny artykuł
  7. About Dump memory bytes to server console for finding offsets. Uses signature bytes or gamedata for address. Related Plugins [ANY] Gamedata Sig Tester Thanks Lux - Ideas for the plugin. BHaType - Testing on Win/Linux. Admin Commands PHP Code: sm_sig_off // Usage: sm_sig_off <offset> <signature bytes> || <gamedata> <signature> [offset] [bytes] // Examples: sm_sig_offset_display 0; sm_sig_offset_print 26 sm_sig_offset_display 1; sm_sig_offset_print 10 sm_sig_off "core.games/engine.csgo" EntInfosFinder 0 // Displays default 256 bytes from offset 0 sm_sig_off "sdkhooks.games/engine.csgo" EntityListenersFinder 0 128 // Displays 128 bytes from offset 0 sm_sig_off "sdktools.games/engine.csgo" CBaseTempEntity 75 128 // Displays 128 bytes from offset 75 sm_sig_off 0 "55 8B ? 81 ? ? ? ? ? 53 56 8B ? 8B ? ? ? ? ? 57 85" // First byte 0 is the offset, search by signature sm_sig_off 75 "55 8B ? 83 ? ? 83 ? ? 83 ? ? ? ? ? ? 53 56 57 89 ? ? ? 8B" // First byte 75 is the offset, search by signature ConVars: Saved to sm_sig_offset.cfg in your servers \cfg\sourcemod\ folder. PHP Code: sm_sig_offset_print "10" // How many bytes to print per line in the console. sm_sig_offset_display "1" // 0 = Dump all bytes space separated. 1 = Display offset number next to bytes. Changes Code: 1.0 (25-June-2019) - Initial release. Installation Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder. Attached Files Get Plugin or Get Source (sm_sig_offset.sp - 7.9 KB) Wyświetl pełny artykuł
  8. Hope you'll like this plugin, has very few features but will change once I sort out the bugs. I won't use Updater to avoid additional trouble if a native gets changed. SQLiteVIPApi is the API plugin itself and SQLiteVIPModule is the module that allows VIP at level 1 to get more HP and Armor by a certain formula, and VIP at level 2 can get a free helmet. Attached Files Get Plugin or Get Source (SQLiteVIPApi.sp - 17.9 KB) Get Plugin or Get Source (SQLiteVIPModule.sp - 6.2 KB) SQLiteVIPApi.inc (3.7 KB) Wyświetl pełny artykuł
  9. MYGO.pl

    Custom Clan Tag

    Custom Clan Tag Plugin switch player clan tag Ddepending on his role Installation Put customcluntag.smx to addons/sourcemod/plugins folder. Put customcluntag.sp to addons/sourcemod/scripting folder. Restart server or send command sm plugins load customcluntag. Customize config in cfg/sourcemod/clantag.cfg. Variables sm_custom_clantag_enable - is plugin enabled. sm_custom_clantag_admin - clan-tag for admin. sm_custom_clantag_reserve - clan-tag for player with reserve slot. sm_custom_clantag_base - clan-tag for other players. Requirements CS:GO Dedicated Server Sourcemod Metamod GITHUB Attached Files Get Plugin or Get Source (customcluntag.sp - 1.6 KB) Wyświetl pełny artykuł
  10. MYGO.pl

    Strat Roulette

    Strat Roulette What is Strat Roulette? Strat Roulette is a gamemode in which every round a different mechanic is applied. This ranges from using only certain weapons in a round to only being able to no-scope. It currently consist of a total of 54 strats, with more to come! If you have ideas for new rounds, you can follow the link down below to the issue page of the Github and post a Feature Request there. How to install: Download the release from the Github page and put the .smx in your plugins folder. That's it! How to use: There are a few commands that help with controlling the gamemode. /start - Starts the match /end - Ends the match /setround [round number] - Forcefully sets the next round strat /endround - Forcefully ends the round Keep in mind that this plugins works best if there are no plugin controlling the match in any other way. Except for PugSetup, as strat roulette nicely integrates with it. Links: Github Repository Bugs & Ideas Wyświetl pełny artykuł
  11. About Command for testing signature bytes. Does not check for unique signatures. Admin Commands PHP Code: sm_sig // Usage: sm_sig <bytes> // Example: sm_sig 55 8B ? 81 ? 54 Changes Code: 1.0 (20-June-2019) - Initial release. Installation Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder. Attached Files Get Plugin or Get Source (sm_sig.sp - 1.8 KB) Wyświetl pełny artykuł
  12. Hello Guys! Sorry, My English is Bad This plugin allows bots change class MvM Support : If gamemode is MvM, only red bots changing class Have Fun! Attached Files Get Plugin or Get Source (tf_bot_change_class.sp - 3.3 KB) Wyświetl pełny artykuł
  13. This is a game mode package that I did not do, if not, by a user who left the plugins a long time ago without the source code. I just took the trouble to rewrite the plugins and corrected some errors. The real authors are in the sp. greetings :) CREDTIS: All credits go to the original authors TYPES OF GAME MODE: TANK RUSH WITCH RUSH SMOKER RUSH BOOMER RUSH COOP NORMAL COOP EXTREMO COOP FULL RUSH COMMANDS: !modo !top5 !topw5 !skeets !witch !24top COMMANDS IN CONSOLE: sm_cvar enable24mapas_enable 1 Attached Files L4D1_TYPES_OF_GAME MODE.zip (330.8 KB) Wyświetl pełny artykuł
  14. PREVIEW VIDEO i did this plugin a few years ago but didn't tried to finish it because my other projects, it's 99% complete now. DESCRIPTION Adds a glow to every witch, works on Coop & Versus in Left 4 Dead 1 :3 CVARS l4d_witchglow_team (Default 3) -1: All Teams, 1: Only Spectator Team, 2: Only Survivor Team, 3: Only Infected Team KNOWN BUGS - Glitchy Animations Sometimes. Attached Files Get Plugin or Get Source (l4d_witchglow.sp - 4.3 KB) l4d_witchglow.smx (6.9 KB) Wyświetl pełny artykuł
  15. Hi friends . i see in some cs 1.6 online servers Admin's and VIP's uses the special skin of some weapons like m4a1 , ak47 , awp , deagle etc... that the normal players can't use them . they can only see the special skins model if they are near the admins or vips or theyer dead and switch their cam view to firstperson of admins or vips to see that skins. for example i want set the golden m4a1 model's to a special player in my server that only he can see the goldenm4a1 model's and only he can use it. anyone can help me to find a suitable plugin for this issue ?? thanks. Wyświetl pełny artykuł
  16. This plugin will block any Return To Lobby requests that aren't explicitly votes. All campaign changing plugins that change maps at the end of the campaign are afflicted by this problem, Return To Lobby gets called before the map change triggers...This fixes that problem by preventing the Return To Lobby request. I have not tested this in L4D1 but it should work, if not let me know. Attached Files Get Plugin or Get Source (l4d_return_to_lobby_fix.sp - 1.0 KB) Wyświetl pełny artykuł
  17. Credits: Silvers - for optimizations & style code. Desriptions: Changes to Pipe Bomb add more realism. Attached Files Realistico.GameData.txt (1.2 KB) Get Plugin or Get Source (Realistico.sp - 7.2 KB) Wyświetl pełny artykuł
  18. MYGO.pl

    [ANY] Middle Detect

    Hello, I've create a plugin which restrict 1 middle shot for exemple for de_dust2 on middle 1 shot per person, for that u need only upload the plugin and create zones thanks to devzones from francisco and rename zone middle, middle1, middle2 etc.. This plugin will detect every shot from sniper, i've test it on CSS, but the weapon is check too on CSGO. Sorry for my bad english, if u have any question i'll answer u :) Attached Files middledetect.zip (98.1 KB) Wyświetl pełny artykuł
  19. MYGO.pl

    [ANY] Respawn Ball

    Hello, My plugin serves to respawn the ball when there is a goal on the map Ba_Jail_Electric_Razor_V6 or Ba_Jail_Electric_Razor_Go. U need only upload the plugin and put the map. This plugin work for CSS or CSGO. Attached Files Get Plugin or Get Source (Respawn Ball.sp - 1.9 KB) Respawn Ball.smx (13.4 KB) Wyświetl pełny artykuł
  20. MYGO.pl

    Join Spectators

    Join Spectators Sourcemod plugin that join player to spectators. Installation Put joinspectators.smx to addons/sourcemod/plugins folder. Put joinspectators.sp to addons/sourcemod/scripting folder. Restart server or send command sm plugins load joinspectators. Customize config in cfg/sourcemod/join_spectators.cfg. Variables sm_js_enable - is plugin enabled. sm_js_movefrom - count of players that require to move player to spectators. Requirements CS:GO Dedicated Server Sourcemod Metamod GITHUB Attached Files Get Plugin or Get Source (joinspectators.sp - 879 Bytes) Wyświetl pełny artykuł
  21. Continue to shoot special infections, special infections will fall back. l4d2_homerun_bat.smx modify. player command: sm_weapon_push weapon: default:rifle (line 9 can change another weapon) v1.0 new plugin. I only modified it to match my server usage, anyone can continue to improve it. My plugins 贊助網址 Donation URL https://pay.ecpay.com.tw/CreditPayme...=3050613&Enn=e Wyświetl pełny artykuł
  22. When I was younger I used to hang out on Mario_Kart and try to hit back sandman baseballs slung towards me with a bat, but to no avail. Now, this is possible! Only instead, you can return any projectile back with a swing of the ol' wood. It's a straight up can-o'-corn: you swing your bat, and any projectiles (within a cvar-determinant range and FOV) get beanball'd right back. Really helps cover one's bases if you get cornered by a Soldier or Demoman. Any of these baseball idioms getting to ya? Professionally edited showcase video CVars Code: "sm_tfbaseball_velmult", "1.15", "Speed multiplier for a bat'd projectile." "sm_tfbaseball_fov", "70.0", "FOV range for bat swing to register as a valid hit." "sm_tfbaseball_range", "150.0", "Max range (hu) a projectile can be for it to be in swing range." Installation Extract gamedata, plugins, and scripting to your SM directory. Type "sm plugins load tf2baseball" and play ball! Attached Files tf2baseball.zip (12.8 KB) Wyświetl pełny artykuł
  23. video showcase It always happens in l4d1. Feel very angry when playing completitive versus. Don't know why, but I fix it by myself. Source Github Installation Put the "l4d_vomit_pounce_fix.txt" file in your "\addons\sourcemod\gamedata\" folder. Put the "l4d_vomit_pounce_fix.smx" file (click Get Plugin) in your "\addons\sourcemod\plugins\" folder. Attached Files Get Plugin or Get Source (l4d_vomit_pounce_fix.sp - 6.3 KB) l4d_vomit.txt (548 Bytes) Wyświetl pełny artykuł
  24. Freatures Spoiler This plugin provides a deathmatch arena for dead people! I am accepting new freature requests! Instalation Spoiler Put the folders into your addons/sourcemod. IF YOU FIND ANY BUGS OR HAVE ANY FURTHER REQUESTS CONTACT ME VIA STEAM, PM OR REPLY HERE My Github Plugin repository Plugin download Donate Me Wyświetl pełny artykuł
  25. MYGO.pl

    NoSpread Menu

    NoSpread Menu Hey guys!, So I build a plugin that opens No-Spread Menu Commands: PHP Code: sm_nospread Installation: Move NoSpread.smx to "addons/sourcemod/plugins". Move NoSpread.sp to "addons/sourcemod/scripting". My Discord: .baljeet#0687 Steam: https://steamcommunity.com/id/BaljeeTo/ ScreenShot: Attached Files NoSpread.smx (5.2 KB) Get Plugin or Get Source (NoSpread.sp - 2.2 KB) Wyświetl pełny artykuł
×
×
  • Dodaj nową pozycję...