MegaRealmScriptV3 (AutoHotKey)

Posts 115 of 28 · Page 1 of 2
MegaRealmScriptV3 (AutoHotKey)
EVERYTHING WORKS IN FULL-SCREEN!
FEATURES:
AUTOLOOT V3 Right mouse click
Drop inv in chest Ctr + D
Pick up chest Ctr + W
Inv swap left arrow for slot 1 down arrow for slot 2
Chat messages F4-6
Set/Send trade msg F7/F8
Pause Ctr + P
Nexus tutorial Ctr + T
select all items in trade Ctr + A
Change quality to low F9 (you have to use this for the script to work)
/tp to /teleport say /tp
Character slot Ctr + R
Server selection Ctr + Y
Turn chat on/off Ctr + H

PICS:
imgur: the simple image sharer
imgur: the simple image sharer

Scans:
Qxxq Realmscript.zip - Jotti's malware scan

Qxxq Realmscript_mpgh.net.zip3 KB · 254 downloads Scanning…
@Hux

Approve pls.
Quote Originally Posted by 6ixth View Post
@Hux

Approve pls.
i was waiting for someone to say it (im not for spamming approvals) but it is taking a long time
Sorry for the late approval guys. Hux is busy and it's pretty much exam season for most of us.

Approved.
Quote Originally Posted by Hero View Post
Sorry for the late approval guys. Hux is busy and it's pretty much exam season for most of us.

Approved.
Me too...just finished now its summer! @Hux can you aprove the autoloot bot v2 its part of the autoloot v1
FIXES IN THE SCRIPT:
SWAP (replace the swap code with this):
Code:
; switch items
Left::
slot = 1
goto swap

Down::
slot = 2
goto swap

; swap function
swap:
MouseGetPos, mousePosX, mousePosY
WinGetPos, , , winSizeX, winSizeY, A
ImageSearch, imageLocX, imageLocY, 0, 0, %winSizeX%, %winSizeY%, img\searchimage.png
MouseClick, Left, imageLocX + (15 * slot) + 18, imageLocY - 55, 2
MouseMove, mousePosX, mousePosY
Return
/tp to /teleport (replace the /tp code with this):
Code:
; convert /tp to /teleport in the game chat
:*:/tp::
SendInput, {Enter}/teleport{Space}
Return
just stole all of kalles code fucking leacher.
Quote Originally Posted by RotMGPLS View Post
just stole all of kalles code fucking leacher.
i used 2 ideas from him, but i did not take his codes.
Example:
kalle's code for /tp to /teleport:
Code:
:*:/tp::
ClipSaved = %clipboard%
clipboard = /teleport
Blockinput, on
Send ^a
Send ^v
Send {space}
Blockinput, off
Sleep 100
clipboard = %ClipSaved%
ClipSaved = 
Return
My code:
Code:
; /tp to /teleport
:*:/tp::
SendInput, {Enter}/teleport{Space}
Return

Kalle's chat code:
Code:
F4::
ClipSaved = %clipboard%
clipboard = He lives and reigns and conquers the world
goto ek
Mine:
Code:
F4::
SendInput, {Enter}He lives and reigns and conquers the world{Enter}
return
Please do not accuse me of stealing, Thanks
Why don't you just manually enter it, ctrl+v.
o_o
Quote Originally Posted by MasterFart View Post
Why don't you just manually enter it, ctrl+v.
o_o
because there are more then one....
what is the res for FS? for me it aint work =( what res u use?
[QUOTE=dg123;8229585]E[QUOTE]

Is the code source public? Too busy to download to check atm..!
[QUOTE=Alde.;8255756][QUOTE=dg123;8229585]E

Is the code source public? Too busy to download to check atm..!
wut... its just a ahk script.
[FONT="Tahoma"][COLOR="Black"][SIZE="2"][QUOTE=dg123;8256224][QUOTE=Alde.;8255756]
Quote Originally Posted by dg123 View Post
E

wut... its just a ahk script.
Maybe he compiled it has an .exe :3
Posts 115 of 28 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?