Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding > Coding Tutorials
You last visited: Today at 18:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Macro Scheduler] Tutorial 1 - Basics

Discussion on [Macro Scheduler] Tutorial 1 - Basics within the Coding Tutorials forum part of the General Coding category.

Reply
 
Old   #1
 
Flupy's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 320
Received Thanks: 105
[Macro Scheduler] Tutorial 1 - Basics

Maybe some of you know Macro Scheduler 11. It's a very easy coding language which should be understandable for everyone.


Let's start with some basics. After opening Macro Scheduler 11 you can press "New" to start a new file. As you recognized, there is nothing included when you open a new file. So you have to edit all by yourself but it isn't as hard as it looks.

Here are the basic functions:

MouseMove>100,450
Moves the mouse to X 100, and Y 450. The left upper is X 0 and Y 0. You can see your current mouse coordinates in the upside.

LClick
Makes a left click (with your mouse)

RClick
Makes a right click (with your mouse)

wait>3
Waits 3 seconds

MessageModal>Hello World
Gives out a message and the script continues if you press "OK"

Label>Begin
This is a spot in your script which is called "Begin".

Goto>Begin
The script switches to the Label "Begin"

Let>a=a+1
Sets the variable "a" to "a + 1"
To use a variable you have to write %a% for the variable a

If>%a%=2
Goto>Begin
Else
MessageModal>%a%
Endif

If the variable a is 2, the script goes to the Label "Begin". If not it will write the variable "a" and continues when you press "OK"

Run Program>c:\my programs\eudora\eudora.exe
Runs the programm which you've chosen.

Ask>Do you want to continue?,answer
You've get asked if you want to continue. If you press "YES" the variable "answer" will be set to "YES" and if you press "NO" the variable "answer" will be set to "NO".

Exit
Closes the script

If you have red everything until here you should understand this code:

Code:
Ask>Do you want to continue?,answer
If>%answer%=YES
Goto>Continue
Else
Exit
Endif
Label>Continue
MessageModal>OK
Exit
I will write another tutorial with reg editing, image recognization, saving data to an ini file and more if some people need it.

If you have some questions, feel free to write your question in here


Flupy
Flupy is offline  
Thanks
4 Users
Old 09/03/2009, 07:11   #2
 
elite*gold: 0
Join Date: Aug 2009
Posts: 4
Received Thanks: 0
Im ready!..not too hard to follow so far. await the next tut..
stepdaddy is offline  
Old 09/03/2009, 18:35   #3
 
Flupy's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 320
Received Thanks: 105
As i said.

Quote:
It's a very easy coding language which should be understandable for everyone.
The next tutorial will follow soon.
Flupy is offline  
Old 09/21/2009, 03:47   #4
 
elite*gold: 0
Join Date: May 2008
Posts: 259
Received Thanks: 94
LoL autoit can inject dll. can that do? ^^
soadmania is offline  
Reply


Similar Threads Similar Threads
Basics
12/19/2009 - General Coding - 9 Replies
Hey ich habe gerade angefangen C# zu lernen und kenn nun so die basic begriffe, wie z.B. int while loop if else void usw . . . . doch jetzt stellen sich mir 2 fragen zudennen ich nciht wirklich eine antwort finden kann. gibt es einen befehl fuer sleep bei C#? ich kann dort einfach keinen finden. Und wie kann ich das fenster in einer Konsolenanwendung wieder bereinigen sprich das der Text geloescht wird. Als Notlösung koennte man es sicher so schreiben: ...
Basics of WPE
06/18/2009 - World of Warcraft - 1 Replies
can anyone explain what does 1. Offset 2. Search 3. Modify means. Pls explain giving examples from 2.4.3 (duping stackable items) hack. Need to learn how the software works. I'll be making my own hack later :)
Bot programming basics
10/03/2008 - Archlord - 2 Replies
does any one have a good site, or something they know them selves, that i can read up on to make one. The bots that are given here I dont liek for a couple reasons and my friend who can make some has been to busy would be nice if some 1 can help /thanks
The Basics... And A Thanks
12/27/2007 - CO2 Guides & Templates - 6 Replies
My second contribution to this forum. Hopefully some find it useful, to anyone that already knows this or uses the programs please don't flame as obviously this wasn't meant for you. This is made for a people who have just started using programs from this site and need a little help. What you need: (starting out) 1) Item identifier (Get it Here) *Shows quality of items on the ground, will not show + items or blessed items, for those you will still have to check items manually. This...
[WoW]Basics zum Ersten, Basics zum Zweiten...
08/12/2004 - User Submitted News - 0 Replies



All times are GMT +2. The time now is 18:43.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.