Search found 152 matches

by idiot
Wed May 11, 2011 9:29 am
Forum: Technical / Scripting
Topic: setfocus multiple windows?
Replies: 3
Views: 4147

well guess i will have to find a way on my own or work around it....if i figure it out ill post it then seems like it should be possible
by idiot
Tue May 10, 2011 10:12 pm
Forum: Technical / Scripting
Topic: setfocus multiple windows?
Replies: 3
Views: 4147

setfocus multiple windows?

can you setfocus on multiple windows at same time? :?:
by idiot
Wed Mar 16, 2011 12:36 am
Forum: Beginners
Topic: is this correct for random wait?
Replies: 1
Views: 4138

is this correct for random wait?

because im unsure how it works with numbers that are not whole numbers
im trying to get a range from 0.50 to 0.60

Code: Select all

Random>0.60,result
Add>result,0.50
wait>%result%
by idiot
Thu Mar 10, 2011 11:55 pm
Forum: Enhancement Suggestions
Topic: FIND / REPLACE ENHANCEMENT
Replies: 0
Views: 10293

FIND / REPLACE ENHANCEMENT

WOULD BE NICE IF YOU COULD USE THE FIND/REPLACE OPTION TO SEARCH FOR MULTIPLE LINES OF CODE IN SCRIPT AND REPLACE IT WITH NEW MULTIPLE LINES OF CODE INSTEAD OF BEING LIMITED TO LINE BY LINE ONLY 8)
by idiot
Wed Mar 09, 2011 11:58 pm
Forum: Technical / Scripting
Topic: please edit or test this auto log in script
Replies: 3
Views: 3819

ok honestly didnt understand your advice but managed to work it out maybe just needed break and for those interested i will be finishing this by weekend !!Also if anyone is interested in helping me port this to java netbeans ide 6.9.1 or microsoft visual studios 2010 visual basic please contact me e...
by idiot
Wed Mar 09, 2011 12:35 am
Forum: Technical / Scripting
Topic: please edit or test this auto log in script
Replies: 3
Views: 3819

ok i have edited this code but im getting an error of ThisOne not found so i need a little help here please
by idiot
Wed Feb 02, 2011 10:32 pm
Forum: Technical / Scripting
Topic: please edit or test this auto log in script
Replies: 3
Views: 3819

please edit or test this auto log in script

this is my work in progress got the bugs out now just need special characters also unlike most scripts if you are to use this do not remove invisible trailing characters they are supposed to be there for spacebar to work correctly Input>focus,Enter window name, example: Untitled - Notepad SetFocus>%...
by idiot
Wed Feb 02, 2011 10:20 pm
Forum: Beginners
Topic: Macro not running
Replies: 4
Views: 6426

ok try this code using vk_keys to do same thing as your code get the vk_key codes / http://www.mjtnet.com/vkcodes.htm / this is just the first 2 button presses but should get you started SetFocus>Add the window title here wait>0.05 //this is where you set the vk_code for button press // Let>VK_F1=11...
by idiot
Wed Jan 26, 2011 2:12 am
Forum: Beginners
Topic: Working with Child Windows
Replies: 2
Views: 4010

well if the windows are already open use could use vk_keys to hit alt+tab to bring up the menu for the windows and just tab to desired window or you could just make a simple mouse click if teh windows are in certain order everytime on task bar to click between them or even more complex use image rec...
by idiot
Wed Jan 26, 2011 2:04 am
Forum: Beginners
Topic: Macro not running
Replies: 4
Views: 6426

sounds like a setfocus issue with the code or most likely your win 7 isn't fully upgraded and is missing some key elements needed possibley the game has updated and your script also needs to be updated depends on what game and what anti hacking/cheating tools they are using also could be as simple a...
by idiot
Wed Jan 26, 2011 2:00 am
Forum: Technical / Scripting
Topic: How to disable/enable a system device?
Replies: 4
Views: 4880

without needing to download anything click start menu click run type "msconfig" with out the qoutes
this will bring up the system menu this is also how you stop programs from running on start up and slowing boot time
by idiot
Wed Jan 26, 2011 1:52 am
Forum: Technical / Scripting
Topic: PRESS CTRL
Replies: 6
Views: 8980

in some cases like reading lines from a file and sending them to a window i would use send command but in most cases especially in gaming scripts if you want to hold down a vk_keys is more reliable and less detectable also and it actually performs differently then "send> f2*40" to hold down a key th...
by idiot
Mon Jan 24, 2011 9:17 pm
Forum: Technical / Scripting
Topic: AION & Macro Scheduler
Replies: 3
Views: 5695

VK_KEYs for gaming programming why dosent anyone ever ask teh consultants lol
by idiot
Mon Jan 24, 2011 9:09 pm
Forum: Technical / Scripting
Topic: PRESS CTRL
Replies: 6
Views: 8980

use VK_KEYS it is much better for key presses try this this is link for wich code to use for what key you want to press http://www.mjtnet.com/vkcodes.htm Let>VK_control=17 Let>ExtendedKey=1 Let>KeyUp=2 Press ctrl LibFunc>user32.dll,keybd_event,r,VK_control,0,ExtendedKey,0 Wait>10 Release ctrl Let>FL...
by idiot
Mon Jan 24, 2011 9:06 pm
Forum: Technical / Scripting
Topic: help compile script to exe
Replies: 1
Views: 3201

well they do have a download that will let you try out the script compiler for a limited time or you could just do the same thing in C programming and compile it there using the free student version but making programs with this compiler is much easier and effecient and take alot less knowledge of c...
cron
Sign up to our newsletter for free automation tips, tricks & discounts