Not a member yet? Register for your free account!


You last visited: Today at 13:05

  • Did you know? elitepvpers has its own image host, epvpimg.com.

 

Megaten BOt

This is a discussion on Megaten BOt within the Foreign Games forum part of the General Gaming category; So iam making a expertise trainer to be use in Virtual battle in megaten i can do pretty much everything ...

Reply
 
Thread Tools
Old 08-15-2012, 09:33   #1
Junior Member
 
Join Date: Jan 2009
Posts: 1
Received Thanks: 1
Megaten BOt


So iam making a expertise trainer to be use in Virtual battle in megaten i can do pretty much everything i can target the mobs and selectem but when the code must atack them it do nothing i dont know why if some one can help me thxs .
IS aoutoit

Code:
#include <ResFinder.au3>
#include <Colors.au3>
 
While 1
        HotKeySet("{F1}", "Go")
       
		
WEnd
 
Func Go()
        While 1
                For $i = 0 To 12 Step +1
                        $move = PixelSearch($res[0], $res[1], $res[2], $res[3], $colors[$i])
                        If @error <> 1 Then
                                MouseMove($move[0], $move[1], 5)
                                MouseDown("left")
                                MouseUp("left")
 
                                ; Call("clicked")
                                ; MsgBox(0, " ", "Clicked Was Called")
                                $clicked = 0
                                $clicolor = PixelGetColor($res[0] + 33, $res[1] + 51) ; 2244435
 
                                For $u = 0 To 100 Step +1
                                        If $clicolor = PixelGetColor($res[0] + 33, $res[1] + 51) Then
                                                Sleep(100)
                                        Else
                                                $clicked = 1
                                                ;MsgBox(0, " ", "Clicked = 1")w
                                                ExitLoop
                                        EndIf
                                Next
                                ; end click
 
                                If $clicked = 1 Then
                                        
                                MouseClick("left") 
				 Send( "{f2}" )
                                 Send( "{f2}" )
                                 Send( "{f3}" )
                                 Send( "{f3}" )
										
									   
                                EndIf
                                $clicolor = 0
                        EndIf
                Next
                $i = 0
        WEnd
	 EndFunc
__________________

hiram2 is offline  
Thanks
1 User
abdkral63 (09-10-2012)
Reply

Tags
bot, expertise, farm, hack, megaten

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Megaten RogueHaloPlayer General Gaming Discussion 0 12-23-2011 04:57
(S) Megaten 2 lvl 67 acc!! dango23 Trading 0 07-20-2011 13:24
Megaten kasuhiko_x General Gaming Discussion 0 10-16-2009 05:00
MegaTen BeastEye General Gaming Discussion 1 06-30-2009 03:35
MegaTen Help??? Sinister074 General Gaming Discussion 1 05-16-2009 08:18




All times are GMT +2. The time now is 13:05.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.