Search found 10 matches

by 980322091
05 Apr 2017, 01:47
Forum: Gaming Help (v1)
Topic: Script is not working
Replies: 3
Views: 887

Re: Script is not working

Rohwedder wrote:Hallo,
you Send {Home down}, but never Send {Home up}!
So how where do I add Send {Home up}? I cant figure it out. If I add in the end, it will just press Home once and stop.
by 980322091
05 Apr 2017, 00:39
Forum: Gaming Help (v1)
Topic: Script is not working
Replies: 3
Views: 887

Script is not working

So I made this script for a game I play, I bind Home button to fire the gun, and when I press and hold down LButton, it would fire the gun and when I release LButton, it would stop. The problem I am having is that when I test it, it wont stop firing, even when I am not pressing LButton. Here is my c...
by 980322091
30 Mar 2017, 00:51
Forum: Ask for Help (v1)
Topic: #MaxHotkeysPerInterval HELP
Replies: 1
Views: 630

#MaxHotkeysPerInterval HELP

I am trying to remake my ahk script with C#, however I can not find any info on #MaxHotkeysPerInterval in C# language, does anyone know about this? Thanks!
by 980322091
06 Mar 2017, 14:43
Forum: Ask for Help (v1)
Topic: Use GDI+ to do image search?
Replies: 48
Views: 8738

Re: Use GDI+ to do image search?

I still need help please.
by 980322091
05 Mar 2017, 23:46
Forum: Ask for Help (v1)
Topic: Use GDI+ to do image search?
Replies: 48
Views: 8738

Use GDI+ to do image search?

I am using ImageSearch to search a bitmap image in a loop, however it causes my screen lag sometimes. I did some research and found out that I can use GDI+ instead, I just got into ahk and never heard of GDI+, can someone give me a example how it works? and maybe offer me some useful link? Thanks.
by 980322091
16 Feb 2017, 22:49
Forum: Ask for Help (v1)
Topic: How to add blank line in .ini file?
Replies: 2
Views: 785

Re: How to add blank line in .ini file?

4GForce wrote:FileAppend "`n", filename.ini ???
Thank you for the help, FileAppend `n, filename.ini Worked :)
by 980322091
16 Feb 2017, 22:09
Forum: Ask for Help (v1)
Topic: How to add blank line in .ini file?
Replies: 2
Views: 785

How to add blank line in .ini file?

Right now, it looks like this:

Code: Select all

[TEST]
KEY1=1
KEY2=2
[TEST2]
KEY3=3
KEY4=4
I want it to look like this:

Code: Select all

[TEST]
KEY1=1
KEY2=2

[TEST2]
KEY3=3
KEY4=4
How to add a blank between two setcions? Thanks!
by 980322091
15 Feb 2017, 19:09
Forum: Ask for Help (v1)
Topic: Randomize my source code?
Replies: 1
Views: 534

Randomize my source code?

Is there a way to actually change the source code when launching the program or make it generate another different copy? Maybe add some codes between lines. Changing my variables to something random? So when I open it back up, the variables are actually randomized. Thanks.
by 980322091
15 Feb 2017, 17:14
Forum: Ask for Help (v1)
Topic: Writing text/codes to specific lines when launching the file?
Replies: 4
Views: 1348

Re: Writing text/codes to specific lines when launching the file?

Read the whole file,then loop through each line file and use the A_Index to write to the specific lines If (A_Index = specific line number) stringreplace You will have to read the file, make the changes to the lines you wish to change, and, then, at the end, overwrite the file with the new text (de...
by 980322091
15 Feb 2017, 14:37
Forum: Ask for Help (v1)
Topic: Writing text/codes to specific lines when launching the file?
Replies: 4
Views: 1348

Writing text/codes to specific lines when launching the file?

Is it possible to make ahk write some text/codes to specific lines of the file when I run the .ahk/.exe? I did a lot of research and cant seems to find a solution. Would be great if anyone can help :) Thanks

Go to advanced search