Blizzhackers

Return of the Jedi

* Login   * Register    * FAQ    * Search

Join us on IRC: #bh@irc.synirc.net (or Mibbit Web IRC)


MuleFactory


It is currently Sun May 19, 2013 2:48 pm


All times are UTC [ DST ]





Post new topic Reply to topic  [ 298 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18, 19, 20  Next
Author Message
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Wed Jul 04, 2012 8:20 am 
 
User
User
User avatar

Joined: Thu Apr 11, 2002 4:46 am
Had to post this after scamming some dude for a few mills. I do this while farming on my own, so it's pretty gg money.
Image

_________________
best bh thead of all time --> http://www.blizzhackers.cc/viewtopic.php?f=52&t=319160

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Fri Jul 06, 2012 11:42 pm 
 
User
User

Joined: Fri Jul 06, 2012 11:00 pm
I actually managed to add on to this macro to make it swap out the item that is currently in the trade screen with another item that is in your inventory that has a very similar appearance. In addition, I've made the swap a bit faster, so if you're able to distract the person a little bit with text, and press one button, he might not even notice the swap. You would have to write something in the chat after he already puts in the gold amount.
#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", 83, 278, 1, 0)
       MouseClick("Left", 1233, 598, 1, 2)
       MouseClick("Left", 814, 783, 1, 0)
       MouseClick("Left", 84, 300, 1, 0)
       MouseClick("Left", 182, 837, 1, 0)
     While _IsPressed('BB')
          Sleep(10)
     WEnd
     EndIf
   EndIf
WEnd

This version works in 1280 x 1024 Windowed (fullscreen) mode, which is the highest resolution, but you are able to modify the mouse position by using AutoIt Window Info to accommodate your own resolution. If you're not able to get the AutoIt Window Info program to work, send me an e-mail. I can send you a quick script (not my own) that does the trick. Below is basically an image that shows the breakdown of the program above:

Image

Place the original item that should be in the top right corner of your inventory into the trade screen, and click '=' when you're ready to swap it out with the item at the bottom left corner of your inventory. DO NOT MIX UP THE POSITIONS OF YOUR ITEMS. This script doesn't work both ways.

Theoretically, you should have a higher success rate than if you would use the original, but I haven't tested it yet. Of course, all credit goes to I AM ALPHA for the original design.

P:S: The reason I picked these item locations in the inventory was because the program was for some reason not working well with similar mouse positions, though I'm not sure if that's the case since I'm a noob to programming.

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Sat Jul 07, 2012 4:01 pm 
 
User
User

Joined: Sat Jul 07, 2012 3:57 pm
*sigh* So much people who fail really HARD at stuff like this & who are so obvious :facepalm:

Image

they always ensure a good laugh tho xD

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Mon Jul 09, 2012 3:48 pm 
 
User
User

Joined: Mon Jul 09, 2012 2:39 pm
Qustion: This is my first time using autoit3. I did as following:

1. downloaded and intalled AutoIt 3.3.8.1 from http://www.softpedia.com/progDownload/A ... 20022.html
2. I then right clicked my desktop ---> new ---> textfile
3. I then pasted the code into the document and pressed "save as" and saved it as tradescam.au3 (then a new file apeared on my desktop)
4. i entered diablo and double clicked the new file.
5. I entered a public game to test it, traded an useless item and i hit "+" (im european) and nothing happend... the item was still in the tradewindow

what am i doing wrong?

thx for helping a noob:)

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Wed Jul 11, 2012 8:15 am 
 
Trial Moderator Gold
Trial Moderator Gold
User avatar

Joined: Thu Jan 21, 2010 1:02 am
when you hit + , did ANYTHING happen? This isn't some hack that just gives the item to you, it does 3 mouse clicks super fast , that combined with luck, u might sneak one to the victim

IDK its probably the same thing but do right click > new > Autoit v3 script
paste code in there, save, then run it. (make sure the previous one isn't running)

then in game hit + (and = just incase)

_________________
Image
Image
Image

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Wed Jul 11, 2012 8:32 am 
 
Banned
Banned

Joined: Fri Sep 04, 2009 1:19 am
Alright, downloaded my shit installed set up the script. (I've used AHK so this shit was what ever, about the same).

Loaded up D3 ran Autoit, loaded the script I just got off the first page for 1920 x 1080 windowed full-screen.

When I hit the hotkey = my mouse freaks the fuck out in a few random locations on the screen but it doesn't actually remove the item from the trade window and hit accept.

I'm using two monitors. I highly doubt, but could this be causing any problems? Other than that I'm always in windowed full screen by default.

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Wed Jul 11, 2012 9:41 am 
 
Trial Moderator Gold
Trial Moderator Gold
User avatar

Joined: Thu Jan 21, 2010 1:02 am
yeah it seems the coordinates have been changed with older patch, i'll upgrade the 800x600 one for now, do the 1080 one later

_________________
Image
Image
Image

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Wed Jul 11, 2012 9:56 am 
 
Banned
Banned

Joined: Fri Sep 04, 2009 1:19 am
yeah it seems the coordinates have been changed with older patch, i'll upgrade the 800x600 one for now, do the 1080 one later


Awesome. Thanks much.

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't (works 1.0.3)
PostPosted: Thu Jul 12, 2012 11:19 am 
 
User
User

Joined: Wed Jul 11, 2012 5:23 am
Funny Scam i did:
Thread:
https://us.battle.net/d3/en/forum/topic/6079668398?page=1#7
This guy complains about i scammed him and afterwards he was trying to lure me
into a trap to 'expose my secrets'.

Nek minnit:
http://imgur.com/oXPvo

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't
PostPosted: Sat Jul 14, 2012 10:02 pm 
 
User
User

Joined: Sat Jul 07, 2012 3:57 pm
hey, could somebody explain to me how remove ur gold really fast instead of an item ? , i see people scam by removing there gold at the last second

Top
 Profile  
 Post subject: Re: [Trade-Scam] Now you see it, now you don't
PostPosted: Sat Jul 14, 2012 11:24 pm 
 
Trial Moderator Gold
Trial Moderator Gold
User avatar

Joined: Thu Jan 21, 2010 1:02 am
hey, could somebody explain to me how remove ur gold really fast instead of an item ? , i see people scam by removing there gold at the last second

few pages back is posted

_________________
Image
Image
Image

Top
 Profile  
 Post subject: Re: [Trade Scams] Switch Item Scam , [7/14 new Demodian S-SC
PostPosted: Sun Jul 15, 2012 3:34 am 
 
Trial Moderator Gold
Trial Moderator Gold
User avatar

Joined: Thu Jan 21, 2010 1:02 am
Added new trade scam, demodian stack scam on main post , near the bottom of first post

_________________
Image
Image
Image

Top
 Profile  
 Post subject: Re: [Trade Scams] Switch Item Scam , [7/14 new Demodian S-SC
PostPosted: Sun Jul 15, 2012 3:39 am 
 
User
User

Joined: Sun Jul 15, 2012 3:36 am
Added new trade scam, demodian stack scam on main post , near the bottom of first post


thanks for the help alpha :D

Top
 Profile  
 Post subject: Re: [Trade Scams] Switch Item Scam , [7/14 new Demodian S-SC
PostPosted: Sun Jul 15, 2012 3:46 am 
 
User Gold
User Gold
User avatar

Joined: Mon May 10, 2010 4:55 pm
Location: Canada
Added new trade scam, demodian stack scam on main post , near the bottom of first post


If I understand correctly, when you put up the initial stack and click accept you are taking a risk right? Like if they also click accept before you switch it out then you lose your stack?

_________________
Image

Top
 Profile  
 Post subject: Re: [Trade Scams] Switch Item Scam , [7/14 new Demodian S-SC
PostPosted: Sun Jul 15, 2012 3:48 am 
 
Trial Moderator Gold
Trial Moderator Gold
User avatar

Joined: Thu Jan 21, 2010 1:02 am
yep , i'm not very versed in this scam i just helped make it, ask demodian maybe he can answer

_________________
Image
Image
Image

Top
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 298 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18, 19, 20  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron