Quote:
Originally Posted by DarkFalconxD
Sorry for the inconvenience... if my monitor is only 1600x900p or less... how could I do it? :x
|
For other resolutions it would either need some math like so:
width := width * (1600/gameWidth) however this would need adding into a lot of places.
Quote:
Originally Posted by pangetako23
auto repair is not working, it is doing the sequence guide>pet>repair but it does not click the repair button. does it have to do with low fps or is it just too fast?
|
Does it get to the repair screen or not? It could be, I run on LOW settings when botting and change the slider to Performance.
What you could try is:
- Open
chaos-room-one.ahk in notepad or a code editor
- Scroll down until you find:
Repair()
- You will see a bunch of ClickPositions like this:
ClickPosition(1743, 1078)
- Between each one, add:
Sleep, 500
For example:
ClickPosition(1743, 1078)
Sleep, 500
ClickPosition(1742, 857)
Sleep, 500
That adds a 0.5s delay, might help you! Maybe i should add this in fully
Quote:
Originally Posted by jaydenial
Thanks for this! However, I can't seem to run the script without it saying there's an illegal character on line 21 of the chaos-room-settings.ahk
|
Have you modified the skills? Make sure the syntax is correct, eg:
skills := ["d", "q", "w", "e", "r", "a", "s", "f"] - Make sure you're on AutoHotKey 1.1.33 which on

is "Current Version" (do not download the v2 beta)