http://i55.tinypic.com/260sj9u.jpg
Printable View
And so CAPTCHA comes to World of Warcraft.
is this for just that addon or does it pop up with no auction addons?
LOL!
Ya know, unless they did something really, REALLY creative with that, the bots will sniff those digits just like they bypass Warden today.
next we see this In pvp............................................... ........
Looks more of the addon doing this as you started a scan.
Well googled that phrase, checked site of tradeskill master addon and got nothing useful that indicates it would be the addon. Got this message after 5th or so consecutive batch of glyphs that I posted. Besides why would an addon care about 'bots'? On the other hand, looks like a pretty dumb way of blizzard to implement this.
Will keep you posted if it happens again.
I just posted 5 stacks of items and did several scans with auctioneer and got nothing, it must pop up randomly, when searching for certain things, posting over a certain amount or its just that addon they don't like. Either way, its a bit too much of big brother watching imo.
I sometimes see "slow removed" when I do a lot of things fast, never seen that message though.
That can't be hard to bypass lol?
Amusing.
I would like to see that in battlegrounds and the random dungeon finder. Otherwise I use the AH all the time, never seen that before in my life. Is that on the PTR?
No it's on live, and happens every 2nd or 3rd batch of glyphs I post now.
Yea thats something with TSM been happening to me for a few weeks now...sometimes it happens every time I post, and sometimes it hardly happens at all...its like its RNG or something.
That is behavior the creators of TSM added. If you head over and read the development forums you will find a long thread about how it does it. Think it basically goes like this: If you click the button at the more or less same speed(and fast) it will display the check. Didn't read it too carefully. :)
Wow in 6months.
- "you have requested to cast Frostbolt, please enter the following number to cast the spell: *452*"
- *425*
- "you have requested to cast Frostbolt, please enter the following number to cast the spell: *452*"
- *452*
- "you have requested to cast Frostbolt, please enter the following number to cast the spell: *452*"
- 452 DAMN IT!
- "you have failed to enter the correct number. Initiating hearthsone"
its just tradeskillmaster addon, not wow. I hate this stupid anti-bot check, it always pops up on me -.-
you can remove the anti-bot check by editing the post.lua file in World of Warcraft\Interface\AddOns\TradeSkillMaster_Auction ing\modules
Forgot to say this is for TradeSkillMaster_Auctioning v0.3.3Beta :cool:Code:StaticPopupDialogs["TSMAUC_STARTPOST_POPUP"..rNum] = {
text = "Hello",
button1 = "Start Scan",
OnShow = function(self) self.level = 1 end,
OnCancel = function(self)
if targetNum == targetNum then
TSMAuc:Print("Thank you for not botting with TSM.")
Post:StartScan(rNum)
local u, d, sFlag, pFlag = ("#"):split(TSMAuc.db.global.bInfo)
pFlag = encode(0)
TSMAuc.db.global.bInfo = u.."#"..d.."#"..sFlag.."#"..pFlag
else
TSMAuc:Print("Incorrect value. Please try again.")
Post:StartScan(rNum)
end
end,
timeout = 1,
hasEditBox = true,
enterClicksFirstButton = true,
}