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

[ANY?] Unlimited Ammo For Bots!


Post New Thread Reply   
 
Thread Tools Display Modes
Author
EfeDursun125
Senior Member
Join Date: Feb 2019
Location: Turkey
Plugin ID:
6554
Plugin Version:
1.2
Plugin Category:
Gameplay
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Your friends now using unlimited ammo! :)
    Old 05-03-2019 , 11:15   [ANY?] Unlimited Ammo For Bots!
    Reply With Quote #1

    Hello, My English is Bad

    Bots now using unlimited ammo hack!

    Works Any Game!

    Why bots need unlmited ammo?
    FOR : Some game bots not collecting ammo or use too much weapon and take out ammo (like a tf2 heavy minigun)

    Now plugin fixed (only works for bots)

    Thanks Pilo & Franc1sco, for helping plugin
    Attached Files
    File Type: sp Get Plugin or Get Source (bot_unlimited_ammo.sp - 767 views - 1.3 KB)

    Last edited by EfeDursun125; 08-22-2019 at 17:24.
    EfeDursun125 is offline
    Pilo
    AlliedModders Donor
    Join Date: Jan 2019
    Location: Israel
    Old 05-03-2019 , 12:33   Re: [ANY] Unlimited Ammo For Bots!
    Reply With Quote #2

    PHP Code:

        
    if(IsValidClient(client))
        {
            if(!
    IsFakeClient(client))
            {
                if(
    IsPlayerAlive(client))
                { 
    You check if he is not a bot
    __________________

    Taking Private(PAID) Plugins In PM
    Feel free to Donate with PayPal
    Feel free to message me in Discord Pilo#8253
    Total donated : 25$
    Pilo is offline
    EfeDursun125
    Senior Member
    Join Date: Feb 2019
    Location: Turkey
    Old 05-03-2019 , 13:27   Re: [ANY] Unlimited Ammo For Bots!
    Reply With Quote #3

    Quote:
    Originally Posted by Pilo View Post
    PHP Code:

        
    if(IsValidClient(client))
        {
            if(!
    IsFakeClient(client))
            {
                if(
    IsPlayerAlive(client))
                { 
    You check if he is not a bot
    Oww sorry, thanks!!!
    EfeDursun125 is offline
    EfeDursun125
    Senior Member
    Join Date: Feb 2019
    Location: Turkey
    Old 05-03-2019 , 13:31   Re: [ANY] Unlimited Ammo For Bots!
    Reply With Quote #4

    now fixed

    Last edited by EfeDursun125; 05-04-2019 at 05:38.
    EfeDursun125 is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 05-03-2019 , 15:49   Re: [ANY] Unlimited Ammo For Bots!
    Reply With Quote #5

    Quote:
    Originally Posted by EfeDursun125 View Post
    Works Any Game!
    Are you sure that this works on any game? like css and csgo? checking your code it seems only for TF2.
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 05-03-2019 at 15:50.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    EfeDursun125
    Senior Member
    Join Date: Feb 2019
    Location: Turkey
    Old 05-04-2019 , 05:27   Re: [ANY] Unlimited Ammo For Bots!
    Reply With Quote #6

    Quote:
    Originally Posted by Franc1sco View Post
    Are you sure that this works on any game? like css and csgo? checking your code it seems only for TF2.
    not only tf2,

    EDIT : hmm, really works only tf2?

    Last edited by EfeDursun125; 05-04-2019 at 05:28.
    EfeDursun125 is offline
    Pilo
    AlliedModders Donor
    Join Date: Jan 2019
    Location: Israel
    Old 05-04-2019 , 05:45   Re: [ANY?] Unlimited Ammo For Bots!
    Reply With Quote #7

    PHP Code:
     AcceptEntityInput(client"SetForcedTauntCam"); 
    No taunts in CS:GO
    __________________

    Taking Private(PAID) Plugins In PM
    Feel free to Donate with PayPal
    Feel free to message me in Discord Pilo#8253
    Total donated : 25$
    Pilo is offline
    EfeDursun125
    Senior Member
    Join Date: Feb 2019
    Location: Turkey
    Old 05-04-2019 , 06:01   Re: [ANY?] Unlimited Ammo For Bots!
    Reply With Quote #8

    Quote:
    Originally Posted by Pilo View Post
    PHP Code:
     AcceptEntityInput(client"SetForcedTauntCam"); 
    No taunts in CS:GO
    Code:
    if (GetEngineVersion() == Engine_TF2) 
    {
    	SetVariantInt(1);
    	AcceptEntityInput(client, "SetForcedTauntCam");
    }
    taunt cam only tf2 (for bots see spies)
    EfeDursun125 is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 05-04-2019 , 11:29   Re: [ANY?] Unlimited Ammo For Bots!
    Reply With Quote #9

    This
    PHP Code:
    stock GetAmmo(client)
    {
        return 
    FindSendPropInfo("CTFPlayer""m_iAmmo");

    In CSS should be something like this:
    PHP Code:
    stock GetAmmo(client)
    {
        return 
    FindSendPropInfo("CCSPlayer""m_iAmmo");

    In Insurgency should be CINSPlayer and etc..

    You tested your plugin in others games or just in TF2?
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 05-04-2019 at 11:34.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    EfeDursun125
    Senior Member
    Join Date: Feb 2019
    Location: Turkey
    Old 05-04-2019 , 12:57   Re: [ANY?] Unlimited Ammo For Bots!
    Reply With Quote #10

    Quote:
    Originally Posted by Franc1sco View Post
    This
    PHP Code:
    stock GetAmmo(client)
    {
        return 
    FindSendPropInfo("CTFPlayer""m_iAmmo");

    In CSS should be something like this:
    PHP Code:
    stock GetAmmo(client)
    {
        return 
    FindSendPropInfo("CCSPlayer""m_iAmmo");

    In Insurgency should be CINSPlayer and etc..

    You tested your plugin in others games or just in TF2?
    i test tf2 and after update test left 4 dead 2

    EDIT : THANKS FOR HELPING!

    Last edited by EfeDursun125; 05-04-2019 at 12:58.
    EfeDursun125 is offline
    Reply


    Thread Tools
    Display Modes

    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 17:45.


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