Register for your free account! | Forgot your password?

Go Back   elitepvpers > General Gaming > General Gaming Discussion
You last visited: Today at 12:56

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

Advertisement



[AutoHotKey] Meele trainer / 2h wep, + shields with resting

Discussion on [AutoHotKey] Meele trainer / 2h wep, + shields with resting within the General Gaming Discussion forum part of the General Gaming category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 113
Received Thanks: 56
[AutoHotKey] Meele trainer / 2h wep, + shields with resting

You need 2 persons, and start macro at the same time. All weapons should be in backpack, not in paperdol!


First person - hit first / meele hp

Code:
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: grzybek
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
; HIT PARRY
;
; Key 1-4   -2h wep
; Key 5 - 1h wep
; Key 6-9 - shield
; Key 0 - Rest
; Key V - parry

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

Sleep 5000

Loop
	{	
	Send {1}
	Sleep 2000
	Send {R}
	Sleep 1000
	Loop, 30
		{
		MouseClick, left
		Sleep 1500
		}
	Send {R}
	Sleep 1000
	Send {0}
	Sleep 1000
	MouseClick, left
	Sleep 150000
	Send {w}
	Sleep 4000
	Send {5}
	Sleep 1000
	Send {6}
	Sleep 1000
	Send {R}
	Sleep 1000
	Send {V down}
	Sleep 45000
	Send {V UP}
	Sleep 1000
	Send {R}
	Sleep 500
	Send {0}
	Sleep 500
	MouseClick, left
	Sleep 150000
	Send {w}
	Sleep 4000
	
	Send {2}
	Sleep 2000
	Send {R}
	Sleep 1000
	Loop, 30
		{
		MouseClick, left
		Sleep 1500
		}
	Send {R}
	Sleep 1000
	Send {0}
	Sleep 1000
	MouseClick, left
	Sleep 150000
	Send {w}
	Sleep 4000
	Send {5}
	Sleep 1000
	Send {7}
	Sleep 1000
	Send {R}
	Sleep 1000
	Send {V down}
	Sleep 45000
	Send {V UP}
	Sleep 1000
	Send {R}
	Sleep 500
	Send {0}
	Sleep 500
	MouseClick, left
	Sleep 150000
	Send {w}
	Sleep 4000
	
	Send {3}
	Sleep 1000
	Send {R}
	Sleep 1000
	Loop, 30
		{
		MouseClick, left
		Sleep 1500
		}
	Send {R}
	Sleep 1000
	Send {0}
	Sleep 1000
	MouseClick, left
	Sleep 150000
	Send {w}
	Sleep 4000
	Send {5}
	Sleep 1000
	Send {8}
	Sleep 1000
	Send {R}
	Sleep 1000
	Send {V down}
	Sleep 45000
	Send {V UP}
	Sleep 1000
	Send {R}
	Sleep 500
	Send {0}
	Sleep 500
	MouseClick, left
	Sleep 150000
	Send {w}
	Sleep 4000
	
	Send {4}
	Sleep 2000
	Send {R}
	Sleep 1000
	Loop, 30
		{
		MouseClick, left
		Sleep 1500
		}
	Send {R}
	Sleep 1000
	Send {0}
	Sleep 1000
	MouseClick, left
	Sleep 150000
	Send {w}
	Sleep 4000
	Send {5}
	Sleep 1000
	Send {9}
	Sleep 1000
	Send {R}
	Sleep 1000
	Send {V down}
	Sleep 45000
	Send {V UP}
	Sleep 1000
	Send {R}
	Sleep 500
	Send {0}
	Sleep 500
	MouseClick, left
	Sleep 150000
	Send {w}
	Sleep 4000
	}
second person - parry first - PH

Code:
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: grzybek
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
; parry hit
;
; Key 1-4   -2h wep
; Key 5 - 1h wep
; Key 6-9 - shield
; Key 0 - Rest
; Key V - parry

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

Sleep 5000

Loop
	{	
	
	Send {5}
	Sleep 1000
	Send {6}
	Sleep 1000
	Send {R}
	Sleep 1000
	Send {V down}
	Sleep 45000
	Send {V UP}
	Sleep 1000
	Send {R}
	Sleep 500
	Send {0}
	Sleep 500
	MouseClick, left
	Sleep 170000
	Send {w}
	Sleep 4000
	Send {1}
	Sleep 2000
	Send {R}
	Sleep 1000
	Loop, 30
		{
		MouseClick, left
		Sleep 1500
		}
	Send {R}
	Sleep 1000
	Send {0}
	Sleep 1000
	MouseClick, left
	Sleep 170000
	Send {w}
	Sleep 4000
	
	Send {5}
	Sleep 1000
	Send {7}
	Sleep 1000
	Send {R}
	Sleep 1000
	Send {V down}
	Sleep 45000
	Send {V UP}
	Sleep 1000
	Send {R}
	Sleep 500
	Send {0}
	Sleep 500
	MouseClick, left
	Sleep 170000
	Send {w}
	Sleep 4000
	Send {2}
	Sleep 2000
	Send {R}
	Sleep 1000
	Loop, 30
		{
		MouseClick, left
		Sleep 1500
		}
	Send {R}
	Sleep 1000
	Send {0}
	Sleep 1000
	MouseClick, left
	Sleep 170000
	Send {w}
	Sleep 4000
	
	Send {5}
	Sleep 1000
	Send {8}
	Sleep 1000
	Send {R}
	Sleep 1000
	Send {V down}
	Sleep 45000
	Send {V UP}
	Sleep 1000
	Send {R}
	Sleep 500
	Send {0}
	Sleep 500
	MouseClick, left
	Sleep 170000
	Send {w}
	Sleep 4000
	Send {3}
	Sleep 2000
	Send {R}
	Sleep 1000
	Loop, 30
		{
		MouseClick, left
		Sleep 1500
		}
	Send {R}
	Sleep 1000
	Send {0}
	Sleep 1000
	MouseClick, left
	Sleep 170000
	Send {w}
	Sleep 4000
	
	Send {5}
	Sleep 1000
	Send {9}
	Sleep 1000
	Send {R}
	Sleep 1000
	Send {V down}
	Sleep 45000
	Send {V UP}
	Sleep 1000
	Send {R}
	Sleep 500
	Send {0}
	Sleep 500
	MouseClick, left
	Sleep 170000
	Send {w}
	Sleep 4000
	Send {4}
	Sleep 2000
	Send {R}
	Sleep 1000
	Loop, 30
		{
		MouseClick, left
		Sleep 1500
		}
	Send {R}
	Sleep 1000
	Send {0}
	Sleep 1000
	MouseClick, left
	Sleep 170000
	Send {w}
	Sleep 4000
	}
Penakle is offline  
Reply


Similar Threads Similar Threads
WTB 2-3 CLEAN 145 SHIELDS!!
04/19/2010 - Dekaron Trading - 1 Replies
Need urgently for a trade. Got to offer: +7 traum pants +7 traum boots 130 pure str dils I'll buy them at 100-150m per, maybe more if you have a couple of em.
Automatic Shields changer?
02/16/2010 - General Gaming Discussion - 0 Replies
Hi there, I was wondering if anyone knew of a hack that can automatically change my shields when I've being attacked? Thanks :)
resting account (¿Real or by Hackers?)
12/29/2009 - Kal Online - 4 Replies
today i get this message when i try to login on kalonline. _________________________________________________ _ This account has been deactivated as a resting account. TO ACTIVATE AND USE IT, get into the web site of "Edit information" by inputting both your regisered email address and your secret number and CHANGE ACCOUNT PASSWORD. However, if you have no secret number or / and don't remember the registered email address for your account, contact C/S center attaching an image file of...
Aion - Bypass resting 10 second health boost
10/10/2009 - Aion Hacks, Bots, Cheats & Exploits - 4 Replies
- Its really simple. Wait til you get the big life regen boost. Then instead of waiting 10 seconds for it to come back, just standup and sit back down to get it again. This will in turn give you another boost of health.
Shaman - PvP - Meele
01/18/2005 - WoW Guides & Templates - 3 Replies
hab mir mal ne kleine alternative zur Caster Guide rausgesucht, kommt halt auf euren playstyle an.. muss man selbst entscheiden mit welcher build man zurecht kommt jedenfalls sind beide kickass Enhancement: 5/5 Ancestral Knowledge: 5% extra mana 5/5 Thundering Strikes: 5% melee crit chance 2/2 Ghost Wolf form: 2 sec faster cast 2/3 Improved lit shield: 10% bonus dmg 1/1 Two Handed axes and maces: dur



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


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.