Page 2 of 2

Re: Black ops : Aim assist on or off?

Posted: Sat Jul 09, 2011 2:02 pm
by uwontprevail
cldfusion wrote:Here's my auto script, it's got 2 modes(tactical,3rb) I don't really use it any more though...:)

Code: Select all

#NoEnv
#SingleInstance force
#InstallKeybdHook
#InstallMouseHook
SendMode Input 
SetWorkingDir %A_ScriptDir%  
#IfWinActive Sixaxis Control
FireMode=1
;---Burst fire---
burst(shots,Br,Bp) ;shots are 0 based
{
    sleep 50
    send, {lbutton up}
    loop, %shots% 
    {
        sleep %Br%
        send, {lbutton down}
        sleep 50
        send, {lbutton up}
    }
}

;---tactical---
Q::
{
    if (FireMode > 2)
    {
        FireMode=1
        SoundPlay *16
    }
    else
    {
        Firemode++
        soundplay *64
        sleep 150
        if (FireMode = 3)
        {
            soundplay *64
        }
    }
}
return
~lbutton::
{
    If (FireMode = 2)
    {  
    Burst(0,1,200)
    }
    
    If (FireMode = 3)
    {  
    Burst(4,20,200)
    }
}
return
Is that macro for the GIMX software?

Or something else.

I am a noob when it comes to coding D=

Re: Black ops : Aim assist on or off?

Posted: Sat Jul 09, 2011 2:07 pm
by cldfusion
It's an Autohotkey macro script. I only have a g5 & haven't even found the built in macros yet:P

Re: Black ops : Aim assist on or off?

Posted: Sat Jul 09, 2011 2:09 pm
by uwontprevail
cldfusion wrote:It's an Autohotkey macro script. I only have a g5 & haven't even found the built in macros yet:P
Ah, ill have to check up on that then.

The Logitech macro support is simplistic at best.

There aren't many options there.

Re: Black ops : Aim assist on or off?

Posted: Mon Oct 10, 2011 3:07 pm
by gimxfanboy
Yey for bump to an ancient post, but I think having aim-assist on just totally ruins my aiming skills. Not trying to undermine you GIMX+Aim Assisters, but I think its borderline cheating. Unless you totally suck at using a mouse, honestly...Its even better than an aimbot lol!

I'm not being a hypocrite, I've tried it with my 800 dpi mouse LOOOOL, which was very laggy.....but it still worked wonders for some funny reason. Aim assist should be left to Controller users! ;-)

Not bragging, but I once turned off my aim assist when using a controller on BOps, testing it out. I totally forgot to turn it off, and I was playing for 2 months without Aim Assist on with a controller! :D When I turned it back on...I couldn't believe it. I literally turned into a 30-0 flawless every 3/4 games FFA player....turn AAssist off and train your muscle memory. It is only for your own good ;)

Re: Black ops : Aim assist on or off?

Posted: Tue Oct 11, 2011 1:56 pm
by Cybereu
I use aim assist on, with multiple targets it sucks but it helps me a lot when im not seeing the target that is too far, the aim moves by it self and then i now there's a guy.