İzleyici reklam botu hata - melof - 22-05-13
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) }
Wolf kardesimin yapmıs oldugu izleyici reklam plugini gametracker sitesinde normal user olarak gecıyodu ben bot sayısını 4'e cıkartmak istedim
PHP Code: #include <amxmodx> #include <fakemeta> #include <cstrike>
#define BOTUN_ISMI "Bot ismi" #define BOTUN_ISMI2 "Bot ismi" #define BOTUN_ISMI3 "Bot ismi" #define BOTUN_ISMI4 "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") set_task(8.0, "bot_olustur4") }
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) } public bot_olustur4() { new bot bot = engfunc(EngFunc_CreateFakeClient, BOTUN_ISMI4) 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) }
Ayni kodlarla 4. botuda ekledım servere yukledıgımde ise gametrackerde "BOT" olarak gectigini fark ettım nerede hata yaptıgımı cozemedım bi yardimci olursanız cok sevınıcegım
Cevap: İzleyici reklam botu hata - melof - 23-05-13
tasinabilir...
Cevap: İzleyici reklam botu hata - wienli - 14-01-14
sorunu cözebildinmi halen bot olarakmi görünüyor. Bu plugini nasil user olarak gösterdin bende halen bot olarak görünüyor
|