[Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080] menu

User Tag List

Page 281 of 298 FirstFirst ... 181231277278279280281282283284285 ... LastLast
Results 4,201 to 4,215 of 4467
  1. #4201
    andy..'s Avatar Member
    Reputation
    8
    Join Date
    Apr 2008
    Posts
    130
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bottingbrah1 View Post
    that doesnt make sense because its worked perfectly on all previous versions. Also its always at the 2 hour mark.


    plus, why would it cause my character to just TP right at the start of a game? that has nothing to do with temps or speeds.
    Everyone ignores us :< The bot worked perfectly, then 4-5 nights ago it stopped working and has never done it properly since.. It'll start off fine then i'll go to bed, check in the morning and boom, not working. Every night it's done this!

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #4202
    farkedup's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andy.. View Post
    Everyone ignores us :< The bot worked perfectly, then 4-5 nights ago it stopped working and has never done it properly since.. It'll start off fine then i'll go to bed, check in the morning and boom, not working. Every night it's done this!
    I had tons of problems the past 4-5 nights as well which is probably why my account didn't get banned. Whatever check nailed people had to have started the past few days.

    I kept jumping between VM and my main system. My main system D3 or the bot would completely crash every so often. I had weird troubles in VM also where the bot window went from working perfectly to suddenly always being in the background and never on top of D3 where it needs to be to work.

  3. #4203
    InsaneSlayer's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andy.. View Post
    Everyone ignores us :< The bot worked perfectly, then 4-5 nights ago it stopped working and has never done it properly since.. It'll start off fine then i'll go to bed, check in the morning and boom, not working. Every night it's done this!

    Originally Posted by farkedup View Post
    I had tons of problems the past 4-5 nights as well which is probably why my account didn't get banned. Whatever check nailed people had to have started the past few days.
    explain your problem??

  4. #4204
    iMoogle's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @chancity

    Anyway you can have the script vendor and salvage faster?
    In v9, it would analyze slower than v11 but with jcunit's faster mouse movement code, the salvaging and vendoring was a lot faster. 3 Seconds faster for salvaging and 4 seconds faster for vendoring from v9 -> v11. And only 6 seconds faster in analyzing from v11 -> v9.

    I would try to edit the script but you completely took out
    MouseClick("Right",$arr[1],$arr[2],1) and MouseClick("Left",$arr[1],$arr[2],1)
    and changed it with MouseClick("Left",$xpos,$ypos,1) and MouseClick("Right",$xpos,$ypos,1)
    Last edited by iMoogle; 07-20-2012 at 09:20 AM.

  5. #4205
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iMoogle View Post
    @chancity

    Anyway you can have the script vendor and salvage faster?
    In v9, it would analyze slower than v11 but with jcunit's faster mouse movement code, the salvaging and vendoring was a lot faster. 3 Seconds faster for salvaging and 4 seconds faster for vendoring from v9 -> v11. And only 6 seconds faster in analyzing from v11 -> v9.

    I would try to edit the script but you completely took out
    MouseClick("Right",$arr[1],$arr[2],1) and MouseClick("Left",$arr[1],$arr[2],1)
    and changed it with MouseClick("Left",$xpos,$ypos,1) and MouseClick("Right",$xpos,$ypos,1)
    What did jc add to make clicking faster? The mouse movement speed is already 1 which is the fastest it can go and work..

    Sent from my DROID RAZR using Tapatalk 2

  6. #4206
    iMoogle's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    What did jc add to make clicking faster? The mouse movement speed is already 1 which is the fastest it can go and work..

    Sent from my DROID RAZR using Tapatalk 2
    Refer to thread page 251. jcunit's post, where he linked the code to increase the mouse movement speed to vendor and salvage much faster. You'll definitely see the difference.

    He pretty much says:

    Originally Posted by jcunit View Post
    My vendoring and salvaging in the new scripts was very slow. The mouse movement was just very slow and it seemed to kinda die out in the end and like the script was waiting for it to float the last little bit by itself.

    Made no sense that it should take this long, since it was just going trough an array and no checking needed to be done anymore.

    I just changed the mouseclicks in vendoring and salvaging, instead of using the default speed which was being used I;m using 2,5 now. It cut off 10+ seconds for me when I go salvaging/vendoring. Not quite sure why but it seems if you have lower GPU or something the default speed of mouseClick makes it go terribly slow.

    In the vendor function change:

    Code:
    MouseClick("Right",$arr[1],$arr[2],1)
    to
    Code:
     MouseClick("Right",$arr[1],$arr[2],1,2.5)
    and in the salvage function change:
    Code:
    MouseClick("Left",$arr[1],$arr[2],1)
    to
    Code:
    MouseClick("Left",$arr[1],$arr[2],1,2.5)
    Last edited by iMoogle; 07-20-2012 at 10:07 AM.

  7. #4207
    BigLootz's Avatar Sergeant
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Between the coming (if not here already) Game creation limit and the recent bans from this script... is it even worth maintaining this script?

    I still use version 5... never did get the higher versions... It stashes/salvages/vendors fine,

    Trying to make it faster will only hit the game creation limit sooner.

  8. #4208
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    MouseClick("Left",$xpos,$ypos,1,2.5) MouseClick("Right",$xpos,$ypos,1,2.5)



    Sent from my DROID RAZR using Tapatalk 2

  9. #4209
    x1le's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did anyone on EU get banned yet?

  10. #4210
    trevl's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's not the script itself, nor autoit. It's just how you use it. If it was any of the first two, we'd have shitloads more bans from all the other scripts and autoit users also

  11. #4211
    farkedup's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm pretty sure MOST of the banned guys are ones who were "extreme cases" lets say chancity botted 700M gold thats a LOT I'm thinking there's some kind of a soft number where they throw a flag up. I've heard of a few people claiming they only used it a couple days or something BUT was that like 40 hours in those 2 days? recently we watched a string of zoom hack or whatever it was getting banned. There's a LOT of different things they're looking for yet I'm still standing...

  12. #4212
    trevl's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ye.. unless you're doing specific farm and dump accounts going at it 24/7 and you just don't care about getting banned cause you know you'll make it back, not being greedy will keep you from actually getting banned.

  13. #4213
    d3votion's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by x1le View Post
    Did anyone on EU get banned yet?
    nope
    but i immediatly stopped yesterday when i read the first bans...ima wait 1-2 more days, then re-go^^

  14. #4214
    Aguemortis's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will gladly give you a percentage.

  15. #4215
    jeehye's Avatar Knight
    Reputation
    14
    Join Date
    Jul 2012
    Posts
    221
    Thanks G/R
    18/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is some info for you guys regarding my recent ban:

    Bot 1 still active (main)
    1) Botted since the end of June
    2) Actively played the AH, RMAH
    3) Actively traded gold
    4) Botted 16hrs a day
    5) Faster runs when compared to my 2nd bot
    6) Initiated gold trading transactions
    7) Played account from time to time which included other players

    Bot 2 banned (2nd acct)
    1) Botted with account for a week
    2) NEVER played the AH or RMAH
    3) NEVER initiated trade for gold or trades in general
    4) Botted approx 6 hr MAX per day (i couldnt get it to run stable)
    5) Actively played account from time to time which included other players
    6) Played logged in via Vmware never crosslinked with home PC (even though i doesnt matter, i didnt want to take a chance)

    Based on what everyones been saying about how much you bot or how you treat your account, i dont think my 2nd bot would be considered a red flag botter when comparing to my 1st bot, but still he was banned whereas my main has been running strong since it started and is still intact. Who knows, maybe my main will be next in the ban wave but for the time being i dont see how my 2nd bot would get banned before my main. This is why I believe that Blizzard is banning accounts by random pick vs by those who run in higher frequencys or transactions.
    Last edited by jeehye; 07-20-2012 at 12:49 PM.

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 272
    Last Post: 08-14-2012, 03:33 PM
  3. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  4. Replies: 37
    Last Post: 07-18-2012, 02:37 PM
  5. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
All times are GMT -5. The time now is 02:49 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search