Posts: 183
Threads: 18
Joined: Oct 2012
Reputation:
0
Daha öncede konu acmıstım ama cozunmeden cozunmus isteklere tasındı
https://l1304.hizliresim.com/18/p/m9qzt.jpg
Specdekı gibi reklam botlarının oldugu plugin istiyorum
Posts: 369
Threads: 26
Joined: Jun 2012
Reputation:
0
26-04-13, 19:49
(This post was last modified: 26-04-13, 20:28 by wolf5094.)
Bu bot mevcut lütfen biraz araştırın.Araştırmadan konu açmayın lütfen...
Buyur plugin bu.
PHP Code: #include <amxmodx> #include <fakemeta> #include <cstrike>
#define BOTUN_ISMI "Bot ismi" /* "Bot ismi" yazan yere reklam amacli mail adresinizi varsa sitenizin linkini yazabilirsiniz. Orn : www.csplague.com */
public plugin_init() { register_plugin("Izleyicide Reklam Botu", "1.0", "MrTErC")
set_task(5.0, "bot_olustur") }
public bot_olustur() { new bot bot = engfunc(EngFunc_CreateFakeClient, BOTUN_ISMI) new ptr[128] dllfunc(DLLFunc_ClientConnect, BOTUN_ISMI, "127.0.0.1", ptr) dllfunc(DLLFunc_ClientPutInServer, bot) set_user_info(bot, "rate", "3500") set_user_info(bot, "cl_updaterate", "25") set_user_info(bot, "cl_lw", "1") set_user_info(bot, "cl_lc", "1") set_user_info(bot, "cl_dlmax", "128") set_user_info(bot, "cl_righthand", "1") set_user_info(bot, "_vgui_menus", "0") set_user_info(bot, "_ah", "0") set_user_info(bot, "dm", "0") set_user_info(bot, "tracker", "0") set_user_info(bot, "friends", "0") set_user_info(bot, "*bot", "1") cs_set_user_team(bot, CS_TEAM_SPECTATOR, CS_DONTCHANGE) }
Al buda benim açtığım konu.
https://www.csplague.com/plugin-cs-1-6-e...post218551
Daha fazlasını istiyorsan googleden "cs 1.6 reklam botu" yaz araştır.Orada var başka specbot pluginleri başka sitede olduğu için veremeyeceğim.
Konu çözümlenmiştir.Taşınabilir...
Posts: 183
Threads: 18
Joined: Oct 2012
Reputation:
0
yo hayir. konu taninamaz benim attigim istegim 3 tane bot sen sadece 1 tane bot yapmışsın
Posts: 369
Threads: 26
Joined: Jun 2012
Reputation:
0
Alttaki linkte verdiğim istediğinj kadar atabiliyorsun linke bak.
Posts: 183
Threads: 18
Joined: Oct 2012
Reputation:
0
26-04-13, 20:47
(This post was last modified: 26-04-13, 21:06 by melof.)
Quote:#include <amxmodx>
#include <fakemeta>
#include <cstrike>
#define BOTUN_ISMI "Bot ismi" /* "Bot ismi" yazan yere reklam amacli mail adresinizi varsa sitenizin linkini yazabilirsiniz. Orn : http://www.csplague.com */
public plugin_init()
{
register_plugin("Izleyicide Reklam Botu", "1.0", "MrTErC")
set_task(5.0, "bot_olustur")
}
public bot_olustur()
{
new bot
bot = engfunc(EngFunc_CreateFakeClient, BOTUN_ISMI)
new ptr[128]
dllfunc(DLLFunc_ClientConnect, BOTUN_ISMI, "127.0.0.1", ptr)
dllfunc(DLLFunc_ClientPutInServer, bot)
set_user_info(bot, "rate", "3500")
set_user_info(bot, "cl_updaterate", "25")
set_user_info(bot, "cl_lw", "1")
set_user_info(bot, "cl_lc", "1")
set_user_info(bot, "cl_dlmax", "128")
set_user_info(bot, "cl_righthand", "1")
set_user_info(bot, "_vgui_menus", "0")
set_user_info(bot, "_ah", "0")
set_user_info(bot, "dm", "0")
set_user_info(bot, "tracker", "0")
set_user_info(bot, "friends", "0")
set_user_info(bot, "*bot", "1")
cs_set_user_team(bot, CS_TEAM_SPECTATOR, CS_DONTCHANGE)
}
Bu plugindekı bot sayısını 3 e cıkartıp bırde tracker,monitor gibi sitelerde normal userler gıbı gozukmelerını saglar mısın
Posts: 545
Threads: 49
Joined: Aug 2012
Reputation:
0
İstediğin şeyi Csdurağın'da görmştüm...
Posts: 183
Threads: 18
Joined: Oct 2012
Reputation:
0
Gören degıl bu plugini yapabılen adam lazım bana
Posts: 369
Threads: 26
Joined: Jun 2012
Reputation:
0
PHP Code: #include <amxmodx> #include <fakemeta> #include <cstrike>
#define BOTUN_ISMI "Bot ismi" #define BOTUN_ISMI2 "Bot ismi" #define BOTUN_ISMI3 "Bot ismi"
public plugin_init()
{ register_plugin("Izleyicide Reklam Botu", "1.0", "MrTErC")
set_task(5.0, "bot_olustur") set_task(6.0, "bot_olustur2") set_task(7.0, "bot_olustur3") }
public bot_olustur() { new bot bot = engfunc(EngFunc_CreateFakeClient, BOTUN_ISMI) new ptr[128] dllfunc(DLLFunc_ClientConnect, BOTUN_ISMI, "127.0.0.1", ptr) dllfunc(DLLFunc_ClientPutInServer, bot) set_user_info(bot, "rate", "3500") set_user_info(bot, "cl_updaterate", "25") set_user_info(bot, "cl_lw", "1") set_user_info(bot, "cl_lc", "1") set_user_info(bot, "cl_dlmax", "128") set_user_info(bot, "cl_righthand", "1") set_user_info(bot, "_vgui_menus", "0") set_user_info(bot, "_ah", "0") set_user_info(bot, "dm", "0") set_user_info(bot, "tracker", "0") set_user_info(bot, "friends", "0") cs_set_user_team(bot, CS_TEAM_SPECTATOR, CS_DONTCHANGE) } public bot_olustur2() { new bot bot = engfunc(EngFunc_CreateFakeClient, BOTUN_ISMI2) new ptr[128] dllfunc(DLLFunc_ClientConnect, BOTUN_ISMI, "127.0.0.1", ptr) dllfunc(DLLFunc_ClientPutInServer, bot) set_user_info(bot, "rate", "3500") set_user_info(bot, "cl_updaterate", "25") set_user_info(bot, "cl_lw", "1") set_user_info(bot, "cl_lc", "1") set_user_info(bot, "cl_dlmax", "128") set_user_info(bot, "cl_righthand", "1") set_user_info(bot, "_vgui_menus", "0") set_user_info(bot, "_ah", "0") set_user_info(bot, "dm", "0") set_user_info(bot, "tracker", "0") set_user_info(bot, "friends", "0") cs_set_user_team(bot, CS_TEAM_SPECTATOR, CS_DONTCHANGE) } public bot_olustur3() { new bot bot = engfunc(EngFunc_CreateFakeClient, BOTUN_ISMI3) new ptr[128] dllfunc(DLLFunc_ClientConnect, BOTUN_ISMI, "127.0.0.1", ptr) dllfunc(DLLFunc_ClientPutInServer, bot) set_user_info(bot, "rate", "3500") set_user_info(bot, "cl_updaterate", "25") set_user_info(bot, "cl_lw", "1") set_user_info(bot, "cl_lc", "1") set_user_info(bot, "cl_dlmax", "128") set_user_info(bot, "cl_righthand", "1") set_user_info(bot, "_vgui_menus", "0") set_user_info(bot, "_ah", "0") set_user_info(bot, "dm", "0") set_user_info(bot, "tracker", "0") set_user_info(bot, "friends", "0") cs_set_user_team(bot, CS_TEAM_SPECTATOR, CS_DONTCHANGE) }
Böyle dene bi olmazsa hataları söyle bikaç ayar yapmaya çalışıyım.
Posts: 183
Threads: 18
Joined: Oct 2012
Reputation:
0
tamam denıycem ama tracker,monitor gibi sıralamalarda bu botların user sayılıcagindan emın mısın cunki ben kendı csmde denıyorum daha onlıne servere yuklemedım eger kusursuzsa eklıycem
Posts: 369
Threads: 26
Joined: Jun 2012
Reputation:
0
Valla tam emin değilim ama user sayılacağını sanıyorum.Plugin den pek anlamam ama kodlamadan biraz anladığım kadarıyla
set_user_info(bot, "*bot", "1")
kodu öyle yerlerde bot olarak göstermeye yarıyor sanırım.
Bu kodu sildim göstermeyecek user olarak görünecek. Dene bi.
|