AutoHotkey Community

It is currently May 23rd, 2012, 4:53 am

All times are UTC [ DST ]


Search found 97 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Torchlight (the game) Savegame-Backup and Restore

Posted: March 3rd, 2010, 3:45 am 

Replies: 4
Views: 4389


It seems years ago when i last programmed in AHK, so here is my little script. What the script does and does not: Somehow this script implements a Quicksave-System for the game, but NO QuickLoad-System. You CANNOT really Quicksave and QuickLoad. You can simply backup your current save-state of the g...

 Forum: Offtopic   Topic: Forum is so quiet

Posted: July 30th, 2005, 1:13 am 

Replies: 6
Views: 1212


Maybe, because I have gone the way of a (unvisible) visitor ? :?

 Forum: Support   Topic: Containing Tools within a GroupBox

Posted: June 8th, 2005, 1:18 am 

Replies: 2
Views: 693


You should try using absolute positioning:

Code:
Gui, Add, GroupBox, x10 y10 w300 h55, Kiss Bot

use this for all of your controls.

Have a closer look here:
http://www.autohotkey.com/docs/commands ... m#Position

Hope I help you :?

 Forum: Support   Topic: decryption on the fly?

Posted: June 8th, 2005, 12:40 am 

Replies: 12
Views: 1250


Ah Laszlo, you Maths-Profi :D, you have been faster than me. I am just reading in the book "Entzifferte Geheimnisse" by Friedrich L. Bauer to find a good encrypt/decrypt-solution to implement it for MIchael . This book about encryption-history (but too much Maths for me :D) is really good. Maybe MIc...

 Forum: Support   Topic: Running a Command prompt command?

Posted: June 7th, 2005, 11:25 pm 

Replies: 4
Views: 854


Sorry maybe I missed something:

Code:
Run, cmd /c java Myprog <inputfile.xxx >outputfile.yyy


not testet

 Forum: Support   Topic: Running a Command prompt command?

Posted: June 7th, 2005, 10:55 pm 

Replies: 4
Views: 854


Maybe you should try to call the commandline:

E.G.
Code:
Run, cmd /c dir >outputfile.yyy
testet works

or you code
Code:
Run, cmd java Myprog <inputfile.xxx >outputfile.yyy
Not testet

 Forum: Support   Topic: decryption on the fly?

Posted: June 7th, 2005, 10:05 pm 

Replies: 12
Views: 1250


I think that is exactly what MIchael don't want. If he is decrypting it to a file he is having this file on disc (what he not wants). I think of two solutions: 1: The external decrypt-programm allows DLL-Calls then everything can be done within memory. 2: Following Titans advice: - decrypt to disk, ...

 Forum: Support   Topic: I'm New too scripting and would like some help.

Posted: June 7th, 2005, 9:17 pm 

Replies: 2
Views: 707


At least I found one possible error:

There is missing a RETURN before the line

Code:
*x up::MouseClick, right, , , 1, 0, U

 Forum: Offtopic   Topic: Why have you choosen this Nickname ?

Posted: June 7th, 2005, 8:20 pm 

Replies: 33
Views: 6562


But if you got married,
your nickname should be TLTA (Total Life Time Assistent) :D :D :D

 Forum: Support   Topic: multiple gui buttons??

Posted: June 7th, 2005, 8:16 pm 

Replies: 7
Views: 1126


It was a little hard for me understanding what your code should do. I assume you want to enter the user a 7-digit-number, then send the keys "va45", wait a little, send Enter, send 7-digit-number, send Return. Is this right? Gui, Add, Text, y+35, test Gui, Add, text, x60 y80 w100 h37, Enter 7 digit ...

 Forum: Support   Topic: problem with reading a file !!

Posted: June 7th, 2005, 7:41 pm 

Replies: 6
Views: 900


That was my idea with the little external program.

hiddenop should first call a external util to replace any
Pipe in his lof-file with another character.
Then he can read the file (withut pipes) with AHK.

Was only an idea :?

 Forum: Scripts   Topic: Function-Collection for AHK

 Post subject: New function added
Posted: June 7th, 2005, 6:52 pm 

Replies: 10
Views: 12652


Added:

Function DegToRad(In_Deg)
Function RadToDeg(In_Rad)

 Forum: Support   Topic: Sleep, Varible?

Posted: June 7th, 2005, 4:40 am 

Replies: 6
Views: 888


You have the command Gui, Submit, NoHide twice in you GUI-Definition Normaly this command is NOT used within the GUI-Definition-Section. It is used somewhere after the auto-Execute-Section (after the first return in a script) to receive the contents of control-variables. OutPutVar is a PLACEHOLDER, ...

 Forum: Suggestions   Topic: Edit-Update

Posted: June 7th, 2005, 3:31 am 

Replies: 9
Views: 1633


Again I say "If it is so, then it is so" :oops: I assume DELHPI is using its own controls that allows much more control over the controls and there events. Sorry, but I again and again try to improve AHK, and I only know what I can do with DELPHI (this is my programming-background). It was really ea...

 Forum: Scripts   Topic: Gif-Animation with AHK

Posted: June 7th, 2005, 2:31 am 

Replies: 3
Views: 1441


I replaced my line of code with yours, but nothing happend.
I think I also must add the variable vMyPicture to the first GUI.ADD on top of the script ??

Then the dog runs without adding a picture again and again to the GUI?
Sort by:  
Page 1 of 7 [ Search found 97 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group