Jump to content

chesterkmr

EB User
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by chesterkmr


  1. Hello there.Found this script on forum for AHK.Can someone help me to work like that
    If A_Index = 15
    To start script from start and spam from trade 1
    I tried to google,did search AHK site for a bit.But im bad in programming.So if someone can help me,i will very appreciate it.Thanks

     

    F1::

    {
        BlockInput On
        SendMode Input
        loop
        {
            Send {ENTER}
            Send /trade %A_Index%
            Send {ENTER}
            Send {ENTER}    
            Send {Up 2}
            Sleep, 1200
            Send {ENTER}
            If A_Index = 15
            break
            else
            Sleep, 1200
        }
        BlockInput Off
    }
     
    return

     

     

×
×
  • Create New...