Bread Crewbot (maybe more later) [FREE] [not entirely open source] menu

User Tag List

Results 1 to 10 of 10
  1. #1
    breadguy's Avatar Knight-Lieutenant
    Reputation
    15
    Join Date
    Sep 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bread Crewbot (maybe more later) [FREE] [open source]

    dead game is dead
    Last edited by breadguy; 10-29-2012 at 02:54 PM.

    Bread Crewbot (maybe more later) [FREE] [not entirely open source]
  2. #2
    swtorbot1138's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    planning on making it opensource, ie posting the au3 file, so we can checkout the code?

  3. #3
    UseTheForce's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yep, if it is released as the au3 file i'd check it out and use it and probably donate after using it a while.

  4. #4
    breadguy's Avatar Knight-Lieutenant
    Reputation
    15
    Join Date
    Sep 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    added

    /10char

  5. #5
    swtorbot1138's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cant seem to compile it without the imagesearch.au3 file. ive tried a couple of different ones that i have on file, but seem to run into a problem with an invalid function called on line 6301. repost with it? or am i overlooking something.

    Code looked pretty clean. didnt find anything out of the ordinary.

  6. #6
    breadguy's Avatar Knight-Lieutenant
    Reputation
    15
    Join Date
    Sep 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by swtorbot1138 View Post
    cant seem to compile it without the imagesearch.au3 file. ive tried a couple of different ones that i have on file, but seem to run into a problem with an invalid function called on line 6301. repost with it? or am i overlooking something.

    Code looked pretty clean. didnt find anything out of the ordinary.
    it's any old imagesearch.au3 file, should be in your autoit include folder, if not, it's out there (untzbot, lucky's)

    what function is it?

    there's no line past 4382

  7. #7
    TheDank's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by breadguy View Post
    it's any old imagesearch.au3 file, should be in your autoit include folder, if not, it's out there (untzbot, lucky's)

    what function is it?

    there's no line past 4382
    this error is during the compile and is basically meaningless since the line numbers are from the .exe format and not the .au3.


    this error is caused because it cannot find the ImageSearch.au3 file. since the bread.au3 is trying to call the ImageSearch.au3 functions.


    /edit: breadguy, i just noticed that you didnt include the ImageSearch.au3 in your release.


    the solution is to extract all files to one folder so that bread.au3 and ImageSearch.au3 are in the same root folder (should be "bread10")
    if the error still shows up, then COPY the ImageSearch.au3 file to your "AutoIT3/Include" folder.
    Last edited by TheDank; 10-25-2012 at 08:01 PM.

  8. #8
    swtorbot1138's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Dank. Tried that and didnt make a difference. So here is what i did.

    Ran SciTE4AutoIt3 as administrator.
    made sure both bread.au3 and ImageSearch.au3 were in the same folder
    copied ImageSearch.au3 to Autoit/include
    AutoIt Tools/Compile

    Compiles with no error. run bread.exe and it kicks out an error

    Line 6630 (File "C:\bread10\bread.exe"): Error:Unknown Function name.

    I can move the box aside and use the application. havent tested beyond that, but will later.



    Code:
    >"C:\Program Files (x86)\AutoIt3\SciTE\..\aut2exe\aut2exe.exe" /in "C:\bread10\bread.au3"
                           Ultimate Packer for eXecutables
                              Copyright (C) 1996 - 2008
    UPX 3.03w       Markus Oberhumer, Laszlo Molnar & John Reiser   Apr 27th 2008
    
            File size         Ratio      Format      Name
       --------------------   ------   -----------   -----------
        646144 ->    300544   46.51%    win32/pe     bread.exe
    
    Packed 1 file.
    >Exit code: 0    Time: 1.019



    Here is the code from my ImageSearch.au3 . Im pretty sure that must be the problem.

    Code:
    #include-once
    ; ------------------------------------------------------------------------------
    ;
    ; AutoIt Version: 3.0
    ; Language:       English
    ; Description:    Functions that assist with Image Search
    ;                 Require that the ImageSearchDLL.dll be loadable
    ;
    ; ------------------------------------------------------------------------------
    
    ;===============================================================================
    ;
    ; Description:      Find the position of an image on the desktop
    ; Syntax:           _ImageSearchArea, _ImageSearch
    ; Parameter(s):     
    ;                   $findImage - the image to locate on the desktop
    ;                   $tolerance - 0 for no tolerance (0-255). Needed when colors of 
    ;                                image differ from desktop. e.g GIF
    ;                   $resultPosition - Set where the returned x,y location of the image is.
    ;                                     1 for centre of image, 0 for top left of image
    ;                   $x $y - Return the x and y location of the image
    ;
    ; Return Value(s):  On Success - Returns 1
    ;                   On Failure - Returns 0 
    ;
    ; Note: Use _ImageSearch to search the entire desktop, _ImageSearchArea to specify
    ;       a desktop region to search
    ;
    ;===============================================================================
    Func _ImageSearch($findImage,$resultPosition,ByRef $x, ByRef $y,$tolerance)
       return _ImageSearchArea($findImage,$resultPosition,0,0,@DesktopWidth,@DesktopHeight,$x,$y,$tolerance)
    EndFunc
    
    Func _ImageSearchArea($findImage,$resultPosition,$x1,$y1,$right,$bottom,ByRef $x, ByRef $y, $tolerance)
    	;MsgBox(0,"asd","" & $x1 & " " & $y1 & " " & $right & " " & $bottom)
    	if $tolerance>0 then $findImage = "*" & $tolerance & " " & $findImage
    	$result = DllCall("ImageSearchDLL.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$right,"int",$bottom,"str",$findImage)
    
    	; If error exit
        if $result[0]="0" then return 0
    	
    	; Otherwise get the x,y location of the match and the size of the image to
    	; compute the centre of search
    	$array = StringSplit($result[0],"|")
       
       $x=Int(Number($array[2]))
       $y=Int(Number($array[3]))
       if $resultPosition=1 then
          $x=$x + Int(Number($array[4])/2)
          $y=$y + Int(Number($array[5])/2)
       endif
       return 1
    EndFunc
    
    ;===============================================================================
    ;
    ; Description:      Wait for a specified number of seconds for an image to appear
    ;     
    ; Syntax:           _WaitForImageSearch, _WaitForImagesSearch
    ; Parameter(s):     
    ;					$waitSecs  - seconds to try and find the image
    ;                   $findImage - the image to locate on the desktop
    ;                   $tolerance - 0 for no tolerance (0-255). Needed when colors of 
    ;                                image differ from desktop. e.g GIF
    ;                   $resultPosition - Set where the returned x,y location of the image is.
    ;                                     1 for centre of image, 0 for top left of image
    ;                   $x $y - Return the x and y location of the image
    ;
    ; Return Value(s):  On Success - Returns 1
    ;                   On Failure - Returns 0 
    ;
    ;
    ;===============================================================================
    Func _WaitForImageSearch($findImage,$waitSecs,$resultPosition,ByRef $x, ByRef $y,$tolerance)
    	$waitSecs = $waitSecs * 1000
    	$startTime=TimerInit()
    	While TimerDiff($startTime) < $waitSecs
    		sleep(100)
    		$result=_ImageSearch($findImage,$resultPosition,$x, $y,$tolerance)
    		if $result > 0 Then
    			return 1
    		EndIf
    	WEnd
    	return 0
    EndFunc
    
    ;===============================================================================
    ;
    ; Description:      Wait for a specified number of seconds for any of a set of
    ;                   images to appear
    ;     
    ; Syntax:           _WaitForImagesSearch
    ; Parameter(s):     
    ;					$waitSecs  - seconds to try and find the image
    ;                   $findImage - the ARRAY of images to locate on the desktop
    ;                              - ARRAY[0] is set to the number of images to loop through
    ;								 ARRAY[1] is the first image
    ;                   $tolerance - 0 for no tolerance (0-255). Needed when colors of 
    ;                                image differ from desktop. e.g GIF
    ;                   $resultPosition - Set where the returned x,y location of the image is.
    ;                                     1 for centre of image, 0 for top left of image
    ;                   $x $y - Return the x and y location of the image
    ;
    ; Return Value(s):  On Success - Returns the index of the successful find
    ;                   On Failure - Returns 0 
    ;
    ;
    ;===============================================================================
    Func _WaitForImagesSearch($findImage,$waitSecs,$resultPosition,ByRef $x, ByRef $y,$tolerance)
    	$waitSecs = $waitSecs * 1000
    	$startTime=TimerInit()
    	While TimerDiff($startTime) < $waitSecs
    		for $i = 1 to $findImage[0]
    		    sleep(100)
    		    $result=_ImageSearch($findImage[$i],$resultPosition,$x, $y,$tolerance)
    		    if $result > 0 Then
    			    return $i
    		    EndIf
    		Next	
    	WEnd
    	return 0
    EndFunc

  9. #9
    breadguy's Avatar Knight-Lieutenant
    Reputation
    15
    Join Date
    Sep 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by swtorbot1138 View Post
    Thanks Dank. Tried that and didnt make a difference. So here is what i did.

    Ran SciTE4AutoIt3 as administrator.
    made sure both bread.au3 and ImageSearch.au3 were in the same folder
    copied ImageSearch.au3 to Autoit/include
    AutoIt Tools/Compile

    Compiles with no error. run bread.exe and it kicks out an error

    Line 6630 (File "C:\bread10\bread.exe"): Error:Unknown Function name.

    I can move the box aside and use the application. havent tested beyond that, but will later.



    Code:
    >"C:\Program Files (x86)\AutoIt3\SciTE\..\aut2exe\aut2exe.exe" /in "C:\bread10\bread.au3"
                           Ultimate Packer for eXecutables
                              Copyright (C) 1996 - 2008
    UPX 3.03w       Markus Oberhumer, Laszlo Molnar & John Reiser   Apr 27th 2008
    
            File size         Ratio      Format      Name
       --------------------   ------   -----------   -----------
        646144 ->    300544   46.51%    win32/pe     bread.exe
    
    Packed 1 file.
    >Exit code: 0    Time: 1.019



    Here is the code from my ImageSearch.au3 . Im pretty sure that must be the problem.

    Code:
    #include-once
    ; ------------------------------------------------------------------------------
    ;
    ; AutoIt Version: 3.0
    ; Language:       English
    ; Description:    Functions that assist with Image Search
    ;                 Require that the ImageSearchDLL.dll be loadable
    ;
    ; ------------------------------------------------------------------------------
    
    ;===============================================================================
    ;
    ; Description:      Find the position of an image on the desktop
    ; Syntax:           _ImageSearchArea, _ImageSearch
    ; Parameter(s):     
    ;                   $findImage - the image to locate on the desktop
    ;                   $tolerance - 0 for no tolerance (0-255). Needed when colors of 
    ;                                image differ from desktop. e.g GIF
    ;                   $resultPosition - Set where the returned x,y location of the image is.
    ;                                     1 for centre of image, 0 for top left of image
    ;                   $x $y - Return the x and y location of the image
    ;
    ; Return Value(s):  On Success - Returns 1
    ;                   On Failure - Returns 0 
    ;
    ; Note: Use _ImageSearch to search the entire desktop, _ImageSearchArea to specify
    ;       a desktop region to search
    ;
    ;===============================================================================
    Func _ImageSearch($findImage,$resultPosition,ByRef $x, ByRef $y,$tolerance)
       return _ImageSearchArea($findImage,$resultPosition,0,0,@DesktopWidth,@DesktopHeight,$x,$y,$tolerance)
    EndFunc
    
    Func _ImageSearchArea($findImage,$resultPosition,$x1,$y1,$right,$bottom,ByRef $x, ByRef $y, $tolerance)
    	;MsgBox(0,"asd","" & $x1 & " " & $y1 & " " & $right & " " & $bottom)
    	if $tolerance>0 then $findImage = "*" & $tolerance & " " & $findImage
    	$result = DllCall("ImageSearchDLL.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$right,"int",$bottom,"str",$findImage)
    
    	; If error exit
        if $result[0]="0" then return 0
    	
    	; Otherwise get the x,y location of the match and the size of the image to
    	; compute the centre of search
    	$array = StringSplit($result[0],"|")
       
       $x=Int(Number($array[2]))
       $y=Int(Number($array[3]))
       if $resultPosition=1 then
          $x=$x + Int(Number($array[4])/2)
          $y=$y + Int(Number($array[5])/2)
       endif
       return 1
    EndFunc
    
    ;===============================================================================
    ;
    ; Description:      Wait for a specified number of seconds for an image to appear
    ;     
    ; Syntax:           _WaitForImageSearch, _WaitForImagesSearch
    ; Parameter(s):     
    ;					$waitSecs  - seconds to try and find the image
    ;                   $findImage - the image to locate on the desktop
    ;                   $tolerance - 0 for no tolerance (0-255). Needed when colors of 
    ;                                image differ from desktop. e.g GIF
    ;                   $resultPosition - Set where the returned x,y location of the image is.
    ;                                     1 for centre of image, 0 for top left of image
    ;                   $x $y - Return the x and y location of the image
    ;
    ; Return Value(s):  On Success - Returns 1
    ;                   On Failure - Returns 0 
    ;
    ;
    ;===============================================================================
    Func _WaitForImageSearch($findImage,$waitSecs,$resultPosition,ByRef $x, ByRef $y,$tolerance)
    	$waitSecs = $waitSecs * 1000
    	$startTime=TimerInit()
    	While TimerDiff($startTime) < $waitSecs
    		sleep(100)
    		$result=_ImageSearch($findImage,$resultPosition,$x, $y,$tolerance)
    		if $result > 0 Then
    			return 1
    		EndIf
    	WEnd
    	return 0
    EndFunc
    
    ;===============================================================================
    ;
    ; Description:      Wait for a specified number of seconds for any of a set of
    ;                   images to appear
    ;     
    ; Syntax:           _WaitForImagesSearch
    ; Parameter(s):     
    ;					$waitSecs  - seconds to try and find the image
    ;                   $findImage - the ARRAY of images to locate on the desktop
    ;                              - ARRAY[0] is set to the number of images to loop through
    ;								 ARRAY[1] is the first image
    ;                   $tolerance - 0 for no tolerance (0-255). Needed when colors of 
    ;                                image differ from desktop. e.g GIF
    ;                   $resultPosition - Set where the returned x,y location of the image is.
    ;                                     1 for centre of image, 0 for top left of image
    ;                   $x $y - Return the x and y location of the image
    ;
    ; Return Value(s):  On Success - Returns the index of the successful find
    ;                   On Failure - Returns 0 
    ;
    ;
    ;===============================================================================
    Func _WaitForImagesSearch($findImage,$waitSecs,$resultPosition,ByRef $x, ByRef $y,$tolerance)
    	$waitSecs = $waitSecs * 1000
    	$startTime=TimerInit()
    	While TimerDiff($startTime) < $waitSecs
    		for $i = 1 to $findImage[0]
    		    sleep(100)
    		    $result=_ImageSearch($findImage[$i],$resultPosition,$x, $y,$tolerance)
    		    if $result > 0 Then
    			    return $i
    		    EndIf
    		Next	
    	WEnd
    	return 0
    EndFunc
    where do you have the imagesearch.au3 file installed?

    that looks like the same one i'm using, i got it from lucky's spacebot

    i don't even have it in the bread folder, that's not necessary, the scite editor looks for #includes in the include folder (i.e. AutoIt3/Include/)

    nevertheless, you saw the code, unless your'e adding/editing stuff, why are you trying to compile and run it? just use the exe i included in the zip
    Last edited by breadguy; 10-26-2012 at 12:23 AM.

  10. #10
    caroly4trade's Avatar Member
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have test your bot ! i find it can not accept the award and can not stop the bot when i press F2 !

Similar Threads

  1. Free Pet Battle Training (And maybe more...?)
    By INSERT COIN in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 10-02-2012, 06:20 AM
  2. Cheap Bank Slots (not entirely tested)
    By n1ghtwish in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 07-31-2007, 10:10 PM
  3. Logitech Stuff Free *not sure if still works*
    By DeMoN in forum Community Chat
    Replies: 4
    Last Post: 07-23-2007, 07:43 PM
  4. Instanced STV, Darkshire, and deadwind pass (maybe more)
    By rotmysox in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 11-10-2006, 06:39 AM
  5. Download most programs for free (Not Subscriptions!!)
    By =sinister= in forum World of Warcraft Guides
    Replies: 7
    Last Post: 08-22-2006, 08:16 AM
All times are GMT -5. The time now is 12:59 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search