Thread: 2C-B0t for MW2

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    gerherhtherherdhher's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    171
    Reputation
    26
    Thanks
    900
    My Mood
    Sad
    Quote Originally Posted by Hitokiri~ View Post

    Think a bit about why it pulls you "random" directions while aiming.
    Let me know when you figure it out.
    Well, it's moving in the direction the silent aim is aiming at. But I think I am getting a clue. (Hardy Boys reference)

  2. #17
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by __Xen0 View Post
    Well, it's moving in the direction the silent aim is aiming at. But I think I am getting a clue. (Hardy Boys reference)
    Exactly. You only need to stop movement WHILE aiming at someone.
    The smarter folk would realize that you only need to apply aiming when you're firing a bullet ( Which takes x milliseconds depending on the weapondef )

    Code:
    
    
    Code:
    void Hook(){
        static int s_lastFireTime  = 0;
        auto c = input::Instance()->GetCmd( input::Instance()->cmdNum );
    
    
    	if( !CAim::Instance()->IsAiming )
    		return;
        
        if( ( s_lastFireTime - Com_Milliseconds() ) > Engine::GetWeaponVariantDef( c->weaponId )->fireTime ){
            c->angles[ PITCH ] += ANGLE2SHORT( CAim::Instance()->aimAngles[ PITCH ] );
            c->angles[ YAW ] += ANGLE2SHORT( CAim::Instance()->aimAngles[ YAW ] );
            c->angles[ ROLL ] += ANGLE2SHORT( CAim::Instance()->aimAngles[ ROLL ] );
            c->button_bits |= BUTTON_ATTACK;
            
            s_lastFireTime = Com_Milliseconds();        
        }
    }

  3. #18
    gerherhtherherdhher's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    171
    Reputation
    26
    Thanks
    900
    My Mood
    Sad
    Quote Originally Posted by Hitokiri~ View Post

    Exactly. You only need to stop movement WHILE aiming at someone.
    The smarter folk would realize that you only need to apply aiming when you're firing a bullet ( Which takes x milliseconds depending on the weapondef )

    Code:
    
    
    Code:
    void Hook(){
        static int s_lastFireTime  = 0;
        auto c = input::Instance()->GetCmd( input::Instance()->cmdNum );
    
    
    	if( !CAim::Instance()->IsAiming )
    		return;
        
        if( ( s_lastFireTime - Com_Milliseconds() ) > Engine::GetWeaponVariantDef( c->weaponId )->fireTime ){
            c->angles[ PITCH ] += ANGLE2SHORT( CAim::Instance()->aimAngles[ PITCH ] );
            c->angles[ YAW ] += ANGLE2SHORT( CAim::Instance()->aimAngles[ YAW ] );
            c->angles[ ROLL ] += ANGLE2SHORT( CAim::Instance()->aimAngles[ ROLL ] );
            c->button_bits |= BUTTON_ATTACK;
            
            s_lastFireTime = Com_Milliseconds();        
        }
    }
    Works like a charm, thanks. I actually ended up doing it slightly different, but that snippet gave me the last clue I needed!
    (>"The smarter folk" I was already only setting forward- and sidemove to 0 when aiming/shooting, but of course that didn't work properly)
    Last edited by gerherhtherherdhher; 03-12-2016 at 03:06 AM.

  4. #19
    hypexk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    dude i would even pay for this, can i somehow contac u? cant find u on steam

  5. #20
    dollelady78's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired
    Will it be public or private?

  6. #21
    wara286's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    At my computer
    Posts
    62
    Reputation
    10
    Thanks
    188
    My Mood
    Psychedelic
    Mostly public, but some of the functions will stay private since thy ruin the game waaay to much.

  7. #22
    JadenSparman's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Buzzed
    Where Is The Download??

  8. #23
    GDog8888's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    good luck and hope its out soon

  9. #24
    Yaekai's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    Just saw it in matchmaking and in a private match,its powerfull

  10. #25
    wara286's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    At my computer
    Posts
    62
    Reputation
    10
    Thanks
    188
    My Mood
    Psychedelic
    Some recent footage:


    Also shout out to __Xen0 for the bot mod!
    Now I don't need to figure that one out and can work on the important features.
    Last edited by wara286; 04-17-2016 at 12:28 PM.

  11. #26
    gerherhtherherdhher's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    171
    Reputation
    26
    Thanks
    900
    My Mood
    Sad
    Quote Originally Posted by wara286 View Post
    Some recent footage:


    Also shout out to __Xen0 for the bot mod!
    Now I don't need to figure that one out and can work on the important features.
    Looks interesting want to 1v1 my hack?

  12. #27
    wara286's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    At my computer
    Posts
    62
    Reputation
    10
    Thanks
    188
    My Mood
    Psychedelic
    Quote Originally Posted by __Xen0 View Post
    Looks interesting want to 1v1 my hack?
    yes shure

  13. #28
    Heckn's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    wait, so is this only working in private? or did you just do the footage in private? and eta on release?

  14. #29
    s7nJHun7er's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Flirty
    can someone just send me a silent aim, i litterally dont want anything else. is that possible?

  15. #30
    TurboGK's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    It looks very cool!

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Tutorial] Using Cheat Engine for MW2 Challenges
    By adstar82 in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 6
    Last Post: 01-01-2010, 08:41 PM
  2. Hacks for MW2 (1.0.166)
    By yeyelol in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 12-21-2009, 10:37 PM
  3. Yet more competition for MW2.
    By EndRiT in forum General
    Replies: 15
    Last Post: 12-19-2009, 11:15 PM
  4. Hacks For MW2
    By axtionjackson in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 7
    Last Post: 11-25-2009, 10:38 PM
  5. Tradeing for mw2
    By maphackz in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 11-12-2009, 07:40 PM