2025-08-02:
Added important imports section. Please read it before running IC Script Hub.
As of game version 629, due to changes with hotkeys the LevelUp addon is required to run smoothly. Refer to Addons.md for links to more commonly used addons.
"This is your last chance. After this, there is no turning back. You take the blue pill—the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill—you stay in Wonderland, and I show you how deep the rabbit hole goes. Remember: all I'm offering is the truth. Nothing more."
--- Morpheus
"I feel the need, the need for speed!"
--- Maverick
Welcome to 2022 and Happy New Year!
New year, new script. We hope you like it.
This script is the successor to ModronGUI.
Warning: This script reads system memory. I do not know CNE's stance on reading system memory used by the game, so use at your own risk. Pointers may break on any given update and I may no longer decide to update them.
Warning2: CNE will at times push out multiple patches during the week, changing classes and thus their structure in memory. This can change offsets which will break memory reading functions. It is advised you disable auto updates and keep a back up of a working Assembly-CSharp.dll from your install folder. Refer to the imports section for updating offsets.
You need AutoHotKey installed to be able to use IC Script Hub
. The version of AutoHotKey installed also needs to be version 1.1 and support the switch command.
It is recommended that you set up Git and pull IC Script Hub
via Git.
This will be the easiest way for you to keep up to date with any changes made in the future. There is a little bit more to do upfront, but you will save so much time in the long run (kinda like scripting the game in the first place).
You may use any Git client you wish. Here is a step-by-step guide to installing and using Git Desktop with IC Script Hub
.
If you would rather grab the latest version of the code manually, head over here to learn how to do that. I really don't recommend it though, as you will have to repeat this entire process every single time as opposed to simply opening an application and clicking a button.
IC updates often and because of this the script needs to be updated to be able read the game properly. This is done using imports
. These currently differ based on if you play on Steam, EGS, or another service.
To create them yourself you can use the export/import tools here: ScriptHub-AutomaticOffsets.
To update the imports for your version you can use community created imports, which Emmote so generously keeps updated here or on the official IC discord server.
And to update the script:
In [Script Hub Folder]\AddOns\IC_Core\MemoryRead\
replace the Imports
folder there with the Imports
folder from the zip/repository. Then completely restart the script.
You now have the latest version of IC Script Hub
on your machine.
Let's go down the rabbit hole and see what awaits.
Where do you play the game?
You can open Readme.md (this file) in any Markdown editor on Windows that has a preview function. I use VS Code.
- Open the repository folder in VS Code
- Open Readme.md
- Press
Control+Shift+V
or right click on the file tab and pickOpen Preview
- Read and navigate using the preview pane that just opened