Results 1 to 6 of 6

Threaded View

Previous Post Previous Post   Next Post Next Post
  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:


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
  •