Hello community! 
Today I want to share with you a personal project I’ve been developing to take the gameplay experience in InfinityMu.
Many existing macros are slow, have outdated interfaces, or simply don't respond fast enough in critical PvP.
My goal was to create a tool that is lightweight, modern, and extremely precise.
What makes this Macro different?
Most macros use simple sleep functions that block the program or generate artificial input lag. SuperCrisMacro is designed with a low-level, multi-threaded architecture:
Zero Latency (Real):
Default library delays have been removed (PAUSE = 0.0). This means there is absolutely no software delay between the command and the actual Q/W/E key press.
Smart Sleep & Multithreading: Unlike other bots that "freeze" during delays, this one uses a "Smart Sleep" system on separate threads. This allows the program to check if you want to stop the macro thousands of times per second, responding instantly to the STOP button or your Hotkey, without waiting for the combo animation to finish.
Millisecond Precision:
Independent Auto Pot: Separate delays for [Q], [W], and [E].
Advanced Auto Combo: You can configure the exact milliseconds between each skill in the combo (1-2-3). If your Skill 2 is slower, you can adjust just that one!
Compact & Modern Design: Dark, minimalist, and ultra-compact GUI, designed to take up minimal screen space.
How was it made?
This software was programmed entirely in Python using modern technologies:
CustomTkinter: For a high-resolution, native dark-mode GUI.
PyDirectInput: To simulate keyboard inputs at the driver level (DirectX), ensuring the game recognizes keystrokes without blocking them.
Threading: To handle multiple processes (Pot and Combo) simultaneously without one interfering with the speed of the other.
Key Features:
Customizable Hotkeys: Set your activation keys on the fly.
Auto-Save: Your configuration saves and loads automatically.
Exportable Profiles: Share your perfect setup with friends.
Lightweight Mode: "Ultra Compact" interface to stay out of your way.
Download v1.1 19/01/2026 : https://www.mediafire.com/file/krk727ibo94xprz/SuperCris+Macro.rar/file
I hope you find it as useful as I do! Any feedback is welcome.
Today I want to share with you a personal project I’ve been developing to take the gameplay experience in InfinityMu.
Many existing macros are slow, have outdated interfaces, or simply don't respond fast enough in critical PvP.
My goal was to create a tool that is lightweight, modern, and extremely precise.
Most macros use simple sleep functions that block the program or generate artificial input lag. SuperCrisMacro is designed with a low-level, multi-threaded architecture:
Zero Latency (Real):
Default library delays have been removed (PAUSE = 0.0). This means there is absolutely no software delay between the command and the actual Q/W/E key press.
Smart Sleep & Multithreading: Unlike other bots that "freeze" during delays, this one uses a "Smart Sleep" system on separate threads. This allows the program to check if you want to stop the macro thousands of times per second, responding instantly to the STOP button or your Hotkey, without waiting for the combo animation to finish.
Millisecond Precision:
Independent Auto Pot: Separate delays for [Q], [W], and [E].
Advanced Auto Combo: You can configure the exact milliseconds between each skill in the combo (1-2-3). If your Skill 2 is slower, you can adjust just that one!
Compact & Modern Design: Dark, minimalist, and ultra-compact GUI, designed to take up minimal screen space.
This software was programmed entirely in Python using modern technologies:
CustomTkinter: For a high-resolution, native dark-mode GUI.
PyDirectInput: To simulate keyboard inputs at the driver level (DirectX), ensuring the game recognizes keystrokes without blocking them.
Threading: To handle multiple processes (Pot and Combo) simultaneously without one interfering with the speed of the other.
Download v1.1 19/01/2026 : https://www.mediafire.com/file/krk727ibo94xprz/SuperCris+Macro.rar/file
I hope you find it as useful as I do! Any feedback is welcome.
Last edited:



