Hey guys, I am trying to use the Macro creator for a MMORPG (4Story), the only problem is that it accepts only RAW INPUT so the macros that I created with the program are not registered by the game when I try to use them, is there any way to solve this problem that I have?
Thanks in advance!
Macro in MMORPG
Moderator: Pulover
-
- Posts: 3
- Joined: 27 Nov 2020, 19:46
Re: Macro in MMORPG
You can SendRaw from the "text" window. Some games will not take simulated key sends so a little trick to aid sending keys strokes in that situation is to define the key-states ie:up & down. {a Down}{a Up}
So to do this with PMC you would hit F3 to bring up the text screen then click the text with commands radio button. Now after the ok ,cancel and apply buttons at the bottom of the gui there is an insert keystroke button that will help to specify key-states in this menu. IMO stay away from "normal" and use the up and down when sending to games.
So to do this with PMC you would hit F3 to bring up the text screen then click the text with commands radio button. Now after the ok ,cancel and apply buttons at the bottom of the gui there is an insert keystroke button that will help to specify key-states in this menu. IMO stay away from "normal" and use the up and down when sending to games.
-
- Posts: 3
- Joined: 27 Nov 2020, 19:46
Re: Macro in MMORPG
@ozz
Thanks for the advice man, sadly it is not working for this game.. weird game
Thanks for the advice man, sadly it is not working for this game.. weird game
Re: Macro in MMORPG
Try to change SendMode to Play in settings. You can also use send in mouse window.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
-
- Posts: 3
- Joined: 27 Nov 2020, 19:46
Re: Macro in MMORPG
@Pulover
Hey Pulover, it looks like the anti-cheat does not allow macros, only 1 time it worked with a russian auto clicker / key presser that modified the drivers of the mouse and keyboard (sadly it was intended as a malware) , I need to look into how I can modify the drivers to take commands from your program wich btw is awesoooome!!
Hey Pulover, it looks like the anti-cheat does not allow macros, only 1 time it worked with a russian auto clicker / key presser that modified the drivers of the mouse and keyboard (sadly it was intended as a malware) , I need to look into how I can modify the drivers to take commands from your program wich btw is awesoooome!!
Re: Macro in MMORPG
Simba from villavu.com is pascal based macro creation tool that may help as it is used mostly for games. They offer little support though and the scripting community is merit based. I tried to get that game and give it a go on my own but I had an awful time installing their suit for getting the game so I stopped pursuing it.