Not a member yet? Register for your free account!


Go Back   elitepvpers > Coders Den > General Coding > Coding Tutorials
You last visited: Today at 12:59

  • Did you know? elitepvpers has its own image host, epvpimg.com.

 

[Macro Scheduler] Tutorial 1 - Basics

This is a discussion on [Macro Scheduler] Tutorial 1 - Basics within the Coding Tutorials forum part of the General Coding category; Maybe some of you know Macro Scheduler 11. It's a very easy coding language which should be understandable for everyone. ...

Reply
 
LinkBack Thread Tools
Old 08-24-2009, 23:17   #1
Senior Member
 
Flupy's Avatar
 
Join Date: Aug 2008
Posts: 311
Received Thanks: 99
[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.
[Only registered and activated users can see links. ]

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


Last edited by Flupy; 08-24-2009 at 23:27.
Flupy is offline  
The Following 4 Users Say Thank You to Flupy For This Useful Post:
.1337 (09-08-2009), nhd777 (08-28-2009), Stopper (08-31-2009), viky909 (01-10-2011)
Old 09-03-2009, 07:11   #2
Junior Member
 
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
Senior Member
 
Flupy's Avatar
 
Join Date: Aug 2008
Posts: 311
Received Thanks: 99
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
SilkroadDev Student
 
Join Date: May 2008
Posts: 259
Received Thanks: 94
LoL autoit can inject dll. can that do? ^^
soadmania is offline  
Reply

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Basics fishmix General Coding 9 12-19-2009 11:16
Basics of WPE ataata WoW Ask the Experts 1 06-18-2009 14:01
Bot programming basics xXxS1kkNastYxXx Archlord 2 10-03-2008 13:48
The Basics... And A Thanks xpsite01 CO2 Guides & Templates 6 12-27-2007 00:41
[WoW]Basics zum Ersten, Basics zum Zweiten... Yoshi User Submitted News 0 08-12-2004 19:11




All times are GMT +2. The time now is 12:59.


Powered by vBulletin®
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2010, Crawlability, Inc.