[Release] Use Calek's guide w/WoW minimized! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    extraspecial's Avatar Active Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] Use Calek's guide w/WoW minimized!

    *edit* as a pre-requisite, you should read Calek's guide to getting epic items on the neutral AH (available here
    (thanks wombat )

    Calek's guide is great, but I've always hated having to give my computer over to an autoclicker to make the most of it. So, I've written an autoit script that allows you to minimize your wow screen and have it automatically accept deals on bottomscanner (with random intervals, anywhere from 0-1000ms).

    Instructions for use:
    1. Open up WoW
    2. Log In
    3. Bind the macro "/run if (BtmScan.Prompt:IsVisible()) then BtmScan.Prompt.Yes:Click() end" (without the quotes) to the "e" or "1" key
    4. Open up Bottom scanner and begin scanning
    3. Run the .exe that corresponds to the button you want to press
    4. Press F9
    5. You're free to minimize WoW now.
    6. Just as a test, hit 'enter' and minimize WoW. Keep it minimized, see if it puts 'e's or '1's in the open chat box while the screen is minimized
    7. ?
    8. Profit

    *edit* the code isn't working, for some reason all my variables are being deleted. Please refer to the attached file, which contains the programs for pushing E and 1. They are both used the same.

    credits go to Openf1rE for the macro.
    Attached Files Attached Files
    Last edited by extraspecial; 10-14-2009 at 02:52 AM. Reason: updated code

    [Release] Use Calek's guide w/WoW minimized!
  2. #2
    Calek's Avatar Contributor
    Reputation
    199
    Join Date
    Jan 2007
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Nice

    Very nice! +Rep
    Frostwind enUS - 3x Blizz-Like PVE
    https://www.frostwind.info

  3. #3
    xram7's Avatar Member
    Reputation
    5
    Join Date
    Feb 2008
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome dude +Rep

  4. #4
    Tipsy's Avatar Member
    Reputation
    2
    Join Date
    Sep 2006
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could you explain what this is^^

  5. #5
    extraspecial's Avatar Active Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tipsy View Post
    could you explain what this is^^
    um... first of all, have you read calek's guide to getting epic items?

    That should answer your question... if it doesn't let me know ;D

    i think i pretty much covered my program...

  6. #6
    leetnesspur's Avatar Member
    Reputation
    12
    Join Date
    Feb 2007
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol - at first i thought Calek's Guide was a lvling guide, but then i remembered it correctly

    awesome

  7. #7
    Gyrocopter's Avatar Member
    Reputation
    10
    Join Date
    Oct 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should probably link to the guide in the first post (http://www.mmowned.com/forums/bots-p...eutral-ah.html).

  8. #8
    extraspecial's Avatar Active Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wombat :D View Post
    You should probably link to the guide in the first post (http://www.mmowned.com/forums/bots-p...eutral-ah.html).
    added, and credit given. Thanks for the reminder

  9. #9
    palmo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hm... the autoit script gives me an error

    is it working for someone?

  10. #10
    mynamesucks's Avatar Member
    Reputation
    7
    Join Date
    Aug 2006
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    im having problems

    ok so i fixed the auto it script and added a stoping function to stop you just hit F9 again


    AutoItSetOption("WinTitleMatchMode", 4)
    HotKeySet("{F9}", "press")

    Func press()
    Global $Show = 0
    Global $handle = WinGetHandle("classname=GxWindowClassD3d")
    HotKeySet("{F9}", "Stop")
    While 1
    Sleep(Random(0,1000))
    ControlSend($handle,"","","1")
    WEnd
    endfunc

    Func Stop()
    HotKeySet("{F9}", "press")
    While 1
    sleep(500)
    WEnd
    endfunc


    i hope my updated code helped a couple people out :wave:

    Edit:you also have to have wow maximised and selected before you start or it wont send the script to wow
    Edittwo: i think the problem with the first code was the code brackets it took out some important stuff idk why
    Last edited by mynamesucks; 02-17-2008 at 03:23 PM.

  11. #11
    palmo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bullshit?

  12. #12
    Valmere's Avatar Contributor
    Reputation
    166
    Join Date
    Apr 2007
    Posts
    362
    Thanks G/R
    16/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Neither script seems to be working. Oh well, only use the scanner while im not home so why not just keep the window open and use a clicker?
    wat

  13. #13
    palmo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mmoninja
    if you use this autoit script i made in conjunction with the macro posted earlier in this thread, you can do this with wow running in the background.

    with bottom scanner running, this constantly sends the key "7" directly to wow (7 is what i bound the macro to click the "yes" button", if you want to change the keybind just change the 7 in the script to whatever you want to use)

    anyways, this just lets you get free stuff while wows runnin in the background, can surf the web and it will still autobuy stuff

    this runs in the background till you manually exit the script or click "pause"

    Code:
    HotKeySet("{PAUSE}","ExitNow")

    While 1
    Sleep(300)
    ControlSend("World of Warcraft","",0,"7")
    WEnd

    Func ExitNow()
    GUISetState(@SW_HIDE)
    GuiDelete()
    Exit
    EndFunc
    this was postet in caleks original threat


    with this code its working , but isnt this bannable since blizz is banning auto it progs too (nah i dont believe this too but whatever) and its explicit working for wow?

  14. #14
    extraspecial's Avatar Active Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm... i don't know why it wouldn't be working...

    what does/doesn't it do?

  15. #15
    palmo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    because in your code i get this error:

    Line 18 .......
    Global = Wingethandle("classname=.....")
    Global ^ ERROR

    Error: No variable given from "Dim", "Global", "Struct" or "const" statement

    and MyNamesucks´ code just isn´t starting

Page 1 of 2 12 LastLast

Similar Threads

  1. [Guide] How to use the Advanced option on WoW-V
    By FrozenWoW 01 in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 08-14-2008, 12:24 AM
  2. [PC] AutoClicker (for use with Calek's Guide +more)
    By Gothian in forum World of Warcraft Bots and Programs
    Replies: 58
    Last Post: 02-28-2008, 03:59 PM
  3. Beginners Guide to WoW Video Capturing/Editing
    By xlAnonym0uslx in forum World of Warcraft General
    Replies: 3
    Last Post: 11-25-2006, 08:18 PM
  4. Using dbc.mpq to make WoW trivial
    By gotosleep in forum World of Warcraft Model Editing
    Replies: 14
    Last Post: 08-27-2006, 07:29 AM
All times are GMT -5. The time now is 10:34 PM. 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