Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
epicshot1337

AHK for channel switch and auto chat

Recommended Posts

hello everyone recently the path of exile updated 1.0.5 has disable us to spam, i found out than this timing for the script allows you to smoothly auto chat from trade1-20

 

    #IfWinActive, Path of Exile
     
    F4::
sendinput {enter}
Sleep 500
sendinput /trade 1
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 2
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 3
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 4
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 5
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 6
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 7
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 8
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 9
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 10
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 11
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 12
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 13
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 14
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 15
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 16
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 17
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 18
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 19
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput /trade 20
Sleep 500
sendinput {enter}
Sleep 500
sendinput {enter}
Sleep 500
sendinput {up}
Sleep 500
sendinput {up}
Sleep 500
sendinput {enter}
Sleep 500
    +d::
    SendInput, {Enter}
    sleep, 20
    SendInput, {/}oos
    SendInput, {Enter}
    return
     
    F7::Suspend
    F8::ExitApp
     
    F3::
    BlockInput On
    SendInput, 1112345
    SendInput, {Esc}
    MouseClick, Left, 962, 432,,Fast
    BlockInput Off
    return

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...