Black ops : Aim assist on or off?

Talk About Anything Playstation here
uwontprevail
Posts: 130
Joined: Thu Jul 07, 2011 6:17 pm
Location: Dallas Texas

Re: Black ops : Aim assist on or off?

Post 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=
cldfusion
Posts: 68
Joined: Fri Jul 08, 2011 4:02 pm

Re: Black ops : Aim assist on or off?

Post by cldfusion »

It's an Autohotkey macro script. I only have a g5 & haven't even found the built in macros yet:P
uwontprevail
Posts: 130
Joined: Thu Jul 07, 2011 6:17 pm
Location: Dallas Texas

Re: Black ops : Aim assist on or off?

Post 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.
gimxfanboy
Posts: 25
Joined: Sat Oct 08, 2011 6:21 pm

Re: Black ops : Aim assist on or off?

Post 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 ;)
Cybereu
Posts: 182
Joined: Sun Jul 10, 2011 1:10 pm

Re: Black ops : Aim assist on or off?

Post 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.
Post Reply