Scam tool without accepting?

Posts 16 of 6 · Page 1 of 1
Scam tool without accepting?
I'm looking for a tool like this the one Regioner made but without accepting before deselecting. Also need help calibrating, the mouse always goes way above where the accept button is and way below where the item is. Thanks
Without accepting before deselected you say?
That's just a simple 1 line of code script.

Code:
9::Click 770, 400
When you press 9 - all it does is that it will click on the accept trade button...
If you want one that doesn't rely on coordinates (in your case, this would probably be better since you need calibrating)
you would need to take a screenshot of the trade button, crop it so that only the most minimum text is showing then place it
in the same directory as the following script with the name "trade.png":

Code:
9::
ImageSearch, imgx, imgy, 0, 0, A_ScreenWidth, A_ScreenHeight, trade.png
if (ErrorLevel = 0) {
Click %imgx%, %imgy%
}
return
If you press 9 with either of the scripts running, they will click on the accept trade button.

I don't see how these scripts would be useful though, you could just as easily manually press the trade button yourself >.<
What the hell is up with these scam scripts? Don't we have a thread full of scammers that we look down upon? Sure it's scamming accounts, but still.. there's hardly a difference. I'm surprised this is allowed. By releasing it you're making basically everybody aware of the tool anyway, making it pointless.
The script I made above is NOT a scamming script. It's simply a script that presses the "trade" button when you press the 9 key on your keyboard, just like the thread starter requested. In fact - I even went on to say:

Quote Originally Posted by pixelzerg View Post
I don't see how these scripts would be useful though, you could just as easily manually press the trade button yourself >.<
So I don't see what made you get the impression that I was endorsing scamming.
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?