Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Results 1 to 4 of 4
  1. #1
    cartman2's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    0

    Help with script for no recoil timed shot.

    i was wondering if someone could help me with this script for ahk to work on mohw timed shot atm it is kindo of working but it doesnt you can test yourself if you like

    Ins::Suspend
    #SingleInstance force
    #NoEnv
    #InstallKeybdHook
    #InstallMouseHook

    if 0 <> 0
    {
    ExitApp
    }

    Process, Priority, , high
    SendMode Input
    SetMouseDelay, 0
    SetDefaultMouseSpeed 0
    SetKeyDelay, -1
    Suspend On
    SetTitleMatchMode 3





    *F1:: ;turn off hot key
    Suspend Toggle
    if (!A_IsSuspended)
    {
    SoundBeep, 200, 150
    SoundBeep, 1500, 150
    }
    Else
    {
    SoundBeep, 1000, 150
    SoundBeep, 200, 150
    }
    return

    *LButton::
    SetTimer, timer, 81
    Gosub timer
    return

    timer:
    if GetKeyState("Lbutton", "P")
    {
    Send {blind}{Click}
    mouseXY(0, 0) ;displacement of the shot, you can specify any number of times.
    }
    else
    SetTimer, timer, Off
    return

    ~+LButton:: ; while holding Lshift script will be temporarily suspended
    Send, {Rbutton, Down}
    Return

    mouseXY(x,y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,in t,0)
    }

  2. #2
    syedibrahim's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    this script is work for current version?

  3. #3
    cartman2's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    0
    no it is from a battlefield bad company 2 macro and it has compleetely no recoil with all medic weaps and i would like a timed shot no recoil for the mp7 on MOHW thats why i posted it here to get help from tohers to turn it into a working timed shot macro it probably sounds simple and is simple but i dont know how to do it and i have alot of things happening like school work, boxing etc so i cant really learn much atm.

  4. #4
    Shplex's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    371
    My Mood
    Cold
    ammm okkkk

Similar Threads

  1. Need help with setup for on Alt inward?
    By tylerawarren550 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 3
    Last Post: 06-03-2010, 09:09 AM
  2. Help with script.
    By Joshcarr2006 in forum Visual Basic Programming
    Replies: 2
    Last Post: 03-24-2010, 11:43 AM
  3. help with hacks for ca in general
    By Ragehax in forum Combat Arms Hacks & Cheats
    Replies: 19
    Last Post: 08-17-2009, 10:07 PM
  4. Need help with paypal for nexon
    By monsterthejuggalo in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 07-06-2009, 12:47 AM
  5. Help with simplechams for you(for the ones who still use it)
    By Chuck Norris in forum Combat Arms Europe Hacks
    Replies: 3
    Last Post: 03-01-2009, 11:39 AM