Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6
ZezeniaHelper
Results 1 to 10 of 10

Thread: ZezeniaHelper

  1. #1

    ZezeniaHelper

    Hello, feel free to use my little zezenia tool - Zezenia Helper (based on Autohotkey). Remember that you must install newest version of Aoutohotkey (http://ahkscript.org/download/).


    Some combo profiles are available - just choose your profile from list, and click 0 at Numpad to load combo.
    Aditionally I add possibility to remap mouse buttons with Zezenia's hotkeys. Easy as hell. Just use mouse scroll for 3 extra spells :]

    How to compile your macro?
    To create a new script:
    1. Download and install AutoHotkey.
    2. Right-click an empty spot on your desktop or in a folder of your choice.
    3. In the menu that appears, select New -> AutoHotkey Script.
    4. Type a name for the file, ensuring that it ends in .ahk. For example: ZezeniaHelper.ahk.
    5. Right-click the file and choose Edit Script.
    6. Copy/paste source from pastebin link.
    7. Save and close file.
    8. Right-click on file, select -> Compile script.
    How to change hotkey of combos?
    1. Edit your script in notepad.
    2. Change every 'Numpad0' to other hotkey from this list
    3. Save and close file, than compile it.
    Source Code
    Code:
    Gui, Main:new, HwndMainHwnd, Cmb
    Gui, Add, GroupBox, x10 y6 w300 h300 R6, Combo Profile
    Gui, Add, Radio, vIsFullCombo  gCombo xp+10 yp+20 Group,  Full Combo (F12 - F11 - F10 - F9)
    Gui, Add, Radio, vIsFullCombo2 gCombo, Double Full Combo (F12 - F11 - F10 - F9)
    Gui, Add, Radio, vIsShortCombo gCombo, Ranger Combo (2 spells, just F12 - F11)
    Gui, Add, Radio, vIsShortCombo2 gCombo, Double Ranger Combo (2 spells, just F12 - F11)
    Gui, Add, Radio, vIsShortCombo3 gCombo, Triple Ranger Combo (2 spells, just F12 - F11)
    Gui, Add, Radio, vIsOpenCombo  gComBo, Short Combo (3 spells, just F12 - F11 - F10)
     
    Gui, Add, GroupBox, x10 w300 h100 R4, Mouse Hotkeys
    Gui, Add, CheckBox, xp+10 yp+20 vIsMButton   gMidButton,       ScrollClick instead of F1
    Gui, Add, CheckBox,             vIsWheelUp   gWheelUpButton,   ScrollUp instead of F2
    Gui, Add, CheckBox,             vIsWheelDown gWheelDownButton, ScrollDown instead of F3
    Gui, Show
    return
     
    MainGuiClose:
    MainGuiEscape:
    MainButtonCancel:
            Gui, Main:Destroy
            ExitApp
     
    Combo:
            Gui, Submit, NoHide
            return
     
    MidButton:
            Gui, Submit, NoHide
            return
     
    WheelUpButton:
            Gui, Submit, NoHide
            return
     
    WheelDownButton:
            Gui, Submit, NoHide
            return
     
    #If, IsFullCombo
    Numpad0::
    Loop,1
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    Send {F10}
    Sleep 1051
    Send {F9}
    Sleep 500
    SoundPlay, %A_WinDir%\Media\ding.wav
    }
    Return
     
    #If, IsFullCombo2
    Numpad0::
    Loop,2
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    Send {F10}
    Sleep 1051
    Send {F9}
    Sleep 1051
    }
    Return
     
    #If, IsShortCombo
    Numpad0::
    Loop,1
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 600
    SoundPlay, %A_WinDir%\Media\ding.wav
    }
    Return
     
    #If, IsShortCombo2
    Numpad0::
    Loop,2
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    }
    Return
     
    #If, IsShortCombo3
    Numpad0::
    Loop,3
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    }
    Return
     
    #If, IsOpenCombo
    Numpad0::
    Loop,1
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    Send {F10}
    Sleep 600
    SoundPlay, %A_WinDir%\Media\ding.wav
    }
    Return
     
    #If, IsMButton
    MButton::F1
     
    #If, IsWheelUp
    WheelUp::
    Loop,1
    {
    Send {F2}
    Sleep 250
    }
     
    #If, IsWheelDown
    WheelDown::
    Loop,1
    {
    Send {F3}
    Sleep 250
    }
    Cheers!
    Last edited by ZezeniaHelper; 10-30-2014 at 07:53 PM. Reason: unstructions

  2. #2
    Member
    Join Date
    Sep 2013
    Location
    USA
    Posts
    95
    You should add the option to change the hotkeys to something else.

  3. #3
    Well, source added to 1st post. Later I will add instructions how to change buttons, how to compile script.
    Last edited by ZezeniaHelper; 05-18-2014 at 10:40 AM.

  4. #4
    Junior Member
    Join Date
    May 2013
    Posts
    17
    i followed every step carefully, but it only loads the first spell to me.

    This is what i got in the scripts;

    _____________________________

    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    ; #Warn ; Enable warnings to assist with detecting common errors.
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

    Gui, Main:new, HwndMainHwnd, Zezenia Helper
    Gui, Add, GroupBox, x10 y6 w300 h300 R6, Combo Profile
    Gui, Add, Radio, vIsFullCombo gCombo xp+10 yp+20 Group, Full Combo (F12 - F11 - F10 - F9)
    Gui, Add, Radio, vIsFullCombo2 gCombo, Double Full Combo (F12 - F11 - F10 - F9)
    Gui, Add, Radio, vIsShortCombo gCombo, Ranger Combo (2 spells, just F12 - F11)
    Gui, Add, Radio, vIsShortCombo2 gCombo, Double Ranger Combo (2 spells, just F12 - F11)
    Gui, Add, Radio, vIsShortCombo3 gCombo, Triple Ranger Combo (2 spells, just F12 - F11)
    Gui, Add, Radio, vIsOpenCombo gComBo, Short Combo (3 spells, just F12 - F11 - F10)

    Gui, Add, GroupBox, x10 w300 h100 R4, Mouse Hotkeys
    Gui, Add, CheckBox, xp+10 yp+20 vIsMButton gMidButton, ScrollClick instead of F1
    Gui, Add, CheckBox, vIsWheelUp gWheelUpButton, ScrollUp instead of F2
    Gui, Add, CheckBox, vIsWheelDown gWheelDownButton, ScrollDown instead of F3
    Gui, Show
    return

    MainGuiClose:
    MainGuiEscape:
    MainButtonCancel:
    Gui, Mainestroy
    ExitApp

    Combo:
    Gui, Submit, NoHide
    ToolTip, Combo %IsFullComBo% %IsFullComBo2% %IsShortComBo% %IsOpenComBo%
    return

    MidButton:
    Gui, Submit, NoHide
    ToolTip, MButton %IsMButton%
    return

    WheelUpButton:
    Gui, Submit, NoHide
    ToolTip, WheelUp %IsWheelUp%
    return

    WheelDownButton:
    Gui, Submit, NoHide
    ToolTip, WheelDown %IsWheelDown%
    return

    #If, IsFullCombo
    Numpad0::
    Loop,1
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    Send {F10}
    Sleep 1051
    Send {F9}
    Sleep 600
    SoundPlay, %A_WinDir%\Media\ding.wav
    }
    Return

    #If, IsFullCombo2
    Numpad0::
    Loop,2
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    Send {F10}
    Sleep 1051
    Send {F9}
    Sleep 1051
    }
    Return

    #If, IsShortCombo
    Numpad0::
    Loop,1
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 600
    SoundPlay, %A_WinDir%\Media\ding.wav
    }
    Return

    #If, IsShortCombo2
    Numpad0::
    Loop,2
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    }
    Return

    #If, IsShortCombo3
    Numpad0::
    Loop,3
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    }
    Return

    #If, IsOpenCombo
    Numpad0::
    Loop,1
    {
    Send {F12}
    Sleep 1051
    Send {F11}
    Sleep 1051
    Send {F10}
    Sleep 600
    SoundPlay, %A_WinDir%\Media\ding.wav
    }
    Return

    #If, IsMButton
    MButton::F1

    #If, IsWheelUp
    WheelUp::F2

    #If, IsWheelDown
    WheelDown::F3

    _____________________________

    Please, help me :P

  5. #5
    Read first post again. All details are there. Just create new file (for example Combo.ahk), copy paste pastebin code, save file, compile script, seriously nothing more. Are you sure that you have newest version of autohotkey? Download it from http://ahkscript.org/. Ah you should install correct version (x64 or x 86 for older comps).

  6. #6
    Junior Member
    Join Date
    May 2013
    Posts
    17
    Ive done exactly what youve said in details, i got everything running, but it only casts the 4 second spell, nothing more.

  7. #7
    Script updated. More changes soon!

  8. #8
    Senior Member
    Join Date
    Feb 2024
    Location
    SLOT GACOR
    Posts
    660

    Top Product Tips

    Please try Google before asking about Awesome Product Tips b2ee98b

  9. #9
    Senior Member
    Join Date
    Feb 2024
    Location
    SLOT GACOR
    Posts
    660

    New Product Blog

    Please try Google before asking about Useful Product Site b2_595d

  10. #10
    Senior Member
    Join Date
    Feb 2024
    Location
    SLOT GACOR
    Posts
    660

    Recommended Peptide Info

    To the people talking about mots c peptide, online semaglutide, buy hgh peptides, 157 bpc, peptides online, bpc 157 peptide near me, bpc 157 guide, cheap bpc 157, fat burning peptide, weight loss semaglutide, I highly suggest this best buy tirzepatide online url or peptide for weight loss semaglutide, online peptide calculator, bpc 157 gut health, hair loss semaglutide, purchase peptides online, fat burning peptide, peptides shop, semaglutide cost, glp1 meds approved for weight loss, cost semaglutide, on top of this read this post here for peptide calculator forum and don't forget weight loss with semaglutide near me, bpc 157 shop, semaglutide order online, peptides epitalon, tirzepatide glp 1, bpc 157 healing, peptides world, semaglutide weightloss near me, semaglutide for fat loss, glp1 for weight loss, on top of this your input here about buy semaglutide blog which is also great. Also, have a look at this top rated buy bpc-157 details on top of glp1 pills, semaglutide peptide weight loss, glp peptides weight loss, bpc 157 when to take, mot c peptide, semaglutide blog, semaglutide like drugs, ipamorelin fat loss, bpc 157 health benefits, benefits of bpc 157, not to mention this more bonuses for buy mots-c site with semaglutide glp, semaglutide cost, semaglutide weightloss near me, semaglutide production, semaglutide where to buy, get semaglutide online, semaglutide peptide, bpc 157 5 mg, weight loss tirzepatide, bpc 157 pills, for good measure. Check more @ Recommended Botox Treatment Tips 6b89d22

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •