AHK Duping Macro + Extra Features

Posts 46–60 of 102 · Page 4 of 7
Quote Originally Posted by behnke7 View Post
note if you are a pally you can dupe by yourself if you add this line in red
KeepWinZRunning := true
Send {Space}
Send {Click}
when the mouse is hovering over the accept trade box, this only works on adobe. when using my chrome browser spacebar does not activate special ability. i can set it up to mouse the mouse at lightning speed though to the center of the screen, hit space, and then rush back to original position when f8/f9 was hit though. if you already know how to get it to move to the center of the active window send me the code so i can add it in the next thread i make as an update (sometime later)

just to save me some time, but it's a godo idea and i thought of it, but was lazy

---------- Post added at 06:29 PM ---------- Previous post was at 06:27 PM ----------

Quote Originally Posted by venenosopt View Post
Actually the video of showing how it works would be awsome
i can't edit the original post anymore so wouldn't be much of a point, because new members don't read through post like they should and i'd have to send the link every time. besides, i don't know of any desktop recording software
I seriously do not get how to use this because im a nub. Someone make a thorough text/video tutorial.
Yes please, I dont understand as well! I've entered the script but what do it do next? I reload it then what? What do I press in realm? What am I supposed to be doing?
?
Quote Originally Posted by realmaddict View Post
Yes please, I dont understand as well! I've entered the script but what do it do next? I reload it then what? What do I press in realm? What am I supposed to be doing?
?
you reload and then your done. rightclick is now your spacebar, f1-f4 f6-f7 are customizable quickspeech keys. just use them, thats it.
Quote Originally Posted by Layarion View Post
you reload and then your done. rightclick is now your spacebar, f1-f4 f6-f7 are customizable quickspeech keys. just use them, thats it.
ah okay. How does this help me dupe, or improve the probability of me duping?
I am new to this, I am so lost! Could you add me on skype or something?
you could probably do something like
MouseMove, -20, -30, 0, R
then the line
MouseMove, 20, 30, 0, R
right after
so it would be like

KeepWinZRunning := true
MouseMove, -20, -30, 0, R
Send {Space}
MouseMove, 20, 30, 0, R
Send {Click}

not sure tho
Quote Originally Posted by behnke7 View Post
you could probably do something like
MouseMove, -20, -30, 0, R
then the line
MouseMove, 20, 30, 0, R
right after
so it would be like

KeepWinZRunning := true
MouseMove, -20, -30, 0, R
Send {Space}
MouseMove, 20, 30, 0, R
Send {Click}

not sure tho
Done. Got a dupe on the second try, but the rate is about the same. Still, makes the script look cooler.

Code:
KeepWinZRunning := true
MouseGetPos, MouseX, MouseY
MouseMove, -400, -300, 0, R
Send {Space}
MouseMove, %MouseX%, %MouseY%, 0
Send {Click}
Loop



is there a quickbutton for [highlight] bbc code? it's not obvious to me if there is.

---------- Post added at 10:27 PM ---------- Previous post was at 10:21 PM ----------

Quote Originally Posted by realmaddict View Post
ah okay. How does this help me dupe, or improve the probability of me duping?
I am new to this, I am so lost! Could you add me on skype or something?
adding you to skype would subject me to annoying 13 yearolds. it increases the probably of duping by providing more consistency and speed than the human hand could with no error. also, it relieves headaches because there is less for you to do.

say your doing your normally dupe. you have A standing on gh, B initiates a trade, A accepts, and selects all items. B then accepts trade, and waits for A's approval. Normally you would mouse over to A, hit trade and instantly start smashing 0 as fast as you could hoping all goes well.

the script goes be to "B then accepts trade, and waits for A's approval" and this time, when you mouse over to A and have the pointer over Trade button, you just hit F8 and the script clicks trade and smashes 0 for you at a speed you couldn't compete with. so that's about it, sounds simple but it does alot.
Error at line 111
Line Text: Send:: {space down}
Error Invalid hotkey.

on ROTMGFullFeatured.ahk
but works fine with ROTMGDuping.ahk
i need a video tutorial
Quote Originally Posted by natmahamat View Post
what is akh?
AHK is AutoHotKey

---------- Post added at 06:31 PM ---------- Previous post was at 06:31 PM ----------

Quote Originally Posted by Nano232 View Post
how to use this??
Pls take time to read the first post and then try it on your own like all the other people here you'll get it to work like me...
how to use this??
its giving me an error when i try yot load the script none of the definitions are correct it says
Posts 46–60 of 102 · Page 4 of 7
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?