AetherCollective / JustAsk

JustAsk for MapleStory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions:

  • Extract into a separate folder and run the exe. The first run will install the necessary files and setup this program.
  • You will be prompted to set your keybinds. If you wish to reset these keybinds, delete the JustAsk.ini file.

How to use:

  • Just have anyone in PARTY chat say "hs" or "bless" (without quotes) and your character will use those skills.
  • You can say "commands" for an entire list of commands.
  • The command "fix100" will fix buffs not being applied. This is to counteract the 100 attack limitation.
  • The commands "partyinvite" and "leaveparty" can be used to regain control of a dead party.
  • These Party Management Commands only work in all chat with no quote rings and must be sent in lowercase.
  • You muse have ClearType enabled on Windows XP machines. Learn More

Command List:

Party Chat Commands:

  • hs (Holy Symbol)(EXP Buff)
  • bless (Advanced Blessing/Bless)
  • dispel
  • door (Mystic Door)
  • fountain (Holy Fountain)
  • heal
  • genesis (+15% All Stats)
  • maplewarrior
  • mw (same as maplewarrior, only shortened.)
  • revive
  • shell (Holy Magic Shell) (Blocks 10 instances of damage)
  • fix100 (Fixes buffs not being applied.)
  • commands (Displays this command list in game.)

All Chat Commands: (Party Management Commands)

  • partyinvite (Accepts a pending party invite)
  • leaveparty (Leaves the current party)

How it works:

This program searches for command in chat bubbles above players head. If it finds a command it uses that command. The chat bubble must be unobscured.

Logging

This program is capable of logging it usage when Logging = True is set in JustAsk.ini. When True, JustAsk.log is created in the same directory as the executable. You can open this log file with notepad and see which commands are being used and how often.

How to configure the INI File:

[keys]
hs = {space}
sit = t

  • In this Example, we can see that Holy symbol is set to Space.
  • If you set sit = off then the sit function will not be used.

Keys:

If using the program to configure your keybinds, do not surround your key with {}.

What to put in the INI File and the resulting keypress
a a
b b
+c Shift+c
!d Alt+d
^e Ctrl+e
#f Windows+f
^!+#g Ctrl+Alt+Shift+Windows+g
1 1
{!} !
{#} #
{+} +
{^} ^
{{} {
{}} }
{SPACE} SPACE
{ENTER} ENTER key (not the numpad enter)
{ALT} ALT
{BACKSPACE} or {BS} BACKSPACE
{DELETE} or {DEL} DELETE
{UP} Up arrow
{DOWN} Down arrow
{LEFT} Left arrow
{RIGHT} Right arrow
{HOME} HOME
{END} END
{ESCAPE} or {ESC} ESCAPE
{INSERT} or {INS} INS
{PGUP} PageUp
{PGDN} PageDown
{F1} - {F12} Function keys
{TAB} TAB
{PRINTSCREEN} Print Screen key
{LWIN} Left Windows key
{RWIN} Right Windows key
{NUMLOCK on} NUMLOCK (on/off/toggle)
{CAPSLOCK off} CAPSLOCK (on/off/toggle)
{SCROLLLOCK toggle} SCROLLLOCK (on/off/toggle)
{BREAK} for Ctrl+Break processing
{PAUSE} PAUSE
{NUMPAD0} - {NUMPAD9} Numpad digits
{NUMPADMULT} Numpad Multiply
{NUMPADADD} Numpad Add
{NUMPADSUB} Numpad Subtract
{NUMPADDIV} Numpad Divide
{NUMPADDOT} Numpad period
{NUMPADENTER} Enter key on the numpad
{APPSKEY} Windows App key
{LALT} Left ALT key
{RALT} Right ALT key
{LCTRL} Left CTRL key
{RCTRL} Right CTRL key
{LSHIFT} Left Shift key
{RSHIFT} Right Shift key
{SLEEP} Computer SLEEP key
{ALTDOWN} Holds the ALT key down until {ALTUP} is sent
{SHIFTDOWN} Holds the SHIFT key down until {SHIFTUP} is sent
{CTRLDOWN} Holds the CTRL key down until {CTRLUP} is sent
{LWINDOWN} Holds the left Windows key down until {LWINUP} is sent
{RWINDOWN} Holds the right Windows key down until {RWINUP} is sent
{ASC nnnn} Send the ALT+nnnn key combination
{BROWSER_BACK} Select the browser "back" button
{BROWSER_FORWARD} Select the browser "forward" button
{BROWSER_REFRESH} Select the browser "refresh" button
{BROWSER_STOP} Select the browser "stop" button
{BROWSER_SEARCH} Select the browser "search" button
{BROWSER_FAVORITES} Select the browser "favorites" button
{BROWSER_HOME} Launch the browser and go to the home page
{VOLUME_MUTE} Mute the volume
{VOLUME_DOWN} Reduce the volume
{VOLUME_UP} Increase the volume
{MEDIA_NEXT} Select next track in media player
{MEDIA_PREV} Select previous track in media player
{MEDIA_STOP} Stop media player
{MEDIA_PLAY_PAUSE} Play/pause media player
{LAUNCH_MAIL} Launch the email application
{LAUNCH_MEDIA} Launch media player
{LAUNCH_APP1} Launch user app1
{LAUNCH_APP2} Launch user app2

About

JustAsk for MapleStory

License:MIT License


Languages

Language:AutoIt 100.0%