Kullanıcı Tag Listesi

3 sonuçtan 1 ile 3 arası
  1. #1
    cavus er melof - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Oct 2012
    Mesajlar
    183
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart İzleyici reklam botu hata

    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_CreateFakeClientBOTUN_ISMI)
        
        new 
    ptr[128]
        
    dllfunc(DLLFunc_ClientConnectBOTUN_ISMI"127.0.0.1"ptr)
        
    dllfunc(DLLFunc_ClientPutInServerbot)
        
        
    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(botCS_TEAM_SPECTATORCS_DONTCHANGE)
    }  
    public 
    bot_olustur2()
    {
        new 
    bot
        bot 
    engfunc(EngFunc_CreateFakeClientBOTUN_ISMI2)
        
        new 
    ptr[128]
        
    dllfunc(DLLFunc_ClientConnectBOTUN_ISMI"127.0.0.1"ptr)
        
    dllfunc(DLLFunc_ClientPutInServerbot)
        
        
    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(botCS_TEAM_SPECTATORCS_DONTCHANGE)
    }  
    public 
    bot_olustur3()
    {
        new 
    bot
        bot 
    engfunc(EngFunc_CreateFakeClientBOTUN_ISMI3)
        
        new 
    ptr[128]
        
    dllfunc(DLLFunc_ClientConnectBOTUN_ISMI"127.0.0.1"ptr)
        
    dllfunc(DLLFunc_ClientPutInServerbot)
        
        
    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(botCS_TEAM_SPECTATORCS_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- Kodu:
    #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_CreateFakeClientBOTUN_ISMI)
        
        new 
    ptr[128]
        
    dllfunc(DLLFunc_ClientConnectBOTUN_ISMI"127.0.0.1"ptr)
        
    dllfunc(DLLFunc_ClientPutInServerbot)
        
        
    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(botCS_TEAM_SPECTATORCS_DONTCHANGE)
    }  
    public 
    bot_olustur2()
    {
        new 
    bot
        bot 
    engfunc(EngFunc_CreateFakeClientBOTUN_ISMI2)
        
        new 
    ptr[128]
        
    dllfunc(DLLFunc_ClientConnectBOTUN_ISMI"127.0.0.1"ptr)
        
    dllfunc(DLLFunc_ClientPutInServerbot)
        
        
    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(botCS_TEAM_SPECTATORCS_DONTCHANGE)
    }  
    public 
    bot_olustur3()
    {
        new 
    bot
        bot 
    engfunc(EngFunc_CreateFakeClientBOTUN_ISMI3)
        
        new 
    ptr[128]
        
    dllfunc(DLLFunc_ClientConnectBOTUN_ISMI"127.0.0.1"ptr)
        
    dllfunc(DLLFunc_ClientPutInServerbot)
        
        
    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(botCS_TEAM_SPECTATORCS_DONTCHANGE)
    }  
    public 
    bot_olustur4()
    {
        new 
    bot
        bot 
    engfunc(EngFunc_CreateFakeClientBOTUN_ISMI4)
        
        new 
    ptr[128]
        
    dllfunc(DLLFunc_ClientConnectBOTUN_ISMI"127.0.0.1"ptr)
        
    dllfunc(DLLFunc_ClientPutInServerbot)
        
        
    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(botCS_TEAM_SPECTATORCS_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
    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.

  2. #2
    cavus er melof - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Oct 2012
    Mesajlar
    183
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: İzleyici reklam botu hata

    tasinabilir...
    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.

  3. #3
    er er
    Üyelik tarihi
    Dec 2013
    Mesajlar
    39
    Bahsedildi
    3 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart Cevap: İzleyici reklam botu hata

    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

Benzer Konular

  1. İzleyicide Reklam Botu Plugini
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 100
    Son Mesaj: 03-05-16, 18:21

Kullanıcıların arama motorlarındaki kullandığı taglar:

Izleyicide reklam botu

cs 1.6 spec bot plugini hata veriyor

izleyicide reklam bot

izleyici reklam botu

csplague izleyici bot

cs 1.6 izleyiciye bot

cs 1.6 spece reklam botu

Counter Strike

Bu Konudaki Etiketler

Yetkileriniz

  • Konu Acma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •  

SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94