Results 1 to 6 of 6
  1. #1
    LetMeBeStealth
    LetMeBeStealth is offline
    New member
    Join Date
    2013 Feb
    Location
    USA
    Posts
    19
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    12
    Thanked in
    6 Posts
    Rep Power
    0

    Non Stop Battle Field

    This bot is for uopilot

    This boot is almost out of box reday but you have to take care of one and only thing before you run it.



    You make sure the dot of "i" (Battelfield) is located at this coordinate with this color 945, 283 12507614
    Code:
    //Line Interval time is 100 (UoPilot)
    //Infinite loop
    repeat -1
    :Begin   
             //Always bring the aika to the front (It will click on the center of the mini map (place your mini map at the right top (default position))
             move 1828, 97 
             kleft 1828, 97 
          //************** Lobby **********************
          //If user is in Battle Field Lobby (Check the color and Coordinates of B (Upper part),i (point) and Y (lower part) of Battlefield Lobby text
          if 883, 282 12507614 and 945, 283 12507614  and 1028, 296 12507614   
             //Loop until we get inside the waiting room
             while_not 941, 321 12449791   and 975, 319 10011337    //If user is in waiting room, check the color of V (left Top) and S (VS at the top) and coordinate
                       //Always bring the aika to the front (It will click on the center of the mini map)
                       move 1828, 97 
                       kleft 1828, 97 
                       //**        
                       move 625, 747  //Move mouse to the coordinate (not necessary but good practice)
                       left 625, 747   //Click on Refresh to make sure rooms are updated
                      //Now lets check 3 rooms and which ever room has 10+ members on both side, get inside that room
                      if 936, 369  16777215 and 1143, 367  16777215 //Check the color and coordinates of [ ([23/24] Dawn ) and of ] ([23/24] Dusk)
                         move 936, 369  //Move mouse to the coordinate (not necessary but good practice)
                         left 936,369 //Select the room
                         left 727, 744 
                      end_if
                      //Second Room
                      if 936, 403  16777215 and 1143, 403  16777215 //Check the color and coordinates of [ ([23/24] Dawn ) and of ] ([23/24] Dusk)
                         move 936,403 //Move mouse to the coordinate (not necessary but good practice)
                         left 936,403 //Select the room
                         left 727, 744 
                      end_if
                      //Third Room
                      if 936, 440  16777215 and 1143, 440  16777215 //Check the color and coordinates of [ ([23/24] Dawn ) and of ] ([23/24] Dusk)
                         move 783,373  //Move mouse to the coordinate (not necessary but good practice)
                           left 783, 373 //Select the room
                           left 727, 744 
                      end_if
             end_while
          end_if
          //************** Waiting Room **********************      
           //If user is in waiting room, check the color of V (left Top) and S (VS at the top) and coordinate
           if 941, 321 12449791   and 975, 319 10011337    
              //Always bring the aika to the front (It will click on the center of the mini map)
              move 1828, 97 
              kleft 1828, 97
              //**   
              move 1290, 667 
              left 1290, 667   //Left click on ready (Coordinate of Ready)
              //This is just to check if the char is inside the battle field or not
              set #time 0 //Set the value 0 to var variable
              //Loop until it found the color of D From Dawn and D from Dusk text (above Heart sign) inside the battle field
              while_not 851, 8 16755370 and 1033, 9 8947967  
              //Lets create a timer to check if we are still in the waiting room (if new room, game did not start then we have to get out from the room)
                     set #time #time + 1 //Add 1 to time every 1 seconds
                       if #time = 300 //If wait is 5 mins then we leave the room
                          move 1290, 667 
                          left 1290, 667   //Left click on ready (to Unready)
                          move 1293, 758 
                          left 1293, 758   //Left click on Leave
                          goto Begin //Leave the loop so it can go back to Lobby
                        end_if  
                   wait 100//Each line is 300 wait so 300X3 lines of code = 900 +100 ms wait=1 seconds
              end_while  
           end_if
    end_repeat
    If you have any question, please let me know.

    Happy Botting


    BEM bot will be posted when BEM starts working on AIKA NA
    Last edited by LetMeBeStealth; 2013-02-17 at 11:11 AM.
    --------------------------------------
    Thanks is always appreciated
    --------------------------------------

    Check these out

    http://www.progamercity.net/aika-hack/7427-bot-auto-login-game.html

    http://www.progamercity.net/aika-hack/7455-bot-non-stop-battle-field.html

    http://www.progamercity.net/aika-hack/7483-auto-grinding-post49835.html

  2. The Following 2 Users Say Thank You to LetMeBeStealth For This Useful Post:


  3. #2
    kondlord
    kondlord is offline
    Member-in-training kondlord's Avatar
    Join Date
    2012 Jul
    Location
    Brasil
    Posts
    120
    Thanks Thanks Given 
    62
    Thanks Thanks Received 
    13
    Thanked in
    12 Posts
    Rep Power
    0
    sera um auto agros? pode explicar melhor o realmente ele faz fico grato pela contribuição

    will be a self agros? can better explain it really makes'm grateful for the contribution

  4. The Following User Says Thank You to kondlord For This Useful Post:


  5. #3
    LetMeBeStealth
    LetMeBeStealth is offline
    New member
    Join Date
    2013 Feb
    Location
    USA
    Posts
    19
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    12
    Thanked in
    6 Posts
    Rep Power
    0
    This bot is for battlefield

    > You have to take your char to the battlefield
    > Double click on Theletar Morenis (Battlefield Messenger)
    > Click on Battlefield info
    > After the Battlefield Lobby windows comes up
    > You have to move your Battlefield Lobby windows to match the coordiante and the color of dot of i (i is the text taken from Battlefield)
    > In UoPilot if you press ctrl A it will show you the current coordinate and color of the mouse pointer. Put your mouse over the dot of i of Battlefield text and match with this 945, 283 12507614. X=945, y=284 and color is 12507614.

    > Run the Macro (make sure your mini map is located right most top)

    Hope this will help
    Last edited by LetMeBeStealth; 2013-02-15 at 05:52 AM.
    --------------------------------------
    Thanks is always appreciated
    --------------------------------------

    Check these out

    http://www.progamercity.net/aika-hack/7427-bot-auto-login-game.html

    http://www.progamercity.net/aika-hack/7455-bot-non-stop-battle-field.html

    http://www.progamercity.net/aika-hack/7483-auto-grinding-post49835.html

  6. The Following User Says Thank You to LetMeBeStealth For This Useful Post:


  7. #4
    narutoooo
    narutoooo is offline
    New member
    Join Date
    2013 Jan
    Location
    SALVADOR-BA
    Posts
    10
    Thanks Thanks Given 
    19
    Thanks Thanks Received 
    3
    Thanked in
    2 Posts
    Rep Power
    0
    seems to be only equal to a bot in order ta uopilot but with a good job

  8. The Following User Says Thank You to narutoooo For This Useful Post:


  9. #5
    thrmb2011
    thrmb2011 is offline
    Guest
    Join Date
    2013 Feb
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    do you have any video tutorials? ive tried all your instructions, but it didnt work.. please help thanks!

  10. The Following User Says Thank You to thrmb2011 For This Useful Post:


  11. #6
    LetMeBeStealth
    LetMeBeStealth is offline
    New member
    Join Date
    2013 Feb
    Location
    USA
    Posts
    19
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    12
    Thanked in
    6 Posts
    Rep Power
    0
    Quote Originally Posted by thrmb2011 View Post
    do you have any video tutorials? ive tried all your instructions, but it didnt work.. please help thanks!
    Sorry I don't have video tutorials.
    So the only thing you have to do is find the exact coordinate of the dot of i (the upper dot of i) to this coordinate 945, 283 12507614.

    You have to set the aika Client in the UoPilot as a targated window.

    What does happen when you run the bot, does it click on refresh, does it clikc on the room or not. If its not then there is a problem with the cooordinate.

    Hope this will help.
    Last edited by LetMeBeStealth; 2013-02-18 at 06:28 PM. Reason: pic added
    --------------------------------------
    Thanks is always appreciated
    --------------------------------------

    Check these out

    http://www.progamercity.net/aika-hack/7427-bot-auto-login-game.html

    http://www.progamercity.net/aika-hack/7455-bot-non-stop-battle-field.html

    http://www.progamercity.net/aika-hack/7483-auto-grinding-post49835.html

Similar Threads

  1. [Guide] Lakia Field Boss Spawn Locations
    By Babble05 in forum Aika Guides, Tutorials
    Replies: 1
    Last Post: 2013-01-04, 11:24 PM
  2. [Help] how can i stop gameguard ?
    By kyototp in forum Aika Guides, Tutorials
    Replies: 2
    Last Post: 2012-08-15, 05:55 AM
  3. [Guide] Field Boss Drops + Mutated Drops
    By hugomez00 in forum Aika Guides, Tutorials
    Replies: 3
    Last Post: 2012-05-20, 03:58 AM
  4. [Info] Field Boss Drops + Mutated [Incomplete]
    By leandrol9 in forum Aika Guides, Tutorials
    Replies: 2
    Last Post: 2012-03-25, 05:52 PM
  5. Battle of immortals ph bot
    By anton03 in forum Battle of the Immortals
    Replies: 0
    Last Post: 2011-03-26, 03:30 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
  •