| Author |
Message |
Topic: nProtect? |
Moki
Replies: 2
Views: 170
|
Forum: General Chat Posted: Sat Jun 14, 2008 9:45 pm Subject: nProtect? |
| Haven't been around the forums in a while and was just wondering if anyone found a way around nProtect yet? |
Topic: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
Moki
Replies: 13
Views: 647
|
Forum: Ask for Help Posted: Wed May 07, 2008 11:44 pm Subject: Autohotkey compiled script, A Trojan? W32/YahLover.worm |
| if renaming doesn't work then just delete upx.exe all this will do is cause your programs to compile without compression. |
Topic: My Scripts are Viruses? |
Moki
Replies: 6
Views: 209
|
Forum: Ask for Help Posted: Wed May 07, 2008 4:20 pm Subject: My Scripts are Viruses? |
Okay all i did was delete upx.exe and then compiled it and it seems to be fine now. I guess i'll just compile a little larger files now.
If thats the fix its well worth it |
Topic: My Scripts are Viruses? |
Moki
Replies: 6
Views: 209
|
Forum: Ask for Help Posted: Wed May 07, 2008 2:12 pm Subject: My Scripts are Viruses? |
| Okay I have searched through the forums and can't seem to find a fix for the virus being detected there are alot of theories but none seem to work for me is there a thread that has a fix or is it just ... |
Topic: My Scripts are Viruses? |
Moki
Replies: 6
Views: 209
|
Forum: Ask for Help Posted: Wed May 07, 2008 1:47 pm Subject: My Scripts are Viruses? |
| thank you for the advise in the script and for the quick explaination. I guess its just something that has to be lived with .... although the people that I give it away to are griping lol |
Topic: My Scripts are Viruses? |
Moki
Replies: 6
Views: 209
|
Forum: Ask for Help Posted: Wed May 07, 2008 1:31 pm Subject: My Scripts are Viruses? |
After I compile scripts that I have created they get stoped by avast and Mcafee antiviruses saying that they are worms. (I assure you that I have done nothing of the sort)
Any thought's?
One of ... |
Topic: OFF SUBJECT Excel Question CLOSED |
Moki
Replies: 3
Views: 152
|
Forum: General Chat Posted: Wed Apr 30, 2008 6:25 pm Subject: OFF SUBJECT Excel Question CLOSED |
Thank you for your reply
INDIRECT function looks at the whole table for whatever you are trying to find.
(EXAMPLE: INDIRECT("tablename"),columnumberintable)
I figured it out .... ... |
Topic: OFF SUBJECT Excel Question CLOSED |
Moki
Replies: 3
Views: 152
|
Forum: General Chat Posted: Wed Apr 30, 2008 6:08 pm Subject: OFF SUBJECT Excel Question CLOSED |
You guys are the most helpfull community i've ever been involved with and figure who better to ask even though its not AHK related.
I am setting up a spreadsheet in excel at work and am having prob ... |
Topic: F12 = spacebar |
Moki
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 9:22 pm Subject: F12 = spacebar |
You could try ctr+space to activate F12 keystroke to avoid having to cut anything on or off.
^space::{f12}
Just run the script and whenever you hit ctrl+space it will simulate ... |
Topic: F12 = spacebar |
Moki
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 9:16 pm Subject: F12 = spacebar |
space::{f12}
EDIT: Oops I just noticed that you wanted to use space for other things as well |
Topic: reading XML's |
Moki
Replies: 2
Views: 159
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 8:21 pm Subject: reading XML's |
thank what you have posted is perfest I just wanted to know where to start thank you very much  |
Topic: Could someone help me write this simple code? |
Moki
Replies: 13
Views: 172
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 6:54 pm Subject: Could someone help me write this simple code? |
#space::
loop
{
Click Right
sleep 1000
}
Pause::Pause
add this and it will pause when you hit the pause key  |
Topic: Could someone help me write this simple code? |
Moki
Replies: 13
Views: 172
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 6:46 pm Subject: Could someone help me write this simple code? |
this way will use window key + space bar
#space::
loop
{
Click Right
sleep 1000
} |
Topic: Could someone help me write this simple code? |
Moki
Replies: 13
Views: 172
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 6:39 pm Subject: Could someone help me write this simple code? |
| post exactly what you have in your script here |
Topic: Could someone help me write this simple code? |
Moki
Replies: 13
Views: 172
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 6:27 pm Subject: Could someone help me write this simple code? |
try:
^z::
loop
{
Click Right
sleep 1000
} |
| |