suche minispiel bot

12/10/2008 18:08 mrfulla#1
suche ein bot für minispiele wo ich immer lv5 belonung grig
aber pls einen wo einer kein geld oder sowas verklangt <.<

sag schonma im voraus danke :D
12/10/2008 18:13 Chrisiwbi#2
Hier, er erreicht bei mir immer 4-5
ist noch nicht ganz fehlerfrei

#include <file.au3>
#include <array.au3>
#include <String.au3>
#include <GuiConstantsEX.au3>
#include <Staticconstants.au3>

;Hotkeys
#Region "HotKeys"
HotKeySet("{F1}", "SetMiningStuff")
HotKeySet("{F2}", "MiningWithTori")
HotKeySet("{ESC}","Close")
#EndRegion

;Globals
#Region "Globals"
Global $LeftCritter, $RightCritter, $LCPixel, $RCPixel, $pos, $hWnd, $LPixel, $RPixel, $miner
Global $LeftCritter_X, $LeftCritter_Y, $RightCritter_X, $RightCritter_Y
#EndRegion


$LeftCritter = StringSplit("524,693",",")
$RightCritter = StringSplit("768,693",",")

;Self Explainitory
$LeftCritter_X = $LeftCritter[1]
$LeftCritter_Y = $LeftCritter[2]

$RightCritter_X = $RightCritter[1]
$RightCritter_Y = $RightCritter[2]




while 1

sleep(100)
WEnd

Func SetMiningStuff()
$hWnd = WinGetHandle('Nostale')
;Use this as SOON as the Start button of the Minigame is clicked
;This sets the Pixel colors to watch for.

$RCPixel = PixelGetColor($RightCritter_X, $RightCritter_Y, $hWnd)
$LCPixel = PixelGetColor($LeftCritter_X, $LeftCritter_Y, $hWnd)
EndFunc

Func MiningWithTori()
$miner = NOT $miner

While $miner
$hWnd = WinGetHandle('Nostale')

;This Sets new Variables as the Constant Pixel Color within ths given coords
$RPixel = PixelGetColor($RightCritter_X, $RightCritter_Y, $hWnd)
$LPixel = PixelGetColor($LeftCritter_X, $LeftCritter_Y, $hWnd)

;If the Constant Pixel color changes
Sleep("40")
If $RPixel <> $RCPixel then
Send("{RIGHT}",0)
Sleep("40")
EndIf


If $LPixel <> $LCPixel then
Send("{LEFT}",0)
Sleep("40")
EndIf
;If no change is present Keep Hitting that Rock you crackhead i know u like it !
Send("{UP}")
Sleep("1")


WEnd

EndFunc

Func Close()
Exit 0
EndFunc
12/13/2008 19:36 Gratos der Zerstörer#3
Ich hab eine Frage was soll ich damit jetzt machen???
Wo soll ich das hin tun??
Danke im Vorraus.
12/14/2008 10:32 -Ali-#4
würd ich auch gern wissen sag pls
04/16/2009 16:50 Secret_Hero#5
ich gluab in auto it :P naja weiß au nicht ! ^^
04/16/2009 18:15 ~Freaky~#6
ihr üsst den code in autoit reinstzen
04/16/2009 20:01 nurzumdownloaden#7
oh als ob wir das nicht gewusst haben o_o
04/18/2009 12:57 Chrisiwbi#8
stimmt man sind wir jetzt schlauer ^^
04/19/2009 20:08 neapol#9
für welche auflösung is das?
bei mir haut der nähmlich nich auf die würmer da
04/19/2009 21:19 piotreksid#10
Hi, i don't speak deutsch to good, so i'll speak english.

I think this topic is about nostale mini games bot. Can someone make bot from that code that Chrisiwbi gives?
06/26/2009 21:49 oododo#11
was ist autoit
06/26/2009 22:13 NetMax#12
eine script sprache. du kannst dich mit Hilfe von Google darüber informieren.
06/26/2009 22:54 Silverdown#13
Oder ihr downloadet euch meinen Fishingbot wenn ihr dann noch schlau genug seit die einstellungen richtig zu ändern bekommt ihr NURNOCH lvl 5 belohnungen und bis zu 95k punkte! {95k punkte gemessen vor 2 wochen dauer: 24 minuten)
07/04/2009 15:55 Manhatten#14
frage geht dieser bot nur für steinbruch?
03/07/2010 11:25 King Zoidberg™#15
Bei mir funzt das irgendwie net(vllt weil ich Win 7 hab ?) ,Ich kennne mich zwar mit sowas aus aba jet bin ich überfordert bitte helft mir oder besorgt neuen bot BITTE