kantaki Posted February 5, 2010 Posted February 5, 2010 (edited) Hello, iam new to auoit and i did some tutorials but i want to create a simple program. but i dont know how to create something like that. so may i give u an example. so.. Iam at my desktop and i have warcraft3 minimized and when i copy something , the programm should paste it directly into warcraft 3 and press enter . but only in warcraft 3. i rly dont know how to create something like that. i hope u guys can help me =( ps: maybe autoit can reply on keyboard bindings for exampe if ctrl+c is pressed send ctrl+v to warcraft 3 or something like that Edited February 5, 2010 by kantaki
Pantera975 Posted February 5, 2010 Posted February 5, 2010 On 2/5/2010 at 7:11 PM, 'kantaki said: Hello,iam new to auoit and i did some tutorials but i want to create a simple program. but i dont know how to create something like that.so may i give u an example.so..Iam at my desktop and i have warcraft3 minimized and when i copy something , the programm should paste it directly into warcraft 3 and press enter . but only in warcraft 3.i rly dont know how to create something like that.i hope u guys can help me =(ps:maybe autoit can reply on keyboard bindings for exampeif ctrl+c is pressed send ctrl+v to warcraft 3 or something like thatMight I suggest _IsPressed and ControlSend as a way to start?
kantaki Posted February 5, 2010 Author Posted February 5, 2010 On 2/5/2010 at 7:46 PM, 'Pantera975 said: Might I suggest _IsPressed and ControlSend as a way to start? okay thank u but , ControlSend("[CLASS:Notepad]", "", "Edit1", "This is a line of text in the notepad window") that works for me. how can i know the warcraft3 window titel/ id ? is it warcraft3 , warcraft lll , war3 i dont know :/
Moderators Melba23 Posted February 5, 2010 Moderators Posted February 5, 2010 Hi guys,Have you read the announcement at the top of the forum?If a game's EULA or TOS explicitly mention bots are not allowed, discussing ways to automate that game is not allowed here. Likewise, if a game features an online multiplayer component and you are attempting to automate it, discussion of such bots is not allowed here. If you create a thread to automate a game you need to make sure the game doesn't explicitly forbid it and that it does not feature multiplayer. Any game bot related thread may be closed for any reason. Repeatedly creating threads if your previous thread was closed will result in your removal from the site. Particularly egregious threads that clearly flaunt this announcement will be met with your removal from this site.Play it safe, don't discuss game bots here. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Reveal hidden contents ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
kantaki Posted February 6, 2010 Author Posted February 6, 2010 On 2/5/2010 at 9:35 PM, 'Melba23 said: Hi guys, Have you read the announcement at the top of the forum? If a game's EULA or TOS explicitly mention bots are not allowed, discussing ways to automate that game is not allowed here. Likewise, if a game features an online multiplayer component and you are attempting to automate it, discussion of such bots is not allowed here. If you create a thread to automate a game you need to make sure the game doesn't explicitly forbid it and that it does not feature multiplayer. Any game bot related thread may be closed for any reason. Repeatedly creating threads if your previous thread was closed will result in your removal from the site. Particularly egregious threads that clearly flaunt this announcement will be met with your removal from this site. Play it safe, don't discuss game bots here. M23 its no bot/cheat it just helps me to host a game in warcraft 3 without maximazing wc3 . so i can host faster. but i have rly big problems i dont know the titel controlID etc ControlSend("[CLASS:Shell_TrayWnd]", "", "MSTaskListWClass", "TEST") i tried the window info at the taskbar but i think this can't work ^^.
somdcomputerguy Posted February 6, 2010 Posted February 6, 2010 Use this to get info - AutoIt Window Info Tool - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
bogQ Posted February 6, 2010 Posted February 6, 2010 he is using it, probably he did not try to use it while his game whas on fullscreen (becose he is curently testing it on taskbar "Shell_TrayWnd") TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) Reveal hidden contents There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now