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
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
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bu bot mevcut lütfen biraz araştırın.Araştırmadan konu açmayın lütfen...
Buyur plugin bu.
Al buda benim açtığım konu.PHP- Kodu:
#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)
}
https://www.csplague.com/plugin-cs-1...tml#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...
Konu wolf5094 tarafından (26-04-13 Saat 20:28 ) değiştirilmiştir.
1:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
2:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
yo hayir. konu taninamaz benim attigim istegim 3 tane bot sen sadece 1 tane bot yapmışsın
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Alttaki linkte verdiğim istediğinj kadar atabiliyorsun linke bak.
1:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
2:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
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#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)
}
Konu melof tarafından (26-04-13 Saat 21:06 ) değiştirilmiştir.
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
İstediğin şeyi Csdurağın'da görmştüm...
Gören degıl bu plugini yapabılen adam lazım bana
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Böyle dene bi olmazsa hataları söyle bikaç ayar yapmaya çalışıyım.PHP- Kodu:
#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)
}
1:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
2:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
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
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
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.
1:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
2:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.