Csgo remake moca

Descarcari de addons-uri si discutii despre acestea.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

06 Sep 2017, 19:40

ce vezi acolo is serverele moca(antilicenta mea) si ce vezi la sirius e versiunea gx postata =]]]]]]]]
sa iti arat comparatia, lumea foloseste pe al meu nu pe al tau =]]]]]]]]]]]]]]]]]]]]]
+ca nu eu sufar, ci tu, nu prea imi pasa de sv tau care are non-stop boost setmaster :))))
1gt noi aparute sunt maxim 3 ca rest erau la fel :)
Image
CSGO Original Module[35%]
RoyalServer 2
X-MAN98
Membru, skill +1
Membru, skill +1
Posts: 431
Joined: 23 Jun 2016, 22:34
Detinator Steam: Da
Detinator server CS: FURIEN/CSGO.DEVILCS
Fond eXtream: 0
Contact:

06 Sep 2017, 22:04

JaiLBreaK wrote:ce vezi acolo is serverele moca(antilicenta mea) si ce vezi la sirius e versiunea gx postata =]]]]]]]]
sa iti arat comparatia, lumea foloseste pe al meu nu pe al tau =]]]]]]]]]]]]]]]]]]]]]
+ca nu eu sufar, ci tu, nu prea imi pasa de sv tau care are non-stop boost setmaster :))))
1gt noi aparute sunt maxim 3 ca rest erau la fel :)
Copile daca gasesti sv boostat undeva iti platesc eu boost tie la setmaster.Sv nu a avut niciun boost lunar asa ca bafta la cautat:*
IOBAGGAMES Motanel
Membru, skill 0
Membru, skill 0
Posts: 20
Joined: 10 Jun 2016, 22:00
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

07 Sep 2017, 00:39

luati de aici si fixul la chat
asta ca sa fie complet :))

Code: Select all

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Fix Chat CS:GO # REMAKE"
#define VERSION "1.0"
#define AUTHOR "stefanutz"

new g_szChatChannel[3][] ={"#Cstrike_Chat_All","#Cstrike_Chat_AllDead","#Cstrike_Chat_AllSpec"};

native csgor_is_user_logged(id);
native csgor_get_user_rang(id,output[],len);

public plugin_init() {
 register_plugin(PLUGIN, VERSION, AUTHOR)
 register_message(get_user_msgid("SayText"), "Message_SayText");
}
public Message_SayText(msgId, msgDest, msgEnt)
{
 new id = get_msg_arg_int(1)
 if (id && csgor_is_user_logged(id))
 {
  new szChannel[181];
  get_msg_arg_string(2, szChannel,180);
  for(new i;i<3;i++)
  {
   if (equal(szChannel, g_szChatChannel[i]))
   {
    new szRang[32],msgchat[181],szName[32];
    read_argv(1,msgchat,180)
    csgor_get_user_rang(id, szRang, 31);
    get_user_name(id,szName,31);
    switch (i)
    {
     case 0:
     {
      formatex(szChannel, 180, "^4[%s] ^3%s ^1: %s", szRang,szName,msgchat);
     }
     case 1:
     {
      formatex(szChannel, 180, "^1*DEAD* ^4[%s] ^3%s ^1: %s", szRang,szName,msgchat);
     }
     case 2:
     {
      formatex(szChannel, 180, "^1*SPEC* ^4[%s] ^3%s ^1: %s", szRang,szName,msgchat);
     }
    }
    set_msg_arg_string(2, szChannel);
    set_msg_arg_string(3, "");
    set_msg_arg_string(4, "");
   }
  }
 }
}
Image
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

07 Sep 2017, 10:48

ce vrei sa demonstrezi?ca postezi sursa pe care am postat-o si eu ?=]]]
anunturi/vand-fix-csgo-remake-t342425-36.html#p2636132
esti prea lent, sorry
Image
CSGO Original Module[35%]
User avatar
SkillartzHD
Membru, skill +3
Membru, skill +3
Posts: 1096
Joined: 08 Feb 2013, 19:43
Detinator Steam: Da
CS Status: HLDS Vulnerability
Detinator server CS: GoldSrc
SteamID: SkillartzHD_hlds
Reputatie: Fost Moderator ajutator
Location: Bucuresti
Has thanked: 14 times
Been thanked: 28 times
Contact:

07 Sep 2017, 14:56

Sunteti niste panicati pe un addons :*
Project by HLDS-Project 2017
Static Emulator : Native | Random Emulator : SettiEmu/AVSMP1/AVSMP0/SteamEmu/oldRevEmu/RevEmu is done
KickASS-HLDS v2 (hlds)
KickASS-HLDS v1 (fakedetector)
HL-ClientSteam exploit (pure hlds)
PLCore exploit (dproto&hlds)
FakeConnect 2.0(reunion&rehlds)
KickASS-HLDS v3 in amxx(hlds&rehlds)
...... time passes and evidence are many
Special thanks to Spanwer and Magister
Skype : spyware.spyware1
Steam : Click

SV_CheckForDuplicateNames V2 download
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

07 Sep 2017, 15:04

iar tu un hacker de cs 1.6 :D
cand vine fixu ala?=]]]]
Image
CSGO Original Module[35%]
User avatar
SkillartzHD
Membru, skill +3
Membru, skill +3
Posts: 1096
Joined: 08 Feb 2013, 19:43
Detinator Steam: Da
CS Status: HLDS Vulnerability
Detinator server CS: GoldSrc
SteamID: SkillartzHD_hlds
Reputatie: Fost Moderator ajutator
Location: Bucuresti
Has thanked: 14 times
Been thanked: 28 times
Contact:

08 Sep 2017, 02:22

JaiLBreaK wrote:iar tu un hacker de cs 1.6 :D
cand vine fixu ala?=]]]]
cand aud "hacker" imi vine sa.ti lipesc o pereche de palme din cauza mentalitati de copil
fixul vine cand vrea **** mea sa ma mai cobor asa de jos pentru tine si pentru comunitatea asta de c.acat numita cs 1.6
vrei sa astepti dupa mine dupa care sa.ti modifici autorul ? (stiu ca ai facut asta , nu nega ca sti ca nu.mi pasa) get a pussy in real life :mocanu:
poti sa astepti mult si bine/sa astepati mult si bine atat timp cat pe mine doare in pul.a de cs 1.6 , daca tot te dai asa smecher pe degetele tale de 'programator' du.te si continua proiectul in locul meu de unu singur de la 0 :yum:
am explicat foarte clar aici diverse/restabilire-hlds-hlds-shield-development-t340245.html ca daca nu vad un ponential n.are rost sa.mi bat capul , cei care au un nume mare in comunitatea asta cs 1.6 au abandonat pentru ca este o pierde de timp (ratwayer,kohtep,or75,zeal,pumamd..)
Project by HLDS-Project 2017
Static Emulator : Native | Random Emulator : SettiEmu/AVSMP1/AVSMP0/SteamEmu/oldRevEmu/RevEmu is done
KickASS-HLDS v2 (hlds)
KickASS-HLDS v1 (fakedetector)
HL-ClientSteam exploit (pure hlds)
PLCore exploit (dproto&hlds)
FakeConnect 2.0(reunion&rehlds)
KickASS-HLDS v3 in amxx(hlds&rehlds)
...... time passes and evidence are many
Special thanks to Spanwer and Magister
Skype : spyware.spyware1
Steam : Click

SV_CheckForDuplicateNames V2 download
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

08 Sep 2017, 09:49

"stiu ca ai facut asta , nu nega ca sti ca nu.mi pasa"
eu nu negez nimic =]], zorken-shield este juma wargods juma hlds shield :)))

"cei care au un nume mare in comunitatea asta cs 1.6 au abandonat pentru ca este o pierde de timp"
tu dc nu faci asta?=]]
sa zic avantajele si dezavantajele
avantajele: nu o sa mai fie curand vreun exploit nou
dezavantajele: ----

"daca tot te dai asa smecher pe degetele tale de 'programator' du.te si continua proiectul in locul meu de unu singur de la 0"
nu stiu sa fac semnaturile la functii ca il faceam =]]]]
Image
CSGO Original Module[35%]
User avatar
*-oMs-*
Membru, skill +2
Membru, skill +2
Posts: 903
Joined: 01 Oct 2010, 04:07
Detinator Steam: Da
SteamID: omsllg
Location: Constanţa
Has thanked: 14 times
Been thanked: 7 times
Contact:

09 Sep 2017, 12:02

care ma ajuti si pe mine ca nu reusesc mama lui de csgo :)) pm id skype
i'm back :fist_pointing_left:
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

09 Sep 2017, 12:19

trb doar sa ai un addons normal si pui peste el ce ti-am pus la download
si un incepator poate instala ca e foarte foarte usor
Image
CSGO Original Module[35%]
User avatar
*-oMs-*
Membru, skill +2
Membru, skill +2
Posts: 903
Joined: 01 Oct 2010, 04:07
Detinator Steam: Da
SteamID: omsllg
Location: Constanţa
Has thanked: 14 times
Been thanked: 7 times
Contact:

09 Sep 2017, 18:15

imi merge dar cand scriu in chat imi apare asa

[Silver I] s1 : s2
i'm back :fist_pointing_left:
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

09 Sep 2017, 18:24

anunturi/vand-fix-csgo-remake-t342425-36.html#p2636132
Image
CSGO Original Module[35%]
Post Reply

Return to “Addon-uri”

  • Information
  • Who is online

    Users browsing this forum: Bing [Bot] and 22 guests