Raised This Month: $51 Target: $400
 12% 

DEATHRUN VIPMenu


Post New Thread Reply   
 
Thread Tools Display Modes
ZEDD_Intensity
Senior Member
Join Date: Jun 2016
Old 11-26-2017 , 14:44   Re: DEATHRUN VIPMenu
Reply With Quote #31

Quote:
Originally Posted by Alber9091 View Post
Bot Plugin Name? :p
DRM
__________________
ZEDD_Intensity is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 11-26-2017 , 16:32   Re: DEATHRUN VIPMenu
Reply With Quote #32

Quote:
Originally Posted by ZEDD_Intensity View Post
Bro ..!!

Spoiler

Last edited by Alber9091; 11-26-2017 at 16:33.
Alber9091 is offline
TheWhitesmith
Senior Member
Join Date: Oct 2017
Location: Morocco :c
Old 11-27-2017 , 12:46   Re: DEATHRUN VIPMenu
Reply With Quote #33

I use a Stock
PHP Code:
stock CreateBot(CsTeams:team, const szBotName[], bool:alivebool:god) {

        if(
find_player("a"szBotName) > 0) {
            
log_to_file("BotSpawner.log""This bot's name is already taken! (%s)"szBotName)
            return -
1
        
}
        
        
            new 
id engfuncEngFunc_CreateFakeClientszBotName );
            if( 
pev_validid ) ) {
                
engfuncEngFunc_FreeEntPrivateDataid );
                
dllfuncMetaFunc_CallGameEntity"player"id );
                
set_user_infoid"rate""3500" );
                
set_user_infoid"cl_updaterate""25" );
                
set_user_infoid"cl_lw""1" );
                
set_user_infoid"cl_lc""1" );
                
set_user_infoid"cl_dlmax""128" );
                
set_user_infoid"cl_righthand""1" );
                
set_user_infoid"_vgui_menus""0" );
                
set_user_infoid"_ah""0" );
                
set_user_infoid"dm""0" );
                
set_user_infoid"tracker""0" );
                
set_user_infoid"friends""0" );
                
set_user_infoid"*bot""1" );
                
set_pevidpev_flagspevidpev_flags ) | FL_FAKECLIENT );
                
set_pevidpev_colormapid );
                
                new 
szMsg128 ];
                
dllfuncDLLFunc_ClientConnectidszBotName"127.0.0.1"szMsg );
                
dllfuncDLLFunc_ClientPutInServerid );
                
                
cs_set_user_teamidteam );
                if(
alive && (team == CS_TEAM_CT || team == CS_TEAM_T))
                    
ExecuteHamBHam_CS_RoundRespawnid );
                if(
team == CS_TEAM_CT || team == CS_TEAM_T)
                    
set_user_godmode(idgod 0)

                
set_pevidpev_effectspevidpev_effects ) | EF_NODRAW );
                
set_pevidpev_solidSOLID_NOT );
                
dllfuncDLLFunc_Thinkid );
                
                return 
id
            
            
}
            
    return -
1
        

Was using Fakefull Original, but then I needed a bot which I use for my minigame (gungame) on Jailbreak so I created this stock (It's based on xPaw's DRM, like 90%)
__________________
TheWhitesmith is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode