100k-200k/hr Bastion Farming, No combat needed.  Easy to script. menu

User Tag List

Page 8 of 11 FirstFirst ... 4567891011 LastLast
Results 106 to 120 of 151
  1. #106
    diablos3000's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use the Sarkoth gold farming method! With 220% GF made 315K Gold per hour yesterday!

    100k-200k/hr Bastion Farming, No combat needed.  Easy to script.
  2. #107
    bandersnatch'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 diablos3000 View Post
    Use the Sarkoth gold farming method! With 220% GF made 315K Gold per hour yesterday!
    I´d love to, but my max. resolution is 1280x1024...

  3. #108
    TheKingKong's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    181
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use VMware to get your resolution 1920x1080. It should be no problem for you

  4. #109
    Lass3-'s Avatar Knight-Captain
    CoreCoins Purchaser
    Reputation
    63
    Join Date
    Jun 2012
    Posts
    440
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its very nice. thumbs up ^^

  5. #110
    Okoma's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edited coords for 1920x1200 16:10 monitors


    Code:
    Global $Paused
    
    
    HotKeySet("y","Leave")
    HotKeySet("x", "Pause")
    HotKeySet("c", "Stop")
    
    
    $default_resolutionX = 1920
    $default_resolutionY = 1200
    $x_ratio = @Desktopwidth / $default_resolutionX 
    $y_ratio = @Desktopheight / $default_resolutionY
    
    
    $go = True
    $Leave = False
    
    
    While $go
    if($Leave) then
    	MouseClick("left",189,465,1); Resume Game
    			Sleep(4000); <- Adjust this depending on your loading screen time (Lower it in case your game loads faster and your character is just standing around or increase it if your loading too slow)
    	MouseClick("left",77,280,1); Walk
    	Sleep(1000)
    		Send("1"); DH Spell "Smoke Screen" - remove the ; before Send("2") if you are a DH
    	Sleep(20)
    		Send("4"); DH's Ferrets for +GF - remove the ; before Send("4") if you are a DH
    			Sleep(1200); <- Adjust this depending on your Movement Speed (Lower it in case you have bonus movement speed)
    	MouseClick("left",155,466,1); chest click 1
    			Sleep(1800); <- Adjust this depending on your Movement Speed (Lower it in case you have bonus movement speed)
    	Sleep(1050)
    	MouseClick("left",884,553,1); collect gold
    	Sleep(50)
    	MouseClick("left",961,555,1); collect gold
    	Sleep(300)
    	Send("{ESC}")
    	Sleep(2)
    	MouseClick("left",963,650,1); end
    	Send("{ESC}"); 2nd ESC in case it clicked the merchant
    	Sleep(2)
    	MouseClick("left",963,650,1); end
    			Sleep(2500); <- Adjust this depending on how fast ure getting back into the mensus
    EndIF
    
    
    WEnd
    
    
    Func Pause()
       $Leave = False
    EndFunc
    
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
     EndFunc

  6. #111
    chaosgods's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what do i need to run this script...

  7. #112
    5hn1t3r11's Avatar Member
    Reputation
    1
    Join Date
    Sep 2006
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chaosgods View Post
    what do i need to run this script...
    Get autoit, my friend.

  8. #113
    ehhcee's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got autoit, but i have no idea how to work it ? could you please tell me how is done ?

  9. #114
    chaosgods's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    damn i got autoit i just dont know how to properly set it up..... damn i keep messing with it but cant seen to get it to do anything lol -.-

  10. #115
    chaosgods's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    damn..... i finally can get it to click and move but it never reached the box lol i fail hard at this

  11. #116
    grizzlyburr's Avatar Corporal
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chaosgods View Post
    damn..... i finally can get it to click and move but it never reached the box lol i fail hard at this
    You don't need to use autoit to do this. Google "Macro recorder" or "mouse click recorder." Record your mouse clicks going into the game, going to the chest, picking up the gold, then leaving the game and be done with it. JitBit Macro recorder is good.

  12. #117
    Lass3-'s Avatar Knight-Captain
    CoreCoins Purchaser
    Reputation
    63
    Join Date
    Jun 2012
    Posts
    440
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by grizzlyburr View Post
    You don't need to use autoit to do this. Google "Macro recorder" or "mouse click recorder." Record your mouse clicks going into the game, going to the chest, picking up the gold, then leaving the game and be done with it. JitBit Macro recorder is good.
    Correct, but i still find a script easier. :-D

  13. #118
    grizzlyburr's Avatar Corporal
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Intetet View Post
    Correct, but i still find a script easier. :-D
    lol. me too. but i realize that using autoit is a pain in the ass for some novices. most of the time i have to redo profiles for my character and i'm not sure someone who has no idea whats going on would be able to decipher it easily.

  14. #119
    afromike1223's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone open up act 4 inferno for me please add me afromike#2836

  15. #120
    ClayMan88's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't believe this still works. I just had it running for two hours and made around 200k. So that 100k an hour with 200 GF. Not bad for something that has no risk involved.

Page 8 of 11 FirstFirst ... 4567891011 LastLast

Similar Threads

  1. [Buying] Bulk gold 100k-200k on any server
    By Trigger22 in forum World of Warcraft Buy Sell Trade
    Replies: 7
    Last Post: 10-01-2012, 09:26 PM
  2. [Buying] The Bastion US - $12/m need 2.2m
    By Jaerin in forum Star Wars: The Old Republic Buy Sell Trade
    Replies: 2
    Last Post: 09-22-2012, 10:32 PM
  3. [Selling] Gold US - 2.5$/100k Private Seller - Legit Farmed
    By RandomKid12 in forum Diablo 3 Buy Sell Trade
    Replies: 5
    Last Post: 05-28-2012, 09:08 PM
  4. [Selling] DIABLO 3 EU GOLD 4,5€/100k private seller, hand farming NO BOTS ETC......
    By lawgru in forum Diablo 3 Buy Sell Trade
    Replies: 1
    Last Post: 05-23-2012, 07:00 AM
  5. Farm Vazruden/Nazan (need lock)
    By ZOMG in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 08-15-2007, 03:03 PM
All times are GMT -5. The time now is 08:45 PM. 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