trade scam macro?

06/14/2012 13:28 heatharhar#1
so I got scammed the other day in a trade, it was like a backspace scam.

the guy put 2m gold up, i put my item, he accepted, right before i hit accept the gold went away and he accepted.

it was too fast, there had to have been some kind of macro.

Anyone have any idea how to do this?

[Only registered and activated users can see links. Click Here To Register...]

in that thread it is mentioned, a friend of his uses a macro to switch things in trade to scam people.

Since there are no repercussions for trade scams I want to know how to use a macro to do it
06/14/2012 14:00 dernacktekaiser#2
Code:
#include <Misc.au3>
While 1
If _IsPressed('BB') Then
MouseClick("Left", 723, 220, 1, 1)
Send('{CTRLDOWN}}')
Send('{a}')
Send('{CTRLUP}')
Send('{0}')
MouseClick("Left", 818, 889, 1, 1)
While _IsPressed('BB')
Sleep(100)
WEnd
EndIf
WEnd
1920x1080 resolution hotkey is =
06/14/2012 14:10 heatharhar#3
Just saw your script then refreshed and lost it :P