[Nelf + Engineer]Gas extractor menu

Shout-Out

User Tag List

Page 4 of 4 FirstFirst 1234
Results 46 to 57 of 57
  1. #46
    Hikarie's Avatar Active Member
    Reputation
    22
    Join Date
    May 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why autoclicker?
    Just make a simple AutoIT script that clicks a button every 5~ mins.

    [Nelf + Engineer]Gas extractor
  2. #47
    SuBw00FeR's Avatar Active Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    137
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @firedog

    You need an auto clicker, because if someone else is around when the cloud spawns, and your script is only pushing the button every 5mins, it wont work, someone else will get it you know what I mean? if its 5mins between pushes it's gonna severely cripple how many primals you get.

  3. #48
    Hikarie's Avatar Active Member
    Reputation
    22
    Join Date
    May 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not really ^^
    Just put it abit higher, i even made a autoit script like this..


    Randomly presses 3 buttons in a wide of around 5 to 7 seconds (randomly..ofcourse)
    And this is just.. uh..crappy coding etc etc...
    If someone want it compiled, just write.
    You don't need to have the WoW window opened.
    I have this running while i'm writing this.

    Ofcourse someone can make a better version but i just made this in 10 mins so

    Code:
    #include 
    #include 
    #include 
    #include 
    #include 
    HotKeySet("{F10}", "stop")
    
     = GUICreate("Lame AutoPresser by f1r3d0g", 284, 325, 193, 115)
     = GUICtrlCreateInput("1", 80, 96, 33, 21)
     = GUICtrlCreateInput("2", 80, 120, 33, 21)
     = GUICtrlCreateInput("3", 80, 144, 33, 21)
     = GUICtrlCreateLabel("Button1", 40, 96, 41, 17)
     = GUICtrlCreateLabel("Button2", 40, 120, 41, 17)
     = GUICtrlCreateLabel("Button3", 40, 144, 41, 17)
     = GUICtrlCreateLabel("AutoPresser for primal grinding lol", 56, 40, 159, 17)
     = GUICtrlCreateButton("Start", 50, 232, 75, 25, 0)
     = GUICtrlCreateEdit("", 136, 96, 137, 209)
    GUICtrlSetData(-1, "/use Mote of Water" & @CRLF & "/use Zapthrottle Mote Extractor" & @CRLF & "/cast [combat] Vanish" & @CRLF & "/cast [nocombat, nostealth] Stealth" & @CRLF & "/script UIErrorsFrame:Clear()" & @CRLF & "FOR ROGUES!")
    
    
    
    
    
    GUISetState(@SW_SHOW)
    
    While 1
    	 = GUIGetMsg()
    	Switch 
    	Case 
    			Exit
    		Case 
    			start()
    	EndSwitch
    WEnd
    
    
    
    Func start()
    	 = GUICtrlRead()
    	 = GUICtrlRead()
    	 = GUICtrlRead()
    	sleep(100)
    	MsgBox(4096, "Lame AutoPresser by f1r3d0g","The buttons are:"& @CRLF &  & @CRLF &  & @CRLF &  & @crlf & "PRESS F10 TO STOP IT", 0)
    	MsgBox(4096, "Lame AutoPresser by f1r3d0g","Starting..." , 0)
    	beep(500,100)
       Global  = 0
          While 1
              = Random(1, 4, 1)
             If  = 1 Then
    				Sleep(Random(7654, 13546))
    				ControlSend("World of Warcraft", "", "", )
    				Sleep(Random(2234, 14567))
    				ControlSend("World of Warcraft", "", "", )
    				Sleep(Random(7345, 11232))
    				ControlSend("World of Warcraft", "", "", )
    				Sleep(Random(13374, 13546))
    				ControlSend("World of Warcraft", "", "", )
    				Sleep(Random(7345, 13467))
    				ControlSend("World of Warcraft", "", "", )
    				Sleep(Random(2345, 15677))
    				ControlSend("World of Warcraft", "", "", )
    				Sleep(Random(7996, 13456))
    				ControlSend("World of Warcraft", "", "", )
    				Sleep(Random(345, 1324))
    				Sleep(Random(11, 1034))
    		EndIf
             If  > 0 Then ExitLoop
          WEnd
    EndFunc 
    
    Func stop()
       Exit
    EndFunc
    Compiled:
    http://data.fuskbugg.se/skalman01/lame_autopresser.rar

    No, i wont virus scan it, just use the script ^ if you are afraid to use it
    Last edited by Hikarie; 07-06-2008 at 11:02 PM.

  4. #49
    Hikarie's Avatar Active Member
    Reputation
    22
    Join Date
    May 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doublepost, yeah i know..
    Anyway with the script i had around 12 primal airs until now !!

  5. #50
    grift's Avatar Member
    Reputation
    3
    Join Date
    Sep 2006
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    or make it simple and just use the auto clicker, im mean seriously what is so hard about copying the macro and finding a good auto clicker, google + first result normally works a charm

    /cast [nostealth] Shadowmeld
    /use Zapthrottle Mote Extractor
    /use Mote of Air

    auto uses extractor and mote of air so extracts motes and makes primals
    Last edited by grift; 07-07-2008 at 01:37 PM.

  6. #51
    Hikarie's Avatar Active Member
    Reputation
    22
    Join Date
    May 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by grift View Post
    or make it simple and just use the auto clicker, im mean seriously what is so hard about copying the macro and finding a good auto clicker, google + first result normally works a charm

    /cast [nostealth] Shadowmeld
    /use Zapthrottle Mote Extractor
    /use Mote of Air

    auto uses extractor and mote of air so extracts motes and makes primals
    Because i like making everything advanced !
    And with this, you can have other windows opened too.
    Last edited by Hikarie; 07-07-2008 at 07:08 PM.

  7. #52
    Kaiserdog8390's Avatar Active Member
    Reputation
    29
    Join Date
    Aug 2006
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    July 9, 2008. 3:45 ect. I have been in the spot for about 2hrs and only have 16 motes. Normally I get about 40 in that time or more... has the respawn time on the cloud been quick-fixed or am I just gtting unlucky? I realy hope its the latter =-/

  8. #53
    vikingen_nr1's Avatar Member
    Reputation
    1
    Join Date
    May 2006
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaiserdog8390 View Post
    July 9, 2008. 3:45 ect. I have been in the spot for about 2hrs and only have 16 motes. Normally I get about 40 in that time or more... has the respawn time on the cloud been quick-fixed or am I just gtting unlucky? I realy hope its the latter =-/
    It is the same for me, I think they have fixed it :/

  9. #54
    Xuchilbara's Avatar Active Member
    Reputation
    24
    Join Date
    Aug 2006
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same for me. looks fixed

  10. #55
    Fennas's Avatar Member
    Reputation
    5
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh friend of mine made 20k gold until now with that

  11. #56
    gnutmi77's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got the aitoclicker, i got to the spot and the cloud is not spawning

  12. #57
    vikingen_nr1's Avatar Member
    Reputation
    1
    Join Date
    May 2006
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gnutmi77 View Post
    i got the aitoclicker, i got to the spot and the cloud is not spawning
    Try and read the whole thread. It has been fixed

Page 4 of 4 FirstFirst 1234

Similar Threads

  1. Cheat Engine
    By Relz in forum World of Warcraft Bots and Programs
    Replies: 535
    Last Post: 09-12-2007, 04:47 PM
  2. Engineering for Dummys!
    By pwner in forum World of Warcraft Guides
    Replies: 3
    Last Post: 12-08-2006, 04:41 PM
  3. Thottbot Search Engine (MATT please read)
    By Tbone in forum Community Chat
    Replies: 13
    Last Post: 11-07-2006, 06:27 AM
  4. Engineering Guide
    By Bossman4 in forum World of Warcraft Guides
    Replies: 1
    Last Post: 06-19-2006, 11:00 PM
  5. Cheap Engineering 1-300
    By Matt in forum World of Warcraft Guides
    Replies: 3
    Last Post: 05-19-2006, 07:23 PM
All times are GMT -5. The time now is 09:26 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