1. Ahk

    Hi there hello every1!

    Im fresh of coding study ( actually in the middle of It doing bk end db right now 🥹)
    So :
    Got bored of compile the input the credenzial form i have coded and ahk assembly It in .exe that automize the process so push pass enter select chat and enter log in

    Its all local so no data Is exposed and that felt quote nice

    I wanted tò share this with my friends in game but chit cheating about It in ds they , with good reasons actually , warned me that It May not be LEGIT

    ADHD+passion blinded me as f

    So now im here seeking some admin help tò figure out more about It

    Iv no intent of inadvertently trigger security systems or else being bothersome

    So thank you in Advance for any help or commenti about the topic

    PS: i also curious if there Is a warnane API && free tò call
    May not the right Place tò talk about Dev so beg pardon in Advance if It Is the case!

    Thank you again!

  2. <!--Sry for the typos in posting with ma phone , ASA get on PC ill edit syntax out <3--!>

  3. Just tò be clearer the script Is limited in the log in Page and character selection and nothing else.
    It exit After 2 send {Enter}
    Outside of that , when logged into the server , its already dead.
    No macro of anysort or Logic other than that

    Heres the code:

    ahk
    Run "C:UsersAdminDesktopwarmaneWow.exe"
    if WinWait("ahk_exe Wowexe", , 5) {
    WinWaitActive "ahk_exe Wow.exe"
    Sleep 3000
    Send "loremipsum"
    Sleep 1000
    Send "{Enter}"
    Sleep 5000
    Send "{Enter}"
    } else {
    MsgBox "Timeout!"
    }

  4. Just tò be clearer the script Is limited in the log in Page and character selection and nothing else.
    It exit After 2 send {Enter}
    Outside of that , when logged into the server , its already dead.
    No macro of anysort or Logic other than that

    Heres the code:

    ahk
    Run "C:UsersAdminDesktopwarmaneWow.exe"
    if WinWait("ahk_exe Wowexe", , 5) {
    WinWaitActive "ahk_exe Wow.exe"
    Sleep 3000
    Send "loremipsum"
    Sleep 1000
    Send "{Enter}"
    Sleep 5000
    Send "{Enter}"
    } else {
    MsgBox "Timeout!"
    }
    This is fine but don't use it to share accounts or you won't be eligible for support if you lose the account.

  5. Absolutely not.
    Understand what u mean , so naive i didnt even considered that
    As i said the purpose is a fast boot in nothing more

    ty for you reply !
    much appreciated

Posting Permissions

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