Imitate GM Whispers through GMotD (2.4) menu

Shout-Out

User Tag List

Page 1 of 6 12345 ... LastLast
Results 1 to 15 of 80
  1. #1
    Saiket's Avatar Contributor
    Reputation
    146
    Join Date
    Jul 2007
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Imitate GM Whispers through GMotD (2.4)

    Exploit hotfixed 2008-04-04. GMotD now under same restrictions as normal chat, except newlines are allowed.


    Note: My original thread about GMotD exploits is too old to bump. It's updated however, and can be viewed here. Just know that this isn't a repost.

    On that note, I'll get straight to the new exploit. The theory behind it and variations on it can be viewed at the threat linked above.

    1. Fake GM Tell (2.4):
      Code:
      /run local p,m,g,s="","",GuildSetMOTD,GetGuildRosterMOTD()g(s.."\r\124TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:18:12:0:-1\124t \124cffff80ff\124Hplayer:"..p.."\124h["..p.."]\124h whispers: "..m.."\124r")g(s)
      Add the player name and message text into the two empty sets of quotes for the desired effect. Unlike the original tell macro, this one has the official GM logo from patch 2.4 in front of it; see below. Note that the macro is cramped for space. If you need more room for the whisper text, brush up on your Lua coding and use a variable containing the message.

      Here's a shot of the 2.4 GM message whisper:



    As an interesting side note, you can send any images in the game client over chat. You can also specify any size for the image, and offsets for where the image should be rendered.

    Details on the syntax on the official UI-Macro Forum. Backup of blue posts in case the first link is down.
    Last edited by Saiket; 04-04-2008 at 07:23 PM. Reason: Hotfixed.
    AddOn developer and long time explorer.

    Imitate GM Whispers through GMotD (2.4)
  2. #2
    sirdavino's Avatar Active Member
    Reputation
    52
    Join Date
    Nov 2007
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Going to try this when i get home to see if works - If so could be Epic....
    Will confirm and +rep if works....

  3. #3
    dasani42's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What are the odds of getting caught doing something like this?

    (I reallly like the roll idea, I most likely would never use it to win anything big though.)

    +Rep Good exploit

  4. #4
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if this is right couldn't you just use a trial account to scam?

  5. #5
    Pinkedz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't work.

  6. #6
    Saiket's Avatar Contributor
    Reputation
    146
    Join Date
    Jul 2007
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You've gotta be in a guild, you need GMotD edit privileges, and only guild members will see it.

    It's in the post I linked right at the top.
    AddOn developer and long time explorer.

  7. #7
    Combate's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't work. too for me

  8. #8
    padman's Avatar Member
    Reputation
    14
    Join Date
    Apr 2007
    Posts
    41
    Thanks G/R
    6/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wokrs perfect for me U must have rights to change GMOTD

  9. #9
    Snake2k's Avatar Active Member
    Reputation
    54
    Join Date
    Aug 2007
    Posts
    92
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes it works, but the Makro size is to small :/
    Snake2k

  10. #10
    padman's Avatar Member
    Reputation
    14
    Join Date
    Apr 2007
    Posts
    41
    Thanks G/R
    6/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to put there other image than Blizz logo ? show me an example

  11. #11
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    444
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Go learn model editing. And replace \r\124TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp with another picture.

    Errr... it's probably just in the interface folder. put in the file relative to the interface\addons folder.
    Last edited by Phygar; 03-28-2008 at 07:04 PM.

  12. #12
    Saiket's Avatar Contributor
    Reputation
    146
    Join Date
    Jul 2007
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by padman View Post
    how to put there other image than Blizz logo ? show me an example
    Here's a simplified version that just puts an image below the GMotD:
    Code:
    /run local g,s=GuildSetMOTD,GetGuildRosterMOTD()g(s.."\r\124TPath\\To\\Icon:Width:height\124t")g(s)
    You can replace that Path\\To\\Icon with any texture path in the game client, as long as you use double backslashes. For example to show a Blessing of Salvation icon 64 by 64 pixels, use this:
    Code:
    /run local g,s=GuildSetMOTD,GetGuildRosterMOTD()g(s.."\r\124TInterface\\Icons\\Spell_Holy_GreaterBlessingofSalvation:64:64\124t")g(s)
    AddOn developer and long time explorer.

  13. #13
    D3m0n1ca's Avatar Contributor
    Reputation
    132
    Join Date
    Mar 2007
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked perfect for me! I scared the SHIT out of my guild mates! +rep!

  14. #14
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so to get this right it shows that ur GM?

  15. #15
    Saiket's Avatar Contributor
    Reputation
    146
    Join Date
    Jul 2007
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kevinkrupp View Post
    so to get this right it shows that ur GM?
    It just makes one fake chat message that looks legit. You can add any message you want to the whisper, and you can make it look like it came from any person by changing the name.
    AddOn developer and long time explorer.

Page 1 of 6 12345 ... LastLast

Similar Threads

  1. talked about fishbot through whispers... should i be worried?
    By xswzaq in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 08-05-2010, 02:24 PM
  2. Imitate any chat message through GMotD
    By Saiket in forum World of Warcraft Exploits
    Replies: 31
    Last Post: 09-19-2007, 03:20 PM
  3. Run Through Tunnel without Dismounting
    By Matt in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 11-15-2006, 05:42 PM
  4. Walk through any area/portal/mob without any Aggro!
    By Matt in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 05-22-2006, 04:55 AM
  5. Walk through mobs without aggroing
    By Cyboi in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 04-06-2006, 06:46 PM
All times are GMT -5. The time now is 09:50 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