Search found 15 matches

by Chr0nicxHack3r
14 Oct 2023, 22:37
Forum: SciTE4AutoHotkey
Topic: Can't Run Script In Scite?
Replies: 1
Views: 947

Can't Run Script In Scite?

Can someone help me with this error. I seem to be stuck and can't fix it? >"C:\Program Files\AutoHotkey\AutoHotkey.exe" /ErrorStdOut "D:\File Name\My-Private-File\THE-FILE\Script.ahk" 'C:\Program' is not recognized as an internal or external command, operable program or batch file. >Exit code: 1 Tim...
by Chr0nicxHack3r
07 Jan 2022, 13:00
Forum: Gaming Help (v1)
Topic: Looking for help with function recursion
Replies: 10
Views: 1339

Re: Looking for help with function recursion

The recursion issue has nothing to do with the Sleep line. Your original code has functions calling themselves over and over. That’s the problem. Rohwedder addressed that right off the bat, which is why I only addressed secondary issues. I assumed you understood that your basic code structure was f...
by Chr0nicxHack3r
06 Jan 2022, 15:44
Forum: Gaming Help (v1)
Topic: Looking for help with function recursion
Replies: 10
Views: 1339

Re: Looking for help with function recursion

And as for the timing on the clicks I do not have a 100% way of knowing. In my time learning with OSRS since I have added this method of clicking I have received no flags in relation to this. OK, since you have no way of knowing, I'm not sure what you meant when you said, "The problem is with the s...
by Chr0nicxHack3r
06 Jan 2022, 14:37
Forum: Gaming Help (v1)
Topic: Looking for help with function recursion
Replies: 10
Views: 1339

Re: Looking for help with function recursion

also the (1,3) is to set a random speed between 1 and 3 every time it is called. I do not want a solid number as it can cause potential flag from the devs. That’s not what it does. It always results in 1. Demonstration: loop { ToolTip, % "Iteration: " A_Index "`nResult of (1,3): " (1,3) Sleep, 100 ...
by Chr0nicxHack3r
06 Jan 2022, 09:59
Forum: Gaming Help (v1)
Topic: Looking for help with function recursion
Replies: 10
Views: 1339

Re: Looking for help with function recursion

There appears to be some other issues as well: There is a BlockInput, MouseMove statement, but I don't see a BlockInput, MouseMoveOff statement anywhere. There are several undefined variables in the PixelSearch commands: x1, y2, x2, y2, and COLOR. They will all contain null values so the search wil...
by Chr0nicxHack3r
05 Jan 2022, 21:14
Forum: Gaming Help (v1)
Topic: Looking for help with function recursion
Replies: 10
Views: 1339

Looking for help with function recursion

Hello! I am wondering if someone would be able to help me with a function recursion flag I keep getting. I never had this issue before but for some reason in this one I just can't seem to crack it. The game I have this made for is OSRS and it has been edited slightly. The error flags after 1-1.5 hou...
by Chr0nicxHack3r
13 Dec 2020, 19:08
Forum: Ask for Help (v1)
Topic: Cross System Compatibility? Topic is solved
Replies: 2
Views: 131

Re: Cross System Compatibility? Topic is solved

My silly self may have fixed it, I just added CoordMode, Client and seems to be working so far!
by Chr0nicxHack3r
13 Dec 2020, 18:37
Forum: Ask for Help (v1)
Topic: Cross System Compatibility? Topic is solved
Replies: 2
Views: 131

Cross System Compatibility? Topic is solved

Can someone help me make my scripts work on multiple devices? For some reason this script I made on my laptop doesn’t quite work on my desktop. Can someone help me with this? It clicks wrong spots and doesn’t scan the right areas for pixels?
by Chr0nicxHack3r
05 Jun 2020, 19:13
Forum: Ask for Help (v1)
Topic: Need help renaming?
Replies: 1
Views: 162

Need help renaming?

I am wondering if someone knows of a way to rename the exe on launch. That way the firs time I try to run it I have to rename it?
by Chr0nicxHack3r
02 Jan 2020, 11:17
Forum: Gaming Help (v1)
Topic: Help for a beginner in AHK! Topic is solved
Replies: 2
Views: 569

Re: Help for a beginner in AHK! Topic is solved

I can kind of understand what you’re asking for. Have you started this project? If so can you post here what you’ve got so far so I can look into it? Or are you hoping someone will create this for you?
by Chr0nicxHack3r
02 Jan 2020, 11:10
Forum: Gaming Help (v1)
Topic: Don’t know how to use software, need a script
Replies: 7
Views: 987

Re: Don’t know how to use software, need a script

Yeah as Evil-e mentioned again, get started and I can try and help as well but no promises that I will. I’m quite busy working on projects of my own as well 😎 ALSO LOTS OF TRIAL AND ERROR You’re code probably won’t work most of the time but do small edits and make sure your changes work and then con...
by Chr0nicxHack3r
02 Jan 2020, 11:05
Forum: Gaming Help (v1)
Topic: Don’t know how to use software, need a script
Replies: 7
Views: 987

Re: Don’t know how to use software, need a script

You can actually go into the tutorial section AHK has to offer and read about what the functions do. I myself have been self teaching and finally completed a script for OSRS that does auto fishing and dropping with the dragon harpoon ability when it hits 100. It time a while but if you’re dedicated ...
by Chr0nicxHack3r
08 Nov 2019, 07:37
Forum: Gaming Help (v1)
Topic: I Need Help With A Game's Script
Replies: 16
Views: 4899

Re: I Need Help With A Game's Script

Try may maybe this,

q::
Send {q down}
Send {q up}
Sleep, 0700 ;this is miliseconds
Send {w down}
Send {w up}
Sleep, 0700
Send {e down}
Send {e up}

Return

Its a lot more code in there but I know for sure this works for me in my games
by Chr0nicxHack3r
07 Nov 2019, 19:16
Forum: Gaming Help (v1)
Topic: Looking for a relatively easy script (willing to pay)
Replies: 1
Views: 1423

Re: Looking for a relatively easy script (willing to pay)

message me on discord and I can see if i might be able to help. I am no pro but I am willing to try!

Chr0nicxHack3r#6641
by Chr0nicxHack3r
07 Nov 2019, 19:13
Forum: Gaming Help (v1)
Topic: How to spam e ?
Replies: 1
Views: 827

Re: How to spam e ?

I can take a stab at this, message me on discord and ill get some more info from you about the hotkey and timing and stuff.

Chr0nicxHack3r#6641

Go to advanced search