| Author |
Message |
Topic: World of Warcraft Scripts |
argneo
Replies: 64
Views: 24330
|
Forum: Scripts & Functions Posted: Fri Nov 28, 2008 2:55 pm Subject: World of Warcraft Scripts |
| Just to clarify what someone sayd before... you DON'T need more than 1 copy of the game to play in NON-Blizzard Servers... You need 2 copys if you are playing 2 chars that require 2 serials... |
Topic: Autofire |
argneo
Replies: 14
Views: 317
|
Forum: Ask for Help Posted: Thu Nov 27, 2008 8:10 pm Subject: Autofire |
I love to see how some ppl would do anything to get an edge on WoW... even learn autohotkey ... oh wait!!... I sorta did that  |
Topic: world of warcraft and controllers |
argneo
Replies: 3
Views: 132
|
Forum: Ask for Help Posted: Wed Nov 12, 2008 5:45 pm Subject: world of warcraft and controllers |
| I think there was something for this some time ago... use search... |
Topic: character search in cell of excel |
argneo
Replies: 13
Views: 393
|
Forum: Ask for Help Posted: Wed Oct 08, 2008 1:01 am Subject: character search in cell of excel |
I Did it
Esc::Reload
F4::
{
loop
{
c = 0
d = 0
Sleep, 100
Send, {F2}
Sleep, 100
Send, {CTRLDOWN}{SHIFTDOWN}{HOME} ... |
Topic: character search in cell of excel |
argneo
Replies: 13
Views: 393
|
Forum: Ask for Help Posted: Tue Oct 07, 2008 9:01 pm Subject: character search in cell of excel |
Last update
Esc::ExitApp
F4::
{
loop
{
b = ""
c = 0
d = 0
Sleep, 100
Send, {F2}
Sleep, 100
Send, {CTRLDOWN}{SHIFTDOWN ... |
Topic: character search in cell of excel |
argneo
Replies: 13
Views: 393
|
Forum: Ask for Help Posted: Tue Oct 07, 2008 3:02 pm Subject: character search in cell of excel |
Not sure what you did there tank... ... I just want to select the text between " and mark it somehow... blue, bold, anything... |
Topic: mapping arrow keys for dual boxing |
argneo
Replies: 1
Views: 108
|
Forum: Ask for Help Posted: Fri Oct 03, 2008 8:23 pm Subject: mapping arrow keys for dual boxing |
| Try the post on my sig... |
Topic: character search in cell of excel |
argneo
Replies: 13
Views: 393
|
Forum: Ask for Help Posted: Fri Oct 03, 2008 8:22 pm Subject: character search in cell of excel |
Pretty much...
Latest attempt
F4::
{
i:=0
a:=0
Sleep, 100
Send, {F2}{CTRLDOWN}{SHIFTDOWN}{HOME}{SHIFTUP}C{CTRL ... |
Topic: character search in cell of excel |
argneo
Replies: 13
Views: 393
|
Forum: Ask for Help Posted: Fri Oct 03, 2008 6:56 pm Subject: character search in cell of excel |
This is what i'm using now... but it's too "hardcoded"... too "manual"... and it takes for ever...
F6::
{
loop
{
a:=0
le:=0
exvar:=0
Sleep ... |
Topic: character search in cell of excel |
argneo
Replies: 13
Views: 393
|
Forum: Ask for Help Posted: Fri Oct 03, 2008 6:53 pm Subject: character search in cell of excel |
Basically... the cell looks like my example on the first post
(I'm a tester )
1) Select a product
2) Select "add to cart"
3) Modify the current number from the "Quantity" ... |
Topic: character search in cell of excel |
argneo
Replies: 13
Views: 393
|
Forum: Ask for Help Posted: Fri Oct 03, 2008 6:07 pm Subject: character search in cell of excel |
Thanx for the help there Scott...
This is what i have so far...
F4::
{
Sleep, 100
Send, {F2}{CTRLDOWN}{SHIFTDOWN}{HOME}{SHIFTUP}C& ... |
Topic: character search in cell of excel |
argneo
Replies: 13
Views: 393
|
Forum: Ask for Help Posted: Fri Oct 03, 2008 2:55 pm Subject: character search in cell of excel |
Hi guys... i'm sory to get to this, but i've done a search in some previous posts and have not found the answer to my doubt.
What i want to do is simple... i have hundreds of cells with steps like:
... |
Topic: Validating clipboard = " " |
argneo
Replies: 5
Views: 136
|
Forum: Ask for Help Posted: Fri Jul 25, 2008 8:22 pm Subject: Validating clipboard = " " |
| ahhhhhhhhggrrrrrrrrrr... i knew it was simple XD... thx! |
Topic: Validating clipboard = " " |
argneo
Replies: 5
Views: 136
|
Forum: Ask for Help Posted: Fri Jul 25, 2008 8:18 pm Subject: Validating clipboard = " " |
i'm trying to validate if the value of the clipboard is a space and i just can't seem to unravel this mystery ...
if clipboard = ' '
if clipboard =
if clipboard = " "
;; do ... |
Topic: WoW scripts for a newbie |
argneo
Replies: 3
Views: 166
|
Forum: Ask for Help Posted: Fri Jul 25, 2008 8:14 pm Subject: WoW scripts for a newbie |
You did a search and still don't know how to do it?
Go to the post of my signature... and read it all. Is not that long... but has usefull information for you. |
| |