annuncio

Comprimi
Ancora nessun annuncio.

[CERCO SCRIPT] Autohiding

Comprimi
X
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • [CERCO SCRIPT] Autohiding

    cerco uno script che praticamente come premo un tasto cominci a tentare di hiddarmi fino a quando non ci riesce;

    sono due righe da buttare giu per uno che ne capisce...io nn ci capisco una mazza di script quindi .... asasd xD

    non ditemi il warrior assist, cerco uno script semplice che hiddi thx xD
    . . . . . . . . . . . . . . . . .


    . . . . . . . . . . . . . . . . .

    GM Kriegstreiber Käse®
    Discord: Jack___#9551


  • #2
    up
    . . . . . . . . . . . . . . . . .


    . . . . . . . . . . . . . . . . .

    GM Kriegstreiber Käse®
    Discord: Jack___#9551

    Commenta


    • #3
      up
      . . . . . . . . . . . . . . . . .


      . . . . . . . . . . . . . . . . .

      GM Kriegstreiber Käse®
      Discord: Jack___#9551

      Commenta


      • #4
        while H notin #charstatus
        {
        event macro 13 21
        wait 1s
        }
        wait 5
        ____________________________________________________________________

        Il p Fengyr
        ____________________________________________________________________
        : algander#6292

        Commenta


        • #5
          grazie fengyr xD ho modificato il wait 1s in 10...sarebbero i secondi che passano tra ogni tentativo giusto?
          cmq va alla grande, mitico

          c'e un modo per tenerlo in pausa e farlo partire con l'ausilio di un tasto?
          Ultima modifica di Dav87E; 30-04-2012, 03:25.
          . . . . . . . . . . . . . . . . .


          . . . . . . . . . . . . . . . . .

          GM Kriegstreiber Käse®
          Discord: Jack___#9551

          Commenta


          • #6
            Originariamente inviato da Dav87E Visualizza il messaggio
            grazie fengyr xD ho modificato il wait 1s in 10...sarebbero i secondi che passano tra ogni tentativo giusto?
            cmq va alla grande, mitico

            c'e un modo per tenerlo in pausa e farlo partire con l'ausilio di un tasto?
            cambia l'F5 nel tasto che preferisci

            codice:
            set %active #true
            while #true
              {
              onhotkey F5
                set %active ! %active
                if H notin #charstatus && %active
                       {
                      event macro 13 21
                      wait 1s
                      }
               wait 5
              }
            clicka qui: http://www.gamesnet.it/reputation.ph...tion&p=7120481 :>
            Ultima modifica di fengyr; 30-04-2012, 21:36.
            ____________________________________________________________________

            Il p Fengyr
            ____________________________________________________________________
            : algander#6292

            Commenta


            • #7
              grandissimo, come torno a casa lo testo!! :*
              . . . . . . . . . . . . . . . . .


              . . . . . . . . . . . . . . . . .

              GM Kriegstreiber Käse®
              Discord: Jack___#9551

              Commenta

              Sto operando...
              X