Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do you create a simple 2-key macro?

Featured Replies

So, apparently Guild Wars 2 allows macros because there is nothing they can do against them. Simple ones, that is.

 

How do I create a little macro that can't be detected, such as this?:

-I press F.

-0.75 seconds later, this automatically activates 1 other key.

 

I'm unsure of the exact timing I would need, but I would need to fiddle around with it. This little macro would allow me to get a guaranteed Lich Form stomp off, which, although is humanly possible to do, is almost impossible to pull off because of the precise timing required.

Look into Ahk its a powerful macro builder that allows you to do what you want with scripts. So lets say you want to use the F key to do a certain action, then .75 secs later another?It would look something like this in AHK

 

F::

action1

sleep,750

action2

return

 

Simple, easy to write, and very powerful. You can also make the script do mousemoves, clicks, and repeat actions. There are guides and such posted on the forums and its relatively easy for anyone to pick up.

Edited by mlskid

Mlskid.png
Summoning help:
[hide=Wio, lol]logioh.png[/hide]

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.