Boti nedetectabili în gametracker

Discutii despre tot ce nu se incadreaza in celelalte categorii.

Moderators: Moderatori ajutatori, Moderatori

User avatar
Hades Ownage
Membru eXtream
Membru eXtream
Posts: 3182
Joined: 22 Oct 2008, 10:12
Detinator Steam: Da
Detinator server CS: jb.clutch.ro
SteamID: hades-source
Reputatie: Fost Super Moderator
Fost Scripter eXtreamCS
Nume anterior: hadesownage
Location: Iasi
Has thanked: 324 times
Been thanked: 406 times

28 Mar 2014, 23:22

Descărcaţi acest modul -> https://forums.alliedmods.net/showthread.php?t=211588
Apoi folosiţi acest plugin:
| Afiseaza codul
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

new bool:is_user_fake[33]

new const name_of_bots[][] = {
	"chota chetan",
	">>>} RattLe SnaKe {<<<",
	"Coupe",
	"V![c]kY o.O",
	"Beast",
	"DI$$T3R o_O KILLL3R",
	"Ali $***$----xD",
	"ozn",
	"dzzzz",
	"DOri",
	"TheLoveTerror",
	"WhAT:$ Up :PReTtY GIrL",
	"PrO FrEe PaLeStInEe",
	"@ <<Warrior>> @",
	"BUT FIRST LET ME TAKE A SELFIE",
	"$ cYshwan $",
	"Spr!Te:)"

}

new const name_of_bots2 [ ] [ ] = {
	
	"[tine] #GoDLiKe!",
	"aNaKoNDa",
	"Deadmau",
	"Pwn3d"
}

new const name_of_bots3 [ ] [ ] = {
	
	"I'Musliman",
	"Ha Ha Ha Production"
}

public plugin_init()
{
	register_plugin("boti", "1.0", "unknown + hades update")
	
	set_task ( 10.0, "make_bot" );
	set_task ( 800.0, "make_bot2" );
	set_task ( 1100.0, "make_bot3" );
	
}

public make_bot()
{
	new i;
	for(i = 0; i < sizeof name_of_bots; i++)
	{
		
		new FAKE_PLAYER = engfunc(EngFunc_CreateFakeClient,name_of_bots [ i ])
		
		dllfunc(DLLFunc_ClientConnect,FAKE_PLAYER)
		dllfunc(DLLFunc_ClientPutInServer,FAKE_PLAYER)
		set_pev(FAKE_PLAYER,pev_team,3)
		
		is_user_fake[FAKE_PLAYER] = true
		
		
	}
}

public make_bot2()
{
	new i;
	for(i = 0; i < sizeof name_of_bots2; i++)
	{
		
		new FAKE_PLAYER = engfunc(EngFunc_CreateFakeClient,name_of_bots2 [ i ])
		
		dllfunc(DLLFunc_ClientConnect,FAKE_PLAYER)
		dllfunc(DLLFunc_ClientPutInServer,FAKE_PLAYER)
		set_pev(FAKE_PLAYER,pev_team,3)
		
		is_user_fake[FAKE_PLAYER] = true
		
		
	}
}

public make_bot3()
{
	new i;
	for(i = 0; i < sizeof name_of_bots3; i++)
	{
		
		new FAKE_PLAYER = engfunc(EngFunc_CreateFakeClient,name_of_bots3 [ i ])
		
		dllfunc(DLLFunc_ClientConnect,FAKE_PLAYER)
		dllfunc(DLLFunc_ClientPutInServer,FAKE_PLAYER)
		set_pev(FAKE_PLAYER,pev_team,3)
		
		is_user_fake[FAKE_PLAYER] = true
		
		
	}
}
DEMO: http://www.gametracker.com/server_info/ ... .Ro:27015/
Jucătorii vor fi astfel: 17/24 / 20/24 / 23/24
RoyalServer
User avatar
xXxAdyxXx;x
Membru, skill +1
Membru, skill +1
Posts: 448
Joined: 23 Aug 2012, 15:44
Detinator Steam: Da
CS Status: Ma joc !
Detinator server CS: hNs.lunetisitii.ro
SteamID: it_allen90
Location: Suceava/Radauti
Has thanked: 18 times
Been thanked: 32 times
Contact:

28 Mar 2014, 23:27

Dap functioneaza, dar daca te raporteaza cineva iei ban pe gametraker si nu te alegi cu nimic

Deci mai bine clean

Bafta !
Image
User avatar
-Turbo-
Membru, skill +4
Membru, skill +4
Posts: 1664
Joined: 11 Nov 2012, 01:28
Detinator Steam: Da
CS Status: Bored !
Detinator server CS: Da
SteamID: kingforbidden
Reputatie: Utilizator neserios ( tepar )
Restrictie moderator
Ban scos ( achitat )
Nume anterior: Turbo19973
Location: Botosani
Has thanked: 49 times
Been thanked: 212 times

28 Mar 2014, 23:28

Darnic mai esti mai Hades :)). Dar nu-i vad rostul pentru care mai cumperi host, ca sa pui booti pe el. In orice caz e bun pentru redirecte, ar merge si un scor :P
User avatar
Andiix.
Membru, skill 0
Membru, skill 0
Posts: 14
Joined: 28 Mar 2014, 12:33
Detinator Steam: Da
Location: Bucureşti
Has thanked: 2 times
Been thanked: 2 times
Contact:

28 Mar 2014, 23:44

Ai un mulţumesc :D
User avatar
alynut
Administrator
Administrator
Posts: 7118
Joined: 02 Jul 2012, 06:31
Detinator Steam: Da
CS Status: In concediu, activez mai rar .
SteamID: alynut991
Reputatie: Fost Administrator
Fost Intermediar
Location: Bucuresti
Has thanked: 183 times
Been thanked: 441 times

29 Mar 2014, 00:11

-Turbo- wrote:Darnic mai esti mai Hades :)). Dar nu-i vad rostul pentru care mai cumperi host, ca sa pui booti pe el. In orice caz e bun pentru redirecte, ar merge si un scor :P
Poti creste in average cu ajutorul lor .
User avatar
Ovidiu_
Membru eXtream
Membru eXtream
Posts: 3142
Joined: 02 Apr 2013, 15:55
Detinator Steam: Da
Reputatie: Restrictie moderator
Location: Bucuresti
Has thanked: 141 times
Been thanked: 295 times
Contact:

29 Mar 2014, 00:28

frumos dar pe tine te-a banat in gametracker :)))
User avatar
Hades Ownage
Membru eXtream
Membru eXtream
Posts: 3182
Joined: 22 Oct 2008, 10:12
Detinator Steam: Da
Detinator server CS: jb.clutch.ro
SteamID: hades-source
Reputatie: Fost Super Moderator
Fost Scripter eXtreamCS
Nume anterior: hadesownage
Location: Iasi
Has thanked: 324 times
Been thanked: 406 times

29 Mar 2014, 00:51

Ovidiu_ wrote:frumos dar pe tine te-a banat in gametracker :)))
da.. a mers câteva ore :))
User avatar
codrutzz
Membru, skill +2
Membru, skill +2
Posts: 539
Joined: 29 Jan 2014, 18:27
Detinator Steam: Da
CS Status: Nu citesc forumu xtreamCS* =]]]
Detinator server CS: In curand
SteamID: Personal
Location: Iasi<3
Has thanked: 68 times
Been thanked: 9 times
Contact:

04 Apr 2014, 14:57

Hades,descarc

bot_played_time_faker-1.1-files.zip de pe alliedmods si in arhiva gasesc:
bot_played_time_faker_mm.dll
bot_played_time_faker_mm_i386.so
Astea 2 unde le pun ca sa functioneze bine ?
User avatar
alynut
Administrator
Administrator
Posts: 7118
Joined: 02 Jul 2012, 06:31
Detinator Steam: Da
CS Status: In concediu, activez mai rar .
SteamID: alynut991
Reputatie: Fost Administrator
Fost Intermediar
Location: Bucuresti
Has thanked: 183 times
Been thanked: 441 times

05 Apr 2014, 00:48

codrutzz wrote:Hades,descarc

bot_played_time_faker-1.1-files.zip de pe alliedmods si in arhiva gasesc:
bot_played_time_faker_mm.dll
bot_played_time_faker_mm_i386.so
Astea 2 unde le pun ca sa functioneze bine ?
Fisieul bot_played_time_faker il pui in addons .
User avatar
codrutzz
Membru, skill +2
Membru, skill +2
Posts: 539
Joined: 29 Jan 2014, 18:27
Detinator Steam: Da
CS Status: Nu citesc forumu xtreamCS* =]]]
Detinator server CS: In curand
SteamID: Personal
Location: Iasi<3
Has thanked: 68 times
Been thanked: 9 times
Contact:

05 Apr 2014, 09:06

Okei,si in sma-ul dat de hades,cum poti pune sa adauge 32 de boti ?
User avatar
alynut
Administrator
Administrator
Posts: 7118
Joined: 02 Jul 2012, 06:31
Detinator Steam: Da
CS Status: In concediu, activez mai rar .
SteamID: alynut991
Reputatie: Fost Administrator
Fost Intermediar
Location: Bucuresti
Has thanked: 183 times
Been thanked: 441 times

05 Apr 2014, 13:34

Inlocuiesti asta .

Code: Select all

new const name_of_bots[][] = {
	"chota chetan",
	">>>} RattLe SnaKe {<<<",
	"Coupe",
	"V![c]kY o.O",
	"Beast",
	"DI$$T3R o_O KILLL3R",
	"Ali $***$----xD",
	"ozn",
	"dzzzz",
	"DOri",
	"TheLoveTerror",
	"WhAT:$ Up :PReTtY GIrL",
	"PrO FrEe PaLeStInEe",
	"@ <<Warrior>> @",
	"BUT FIRST LET ME TAKE A SELFIE",
	"$ cYshwan $",
	"Spr!Te:)"
Cu asta si in loc de playerx pui tu alte nume .

Code: Select all

new const name_of_bots[][] = {
	"Player15",
	"Player14",
	"Player13",
	"Player12",
	"Player11",
	"Player10",
	"Player9",
	 "Player8",
	"Player7",
	"Player6",
	"Player5",
	"Player4",
	"Player3",
	"player2",
	"player1",
	"chota chetan",
	">>>} RattLe SnaKe {<<<",
	"Coupe",
	"V![c]kY o.O",
	"Beast",
	"DI$$T3R o_O KILLL3R",
	"Ali $***$----xD",
	"ozn",
	"dzzzz",
	"DOri",
	"TheLoveTerror",
	"WhAT:$ Up :PReTtY GIrL",
	"PrO FrEe PaLeStInEe",
	"@ <<Warrior>> @",
	"BUT FIRST LET ME TAKE A SELFIE",
	"$ cYshwan $",
	"Spr!Te:)"
User avatar
pisoi.
Fost moderator
Fost moderator
Posts: 961
Joined: 29 Jul 2012, 02:29
Detinator Steam: Da
Detinator server CS: cs.lafraguri.ro
SteamID: pisoi-ucs
Reputatie: Fost moderator
Nume anterior : pisoino1
Location: Targoviste.
Has thanked: 93 times
Been thanked: 31 times
Contact:

05 Apr 2014, 15:44

Nu merge mie imi arata botii asa Image
CS.LAFRAGURI.RO - SERVER CS 1.6 STEAM ONLY
https://lafraguri.ro/forum/index.php
Image
Post Reply

Return to “Discutii generale”

  • Information