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

Shout-Out

User Tag List

Page 251 of 298 FirstFirst ... 151201247248249250251252253254255 ... LastLast
Results 3,751 to 3,765 of 4467
  1. #3751
    iggypop686's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, i have a probleme.
    when i start with= the grey box open and afther like 10sec tell me cant find the resume button.
    i hope you can help me ,ty

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #3752
    CSBJS's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shinagami091 View Post
    No, but you are. You really should read through the thread before making comments like that

    I was excited because I read that they were disabling the game creation limit, then disappointed when I saw it was from a month ago.

    I posted the link to the current blue post a few posts back.
    yeah your totally right kid

    im stupid because you read something from months ago then i post something from 1day ago

    i guess im a moron for helping you understand you are a moron

  3. #3753
    Shinagami091's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You didn't post anything except a reply to the link I posted. Learn to read bro.

  4. #3754
    gunneh's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys i am using 8==D.3 edition in64bit
    all are perfect.

    one thing i wanna ask.
    when i have msg "LOST CONNECTION" the game doesnt press ok to continue.
    but when i got msgs "Network Disconnect" the script says network disconnect window up and it presses ok fine.

    is there any code somewhere to put or something on other versions of the script? so after LOST CONNECTION it would press OK and put my details like doing the AUTOSTART function???

    any help appreciated

  5. #3755
    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 gunneh View Post
    guys i am using 8==D.3 edition in64bit
    all are perfect.

    one thing i wanna ask.
    when i have msg "LOST CONNECTION" the game doesnt press ok to continue.
    but when i got msgs "Network Disconnect" the script says network disconnect window up and it presses ok fine.

    is there any code somewhere to put or something on other versions of the script? so after LOST CONNECTION it would press OK and put my details like doing the AUTOSTART function???

    any help appreciated

    Quit using wireless internet? Yeah ctrl+f and look for checkfor

    Sent from my DROID RAZR using Tapatalk 2

  6. #3756
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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)

  7. #3757
    xenomjay's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anybody still have version d.3 and would mail it to me? -> PM

  8. #3758
    airfreshjoe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yooo.... anyone wanna help?

    im using the latest version and when it tries to vendor it has wrong coord so the mouse goes off the screen (right side)
    and at the second vendor (right when its about to sell it the game pauses)

    any fix?

  9. #3759
    gunneh's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Quit using wireless internet? Yeah ctrl+f and look for checkfor

    Sent from my DROID RAZR using Tapatalk 2
    on desktop i am on LAN. but i remember some days ago the bot was stuck because of LOST CONNECTION during night.
    also i experiment and put out ethernet cable to see if it responds.
    i have made the image again with my resolution (1600 x 900) but it doesnt do anything like those lines are missing from the script




    at checkfor there isnt checkfor lostconnection can u give me those lines from your script pretty plz?
    Last edited by gunneh; 07-17-2012 at 02:25 PM.

  10. #3760
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is in the script for network disconnect.

    Code:
    ElseIf CheckFor("Disconnect", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Network Disconnect window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    			Sleep(100)
    			Send("{SPACE}")
    			Return
    For lost connection add this under it: (Haven't tested, assume it pops up at the same location and requires you to click ok on the same location)

    Code:
    ElseIf CheckFor("lostconnection", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Lost connection window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    			Sleep(500)
    			Send($gamePassword)
    	              Sleep(500)
                        Send("{ENTER}")
                         Sleep($gameStartTime)
    			Return
    Last edited by jcunit; 07-17-2012 at 02:32 PM.

  11. #3761
    gunneh's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jcunit View Post
    This is in the script for network disconnect.

    Code:
    ElseIf CheckFor("Disconnect", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Network Disconnect window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    			Sleep(100)
    			Send("{SPACE}")
    			Return
    For lost connection add this under it: (Haven't tested, assume it pops up at the same location and requires you to click ok on the same location)

    Code:
    ElseIf CheckFor("lostconnection", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Lost connection window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    			Sleep(500)
    			Send($gamePassword)
    	              Sleep(500)
                        Send("{ENTER}")
                         Sleep($gameStartTime)
    			Return
    gona try this. ty dude

  12. #3762
    gunneh's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gunneh View Post
    gona try this. ty dude

    worked perfectly.... OK is at the same location
    love ya

  13. #3763
    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 jcunit View Post
    This is in the script for network disconnect.

    Code:
    ElseIf CheckFor("Disconnect", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Network Disconnect window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    			Sleep(100)
    			Send("{SPACE}")
    			Return
    For lost connection add this under it: (Haven't tested, assume it pops up at the same location and requires you to click ok on the same location)

    Code:
    ElseIf CheckFor("lostconnection", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Lost connection window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    			Sleep(500)
    			Send($gamePassword)
    	              Sleep(500)
                        Send("{ENTER}")
                         Sleep($gameStartTime)
    			Return
    Jcunit might wanna add a do loop until internet connection is back.

    Sent from my DROID RAZR using Tapatalk 2

  14. #3764
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Never had the bug so not sure what to make it look for. What happens when the net connection is stil down after you click ok?

  15. #3765
    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 jcunit View Post
    Never had the bug so not sure what to make it look for. What happens when the net connection is stil down after you click ok?
    I dont know if this works..did it on my cell phone.

    Edit heres a link- http://www.autoitscript.com/autoit3/docs/functions/TCPSend.htm
    Do
    sleep(100)
    Until internetconnection() = 1

    Tcpstack()
    Func internetconnection()
    $ping = Ping(www.google.com)
    If $ping >= 1 then Return 1
    EndFunc


    Sent from my DROID RAZR using Tapatalk 2

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 03:52 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search