Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29
  1. #21
    jemilazzy
    jemilazzy is offline
    New member
    Join Date
    2012 Apr
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Exclamation Funciona pela metade

    Cara é o seguinte, ele funciona legal se por só pra atacar, mais quando ele le o comando pra verificar hp, simplesmente pula pro end, e seleciona outro mob, e vai nesse ciclo, alguma sugestão?

    Code:
      :main                     //main script part
            send tab                //proximo target
            send 1
            	goto atak         //proximo comando
    	:atak                     //comandos para atacar o mob
                send 1           //hit normal no mob
                    
                     if 314, 59 730478  
                     goto atak
                end_while 
            end_if
    End_Repeat
    tentei modificar, só que ele le o comando IF e encerra , nao chega nem a passar pelo goto atak. sugestão?


    [EDIT]

    Peguei uma versao mais atual do UOpilot (2.2) e peguei o script original, modifiquei a coordenada (usei a coordenada exata com virgula e tudo) e modifiquei a cor tambem agora ta funfando vlw aew ^^, vo estudar o programa um pouco mais e tentar adicionar poti '-' qualquer progresso eu posto aqui .


    [EDIT2]

    FIZ OUTRO SCRIPT MELHOR NA SESSÃO PT.

    https://progamercity.net/l-portugues...html#post25069

    Posts e scripts traduzidos xD

    ---------- Post added 2012-04-09 at 02:01 AM ---------- Previous post was 2012-04-07 at 08:07 PM ----------

    i've asked him to help me, cuz i were in trouble , but, now i'm sending you all guys, a little help i think. i've changed (improved) his script, added a function that makes you rest or heal, when you are with low hp, so lets post tha script bro's ^^


    Code:
    Repeat 10                     //repete 10 vezes
        :main                     //main script part
            if 151, 42 3288370  // Verify your HP, just do the same that you see in the tutorial, but with your health bar
                goto zodk  // If your hp are low, or reach the amount that you've set , exec. the HEAL/REST label <zodk>
        :zodk
                send 7   // here you can change the 7 by the number that you've set as hotkey for Hpotion or rest action.
               while 151, 42 3288370 //(dont forget 2 set the colors and coordinates 2) verify yours HP again, if its still low, --
                    goto zodk // -- execute heal again,
               end_while
        end_if
            send tab                //next target
            if 415, 50 730478       //veify the monsters health
                goto atak         //Perform atack
    	:atak                     //atack label, it contains the atack moves 
               send 1           //default atack (simple atk)
               while 415, 50 730478    //verify if the monsters still alive, if yes--
                    goto atak  //--perform atack again
                end_while 
            end_if
    End_Repeat


    That's all folks, so if y'all have any questions, just ask, i'll try to answer as soon as possible. and sorry my english, cuz' i'm 15 and have learned english by myself ^^


    Mod's sorry for the portuguese posts, i was busy and a little lazy too, i wont do it again, never again, I swear xD

    [EDIT]
    I've added a buff script, and an improved heal script too, but it dont work perfectly, so i'm testing it and fixing some bugs, i''l try to fix and post it later .
    Last edited by jemilazzy; 2012-04-09 at 05:56 PM. Reason: Translation

  2. The Following User Says Thank You to jemilazzy For This Useful Post:


  3. #22
    Mega
    Mega is offline
    New member Mega's Avatar
    Join Date
    2011 Oct
    Posts
    47
    Thanks Thanks Given 
    17
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    When Uopliot back running again... I'll certainly use!


  4. #23
    beastband
    beastband is offline
    New member
    Join Date
    2012 Feb
    Location
    Here i'am
    Posts
    7
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    can this bot set location for farming ? <auto back when bot out of monster area>

  5. #24
    Iguinho90
    Iguinho90 is offline
    Member-in-training
    Join Date
    2012 Jan
    Posts
    177
    Thanks Thanks Given 
    19
    Thanks Thanks Received 
    33
    Thanked in
    23 Posts
    Rep Power
    0
    I think no because he record the cordinates of your screen not the cordinates of the game
    If i help you give thanks , your finger will not explode

  6. #25
    itechph
    itechph is offline
    Guest
    Join Date
    2011 Sep
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    thanks sir

  7. #26
    ziloveyou
    ziloveyou is offline
    Guest ziloveyou's Avatar
    Join Date
    2012 Jan
    Location
    Br
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Dúvida.

    Gostaria de saber se ele Funciona no windows 7,

    64 Bitz

    Obrigado pela atenção

    __________________________________________

    Responda se Possivel.

  8. #27
    ViGiLaNcE
    ViGiLaNcE is offline
    Member-in-training ViGiLaNcE's Avatar
    Join Date
    2010 Nov
    Location
    #Tibérica
    Posts
    145
    Thanks Thanks Given 
    71
    Thanks Thanks Received 
    41
    Thanked in
    17 Posts
    Rep Power
    0
    Quote Originally Posted by ziloveyou View Post
    Gostaria de saber se ele Funciona no windows 7,

    64 Bitz

    Obrigado pela atenção
    Responda se Possivel.
    yes only work win7 64bits

  9. #28
    lucasfiot
    lucasfiot is offline
    Guest
    Join Date
    2011 Mar
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Thumbs up Nice man

    Quote Originally Posted by topera View Post
    Tested on AIKABR, works on Windows 64 bits version without modifications in AIKABR client, 32 bits xtrap detect..

    UoPilot works in all windows versions

    Steps:

    1° Run UoPilot as Administrator
    2° Select a mob and press CTRL+A in HP BAR with UoPilot Window on Focus (look on video)
    3° Edit the script with your coordinates (look on video, use default ui)
    4° Press play

    VIDEO:


    Script:
    Code:
    Repeat 10                     //repete 10 vezes
        :main                     //main script part
            send tab                //proximo target
            if 542, 47 2175075    //verifica se o mob tem hp
                goto atak         //proximo comando
    	:atak                     //comandos para atacar o mob
                send 1           //hit normal no mob
                while 542,47 2175075 //verifica se o mob tem hp e repete o comando
                    goto atak
                end_while 
            end_if
    End_Repeat
    if u have downloaded or its useful for u give me thanks

    []'s

    -----UPDATE-----

    if u dont want modify the script, coordinates... Change ur resolution to: 800x600, Window Mode, Reset UI defaults and use this script:
    Code:
    Repeat 10                     //repete 10 vezes
        :main                     //main script part
            send tab                //proximo target
            if 300, 47 2700634     //verifica se o mob tem hp
                goto atak         //proximo comando
    	:atak                     //comandos para atacar o mob
                send 1           //hit normal no mob
               while 300,47 2700634  //verifica se o mob tem hp e repete o comando
                    goto atak
                end_while 
            end_if
    End_Repeat
    Dont need modifications.

    https://www.virustotal.com/file/7536...is/1328480192/
    nice man.

  10. #29
    josias
    josias is offline
    Guest
    Join Date
    2012 Apr
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Parabéns muito bom !

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Tutorial] Bot pesca com UoPilot [VÍDEO][AIKA]
    By topera in forum Português
    Replies: 29
    Last Post: 2012-09-16, 02:49 AM
  2. [Tutorial] AIKA Bot para Caça/Up com UoPilot + VÍDEO + Script
    By topera in forum Português
    Replies: 39
    Last Post: 2012-09-03, 10:34 PM
  3. [Bot] Aika Paladin Auto Grinding Script
    By Grooguz in forum Aika Bots, Hacks, Cheats
    Replies: 5
    Last Post: 2012-05-02, 08:49 AM
  4. [Info] WHAT drop box of jewelry
    By mikeias in forum Aika Guides, Tutorials
    Replies: 1
    Last Post: 2011-12-28, 06:09 PM
  5. Instance Drop Guide (S2)
    By darkenigma08 in forum Requiem Guides, Tutorials
    Replies: 1
    Last Post: 2011-01-20, 05:02 PM

Posting Permissions

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