having the same problem as pampam. would be awesome if it worked
having the same problem as pampam. would be awesome if it worked
dident work for me ? help please
I bought a 50mio weapon for 100k overnight!![]()
also i feel like after this bot searches it should have a function that double clicks the dps stat arranging all the weps in order from highest to lowest dps. Every time i search weps under a certain price level weapons that are far less dps are showing up while their are many other higher ones for the same price
has anyone received any bans using this?
I also had problems with this. even though it worked on another system, it didn't work on mine. I made a screenshot.
ImageShack® - Online Photo and Video Hosting
This made it obvious that there was a discrepancy in the gamma (mine was darker). I fixed it by switching to Full Screen mode and lowering the gamma, and now it works!
No seafunk, defaults didn't work. I set to default and even deleted .ini file several times, but I had to lower gamma myself.
Last edited by kappa123; 06-30-2012 at 08:11 AM.
I explicitely said those things in the first post.Did you adjust windows gamma or D3 gamma? I hope windows gamma doesn't interfer with this... You could also try to adjust the tolerance values a little (imagesearch lines, values behind the *).
I have made a new version that will let you specify all search parameters from within the file. The problem is that setting up new search parameters takes time. If I am to create a multisearch-version, it will only do one search every 10 seconds or so, unless I let the bot spam 1 search for a while, then change search parameters and spam the next search for some time and so on...
I have already created a GUI in C# that is almost done (ComboBoxes looking close to the D3 client's search form). Since AutoHotKey doesn't support arrays and I'm to lame to properly implement AHK into C#, the C# program will create a single script for up to 10 sets of search parameters when it is done. It is a workaround really since my programming sucks balls, I've never been taught systematically aside from some VB when I was 8 yrs old lol. Now I sporadically got back around to do some minor programming in the last year , but I'm still a total noob and this is both my first c# app ever and my first AHK script thats longer than 5 lines lol.
So the options are: (Sets of search parameters are named with capital letters)
ABCDABCDABCDABCD... (only a few searches per minute)
or:
AAAAAAAAAABBBBBBBBBBCCCCCCCCCCDDDDDDDDDD...
I attached a working version of an example script with only 1 set of search parameters. You can change them all within the file, I added some explanations how to configure. Aside from that, setup is the same as for the other scripts. This will give you an understanding how long it'll take to specify new parameters. It only works for weapons so far (MainCategory 0 & 1)
Rename to rar, extract and run the script contained in the folder.
AHBot_alpha_sample.txt
Edit: Btw I made 15 million in the last 24h with a single set of search parameters. Still have about 50mio worth of items to sell as well lol.
Last edited by seafunk; 06-28-2012 at 04:06 PM.
Sorry, I'm a noob at this... What program do I use to run this script?
just wanted to let you know that I don't even have it up and running yet and already you are my hero!
-cheers mate!
i dont get it
when i unrar the txt file well it just gives me the same txt file ^^
what am i doin wrong ?
almost done!!
Unfortunately, there seems to be a bug in AHK...
Stat1 := "None"
If Stat1 = "None"
{
}
same goes for "", it just never comes up with a positive result for a string comparison. Probably because I'm within a loop function from what I could gather. If anyone can suggest a workaround, let me know...
edit: just had a brilliant idea. Just gonna create an imagesearch which returns errorcode 2 if an image cannot be found. if the contents of Stat1 are "", then itd look for a pic named .bmp which should return error code 2. might work...
ImageSearch, XX, YY, 1, 1, 2, 2, *5 %Stat1%.bmp
If ErrorLevel < 2
{...}
works![]()
Last edited by seafunk; 06-29-2012 at 04:25 AM.
Here is a pre-release. It can queue up to 10 searches with different parameters and will keep repeating those searches until you hit the Pause button.
I have NOT finished adding Armor/Off-Hand/Follower Special, so only choose 1H or 2H as your main category for now. If my friend cancels our appointment, I might be all done in a few hours!
Enjoy!
AHBot-0.1.txt (rename to *.rar; extract and follow the instructions on page 1!)
edit: The "STOP!" MessageBox will be removed. Just there in order to protect you from losing your money through bad search parameters.
Last edited by seafunk; 06-29-2012 at 06:15 AM.
seafunk, just awesome. I want to make this to work in my resolution (1920x1080), can you please tell me how did you count pixel position on screen?