Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    Tempest's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    644
    Reputation
    131
    Thanks
    544

    Macro to AFK Falcon Reach Exploit

    This is a macro that will automate the Falcon Fall exploit. This may not be perfect and I am just releasing for you all to use. This is not really a release or anything but it can help you. I was able to use this and go afk and do something else.

    What this does is all you have to do is put your crosshairs on the APC and crouch behind the window on the left side and it will automatically use the sticky bomb and heal.

    Put:
    Q=First Aid with Overheal Mod
    T=Tactical Signature Skill
    E=Sticky Bomb

    To use this:

    1) Download Auto Hot Key.
    2) Copy and paste this code into a notepad.
    Code:
    Numpad9::
    loop
    {
    	if getkeystate("tab", "p")
    	{
    		break
    	}
    	send, {q DOWN}
    	sleep, 50
    	send, {q UP}
    	sleep, 50
    	send, {q DOWN}
    	sleep, 50
    	send, {q UP}
    	sleep, 50
    	send, {e DOWN}
    	sleep, 50
    	send, {e UP}
    	sleep, 50
    	send, {e DOWN}
    	sleep, 50
    	send, {e UP}
    	sleep, 50
    	send, {t DOWN}
    	sleep, 50
    	send, {t UP}
    	sleep, 50
    	send, {t DOWN}
    	sleep, 50
    	send, {t UP}
    }
    return
    3) Save as whatever you want to name it .ahk (Example: auto.ahk)
    4) Run and enjoy!

    Num pad 9 is to start.
    Hold tab to stop.
    Last edited by Dexter; 04-15-2016 at 03:03 PM.

  2. #2
    MRXru's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    why in the browser works,but in the game-no
    UPD: the problem was solved.but there was another,the character immediately puts and removes a first aid kit
    Last edited by MRXru; 04-14-2016 at 03:26 PM.

  3. #3
    Tempest's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    644
    Reputation
    131
    Thanks
    544
    Quote Originally Posted by MRXru View Post
    why in the browser works,but in the game-no
    I'm not sure. It should work because it works for me. You have to be tabbed into the game for it to work. If you have 2 monitors you can set up a video and tab back into the game. But for it to work you must be tabbed into the game. Forgot to include this.

  4. #4
    ghjklooo12's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    Does anyone know how long this would take on CM, granted you have 2.5k skill power.

  5. #5
    Tempest's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    644
    Reputation
    131
    Thanks
    544
    Quote Originally Posted by ghjklooo12 View Post
    Does anyone know how long this would take on CM, granted you have 2.5k skill power.
    Skill power caps at 47k, and with 4 people running 47k skill power would take like 30 mins.
    Not sure about your "2.5k skill power" cuz that is verryyyyy low.

  6. #6
    Inverted Death's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    did this and was instantly disconntected from the game

    edit: seems to work now, mightve been a glitch, dunno
    Last edited by Inverted Death; 04-14-2016 at 04:35 PM.

  7. #7
    seav0's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Chatty
    Could you add moove forward for 1sec, backward 2sec, etc etc ? thank you

  8. #8
    revenynt's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    3
    love this so much makes it so much more tolerable. can you add something to make it strafe slightly left to right ?

  9. #9
    Outer3005's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    the idea is good but not useful :/

    because when shot the stickybomb, go down the screen little bit every shot xD
    when the screen going down and down at last, shots in your feed and not on the mtv :'D

    srry. for my bad english
    Last edited by Outer3005; 04-14-2016 at 06:08 PM.

  10. #10
    Yaris's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Wales
    Posts
    32
    Reputation
    10
    Thanks
    8
    My Mood
    Sleepy
    Quick way to kill APC, use RoF hack and explosive ammo. 1 person can take apc armor down with 3 explosive ammo consumables.

  11. The Following User Says Thank You to Yaris For This Useful Post:

    NickerBocker (04-15-2016)

  12. #11
    immortalbjr's Avatar
    Join Date
    Apr 2016
    Gender
    female
    Posts
    28
    Reputation
    10
    Thanks
    3
    Are you sure? I got in there just to test it and used explosive ammo it didn't take half of one bar off of it, I cant see 3 rounds destroying all its armor.

  13. #12
    Yaris's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Wales
    Posts
    32
    Reputation
    10
    Thanks
    8
    My Mood
    Sleepy
    Yes I'm sure I just did it, aim at the floor by its wheels, set RoF in CE to something insane like 1000000, use infinate ammo cheat, use full Firearms build and use skills to increase dps. i used high end vector

  14. #13
    adam1155's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    I am using this:
    Code:
    #Persistent
    SetTimer, PressTheKey, 30000
    
    
    PressTheKey:
    
    Send {q down}
    Sleep 10 ;
    Send {q Up}
    Sleep 100 ;
    Send {q down}
    Sleep 10 ;
    Send {q Up}
    Sleep 2000 ;
    
    Send {e down}
    Sleep 10 ;
    Send {e Up}
    Sleep 100 ;
    Send {e down}
    Sleep 10 ;
    Send {e Up}
    Sleep 500 ;
    Send {e down}
    Sleep 10 ;
    Send {e Up}
    Sleep 2000 ;
    
    Send {q down}
    Sleep 10 ;
    Send {q Up}
    Sleep 500 ;
    
    Return
    q= Smart Cover - Recharger
    e= Sticky Bomb
    I have only 3000 skill power
    Last edited by adam1155; 04-14-2016 at 07:12 PM.

  15. #14
    riotlev's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by Yaris View Post
    Yes I'm sure I just did it, aim at the floor by its wheels, set RoF in CE to something insane like 1000000, use infinate ammo cheat, use full Firearms build and use skills to increase dps. i used high end vector
    Bullshit. Already tried it.
    Explosive Rounds seem to proc Serverside, so you can't infect it by the RPM.

    I tried this, in hope it would work, but well, I got fucked.

  16. #15
    silathel's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Hey great work, thanks.

    Just wanted to point out an error
    if getkeystate("tab", "p")
    should read
    if getkeystate("tab", "9")

Page 1 of 3 123 LastLast

Similar Threads

  1. [Discussion] M16 is burst only in BF4 - macro exploit coming!
    By Yellow 13 in forum Battlefield 4 Hacks & Cheats
    Replies: 20
    Last Post: 01-30-2014, 04:08 PM
  2. New Hardware to Exploit All Games (Hardware Macro)
    By hardcoreplayer in forum General
    Replies: 2
    Last Post: 12-06-2012, 11:10 PM
  3. [Release] transformation exploit macro
    By ydocsmada in forum Vindictus Hacks & Cheats
    Replies: 55
    Last Post: 05-14-2011, 05:08 AM
  4. Recommended macro tool for AFK leveling and farming?
    By Mikozeee in forum Vindictus Discussions
    Replies: 8
    Last Post: 05-05-2011, 02:32 AM
  5. [Release] Macro + HalfWay AFK by PSPiso
    By Kuro Tenshi in forum Combat Arms Europe Hacks
    Replies: 14
    Last Post: 05-16-2010, 03:40 PM