AutoHotkey Community

It is currently May 24th, 2012, 12:24 am

All times are UTC [ DST ]


Search found 23 matches
Search these results:

Author Message

 Forum: Offtopic   Topic: Avoid decompiling

 Post subject: Re: MMBS
Posted: November 18th, 2010, 1:59 pm 

Replies: 16
Views: 900


SuiBom wrote:
hugov wrote:
newuser wrote:
We just have to wait.
Wait until it is reversed engineered again you mean :D

:lol: It didn't hurt the author of AutoHotkey.


It sure as hell hurt me. :cry:

Waiting patiently for your next revision completion. :wink:

 Forum: Custom   Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey

Posted: November 16th, 2010, 11:16 am 

Replies: 551
Views: 102488


Frankie wrote:
IronAHK.net wrote:
To get started read the quick-start tutorial.
Do you know that this links to a blank page?
Just checking :D


Agree, it is indeed a blank page. :cry:

 Forum: Offtopic   Topic: Avoid decompiling

Posted: November 16th, 2010, 11:15 am 

Replies: 16
Views: 900


It's frustrating that after months of work it's so easy to decompile. I am using the autohotkey_l version, i compiled with a long password, tried hotkeycama. Nothing works, every variation can get decompiled within seconds. Any ideas regarding this would be appreciated. I know it's always possible ...

 Forum: Support   Topic: HotkeyCamo OR ahk2exe with password? -prevent decoding

Posted: November 13th, 2010, 1:24 pm 

Replies: 11
Views: 619


So what you suggest to do to make decoding harder? Another method, someone once mention(forgot who :?: ), break those important codes into small pieces of code encrypt each small code differently(which I never understand//figure out/know how to do it properly). So that if anyone manage to get the s...

 Forum: Offtopic   Topic: Avoid decompiling

Posted: November 13th, 2010, 1:12 pm 

Replies: 16
Views: 900


Frankie wrote:
HotkeyCamo is a tool created to do just this.


If want to use HotkeyCamo, you have to wait for the next revision but wasn't sure when.

In meantime, how about IronAHK?

 Forum: Custom   Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey

Posted: February 16th, 2010, 5:14 am 

Replies: 551
Views: 102488


Titan,

Can I know which version of dotnet framework is supported in IronAHK since Im currently using framework 2.0sp1 but the compiler came out with a blank box window if I drag the scite testsuite.ahk script into it. :?:

 Forum: Support   Topic: Gui, Edit - Transparency 255

Posted: December 30th, 2009, 6:57 pm 

Replies: 4
Views: 339


Thank you!! I have written itself!! My programm BLOCK Desctop (ChildGuardian)!!! (for exit "Ctrl+Alt+1" or enter qwe qwe) gui, +owner Gui, Add, Picture, x-4 y0 w1285 h1024 , C:\WINDOWS\Web\Wallpaper\Bliss.bmp Gui, -Caption Gui, Show, x0 y0 maximize, --- Ed1x := 170 Ed1y := 287 Ed2x := 170 ...

 Forum: Support   Topic: Close an AHK script using another AHK script

Posted: June 22nd, 2009, 6:44 am 

Replies: 4
Views: 240


THANKS it works :D

 Forum: Support   Topic: Close an AHK script using another AHK script

Posted: June 22nd, 2009, 1:30 am 

Replies: 4
Views: 240


How to close an AHK script, using another AHK script?

Let's say I have script1 and script2. script1 contains the hotkey to close script2.

Thanks.

 Forum: Support   Topic: Form Filler-cant i just insert tabs into clipboard b4 paste?

Posted: February 6th, 2009, 2:40 am 

Replies: 2
Views: 366


I have a bulk of text i want to insert into a web form and i dont want to use a hotkey just regular paste, i was thinking if there's a way to add tabs into the clipboard to replace the `r`n so that when i paste, it will paste out across the boxes, ie: Paste line 1 from clipboard TAB to next control ...

 Forum: Support   Topic: Can we assign arbitrary edit box numbers to our controls?

Posted: February 4th, 2009, 5:08 am 

Replies: 3
Views: 446


I used SmartGUI to make the code below. It's basically a GUI for 2 edit boxes and WinSpy reports that they are referred to as Edit1 and Edit2 - i was just wondering if i could change that, to say Edit 47 and Edit48 for example and how? Gui, Add, Edit, x86 y30 w100 h30 , Edit Gui, Add, Edit, x86 y70 ...

 Forum: Support   Topic: .txt question

 Post subject: .txt question
Posted: December 11th, 2007, 2:09 am 

Replies: 2
Views: 234


Could someone please show me how to dump entire contents of a .txt file into a non-array variable?, so it just appears verbatim of what is in it, such as if I did a MsgBox, %Contents% ? :o)

 Forum: Support   Topic: Hotkeys with loops help

 Post subject: thanks
Posted: September 11th, 2007, 12:04 am 

Replies: 4
Views: 141


ah ok thanks one more problem is was noticing its repeating some of the lines...the hotkeys seem to be interfering with it 015: i += 1 016: FileReadLine,LINE,%File%,%i% 017: Send,%LINE% (0.11) 018: Sleep,100 006: File = %A_scriptdir%\file.txt 007: i = 0 009: FileReadLine,LINE,%File%,%i% 010:...

 Forum: Support   Topic: Hotkeys with loops help

 Post subject: Hotkeys with loops help
Posted: September 10th, 2007, 10:41 pm 

Replies: 4
Views: 141


I made this script to read lines in a text file. Goal is to read one line when hotkey shift+a is pressed and read the next one if repeated but read the same line as last if hotkey shift+q is pressed...in my script the forward loop works but the shift+q resets the I count +w:: File=%A_scriptdir%\text...

 Forum: Support   Topic: Is this line valid in OnClipboardChange

 Post subject: I have tried that
Posted: July 7th, 2006, 6:47 pm 

Replies: 5
Views: 269


but it still always paste the last clipboard. The first two clipboard are lost in the middle of it.
Sort by:  
Page 1 of 2 [ Search found 23 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group