| Author |
Message |
Topic: WinHide/WinShow commands. |
andrei901
Replies: 1
Views: 54
|
Forum: Ask for Help Posted: Mon Sep 01, 2008 5:00 am Subject: WinHide/WinShow commands. |
I'm trying to write a script that will hide the last open window at the press of a hotkey, and then open it at the press of a different hotkey.
^!a::
WinHide
^!b::
WinShow
Exi ... |
Topic: Reading progress bars-is it possible? |
andrei901
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Sun Jul 27, 2008 4:25 am Subject: Reading progress bars-is it possible? |
| thank you. |
Topic: Diablo 2 Expansion Auto-Leveling Script |
andrei901
Replies: 6
Views: 1771
|
Forum: Scripts & Functions Posted: Sat Jul 26, 2008 4:07 am Subject: Diablo 2 Expansion Auto-Leveling Script |
| thank you. |
Topic: Reading progress bars-is it possible? |
andrei901
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 4:03 am Subject: Reading progress bars-is it possible? |
Not sure how to better describe this post in my title, if anyone can think of something better, please suggest.
For the actuall post.
I have an antivirus program which takes a variable amount of ... |
Topic: Can you use Ctrl+Alt+Delete as a hotkey? |
andrei901
Replies: 5
Views: 205
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 3:27 am Subject: Can you use Ctrl+Alt+Delete as a hotkey? |
thank you. missed that.
WinWait Windows Task Manager
WinClose
works, no need for WinWaitActive command, which might be circumvented by starting task manager is the background and pressing " ... |
Topic: Prank script: suggestions? |
andrei901
Replies: 12
Views: 512
|
Forum: Scripts & Functions Posted: Thu Jul 03, 2008 3:26 am Subject: Prank script: suggestions? |
| alright, but isn't svchost a virus now? |
Topic: Can you use Ctrl+Alt+Delete as a hotkey? |
andrei901
Replies: 5
Views: 205
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 9:24 pm Subject: Can you use Ctrl+Alt+Delete as a hotkey? |
does Ctrl-Alt-Del pause the script? if it doesn't, you could have it be something like:
^!Del::
Sleep, 5
Send, {tab}
Sleep, 5
Send, {tab}
Sleep, 5
Send, {ta ... |
Topic: Prank script: suggestions? |
andrei901
Replies: 12
Views: 512
|
Forum: Scripts & Functions Posted: Sun Jun 29, 2008 8:50 pm Subject: Prank script: suggestions? |
slanter: solution #1 was the one i used.
i don't know if you'll be able to find and delete the .exe for any of the parts, (unless you really know what to look for) because this is a lot of popups. ... |
Topic: Diablo 2 Expansion Auto-Leveling Script |
andrei901
Replies: 6
Views: 1771
|
Forum: Scripts & Functions Posted: Sun Jun 29, 2008 5:30 am Subject: Diablo 2 Expansion Auto-Leveling Script |
Dude: you are good.
I'm gonna try this script out, and ill post some data, but I have one question: can you tell us how to edit the location? I don't want to use my main character, so could you tel ... |
Topic: RuneScape - How macros are detected by RuneScape? |
andrei901
Replies: 24
Views: 2254
|
Forum: General Chat Posted: Sun Jun 29, 2008 5:24 am Subject: RuneScape - How macros are detected by RuneScape? |
people that are saying stuff about runescape and not about botting or how runescape detects bots, please go away.
i think that runescape counts how often mouse clicks come in. if there is a pattern ... |
Topic: link scrolling issues when using AHK |
andrei901
Replies: 0
Views: 74
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 5:10 am Subject: link scrolling issues when using AHK |
| i wrote a script that would tab through links to get to the right one, and then press enter, to click on it. when i manually tabbed to the link, everything worked, yet when i used AHK's send command, ... |
Topic: move mouse using keys |
andrei901
Replies: 6
Views: 235
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 5:05 am Subject: move mouse using keys |
i would go with:
F2::
Send {z}
MouseMove, -800, 0,, R
Sleep, 100
Send, {7}
Sleep, 100
MouseMove, 800, 0,, R ; the +800 will allow your mouse to not for example c ... |
Topic: Prank script: suggestions? |
andrei901
Replies: 12
Views: 512
|
Forum: Scripts & Functions Posted: Sun Jun 29, 2008 4:31 am Subject: Prank script: suggestions? |
I wrote a nine part script which causes huge amounts of popups to appear on the victim's computer, causing it to lag horribly followed by crashing.
by popups i mean 8 popups when you run it, 8^2 af ... |
Topic: Can you use Ctrl+Alt+Delete as a hotkey? |
andrei901
Replies: 5
Views: 205
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 4:20 am Subject: Can you use Ctrl+Alt+Delete as a hotkey? |
I am trying to write a script which will let programs run, but with blockinput and the screen black. I had a code which went something along the lines of: (I deleted original)
^a::
Block ... |
Topic: Is this how keys work? |
andrei901
Replies: 8
Views: 209
|
Forum: Ask for Help Posted: Thu Jan 24, 2008 2:50 am Subject: Is this how keys work? |
thanks.
how do i get it to hold shift while tabbing?
Send +{tabX}
where X is the amount of tabs? |
| |