Close
Showing results 1 to 10 of 15

Thread: Macro prank

Threaded View

Pocalypse Macro prank 04-05-2010, 05:47 PM
Svpernova09 Probably a bad idea to link... 04-05-2010, 05:50 PM
ghonosyph rofl omg so epic haha 04-05-2010, 05:55 PM
Pocalypse I removed the /run, so at... 04-05-2010, 06:12 PM
d0z3rr that macro is awesome, got me... 04-05-2010, 06:21 PM
Velassra WTF! All my macros are gone.... 04-05-2010, 06:25 PM
Powerwar Durp, durp durp! 04-05-2010, 07:17 PM
Moorea lol! 04-06-2010, 04:06 AM
Zub now just think of the guy who... 04-06-2010, 01:41 AM
Ualaa Durp, durp, durp! 04-06-2010, 06:08 AM
jinkobi Damn that's hilarious and... 04-06-2010, 07:10 AM
Seldum It just need a /quit also :) 04-06-2010, 09:07 AM
Zub /gquit :-) 04-06-2010, 09:10 AM
Redbeard Methinks Fur wrote this... 04-13-2010, 12:22 PM
alcattle I don't get it 04-14-2010, 03:47 AM
  1. #1

    Default Macro prank

    WARNING: DO NOT TRY THIS MACRO!!!

    While browsing the UI & Macro forums at work, I came across someone asking for help with a spam macro (one of those annoying ones that paints an ascii picture). Luckily, no one seemed to come to his aid, and he was generally ridiculed into oblivion.

    However, one smart poster by the name of Anticlaus posted this little gem in response, which I think could quite possibly be the best macro of all time, and it even fits in 255 characters.

    Warning: This macro will reset all your macros, and generally mess up your wow client.

    Code:
    q='LoadAddOn("Blizzard_MacroUI")h,m=HideUIPanel,MacroFrame;ChatFrameEditBox:SetScript("OnEnterPressed",function()SendChatMessage("Durp, durp durp!")end)h(m)m:SetScript("OnShow",h)'for i=1,54 do EditMacro(i,nil,nil,"/run "..q)end;loadstring(q)()
    Edit: Removed "/run" from the macro, because you shouldn't run this.

    What this does is (based on my rudimentary LUA reading skills):

    * Changes all your macros to this script, and runs the script.
    * Makes it so the macro window autohides whenever you open it, so you can't go in to edit the macros.
    * Makes it so whenever you try to chat, you say "Durp, durp durp!" instead. Which also means you can't do anything else via chat commands, like change macros.

    I may have missed some other stuff in there too. I think the only way to get out of this would be a custom addon, or reseting your macros.wtf file.

    A part of me really hopes the person asking for the spam macro ran this .

    I briefly considered putting it as my signature, just to see how many complaints would pop up, but I'm not that mean .

    WARNING: DO NOT TRY THIS MACRO!!!
    Last edited by Pocalypse : 04-05-2010 at 06:10 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •