| Author |
Message |
Topic: putting pictures into your exe? |
happytodd
Replies: 13
Views: 551
|
Forum: Ask for Help Posted: Sat Sep 25, 2010 4:16 am Subject: putting pictures into your exe? |
| I was trying to do this once for a program I made a year or so ago now. To get the picture to work in your app it has to be stored somewhere. It can be stored in the TEMP folder? or you can even insta ... |
Topic: Simple built-in encryptor |
happytodd
Replies: 13
Views: 2225
|
Forum: Scripts & Functions Posted: Thu Mar 18, 2010 7:29 am Subject: Simple built-in encryptor |
This is so awesome, Now I can go around and encrypt every single file I have Yay!
Also, if you put in a different key to decrypt. It seems to encrypt on top of that and you won't be able to rest ... |
Topic: Script for automatically installing fonts |
happytodd
Replies: 5
Views: 495
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 5:00 am Subject: Script for automatically installing fonts |
Bump
I hope someone can help me out. Or would it be easier to just Filecopy?
I read somewhere that its hard to Filecopy a font because it'll duplicate the font or something. How would I g ... |
Topic: Script for automatically installing fonts |
happytodd
Replies: 5
Views: 495
|
Forum: Ask for Help Posted: Sun Dec 13, 2009 3:16 am Subject: Script for automatically installing fonts |
Bump  |
Topic: Script for automatically installing fonts |
happytodd
Replies: 5
Views: 495
|
Forum: Ask for Help Posted: Fri Dec 11, 2009 4:36 am Subject: Script for automatically installing fonts |
Thankyou,
I tried using the AHK one but no luck so far...
I downloaded a font folder that contains a "Font file" which is called VISITOR and I also got two "TrueType Font files" ... |
Topic: Script for automatically installing fonts |
happytodd
Replies: 5
Views: 495
|
Forum: Ask for Help Posted: Fri Dec 11, 2009 2:17 am Subject: Script for automatically installing fonts |
Dear Users/Staff,
I have been making a program, and I want it to have a special font which most people don't have. I was just wondering if there was such a script to automatically install fonts to th ... |
Topic: AutoHotkey.net SiteMap |
happytodd
Replies: 4
Views: 905
|
Forum: General Chat Posted: Tue Dec 08, 2009 2:29 am Subject: AutoHotkey.net SiteMap |
Wow, I'm in that list. Sweet. I'll make a homepage soon if anyone wants to check out mine  |
Topic: how to use autohotkey with GunZ The Duel? |
happytodd
Replies: 9
Views: 1110
|
Forum: Ask for Help Posted: Mon Jun 22, 2009 7:33 am Subject: how to use autohotkey with GunZ The Duel? |
| There is a gunz the duel mouse rebinder. Just google gunz mouse rebinder and there should be a program which emulates most stuff in the game. Its all coded in Autohotkey. |
Topic: Music Player - Song Status |
happytodd
Replies: 0
Views: 586
|
Forum: Ask for Help Posted: Sun May 17, 2009 7:08 am Subject: Music Player - Song Status |
Dear users for a few months now been fixing up my music player here and there. At the moment I have a statusbar that shows the current song playing.
#notrayicon
#SingleInstance force
FileInstall, ... |
Topic: [Game] Frogger |
happytodd
Replies: 12
Views: 2620
|
Forum: Scripts & Functions Posted: Wed Mar 25, 2009 12:08 pm Subject: [Game] Frogger |
Damn this is so awesome, hopefully we can get some people to polish it up aye. Good work though!
Another bug:
When your on the log the log doesn't move you automatically on it. You gotta move left ... |
Topic: Black Background Isn't Black? |
happytodd
Replies: 5
Views: 470
|
Forum: Ask for Help Posted: Mon Mar 09, 2009 1:09 am Subject: Black Background Isn't Black? |
Got to say I love this script. Im definetely going to use it  |
Topic: Cant make a transparent gif file |
happytodd
Replies: 2
Views: 322
|
Forum: Ask for Help Posted: Sun Feb 15, 2009 6:10 am Subject: Cant make a transparent gif file |
| Use a different program? I use Irfanview which is free, just do a google search. |
Topic: Send volume only in GUI |
happytodd
Replies: 2
Views: 398
|
Forum: Ask for Help Posted: Sun Feb 15, 2009 5:41 am Subject: Send volume only in GUI |
Thankyou  |
Topic: Send volume only in GUI |
happytodd
Replies: 2
Views: 398
|
Forum: Ask for Help Posted: Sat Feb 14, 2009 8:12 am Subject: Send volume only in GUI |
Dear users,
I've been experimenting with volume in my music player script.
IncreaseF:
WheelUp::
Send {Volume_Up}
return
DecreaseF:
WheelDown::
Send {Vo ... |
Topic: how to stop a script running? |
happytodd
Replies: 2
Views: 347
|
Forum: Ask for Help Posted: Fri Feb 13, 2009 2:15 pm Subject: how to stop a script running? |
exitapp
should work. |
| |