Free Chaos Dungeon - Room 1 bot (AHK)

03/22/2022 17:49 DarkFalconxD#46
Sorry for the inconvenience... if my monitor is only 1600x900p or less... how could I do it? :x
03/22/2022 18:29 pangetako23#47
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?
03/22/2022 19:39 jembear#48
Hey Siion, is it possible that we move into the next level? If yes, can you kindly teach me how to do the setting? Thank you in advance
03/22/2022 19:41 ftho#49
yeah, i was wondering if its possible to adapt resolutions for like 2560x1080
03/22/2022 22:17 jaydenial#50
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

[Only registered and activated users can see links. Click Here To Register...]
03/22/2022 22:38 Siion#51
Quote:
Originally Posted by DarkFalconxD View Post
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 View Post
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 View Post
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

[Only registered and activated users can see links. Click Here To Register...]
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 [Only registered and activated users can see links. Click Here To Register...] is "Current Version" (do not download the v2 beta)
03/22/2022 22:57 Alex0599#52
je debute dans ce domaine vous faite comment pour le faire fonctionné s'il vous plait
03/22/2022 23:36 DarkFalconxD#53
[QUOTE=Siion;39120898]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.




ohhh sorry... the width is 16:9 and resolution 1600x900... if it is a lot of work, will you have any guide there? so I try to accommodate the values ... thanks for your time :x
03/22/2022 23:59 sidelko#54
Guys the files are easily understandable if you play on different resolution just find the coordinates yourselv there is already tool built it in. Try to plugin controller, i use ps4 so i can turn on auto aim for spells and the bot can still use keyboard buttons.
03/23/2022 00:15 Pablo.Emilio.Escobar#55
same problem its not clicking but repair test works...
03/23/2022 00:32 LaughingCoffinx420#56
me over here just worried im going to get banned.... but like op said everything is risk. time vs money. and if i get banned welp i get all my time back lmao.

must i download and install the actual program "Auto Hot Key" from autohotkey.com?

lvl 0 1337tard here no clue what im doing. thank you in advance.
03/23/2022 01:06 jweezy17#57
hey so its not clicking on enter when I run the bot, but repair test works fine, please help :)
03/23/2022 01:18 Fusth#58
Any deathblade build? :feelsgoodman:
03/23/2022 01:37 jweezy17#59
Quote:
Originally Posted by Pablo.Emilio.Escobar View Post
same problem its not clicking but repair test works...

im running into the same issue, opens the chaos dungeon page then hovers over the enter button
03/23/2022 01:43 badung02#60
can you provide an example of a finished script file .


trying to edit it yourself often fails and maybe the finished file can provide examples of files that haven't gone wrong