Fireballs anywhere (And create lag with a G15) menu

User Tag List

Page 6 of 7 FirstFirst ... 234567 LastLast
Results 76 to 90 of 98
  1. #76
    hp94's Avatar Legendary
    Reputation
    742
    Join Date
    Nov 2009
    Posts
    587
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It has been hotfixed, mostly.

    Places where it doesn't work:
    Northrend
    Outlands
    Kalimdor
    Eastren Kingdoms

    Where it does:
    Everywhere else
    (Like BGs)

    Fireballs anywhere (And create lag with a G15)
  2. #77
    xipwnedux's Avatar Member
    Reputation
    4
    Join Date
    Nov 2008
    Posts
    129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm using this in Org right now

  3. #78
    GiantCow's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still works on US Blackrock.

  4. #79
    hp94's Avatar Legendary
    Reputation
    742
    Join Date
    Nov 2009
    Posts
    587
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    On US Torthreldrin it doesn't work except for in BGs. You get the message "You can't use that here." I tried it by doing the actual daily run, where it worked as intended. But as soon as you land you're f'd.

  5. #80
    garb's Avatar Knight
    Reputation
    27
    Join Date
    Nov 2009
    Posts
    223
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hp94 View Post
    On US Torthreldrin it doesn't work except for in BGs. You get the message "You can't use that here." I tried it by doing the actual daily run, where it worked as intended. But as soon as you land you're f'd.
    It may have been fixed then?

  6. #81
    dal_'s Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I lol'd man

  7. #82
    eizo2k's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it bannable?

  8. #83
    caffeinefree's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to make a macro for this with a razer naga macro?

    Ive been fiddling for a lil while and cant seem to find out how to place a click action on the macro.

  9. #84
    minimega1316's Avatar Contributor
    Reputation
    108
    Join Date
    Aug 2009
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can do that with a c++ program.

    Code:
    #include 
    #include 
    
    using namespace std;
    
    int main()
    {
        Sleep(5000);
        while (1)
        {
            for (int i = 0 ; i < 100 ; i++)
            {
                keybd_event(0x31, 0x45, KEYEVENTF_EXTENDEDKEY | 0, 0);
                keybd_event(0x31, 0x45, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0);
    
                mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
                mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
            }
            Sleep(10000);
        }
        return 0;
    }
    It will launch fireballs every 10 sec.
    You have to bind the item to button 1 or change 0x31 using Virtual-Key Codes

    Launch it, then alt+tab, you've got 5 sec.

    Program

  10. #85
    Phoen!x's Avatar Contributor
    Reputation
    199
    Join Date
    Aug 2007
    Posts
    459
    Thanks G/R
    6/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works well on EU Ysondre.


  11. #86
    archmagee's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working in stormwind/elwynn on Moon Guard US, but was working on my alt on Spirestone US in durotar a few minutes ago... weird

  12. #87
    thottstation's Avatar Member
    Reputation
    2
    Join Date
    Mar 2009
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ugh. Can't go to Dal or Org without at least 3 people have a spam fight. AND bots walking around Dal, auto-firing.

    Not fun anymore since EVERYONE has it...

  13. #88
    MCdeathMC's Avatar Active Member
    Reputation
    66
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thottstation View Post
    Ugh. Can't go to Dal or Org without at least 3 people have a spam fight. AND bots walking around Dal, auto-firing.

    Not fun anymore since EVERYONE has it...
    we had a warlock and a priest get on top of IF AH and they summoned a lot of ppl up thre there was like 10 or 25 ppl spamming this in IF..

  14. #89
    caffeinefree's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by minimega1316 View Post
    You can do that with a c++ program.

    Code:
    #include 
    #include 
     
    using namespace std;
     
    int main()
    {
        Sleep(5000);
        while (1)
        {
            for (int i = 0 ; i < 100 ; i++)
            {
                keybd_event(0x31, 0x45, KEYEVENTF_EXTENDEDKEY | 0, 0);
                keybd_event(0x31, 0x45, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0);
     
                mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
                mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
            }
            Sleep(10000);
        }
        return 0;
    }
    It will launch fireballs every 10 sec.
    You have to bind the item to button 1 or change 0x31 using Virtual-Key Codes

    Launch it, then alt+tab, you've got 5 sec.

    Program
    How would you run this?

  15. #90
    ezmoad's Avatar Contributor
    Reputation
    104
    Join Date
    Jan 2010
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still works on illidan 1/18/09 in any zone, although can't use it while shape shifted :/

Page 6 of 7 FirstFirst ... 234567 LastLast

Similar Threads

  1. Should I use Triple Buffering and reduce lag input with vsync enabled?
    By sparkyiezz in forum World of Warcraft General
    Replies: 3
    Last Post: 12-31-2014, 11:39 PM
  2. ANOTHER and easier way to create lag
    By FrodoTBaggins in forum World of Warcraft Guides
    Replies: 7
    Last Post: 07-04-2007, 07:10 AM
  3. Create Account With CD-Key, no payment required
    By kurtlesesh in forum World of Warcraft Exploits
    Replies: 19
    Last Post: 05-22-2007, 06:27 PM
  4. Blizzard's Policy and whats wrong with it PART ONE
    By WoWLegend in forum World of Warcraft General
    Replies: 12
    Last Post: 11-26-2006, 07:59 AM
  5. How to get WoW and their Patches with Hack?
    By fReAk in forum World of Warcraft General
    Replies: 0
    Last Post: 06-11-2006, 01:41 AM
All times are GMT -5. The time now is 06:45 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