Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
v5.3.5 Resource Collection
#8
Code:
Func Collect()
   While 1
      GUICtrlSetData($Results, "Begin Collecting" & @CRLF, -1)
      If $RunState = False Then ExitLoop
      Local $Collector = PixelSearch(0, 0, 860, 720, 0xB0B875, 1, 1, $HWnD)
      While IsArray($Collector)
         If $RunState = False Then ExitLoop
         ControlClick($HWnD, "","", "left", "1", $Collector[0], $Collector[1])
         Sleep(500)
         $Collector = PixelSearch(0, 0, 860, 720, 0xB0B875, 1, 1, $HWnD)
      WEnd
      If $RunState = False Then ExitLoop
      GUICtrlSetData($Results, "Collecting Complete" & @CRLF, -1)
      ExitLoop
   WEnd
EndFunc

idk if that's the code just copy it from antidote's bot v004 it collects all resources when it's available

http://s000.tinyupload.com/index.php?fil...5352186045
Reply
 


Messages In This Thread
v5.3.5 Resource Collection - by cryzies - 01-06-2015, 07:35 PM
RE: v5.3.5 Resource Collection - by saxmydix - 01-06-2015, 09:26 PM
RE: v5.3.5 Resource Collection - by cryzies - 01-07-2015, 02:29 AM
RE: v5.3.5 Resource Collection - by Kaz - 01-07-2015, 02:37 AM
RE: v5.3.5 Resource Collection - by Shapas - 01-07-2015, 02:52 AM
RE: v5.3.5 Resource Collection - by pinay26 - 01-07-2015, 04:45 AM
RE: v5.3.5 Resource Collection - by cryzies - 01-07-2015, 11:58 AM
RE: v5.3.5 Resource Collection - by t0per666 - 01-07-2015, 04:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website