beginers guide to learn to program bots step by step with auto it menu

Shout-Out

User Tag List

Page 5 of 5 FirstFirst 12345
Results 61 to 65 of 65
  1. #61
    Lindoz12's Avatar Member
    Reputation
    19
    Join Date
    Apr 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: beginers guide to learn to program bots step by step with auto it

    Hello there!
    I saw your nice tuts for AutoIT, i learned fast but...
    I need help with how to run a song not the program like windows media player, just the song, if i try with song.mp3 it comes up an error.
    I also want to know how to make bóxes ppls can write their pass and username in so they can change it to their settings(im making an addon for wow). I made so i start my .exe it starts wow and logs in with ym pass and username, but i want ppls to change it on a easy way, please help me finishing my addon!

    //Lindoz12

    beginers guide to learn to program bots step by step with auto it
  2. #62
    orangegold's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: beginers guide to learn to program bots step by step with auto it

    ok i have the code for that im putting it on the first page now
    how do u edit your signature???

  3. #63
    Lindoz12's Avatar Member
    Reputation
    19
    Join Date
    Apr 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: beginers guide to learn to program bots step by step with auto it

    Originally Posted by orangegold
    here is your code...
    ...
    Code:
    MsgBox(4096, "auto login bot", "Full version press f10 to start while wow login screen is up press f9 to close script", 10)
    HotKeySet("{F10}", "start")
    HotKeySet("{F9}", "exity")
    func start() ; starts
    MsgBox(0, "loging bot", "type username then pass")
    $Q = InputBox("username:", "type your username below") ; $Q is a variable for an input box so later we can type send $q and it will send what you put in the box... see !!!
    $m = InputBox("password", "type your password below") ; same here
    mousemove(363, 340)
    MouseClick("left")
    MouseClick("left")
    ;types your user name
    Send($Q)                                           ;!!!      < here is what i was talking about
    sleep(500)
    ;moves down and click on pass enter section
    Mousemove(361, 399)
    MouseClick("left")
    MouseClick("left")
    send($m)                                           ;!!!    < and here
    sleep(1500)
    mousemove(373, 444)
    MouseClick("left")
    MouseClick("left")
    sleep(15000)
    mousemove(363, 577)
    MouseClick("left")
    MouseClick("left")
    sleep(20000)
    idle()
    EndFunc
    
    Func idle() ; idle, do nothing
    while 1
    Sleep(1000)
    WEnd
    EndFunc
    
    Func exity() ; exit
    Exit
    EndFunc
    
    ;important this idle must be at the end otherwise your script will close when you hit ok
    idle()
    Yeah ive made the login bot, but on another way pretty nice, but now i added so you can listen to sounds while in-game by pressing F3-F11
    Code:
    HotKeySet("{F3}","Music1") HotKeySet("{F4}","Music2") HotKeySet("{F5}","Music3") HotKeySet("{F6}","Music4") HotKeySet("{F7}","Music5") HotKeySet("{F8}","Music6") HotKeySet("{F9}","Music7") HotKeySet("{F10}","Music8") Func Music1() HotKeySet("{F3}") SoundsetWaveVolume(100) SoundPlay("02_The Misfits - Dust to Dust.wav") HotKeySet("{F3}", "Music1") ToolTip('The Misfits - Dust to Dust',0,0) Sleep(3000) ToolTip("Playing",0,0) EndFUnc Func Music2() HotKeySet("{F4}") SoundsetWaveVolume(100) SoundPlay("01_pod - pod - P_O_D - Here comes the boom.wav") HotKeySet("{F4}", "Music2") ToolTip('P.O.D - Here comes the boom',0,0) Sleep(3000) ToolTip("Playing",0,0) EndFUnc

    But they have to be .wav files so they get really big, do you know another way having them as mp3-files? Please awnser so fast as possiable!

    //Lindoz12

  4. #64
    hybra's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: beginers guide to learn to program bots step by step with auto it

    hehe nice

  5. #65
    orangegold's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: beginers guide to learn to program bots step by step with auto it

    download a wav to mp3 converter then there you go :P
    how do u edit your signature???

Page 5 of 5 FirstFirst 12345

Similar Threads

  1. Looking to start learning a programming language, where to begin...
    By Itsrambo in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 02-18-2011, 04:15 PM
  2. [GUIDE] Make your scam program/hack look more legit with emulation
    By 2dgreengiant in forum WoW Scam Prevention
    Replies: 3
    Last Post: 07-25-2009, 06:36 AM
  3. What I've learned about Battleground Botting
    By ayadew in forum World of Warcraft Guides
    Replies: 2
    Last Post: 02-13-2008, 02:35 AM
  4. [Guide][Video]Learn how to walljump as a 1337
    By sonsen in forum World of Warcraft Guides
    Replies: 11
    Last Post: 02-12-2008, 08:53 PM
  5. Could some help me find a LEGAL grind/level program/bot or macro?
    By Priesst in forum World of Warcraft General
    Replies: 4
    Last Post: 08-09-2006, 01:35 PM
All times are GMT -5. The time now is 03:25 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