Post Reply Home » Forums » Diablo 3 » Diablo 3 Submissions

Becareful of this Tradescam, Details in side. : Diablo 3 Submissions

Posted: June 9th, 2012
User avatar
Total Posts:147 Joined:2012
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
Image

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

Code: Select all

;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.

Code: Select all

[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

Code: Select all

;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.


You do not have the required permissions to view the files attached to this post.
Posted: June 9th, 2012
User avatar
Total Posts:104 Joined:2012
Scamming will get you banned SOOOOOOO fast in the world of Blizzard. Just a heads up.
Posted: June 9th, 2012
User avatar
Total Posts:147 Joined:2012
Actually scamming wont get you banned. http://us.battle.net/support/en/article ... cam-policy

With Diablo III, our goal is to provide players the means to effectively protect themselves from scams. Customer Support will not be able to intervene in cases where one player takes advantage of another. Because of this, it is up to every player to be aware of the systems in Diablo III that will protect them and exercise good judgment when trading with others in-game.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 4 guests
Post Reply