[Auto Clicker] Neutral AH Bot, to work with Calek's guide menu

User Tag List

Results 1 to 7 of 7
  1. #1
    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)

    [Auto Clicker] Neutral AH Bot, to work with Calek's guide

    BEFORE YOU READ:this program was made to work with Calek's Guide... which is only available to contributers now, sorry everyone who cant read it

    i know this has been posted before but i tried to make it a little simpler for the people that aren't auto-it "Pros" by making a .exe file
    This is my first program that im actually giving out to the public... its kinda crappy but ill get better at it ... eventually

    When scanned it does say that its a virus but that's just auto-it, in case you don't trust me anyways... the code is in blubb12345's post... i removed my version because it was teh suck in comparison to blubb's.


    heres the download link for the .exe version that blubb12345 made
    DOWNLOAD NOW!

    If you want to speed up how fast bottom scanner reloads then follow this short guide made by mjuad
    Code:
    All credits for this tutorial go to mjuad     
        * Open the file btmSettings.lua, located in your WoWInterfaceAddons directory, with any text editor such as the ultra-powerful Notepad
        * Find this line: gui:AddControl(id, "WideSlider", 0, 1, "scan.reload.interval", 6, 60, 1, "Reload interval: %s seconds")
        * Change it to say: gui:AddControl(id, "WideSlider", 0, 1, "scan.reload.interval", 1, 60, 1, "Reload interval: %s seconds")
        * Save the file
    If you are goin to use this while AFK i recommend that you turn game music and ambient sound off and in the bottom scanner options check the box that says "play sound when auction is found"... or sumthing like that

    i DO NOT recommend sleeping with this running because if you piss someone off they can and will report you (most likely this wont result in a ban) unless you dont respond to a GM then they might think you're botting


    Problems:
    1. You have to have WoW selected while running this, which means no pr0n while making gold. (this problem is easily fixable but im too tired to find the code to do it)
    2. I made this in like 30 mins so the code is kinda messy and really simplistic I.E. no random timer for when it clicks 1 (sorry about that for the people that are paranoid, but again im kinda tired and cant fix it right now)
    3. You cant choose the hotkeys or the number it spams... (thats because idk how to do that... im a newb)
    4. you have to copy the macro that it says by hand (again im a newb and idk how to make a box with the macro in it so you can just copy and paste)

    Problems are fixed in the .exe version thanks to blubb12345

    hope you enjoy it. :wave:
    Last edited by mynamesucks; 05-17-2008 at 05:23 PM. Reason: Changed the download link to the version that blubb12345 made because its a better version

    [Auto Clicker] Neutral AH Bot, to work with Calek's guide
  2. #2
    blubb12345's Avatar Contributor
    Reputation
    121
    Join Date
    Feb 2007
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Problems:
    1. You have to have WoW selected while running this, which means no pr0n while making gold. (this problem is easily fixable but im too tired to find the code to do it)
    2. I made this in like 30 mins so the code is kinda messy and really simplistic I.E. no random timer for when it clicks 1 (sorry about that for the people that are paranoid, but again im kinda tired and cant fix it right now)
    3. You cant choose the hotkeys or the number it spams... (thats because idk how to do that... im a newb)
    4. you have to copy the macro that it says by hand (again im a newb and idk how to make a box with the macro in it so you can just copy and paste)
    1. fixed
    2. fixed
    3. fixed
    4. fixed


    replace % with $ because the board kills my vars

    Code:
    if not ProcessExists ( "Wow.exe" ) Then
        MsgBox(0,"AH Thingie","Please start WoW first")
        Exit
    EndIf
    
    InputBox("AH thingie","Make this Macro","/run if (BtmScan.Prompt:IsVisible()) then BtmScan.Prompt.Yes:Click() end","",250,120)
    %k=InputBox("AH thingie","Choose the key where you bonded the macro") 
    MsgBox(0, "AH Thingie", "F8 is to start and stop the program" & @CRLF & "End  is to close the program")
    hotkeyset("{F8}","Start")
    HotKeySet("{End}","terminate")
    %WoWClient2 = WinList ("World of Warcraft")
    
    func Start ()
        HotKeySet("{F8}","Stop")
        while 1
            controlSend(%WoWClient2[1][1],"","",%k)
            sleep (Random(500,1000,1))
        wend
    EndFunc
    
    func terminate ()
        Exit
    endfunc
    
    Func Stop ()
        HotKeySet("{F8}","Start")
        While 1
            sleep(1000)
        WEnd
    EndFunc
    
    While 1
        Sleep(1000)
    WEnd
    Last edited by blubb12345; 05-17-2008 at 07:20 AM.

  3. #3
    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)
    wow nice i didnt have to fix it thanks blubb12345... works great
    Last edited by mynamesucks; 05-17-2008 at 03:16 PM.

  4. #4
    goider's Avatar Member
    Reputation
    45
    Join Date
    May 2007
    Posts
    421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    damn, not all non-contribs are leachers you know, i had a good hayday in scamming and others, made some good contribs


    'If I Pwn Before I Wake... I Pray To Blizz My account Not To Take'- the book of Alkharaism because piggy is l337

  5. #5
    gunnleif1's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    keeeewl=) i finally got it to work

  6. #6
    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)
    Originally Posted by gunnleif1 View Post
    keeeewl=) i finally got it to work
    glad you liked it

  7. #7
    Frozen Angel's Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Much, That Help :P

Similar Threads

  1. [How-To] Any working proxy bot that works with Pogo Location Feeder?
    By Sheetka in forum Pokemon GO Chat
    Replies: 0
    Last Post: 08-09-2016, 02:07 AM
  2. are there any working auto clickers with the current version?
    By halo51 in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 10-24-2012, 08:17 PM
  3. Lazy bot stopped working with the latest patch
    By SalomeT in forum WoW Bots Questions & Requests
    Replies: 9
    Last Post: 02-03-2012, 04:38 AM
  4. [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
  5. UPDATED! AFK auto requeue bot! works with WoW 2.0.1 easier to use! guide inside! Q&A
    By ragingazn628 in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 01-05-2007, 10:59 PM
All times are GMT -5. The time now is 03:05 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