Another post from another site thought its interesting some of you dirty people may want to use it.
Hey guys, this is a heads-up / how-to of a trade scam that is quite successful. It employs some psychology and a bit of good luck to get TONS of gold.
How it works :-=-=-=-=-=-=-=-- You join the trade chat and link a super expensive item. Say a Stormshield, or maybe a Bekon Sail, Lacuni Prowlers, +DEX Andariel's , DPS WEP, w/e. Something that has
CLEAR value, and nobody wouldn't second guess throwing their wallet at the screen to acquire it.
- Get into a game with somebody, and get into a trade window. Show them the item, they put down their gold.
- Find your own psychologically effective way to pressure your victim and raise their anxiety. For an effective way, check out this video
http://youtu.be/rqfEdbpdP5Q?hd=1&t=2m20s [go to 2:20]
This guy has scammed so many people there are 10+ dedicated threads about him on the battle.net forums
- When your victim is pressured, what you are going to do is utilize this utility I have made to make the job easy-as-pie and extra effective! What you will do is
put down your again again, and while they are typing in the gold amount, near the end of it, a second or two after that is the golden moment to execute the
script. (by pressing = key) The script will take your item, put it in the stash, and hit the check button in the blink of an eye. The scam works if you time this correctly
and become lucky and activate it right as the player is done typing in their numbers and their mouse is on the way to click the accept button
- When successful, simply whisper "ty" and leave the game. If the person messages you back, IGNORE THEM!. (Don't say LOL, don't say owned, don't say anything)
Simple as that
---===---
Further instructions / preprations
Activation key : =When the time is right, hit the = key and it will do the work.
Here is the AutoIT code. [Special thanks to VixinG for helping me when I got stuck]
This one is for those who run 1920x1080. Use this in FULLSCREEN-WINDOW mode
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
;Diablo III Trade-Scam - Downloaded from wwww.!@#$%^&*.cc
;1920x1080 version running in FULLSCREEN-WINDOW [Created by I AM ALPHA]
#include <Misc.au3>
While 1
If _IsPressed('BB') Then
MouseClick("Left", 706, 311, 1, 1)
MouseClick("Left", 1873, 638, 1, 3)
MouseClick("Left", 810, 888, 1, 1)
While _IsPressed('BB')
Sleep(100)
WEnd
EndIf
WEnd
And this below is for everybody else [800x600 windowed mode]. There are special instructions for this to work properly so make sure you follow them.(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
[b]
1. Go to - C:\Users\youraccounthere\Documents\Diablo III\
2. Find file "D3Prefs.txt" and replace the top line of settings with the following values
[/b]
PreferencesVersion "42"
PlayedCutscene0 "15"
PlayedCutscene1 "15"
PlayedCutscene2 "23"
PlayedCutscene3 "143"
DisplayModeFlags "0"
DisplayModeWindowMode "1"
DisplayModeWinLeft "1003"
DisplayModeWinTop "182"
DisplayModeWinWidth "816"
DisplayModeWinHeight "638"
DisplayModeUIOptWidth "800"
DisplayModeUIOptHeight "600"
DisplayModeWidth "800"
DisplayModeHeight "600"
DisplayModeRefreshRate "60"
DisplayModeBitDepth "32"
And here is the code for 800x600 universal windowed mode(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
;Diablo III Trade-Scam - Downloaded from wwww.!@#$%^&*.cc
;800x600 universal windowed mode. [Created by I AM ALPHA]
#include <Misc.au3>
Opt('MouseCoordMode', 0)
Opt('PixelCoordMode', 0)
WinActivate('Diablo III')
While 1
If WinActive('Diablo III') Then
If _IsPressed('BB') Then
MouseClick("Left", 266, 201, 1, 1)
MouseClick("Left", 781, 369, 1, 3)
MouseClick("Left", 325, 522, 1, 1)
While _IsPressed('BB')
Sleep(100)
WEnd
EndIf
EndIf
WEnd
Also a word of warning. This does go against Blizzard's rules and only you will be responsible if you get caught.