Search found 38 matches

by jj45410
Tue Jun 23, 2009 11:50 pm
Forum: Technical / Scripting
Topic: Mouse Move repeat help
Replies: 1
Views: 2698

Mouse Move repeat help

Let>k=0 REPEAT>k //Hello again traveller. What can I do for you? MouseMove>429,492 WAIT>.50 LCLICK WAIT>1 //Can I buy some Climbing boots? MouseMove>376,429 WAIT>.50 LCLICK WAIT>1 //Can I buy some Climbing boots? MouseMove>342,495 WAIT>.50 LCLICK WAIT>1 //Sure, I'll sell you some in your size for 1...
by jj45410
Fri Apr 17, 2009 1:22 pm
Forum: Beginners
Topic: Someone please explain..
Replies: 1
Views: 3105

Someone please explain..

Let>YesNo=4 LibFunc>user32,MessageBoxA,r,0,Hello World,Message!,YesNo If>r=6 MessageModal>You Pressed Yes else MessageModal>You Pressed No endif Okay, I was looking at this and I just like the message box because you can easily change the name of it and so on. ANYWAY, What is the significance of 6?...
by jj45410
Sat Mar 28, 2009 2:06 pm
Forum: Technical / Scripting
Topic: How to change name?
Replies: 2
Views: 3624

How to change name?

Hi, I just made a filepath checker.. Just incase when a script isn't working I can quickly check the file path.. or whatever. Anyway when the program is launched it says Macro scheduler input as the name at the top. How do I change the name? Code looks like this Input>test,Enter Filepath IfDirExists...
by jj45410
Sat Mar 28, 2009 1:30 pm
Forum: Technical / Scripting
Topic: The program does not launch.
Replies: 1
Views: 2307

The program does not launch.

Well obviously I've just started on this. I'm planning it to be some what of a control pannel for my whole system. It's not near done. The first program I started with is CMD and it just wont launch. The file path is 100% correct. well here's the code dialog>dialog1 Caption=SC Width=297 Height=255 T...
by jj45410
Tue Dec 16, 2008 10:55 pm
Forum: Beginners
Topic: Encryption program, help..
Replies: 2
Views: 4142

Encryption program, help..

Hi guys.. I want to make my own little simple encryption program using base64, well.. I really do not know where to start I have a basic idea which is create a menu, and then a box appears where you would type in the file name of what you want to encrypt and then click a button for encryption or dec...
by jj45410
Sat Dec 06, 2008 11:08 am
Forum: Beginners
Topic: Project almost done, But a very problematic situation
Replies: 4
Views: 5575

I wasn't saying the software itself was hostile.. I said the "simple error" was.. Ever try geting past 89 Disk defragment windows? lol.. You should try it sometime.
by jj45410
Sat Dec 06, 2008 6:13 am
Forum: Beginners
Topic: My Little Project Part 2.
Replies: 4
Views: 5914

Well this is the working version I made, It is different from you're version but mine still does the same thing with the same result.. Dialog>dialog1 Caption=Test Menu242 Width=297 Height=255 Top=104 Left=CENTER Button=Run Tasks,130,146,98,20,3 Button=Exit Macro,130,170,97,20,2 CheckBox=msCheckbox1,...
by jj45410
Sat Dec 06, 2008 5:01 am
Forum: Beginners
Topic: Project almost done, But a very problematic situation
Replies: 4
Views: 5575

Well, The script is fixed . Figured it out The problem was that I had The GetDialogAction>dialog1,result inside the loop. 2nd problem was Show>dialog1 should have been Show>dialog1,result 3rd and last problem. Just before the goto>mainloop I put a let>result=1 and that fixed the pages coming in and ...
by jj45410
Sat Dec 06, 2008 3:58 am
Forum: Beginners
Topic: Project almost done, But a very problematic situation
Replies: 4
Views: 5575

Project almost done, But a very problematic situation

Subject name is a bit overated Ok, guys. basically what is happening is the website or ANYTHING that I tell the menu to open, Repeats itself over and over and over again... Please point out the code that is doing this. The main menu part works fine, but its what is below that is repeating itself ove...
by jj45410
Sat Dec 06, 2008 2:08 am
Forum: Beginners
Topic: My Little Project Part 2.
Replies: 4
Views: 5914

Nvm I got it working, Thanks anyway
by jj45410
Fri Dec 05, 2008 11:53 pm
Forum: Beginners
Topic: My Little Project Part 2.
Replies: 4
Views: 5914

My Little Project Part 2.

Well thanks to JRL I have unlocked a new part of making menus, but now it its erroring with the menu I made a few days ago, this is the whole script.. It is telling me it is having problems creating "MyDialog" and that mscheckbox isn't a valid boolean. Dialog>MyDialog Caption=Jordans Task Menu Width...
by jj45410
Fri Dec 05, 2008 9:26 pm
Forum: Beginners
Topic: Search, Activate srt
Replies: 3
Views: 4291

lol Thank you, but I need an example script, I cannot just read it.. I need a script to look at and see how it works. The help ones are not detailed enough in my opinon.
by jj45410
Thu Dec 04, 2008 8:39 pm
Forum: Beginners
Topic: Search, Activate srt
Replies: 3
Views: 4291

Search, Activate srt

Ok, I was wondering if there was a way to make a menu like a search bar, and then you type in the name of a subroutine like SRT>Start Itunes ExecuteFile>C:\Documents and Settings\Jordan\Desktop\iTunes\iTunes Library.itl, END>Start Itunes and it would run that subroutine.. So actually it would be lik...
by jj45410
Mon Dec 01, 2008 11:18 am
Forum: Beginners
Topic: Ok, Almost done with my little project, need help
Replies: 2
Views: 3237

Thank you once again, and thank you again for the quick reply.
by jj45410
Mon Dec 01, 2008 11:12 am
Forum: Beginners
Topic: Ok, Almost done with my little project, need help
Replies: 2
Views: 3237

Ok, Almost done with my little project, need help

Dialog>MyDialog Caption=Jordans Tasks Width=455 Height=279 top=CENTER left=CENTER Button=Run Tasks,184,170,98,20,3 Button=Exit Macro,184,146,97,20,2 Checkbox=msCheckbox1,Del WoW Cache,24,140,97,false Checkbox=msCheckbox2,Start Disk Defrag,24,160,97,false Checkbox=msCheckbox3,Start Disk Clean,24,180...
Sign up to our newsletter for free automation tips, tricks & discounts