| Author |
Message |
Topic: Another Color Selector... |
1991
Replies: 5
Views: 1777
|
Forum: Scripts & Functions Posted: Thu Oct 19, 2006 9:11 pm Subject: Another Color Selector... |
Good idea nick,
I added altsubmit, and the following appears to work fine:
Note: another bug has been fixed. When the user doesn't have a colorpick.ini, the sliders defaulted to 14.
; Language& ... |
Topic: Another Color Selector... |
1991
Replies: 5
Views: 1777
|
Forum: Scripts & Functions Posted: Thu Oct 19, 2006 2:28 am Subject: Another Color Selector... |
Update 2 Features:
-Accepts, stores, and saves values! (New)
-Shows RGB addition by seperating each color.
-Allows two colors to be saved
-Easily switches between the two colors using radio button ... |
Topic: Another Color Selector... |
1991
Replies: 5
Views: 1777
|
Forum: Scripts & Functions Posted: Tue Oct 17, 2006 5:53 am Subject: Another Color Selector... |
I recently made this because I only found one working eample of a color selector. I bet the second one (on autohotkey.net) was better, yet it doesnt seem to exist on the server. Anyway here it is:
... |
Topic: (Random) Change Google talk status message |
1991
Replies: 3
Views: 467
|
Forum: Scripts & Functions Posted: Sat Sep 09, 2006 5:42 am Subject: (Random) Change Google talk status message |
I decided to pst this small code snippet because this was very time consuming and difficult.
Possible uses:
-timestamp messages visible to recipent only.
-random sayings that can be differentiate ... |
Topic: Changing the mouse cursor |
1991
Replies: 9
Views: 1366
|
Forum: Ask for Help Posted: Sat Sep 02, 2006 4:37 pm Subject: Changing the mouse cursor |
The following should fix the bug where the cross is kept after you close the script.
cursor=0
NULL=
IDC_APPSTARTING := 32650
IDC_HAND := 32649
IDC_ARROW := 32512
IDC_CROSS ... |
Topic: simple binary file read/write functions |
1991
Replies: 60
Views: 7437
|
Forum: Scripts & Functions Posted: Fri Jul 07, 2006 9:55 pm Subject: simple binary file read/write functions |
What about appending?
I tried -0 (just too see , I know 0=-0)
-overwrites file
I tried -1
-overwrites the last byte
I tried 1
-overwrites all but the first byte
(And I was too lazy ... |
Topic: Music? Hypnotic tones? Alien communication? you decide. |
1991
Replies: 4
Views: 1317
|
Forum: Scripts & Functions Posted: Sun Jul 02, 2006 6:17 am Subject: Music? Hypnotic tones? Alien communication? you decide. |
I can never be on one topic.
Must make new code!
Interesting (music? code? etc.) based on the fibbonacci rabbit sequence (see code for website)
Not entirely my idea though. See the site ... |
Topic: Animated Splash Screens |
1991
Replies: 15
Views: 4054
|
Forum: Scripts & Functions Posted: Tue Jun 27, 2006 11:26 pm Subject: Animated Splash Screens |
argh!
Why didn't I find this earlier?!? >pathetic 5-year old stomp<
for my loading animation, I used an image-changing loop on a fullscreen gui, and a dropping effect.
see
Loop
... |
Topic: Keyboard LED control (capslock/numlock/scrolllock lights) |
1991
Replies: 14
Views: 3875
|
Forum: Scripts & Functions Posted: Tue Jun 27, 2006 11:03 pm Subject: Keyboard LED control (capslock/numlock/scrolllock lights) |
cool.
way cool.
an interesting thing to do is to make a kind of "light tester"
with the following code the lights blink approximately at 60hz, thus if the keyboard is near a fast sw ... |
Topic: Password Protection Using a dynamic keyboard |
1991
Replies: 13
Views: 1962
|
Forum: Scripts & Functions Posted: Wed Jun 21, 2006 7:13 am Subject: Password Protection Using a dynamic keyboard |
I am not sure I understand your points about the safe list. Do you want the password entry program to check if a password sniffer is running and scream if an unknown process is found?
sorry if I wa ... |
Topic: Game Guard |
1991
Replies: 14
Views: 4241
|
Forum: Ask for Help Posted: Wed Jun 21, 2006 6:37 am Subject: Game Guard |
Check and see if this code can catch the 'hidden process'
(I can't remember where I got the original script, but to whoever made it, I thank them.)
G.G. might just be removing itself form the ta ... |
Topic: Password Protection Using a dynamic keyboard |
1991
Replies: 13
Views: 1962
|
Forum: Scripts & Functions Posted: Mon Jun 19, 2006 10:31 pm Subject: Password Protection Using a dynamic keyboard |
wow. You gave a lot to reply to. ill try to respond.
This attack can be programmed in AHK, but needs a little improvement, because you cannot save a screenshot to a file 5 times a second.
Nor c ... |
Topic: Password Protection Using a dynamic keyboard |
1991
Replies: 13
Views: 1962
|
Forum: Scripts & Functions Posted: Sun Jun 18, 2006 10:27 pm Subject: Password Protection Using a dynamic keyboard |
Nice simplification, Laszlo.
Im going to put many different types of my code online in one final master version beacuse of simple differences in opinion which I dont want to argue.
http://stokes ... |
Topic: Password Protection Using a dynamic keyboard |
1991
Replies: 13
Views: 1962
|
Forum: Scripts & Functions Posted: Sun Jun 18, 2006 10:05 am Subject: Password Protection Using a dynamic keyboard |
| Code Below |
Topic: Password Protection Using a dynamic keyboard |
1991
Replies: 13
Views: 1962
|
Forum: Scripts & Functions Posted: Sun Jun 18, 2006 9:57 am Subject: Password Protection Using a dynamic keyboard |
Page simplification in process...
I made a mistke posting eash version, Sorry moderators |
| |