[Exploit] Easymode Airstrikes quest(G15 or autoit) menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    NRK's Avatar Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Exploit] Easymode Airstrikes quest(G15 or autoit)

    Got pain in you ass because you don't get the killing blow when doing the airstike quest on Quel Dannas?
    Want to have all kills for you self and instant kill the mobs, even the pitlords?

    It is posible!

    The questitem is bugged, you can it use ich multiple time befor the server sends the client that the item is on cooldown. I have noticed while having great lags(these where serverside).
    What happend was that I used the item and clicked the place where it should bomb, but nothing happend, so I done it again and again. Then the lag and alot of data where transmitted to the server I seen that multiple bombs where trown.

    So the next day when the lag was over I tryed, but i was to slow to manage it. I needed something fasters, I put the item to bomb on the hotkey slot for the "1" key and made A macro for my G15:

    • "1" Down
    • "1" Up
    • wait 0.001 s
    • "Left Mouse Button" Down
    • "Left Mouse Button" Up

    I set the repeat option to "while pressed" an tryed it, and it worked. I managed to trow about 10 bombs(with a latency something like 40-50ms) with 1 cooldown on the item, and 10 bombs are enough to kill a pitlord. Since that moment I allways only needed 1 try to kill all needed mobs.

    I don't use autoit, but may someone can help me make a autoit script for this and add it to this thread. I'll edit it then in this post.

    Edith says: Something funny, I got Brutallus on another day with alot of lag solo to 40%. mabey someone can manage to kill him with winlag or something else to make lag with!?


    Thanks for the AutoIt Script from blubb12345:
    Originally Posted by blubb12345 View Post
    Code:
    HotKeySet("0","end")
    HotKeySet("9","fire")
    opt("SendKeyDelay",1)
    opt("MouseClickDelay",1)
    Func fire()
    §x=10
    while  > 0
        send("1")
        MouseClick("left")
        §x -= 1
    WEnd
    EndFunc
    Func end()
        Exit
    EndFunc
    While 1
        Sleep(1000)
    WEnd
    
    replace §x with "dollarsymbol"x
    Bind the Bomb to 1. When you press 9 it will shoot 10 times, 0 to exit
    Last edited by NRK; 06-06-2008 at 06:03 PM.

    [Exploit] Easymode Airstrikes quest(G15 or autoit)
  2. #2
    King Protos's Avatar Active Member
    Reputation
    40
    Join Date
    Sep 2007
    Posts
    516
    Thanks G/R
    2/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Guide. Although your english isnt the best (it wasnt my first language either) it is still readable.


  3. #3
    NRK's Avatar Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by King Protos View Post
    Nice Guide. Although your english isnt the best (it wasnt my first language either) it is still readable.
    I'am realy happy to hear that, English isn't my strongest language.

  4. #4
    p3nguin's Avatar Active Member
    Reputation
    16
    Join Date
    Dec 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice i found this out for my self a while back didnt think it was worthwhile to post since the quest is easy, and pitlords only need to be hit twice to die.

  5. #5
    sokagos's Avatar Member
    Reputation
    10
    Join Date
    Jan 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yah my freand told me about doing that it healp a shit ton

  6. #6
    [Blaze]'s Avatar Banned
    Reputation
    145
    Join Date
    Feb 2007
    Posts
    630
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very helpful indeed. Oh my god, something that actually helped moi...

  7. #7
    blubb12345's Avatar Contributor
    Reputation
    121
    Join Date
    Feb 2007
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    HotKeySet("0","end")
    HotKeySet("9","fire")
    opt("SendKeyDelay",1)
    opt("MouseClickDelay",1)
    Func fire()
    §x=10
    while  > 0
        send("1")
        MouseClick("left")
        §x -= 1
    WEnd
    EndFunc
    Func end()
        Exit
    EndFunc
    While 1
        Sleep(1000)
    WEnd
    
    replace §x with "dollarsymbol"x
    Bind the Bomb to 1. When you press 9 it will shoot 10 times, 0 to exit


    Without the script:


    With the script:

    Last edited by blubb12345; 06-06-2008 at 11:52 AM.

  8. #8
    Fakie's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for those who doesn´t want to risk a ban for using auto it or macroing with g15 keyboard it´s easily done manually Just put the item on an actionbar and then press the action bar button just as you fire it.

  9. #9
    Aivo's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fakie View Post
    for those who doesn´t want to risk a ban for using auto it or macroing with g15 keyboard it´s easily done manually Just put the item on an actionbar and then press the action bar button just as you fire it.
    WTF how does macroing/ using g15 keyboard get you banned???

  10. #10
    samzor's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks like theres something fishy about this thread if you have your outlook open it tries to telnet somewhere using some flaw in office i guess..

    carefull guys

  11. #11
    Station15's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, i'm getting that too. Also tried to uninstall Steam...

  12. #12
    Daft's Avatar Contributor
    Reputation
    119
    Join Date
    Apr 2007
    Posts
    223
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol something on the page makes me open outlook and send a message to George bush telling him to have my babies XD

    Virus

  13. #13
    Uhm's Avatar Member
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks.

  14. #14
    Speakerwire's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea i found it funny but not.

  15. #15
    NRK's Avatar Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Diacat View Post
    You are the one who's doing this.

    You can quote my post; there's nothing bad in it.

    When I quote your post, I see one of those links in [img] tags.

    Someone please ban NRK ASAP, he's the one doing this shit. It's making my Windows Mail pop up.
    Diacat is banned now, thanks @ the admin
    This thread is cleann now

    I would ask everyone who knows how he have done it, including my self, please don't use it to annoy people, or better, don't use it anywhere. thanks.

    I'am sorry for my freakout, I just felt very angry...

    Back to topic plz :>
    Last edited by NRK; 06-06-2008 at 06:16 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [exploit] Finish harvesting quests with purchaced resources
    By foreigninvestor in forum Age of Conan Exploits|Hacks
    Replies: 2
    Last Post: 10-30-2008, 05:37 AM
  2. [Exploit] Get 3x Quest exp FREE
    By MelonFarmer in forum World of Warcraft Exploits
    Replies: 346
    Last Post: 09-04-2008, 10:05 AM
  3. [exploit]Erratic sentry quest
    By majinbuu1023 in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 05-10-2008, 12:18 PM
  4. Exploit: Demons Banishing Quest for Ogri'la
    By zzzbug in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 02-24-2008, 01:11 AM
All times are GMT -5. The time now is 10:13 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search