User
Pass
2FA
 
 

Exista vreun plugin care sa scoata boti afara de pe server ?
Go to page 1, 2  Next    
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Plugins - Help / Support
Author Message3488
Pitbul1997

[Mentally Stable]



Status: Offline
(since 17-12-2016 20:32)
Joined: 14 Jun 2015
Posts: 250, Topics: 53
Location: Romania

Reputation: 75.3
Votes: 2

Post Posted: 09-08-2015, 21:51:16 | Translate post to: ... (Click for more languages)

Titlul spune tot dar o sa explic deci e o invazie foarte mare pe serele de cs de boti cu acel program stim cu toti probabil exista si un plugin care da boti afara inafara de cel antispam
0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 09-08-2015, 22:19:09 | Translate post to: ... (Click for more languages)

Baga pluginul asta: http://www61.zippyshare.com/v/FSG03rFD/file.html (se umple serverul cu jucatori fantoma nu?)



0 0
  
Back to top
View user's profile Send private message
kobo.
[Banned user]


Banned


Status: Offline
(since 19-11-2015 20:21)
Joined: 08 Aug 2015
Posts: 21, Topics: 3
Location: Romania

Reputation: 1.9

Post Posted: 11-08-2015, 01:51:29 | Translate post to: ... (Click for more languages)

r4ge_guard. instaleaza,
0 0
  
Back to top
View user's profile Send private message
Pitbul1997

[Mentally Stable]



Status: Offline
(since 17-12-2016 20:32)
Joined: 14 Jun 2015
Posts: 250, Topics: 53
Location: Romania

Reputation: 75.3
Votes: 2

Post Posted: 11-08-2015, 12:10:09 | Translate post to: ... (Click for more languages)

il am dar e doar pentru spam kobo
0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 11-08-2015, 20:29:21 | Translate post to: ... (Click for more languages)

Daca se umple serverul de jucatori fake baga pluginul care ti l-am dat, e bun, te ajuta.



0 0
  
Back to top
View user's profile Send private message
Pitbul1997

[Mentally Stable]



Status: Offline
(since 17-12-2016 20:32)
Joined: 14 Jun 2015
Posts: 250, Topics: 53
Location: Romania

Reputation: 75.3
Votes: 2

Post Posted: 11-08-2015, 21:58:35 | Translate post to: ... (Click for more languages)

asta ar insemna sa imi schimb antiflodul
0 0
  
Back to top
View user's profile Send private message
[LGD]DoctorwhO

[Mentally Stable]



Status: Offline
(since 07-03-2018 22:46)
Joined: 03 Mar 2015
Posts: 289, Topics: 34
Location: Timisoara

Reputation: 60.8
Votes: 8

       
Post Posted: 11-08-2015, 23:59:15 | Translate post to: ... (Click for more languages)

Nu baga r4age guard, nu e bun, incearca protectia de aici -> https://forum.wow-freakz.com/Propunere-Protectie-t370357.html
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Pitbul1997

[Mentally Stable]



Status: Offline
(since 17-12-2016 20:32)
Joined: 14 Jun 2015
Posts: 250, Topics: 53
Location: Romania

Reputation: 75.3
Votes: 2

Post Posted: 12-08-2015, 02:06:42 | Translate post to: ... (Click for more languages)

tu nu intelegi ma omule ca il am deja pe server nu stii sa citesti ca am spus ca il am si e doar pentru spam
0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 12-08-2015, 12:58:25 | Translate post to: ... (Click for more languages)

Da, poti inlocui ce ai cu ti-am dat(salvezi intai pluginul tau pentru a il avea in caz de nevoie). L-am mai dat cuiva si a functionat perfect.



0 0
  
Back to top
View user's profile Send private message
Pitbul1997

[Mentally Stable]



Status: Offline
(since 17-12-2016 20:32)
Joined: 14 Jun 2015
Posts: 250, Topics: 53
Location: Romania

Reputation: 75.3
Votes: 2

Post Posted: 12-08-2015, 13:25:34 | Translate post to: ... (Click for more languages)

ok
0 0
  
Back to top
View user's profile Send private message
Andr3yb

[Mentally Stable]



Status: Offline
(since 24-09-2015 07:18)
Joined: 27 Jul 2015
Posts: 9, Topics: 3
Location: Romania

Reputation: 3.3

Post Posted: 12-08-2015, 21:08:58 | Translate post to: ... (Click for more languages)

Incearca
Boti nu mai pot face reclama e folositor


/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "No bot chat"
#define VERSION "0.2"
#define AUTHOR "Andr3y"
//parola pentru chat
//#define passwd "q2D"

new bool:g_allowed[33]
new SayText
new randPasswd[6]

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say", "sayHandle")
register_clcmd("say_team", "sayHandle")
SayText = get_user_msgid("SayText")
}

public client_connect(id) {
g_allowed[id] = false

}

public client_putinserver(id){
//alegem o parola random
new iRand = random_num(1,5)
switch(iRand)
{
case 1:
{
copy(randPasswd, 6, "/chat")
}
case 2:
{
copy(randPasswd, 6, "/chat")
}
case 3:
{
copy(randPasswd, 6, "/chat")
}
case 4:
{
copy(randPasswd, 6, "/chat")
}
case 5:
{
copy(randPasswd, 6, "game")
}
}
}
public client_disconnect(id) {
g_allowed[id] = false
}

public sayHandle(id) {
new said[192]
read_args(said, 191)
if (contain(said, randPasswd) != -1 && !g_allowed[id])
{
g_allowed[id] = true;
client_printcolor(id, "!g[!yFG!g] !yAi primit permisiunea de a folosi chatul")
return PLUGIN_HANDLED;
}
if(!g_allowed[id])
{
client_printcolor(id, "!g[!yFG!g] !yScrie !t%s !ypentru a putea folosi chatul.",randPasswd)
return PLUGIN_HANDLED;
}
return PLUGIN_CONTINUE;
}
//chat color
stock client_printcolor(const id, const input[], any:...)
{
new count = 1, players[32]
static msg[191]
vformat(msg, 190, input, 3)

replace_all(msg, 190, "!g", "^4") // Green Color
replace_all(msg, 190, "!y", "^1") // Default Color
replace_all(msg, 190, "!t", "^3") // Team Color

if (id) players[0] = id; else get_players(players, count, "ch")
{
for ( new i = 0; i < count; i++ )
{
if ( is_user_connected(players[i]) )
{
message_begin(MSG_ONE_UNRELIABLE, SayText, _, players[i])
write_byte(players[i]);
write_string(msg);
message_end();
}
}
}
}

0 0
  
Back to top
View user's profile Send private message
Pitbul1997

[Mentally Stable]



Status: Offline
(since 17-12-2016 20:32)
Joined: 14 Jun 2015
Posts: 250, Topics: 53
Location: Romania

Reputation: 75.3
Votes: 2

Post Posted: 13-08-2015, 12:00:39 | Translate post to: ... (Click for more languages)

dati T/C
am rezolvat am bagat un plugin sa scoata pe cei care stau afk mai mult de 30 sec si ca sa scoata boti - sa intelegeti odata am plugin anti spam cand crii 3v4guard sau 3v sau /chat se activeaza chatul si am si ultimate advaced gaga care nu permite in nici un fel reclama off...

0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 13-08-2015, 13:45:26 | Translate post to: ... (Click for more languages)

Chestia cu protectia la chat e relativa, daca scrie acel cuvant vor putea face reclama, asadar tot nu e ok. Uite aici un plugin sa nu mai poata face reclama: http://www.fr.forum.wow-freakz.com/view-post-4574845.html?#4574845



0 0
  
Back to top
View user's profile Send private message
kobo.
[Banned user]


Banned


Status: Offline
(since 19-11-2015 20:21)
Joined: 08 Aug 2015
Posts: 21, Topics: 3
Location: Romania

Reputation: 1.9

Post Posted: 13-08-2015, 13:57:38 | Translate post to: ... (Click for more languages)

-P!C@- degeaba ai fost mod aici , esti praf la scripting

Poftim pluginul , rezolva botii..

Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fakemeta>

#define PLUGIN "Protectie anti boti"
#define VERSION "1.0"
#define AUTHOR "kobo."

#define PluginTag "!gAnti Bot"
#define ServerName "Server.freakz.Ro"

new ScanareBoti[33], rtchat[33], mtd, player


public plugin_init() {
   register_plugin(PLUGIN, VERSION, AUTHOR)
   
   
   register_clcmd("specmode","client_check")
   register_clcmd("vban","fakep")
   
   register_clcmd("say","client_block")
   register_clcmd("say_team","client_block")
   
   player = register_cvar("mtd_specmode", "2");
   
   mtd = register_cvar("mtd_noban", "0");
   
}


public client_connect(id)
{
   rtchat[id]  = PLUGIN_HANDLED
   
}

public client_disconnect(id)
{
   rtchat[id] = PLUGIN_HANDLED
   remove_task(id)
}

public fakep(id)
{
   
   new dlmax[32];
   get_user_info(id,"_cl_autowepswitch",dlmax,31)
   if(equal(dlmax,"1") || equal(dlmax,"0"))
   {
      rtchat[id]  = PLUGIN_CONTINUE
      remove_task(id)
   }
   else
   {
      // Pentru evitarea bugurilor
   }
}

public client_check(id)
{
   ScanareBoti[id]++;
   
   if(ScanareBoti[id] == get_pcvar_num(player))
   {
      rtchat[id]  = PLUGIN_CONTINUE
      remove_task(id)
   }
   
}

public client_block(id)
{   
   return rtchat[id]
}

public client_unblock(id)
{
   rtchat[id]  = PLUGIN_CONTINUE
}

public client_bot(id)
{
   remove_task(id)
   client_ban(id)
}
   stock client_ban(id)
   {
      if( get_pcvar_num( mtd ) == 1)
      {
         server_print("Player ^"%s^" a incercat sa bage FakePlayers pe server. Banned: (%s)",client_name(id),client_ip(id))
         server_cmd("addip 0 %s",client_ip(id))
      }
      else
      {
         rtchat[id]  = PLUGIN_HANDLED
      }
      return PLUGIN_CONTINUE
      
   }
   
   stock client_ip(id)
   {
      new PlayerIP[32]
      get_user_ip(id, PlayerIP , charsmax( PlayerIP ) , 1 )
      return PlayerIP;
   }
   
   stock client_name(id)
   {
      new PlayerName[32]
      get_user_name(id,PlayerName,31)
      return PlayerName;
   }
   
stock ChatColor(const id, const input[], any:...)
{
   new count = 1, players[32]
   static msg[191]
   vformat(msg, 190, input, 3)
   
   replace_all(msg, 190, "!g", "^4") // Green Color
   replace_all(msg, 190, "!n", "^1") // Default Color
   replace_all(msg, 190, "!team", "^3") // Team Color

   
   if (id) players[0] = id; else get_players(players, count, "ch")
   {
      for (new i = 0; i < count; i++)
      {
         if (is_user_connected(players[i]))
         {
         message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
         write_byte(players[i]);
         write_string(msg);
         message_end();
         }
      }
   }
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/



Daca nu merge iti fac unu mai complex cu :
Name Replacer
Fara / in propoziti mai mari de 16 caractere(gen HAIDETI/PE/SERVERU/X/
Fara * / # in chat

Testeaza.


la pluginul ala al tau care da kick la 30 secunde , poate da si la playeri.
Testeaza ce ti-am dat eu.

0 0
  
Back to top
View user's profile Send private message
destroi112

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 13-08-2015, 15:58:16 | Translate post to: ... (Click for more languages)

kobo. wrote:
-P!C@- degeaba ai fost mod aici , esti praf la scripting

Poftim pluginul , rezolva botii..

Spoiler:



Daca nu merge iti fac unu mai complex cu :
Name Replacer
Fara / in propoziti mai mari de 16 caractere(gen HAIDETI/PE/SERVERU/X/
Fara * / # in chat

Testeaza.


la pluginul ala al tau care da kick la 30 secunde , poate da si la playeri.
Testeaza ce ti-am dat eu.

In primul rand termina cu flame in al 2-lea rand tu folosesti inc-uri in + nu vad de ce ai baga fakemeta/cstrike si amxmisc daca nu ai nici o functie care sa le foloseasca.In al 3-lea rand tu pui hook pe 2 comenzi clcmd inutile.
Corect ar fii sa faci un loop si sa verifici ce ai incercat tu acolo.
Pentru boti folositi gag si autokick care da si autoban ,blocati si chat-ul si gata asa e cel mai usor nu va complicati cu toate panaramele de plugine.



Retired from Amxmodx

0 0
  
Back to top
View user's profile Send private message

  Topic locked


Topic is closed, you cannot post any messages in it anymore

Locked by -P!C@-, 13 August 2015 18:54



 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Plugins - Help / Support  
Go to page 1, 2  Next    


The time now is 21-05-2025, 19:55:13
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x