Showing results for tags 'regamedll'. - GAMELIFE România Jump to content

Search the Community

Showing results for tags 'regamedll'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Gamelife - Dezvoltare
    • GameLife Administratie
    • Staff Management – Organizare, Coordonare și Comunicare Internă
    • ⭐ GameLife Server Hub – Afiliere, Forum Management și Oferte Admini
    • Official GameTracker Clan
  • Gamelife - Servere Publice
    • Official TeamSpeak3 Server
    • Official Counter-Strike 1.6 Servers
    • L4D2.GAMELIFE.RO
  • Gamelife - Proiecte
    • Gamelife Design – Arată-ți Talentul Grafic și Inspiră Comunitatea
    • Gamelife Competiții și Giveaways – Câștigă Premii și jocuri gratis
    • Gamelife - Creațiile Noastre Unice – Proiecte și Articole Speciale GameLife
    • GameLife Music Lounge – Soundtrack-ul gamerilor, locul tău de relaxare muzicală
    • Gamelife Reporters - Cunoaște Gamerii și Creatorii Comunității
  • GameLife - Lumea jocurilor
    • Gamelife News Hub– Știri, Lansări și Actualizări Gaming
    • Counter-Strike 1.6 Hub – Addons, Moduri, Hărți, Știri și Tutoriale
    • Counter Strike 2 Hub – Addons, Hărți, Moduri și Update-uri GameLife
    • Counter Strike Source Hub – Addons, Plugin-uri și Știri Gaming
    • Lumea Jocurilor – Explorează Alte jocuri
    • Steam Hub România – Conturi, Jocuri și Reduceri GameLife
    • Left for Dead 2 Hub – Moduri, Harti, Stiri si Tutoriale
  • Gamelife - Cafeneaua GameLife
    • Universul Cunoașterii – Subiecte Fascinante și Curiozități GameLife
    • Universul IT – Știri și Discuții despre Hardware, Software și Mobile
    • GameLife Area IT – Programare, Web Design și Ajutor Tehnic
    • GameLife Cinema – Discuții despre Filme, Seriale și Evenimente TV
    • GameLife Fun Zone – Timp Liber, Auto, Horoscop și Distracție
    • GameLife Sport Hub - Discuții, Articole și Pasiuni Reale
  • Cos de gunoi
  • GAMELIFE - COMMUNITY's Bun venit in Clubul Gamelife
  • GAMELIFE - COMMUNITY's Discutii Libere

Categories

  • Counter Strike 1.6
    • Addons
    • Plugins
    • Maps
    • Others
  • Zombie Plague
    • Plugins
    • Addons
    • Maps
  • Counter Strike 2
    • Addons
    • Plugins
    • Maps
    • Others
  • Counter Strike Source
    • Addons
    • Plugins
    • Maps
  • Addons Only For Managers Server
  • Skins , cfg , GUIs
  • Productia Gamelife
  • Design

Product Groups

  • VIP MEMBER PREMIUM (PACHET-SV+FORUM+TS3)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Facebook


Instagram


Steam Profile


Gender


Location


Interests


About Me

Found 6 results

  1. 32 downloads

    Addons default AMXX 1.9.0 with ReAPI & ReGameDLL Also, this addons contain reunion, reauthcheck, reaimdetector, whblocker, resemiclip. Download: MEDIAFIRE / MEGA.NZ Password: www.gamelife.ro
    Free
  2. View File ADDONS DEFAULT 1.9.0 with ReAPI & ReGameDLL Addons default AMXX 1.9.0 with ReAPI & ReGameDLL Also, this addons contain reunion, reauthcheck, reaimdetector, whblocker, resemiclip. Download: MEDIAFIRE / MEGA.NZ Password: www.gamelife.ro Submitter aEEk.# Submitted 03/05/2021 Category Addons  
  3. View File ReAimDetector Author: ReHLDS Team Description: ReAimDetector - AmxModX module for ReHLDS & ReGameDLL, which: detects AimBot and NoSpread blocks some types of AimBot, Triggerbot, AutoFire, KnifeBot when setting "SEND_PROTECTION_WEAPON" is enabled crashes some hacks with the "CRASH_CHEAT" setting turned on Requirements: ReHLDS ReGameDLL AMX Mod X MetaMod 1.20 (p) or later Installation: In the cstrike / addons / amxmodx directory, copy the "configs" and "modules" folders. Open the file addons / amxmodx / configs / modules.ini, and add a new line reaimdetector Compile the plugin from the "scripting" folder. You are adding the plugin to the server. The installation is complete. Settings: Teams: / aim - opens a menu for viewing alerts (chat) reaim_reloadcfg - reload config file (console) Thanks: dreamstalker for ReHLDS project mazdan for the aimbot detection method gyxoBka for improvements to the amxx plugin Submitter COSMIN Submitted 04/24/2021 Category Others
  4. View File ReGameDLL What is ReGameDLL_CS? ( Reverse-engineered CS mod) ReGameDLL_CS is the result of reverse engineering (decompilation) of the original CS mod for Half-Life (HLDS build 6153 beta) using DWARF information for debugging embedded in the Linux version, cs.so . Simply put, ReGameDLL is what is fully responsible for CS. In it is the whole logic of CS fashion. The operation of the weapons, the behavior of the objects, the conditions for the end of the round, etc. The project in GitHub Changelog Cvars Repository with compiled files The official topic What will it provide us? The project is built with modern compilers that give a little more performance. Some useful or frequently used items can be added directly to fashion without the need to add them with AMXX plugins. Ability to use the ReGameDLL API for Metamod plugins or AMXX modules. Objectives: Provide more advanced APIs for mods and plugins. Bug fixes. Code optimization. Current status: CS 1.6 - [100%] CS: CZ - [100%] How to use? ReGameDLL is fully compatible with the original CS mod. All you have to do is download the binary and replace the original mp.dll / cs.so in the cstrike / dlls folder. In the archive, in the bin folder there are two folders 'bugfixed' and 'pure' 'pure' made to work just like the original CS mod from Valve 'bugfixed' contains several fixes and improvements to ReGameDLL CS Put the game.cfg configuration file in the server's root folder or in the cstrike folder . All mp_ failures must be in game.cfg Attention! ReGameDLL is not binary compatible with the original because it was compiled with another compiler. This means that metamode plugins that parse binary code (Orpheu, Okapi) are unlikely to work with ReGameDLL. Metamod versions supported by: Metamod 1.21p37 ( Warning: 1.20 and below NOT RECOMMENDED ) Submitter COSMIN Submitted 04/26/2021 Category Others  
  5. COSMIN

    ReGameDLL

    8 downloads

    What is ReGameDLL_CS? ( Reverse-engineered CS mod) ReGameDLL_CS is the result of reverse engineering (decompilation) of the original CS mod for Half-Life (HLDS build 6153 beta) using DWARF information for debugging embedded in the Linux version, cs.so . Simply put, ReGameDLL is what is fully responsible for CS. In it is the whole logic of CS fashion. The operation of the weapons, the behavior of the objects, the conditions for the end of the round, etc. The project in GitHub Changelog Cvars Repository with compiled files The official topic What will it provide us? The project is built with modern compilers that give a little more performance. Some useful or frequently used items can be added directly to fashion without the need to add them with AMXX plugins. Ability to use the ReGameDLL API for Metamod plugins or AMXX modules. Objectives: Provide more advanced APIs for mods and plugins. Bug fixes. Code optimization. Current status: CS 1.6 - [100%] CS: CZ - [100%] How to use? ReGameDLL is fully compatible with the original CS mod. All you have to do is download the binary and replace the original mp.dll / cs.so in the cstrike / dlls folder. In the archive, in the bin folder there are two folders 'bugfixed' and 'pure' 'pure' made to work just like the original CS mod from Valve 'bugfixed' contains several fixes and improvements to ReGameDLL CS Put the game.cfg configuration file in the server's root folder or in the cstrike folder . All mp_ failures must be in game.cfg Attention! ReGameDLL is not binary compatible with the original because it was compiled with another compiler. This means that metamode plugins that parse binary code (Orpheu, Okapi) are unlikely to work with ReGameDLL. Metamod versions supported by: Metamod 1.21p37 ( Warning: 1.20 and below NOT RECOMMENDED )
    Free
  6. COSMIN

    ReAimDetector

    Version 0.2.2

    88 downloads

    Author: ReHLDS Team Description: ReAimDetector - AmxModX module for ReHLDS & ReGameDLL, which: detects AimBot and NoSpread blocks some types of AimBot, Triggerbot, AutoFire, KnifeBot when setting "SEND_PROTECTION_WEAPON" is enabled crashes some hacks with the "CRASH_CHEAT" setting turned on Requirements: ReHLDS ReGameDLL AMX Mod X MetaMod 1.20 (p) or later Installation: In the cstrike / addons / amxmodx directory, copy the "configs" and "modules" folders. Open the file addons / amxmodx / configs / modules.ini, and add a new line reaimdetector Compile the plugin from the "scripting" folder. You are adding the plugin to the server. The installation is complete. Settings: Teams: / aim - opens a menu for viewing alerts (chat) reaim_reloadcfg - reload config file (console) Thanks: dreamstalker for ReHLDS project mazdan for the aimbot detection method gyxoBka for improvements to the amxx plugin
    Free
×
×
  • Create New...

Important Information