ReignMaker

ReignMaker

Not enough ratings
How to be OP (Kind of)
By suburbia and 1 collaborators
A guide to helping players move the mouse to win
   
Award
Favorite
Favorited
Unfavorite
Macro
An easy way to play is to make a macro. I personally use Razer Synapse but you could use any program you'd like.

Creating a macro is pretty basic, simply create a new one and check "Default Delay" and set it to something quick such as the one I put in the photo. Then set it to a button on your mouse.



If you don't have a macro program already, AutoHotkey (AHK)[www.autohotkey.com] is a free, open source option you can get installed, up and running with in only a matter of minutes. After you've got it installed, open up Notepad or your text editor of choice and copy the following code box into Notepad:

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #IfWinActive ReignMaker ahk_class UnityWndClass #MaxThreadsPerHotkey 3 A:: ; Simply just the 'A' hotkey (change this hotkey to suit your preferences, and replace the 'A' with chosen hotkey where marked below). #MaxThreadsPerHotkey 1 if KeepARunning ; If hotkey is not 'A', change accordingly { KeepARunning := false ; If hotkey is not 'A', change accordingly return } KeepARunning := true ; If hotkey is not 'A', change accordingly Loop { Click down SetKeyDelay 0,0.02 Click up if not KeepARunning ; If hotkey is not 'A', change accordingly break } KeepARunning := false ; If hotkey is not 'A', change accordingly return

This has the "A" key set up to toggle the script on and off, you can change this if you want. This[www.autohotkey.com] is the list of keys and mouse buttons you can use on AHK's online docs, and this page[www.autohotkey.com] contains the modifers you can use though it's a bit more complex.

Once you are finished, save your new script as whatever you want but make sure you end it in .ahk for the extension - such as "Reignmaker_Macro.ahk" and save it anywhere you want, its location doesn't matter. Double-click it and it should open in AHK, giving you a little icon in your taskbar like this, letting you know that it's running, and that you can right-click for some options.


With that running, all you have to do is load up Reignmaker and go into Conquest, toggle your hotkey and move your mouse around.
Example

This is an easy way to complete levels without trying so it can be a pretty cheap way to win, I personally use this when I'm stuck. (I really suck at these types of games)

The point of the macro is to be able to click approx 5 times per second and wiggle your mouse around the screen to move the tiles hoping to find a combo.

I hope this helps
12 Comments
Alkali Ali 2 Aug, 2016 @ 8:54am 
lol - need to remember this when i'm stuck and already depressed atm am at lvl 33 and fine so far.
xDDDD 1 Sep, 2015 @ 8:18pm 
xD
georgedorn 27 Feb, 2015 @ 11:30pm 
This is funny; I independently did the same thing with Pulover's Macro Creator (an app built on top of AHK with decent macro recording capability).
LuckyFox 25 Jan, 2015 @ 1:18am 
This is actually pretty clever. x)
Deni Sicarii  [author] 16 Jul, 2014 @ 5:34pm 
Also, there's an email address visible in your screenshot of Synapse, thought you might wanna know so you can block it out mayhaps.
Deni Sicarii  [author] 16 Jul, 2014 @ 5:32pm 
Hey mate, in case you'd be interested in adding it to your guide for those folks who don't already have a macro program or are new to them, I worked up a quick version of this in AutoHotkey a little bit ago that I'm more than willing to provide you to put up. Could even jot up some quick instructions on AHK installation and how to run it, if you'd like to add that, too, just let me know :) Don't want to impose, though.

As for the macro itself, it's a very neat idea, wouldn't have thought of that myself (although, I tend to shy away from those like this in case they're viewed as cheating, I'm paranoid :P), I tested out my AHK version however and it works pretty smooth for your purposes at your settings! I guess these kind of games are a little too much my forté though as I found myself slowed down by using it so far, personally, but keeping it running but not toggled on in case I do get stuck and it can bail me out! :) So thanks for this, mate, cheers!
Nolendil Valaina 16 Jul, 2014 @ 2:11pm 
"The point of the macro is to be able to click approx 5 times per second and wiggle your mouse around the screen to move the tiles hoping to find a combo."

You should write that inside the guide, it would make it easier to understand.
suburbia  [author] 16 Jul, 2014 @ 11:58am 
The point of the macro is to be able to click approx 5 times per second and wiggle your mouse around the screen to move the tiles hoping to find a combo.

In other words yes no super scam pls look at guide no viruses 2014!!
Berzeger 15 Jul, 2014 @ 12:08pm 
You can't be serious, Aslan.
Aslan7147 14 Jul, 2014 @ 5:40pm 
You say there's a way to essentially cheat with macros, but you haven't explained what that way is. Further the video posted looks to be just you changing the speed of the video.