[Release] NaviBot

07/30/2013 22:37 cookie69#31
Quote:
Originally Posted by Zeroun View Post
Could you please make this work for Insanity Flyff? I would even be willing to pay for it!! thanks!!
The source has been added...you can make your own version (using Autoit tools) or ask a member to do it...It is simple to do it even for a person (like me) who have basic knowledge in autoit programming.
Good luck and I remain at your disposal for further questions...
08/01/2013 00:28 xiskos#32
u not programmer this bot i know this... and is not ur credit .. is all for u good auto kill bot dont need to pay .. guy... copy and make ur bot

#include <GUIConstants.au3>
;GUI erstellen

GUICreate("Flyff AFK BOT" ,200,150 )
GUICtrlCreateLabel ("Mobs:", 1, 30, 50)
GUICtrlCreateLabel ("Failed:", 1, 50, 50)
;Variablenkram
$Mobs = GUICtrlCreateLabel ("0", 50, 30, 50)
$non = GUICtrlCreateLabel ("0", 50, 50, 50)
$info = GUICtrlCreateLabel ("Normal State", 1, 70, 1000)
GUISetState (@SW_SHOW)
sleep(3000)
;Hotkeys festlegen
HotKeySet("{f1}","_Exit")
HotKeySet("{f2}","_Pause")
HotKeySet("{f3}","_Display")
HotKeySet("{f10}","_Buff")
;PixelBot
While 1

$Variable = PixelSearch(0,0,1920,1080, 0x4A3A2D)
GUICtrlSetData($Info, "Going on...")
If IsArray ($Variable) = True Then
MouseMove ($variable [0], $Variable [1],1)
MouseClick("Left")
MouseClick("Left")
sleep(6000)
GUICtrlSetData($Mobs, GUICtrlRead($Mobs) + 1)
GUICtrlSetData($Info, "Waiting...")

Else

GUICtrlSetData($non, GUICtrlRead($non) + 1)

GUICtrlSetData($Info, "Mob not found...")
EndIf

WEnd



; functions

Func _Exit ()
Exit
EndFunc

Func _Buff ()

sleep(1000)
send("{f4}")
send("{f4}")
sleep(1000)
send("{f5}")
send("{f5}")
sleep(1000)
send("{f6}")
send("{f6}")
sleep(1000)
send("{f7}")
send("{f7}")
sleep(1000)
EndFunc

Func _Pause ()
GUICtrlSetData($Info, "Paused")
Sleep(10000)
GUICtrlSetData($Info, "Normal State")
EndFunc

Func _Display ()
$Mon = GUICtrlRead($Mobs)
$fail = GUICtrlRead($non)
MsgBox(4096, "DATA", "You killed: " & $Mon &" Monsters ," & "Pixelseach failed: " & $fail & " times", 2)
EndFunc
08/03/2013 17:36 cookie69#33
Quote:
Originally Posted by xiskos View Post
u not programmer this bot i know this... and is not ur credit .. is all for u good auto kill bot dont need to pay .. guy... copy and make ur bot

#include <GUIConstants.au3>
;GUI erstellen

GUICreate("Flyff AFK BOT" ,200,150 )
GUICtrlCreateLabel ("Mobs:", 1, 30, 50)
GUICtrlCreateLabel ("Failed:", 1, 50, 50)
;Variablenkram
$Mobs = GUICtrlCreateLabel ("0", 50, 30, 50)
$non = GUICtrlCreateLabel ("0", 50, 50, 50)
$info = GUICtrlCreateLabel ("Normal State", 1, 70, 1000)
GUISetState (@SW_SHOW)
sleep(3000)
;Hotkeys festlegen
HotKeySet("{f1}","_Exit")
HotKeySet("{f2}","_Pause")
HotKeySet("{f3}","_Display")
HotKeySet("{f10}","_Buff")
;PixelBot
While 1

$Variable = PixelSearch(0,0,1920,1080, 0x4A3A2D)
GUICtrlSetData($Info, "Going on...")
If IsArray ($Variable) = True Then
MouseMove ($variable [0], $Variable [1],1)
MouseClick("Left")
MouseClick("Left")
sleep(6000)
GUICtrlSetData($Mobs, GUICtrlRead($Mobs) + 1)
GUICtrlSetData($Info, "Waiting...")

Else

GUICtrlSetData($non, GUICtrlRead($non) + 1)

GUICtrlSetData($Info, "Mob not found...")
EndIf

WEnd



; functions

Func _Exit ()
Exit
EndFunc

Func _Buff ()

sleep(1000)
send("{f4}")
send("{f4}")
sleep(1000)
send("{f5}")
send("{f5}")
sleep(1000)
send("{f6}")
send("{f6}")
sleep(1000)
send("{f7}")
send("{f7}")
sleep(1000)
EndFunc

Func _Pause ()
GUICtrlSetData($Info, "Paused")
Sleep(10000)
GUICtrlSetData($Info, "Normal State")
EndFunc

Func _Display ()
$Mon = GUICtrlRead($Mobs)
$fail = GUICtrlRead($non)
MsgBox(4096, "DATA", "You killed: " & $Mon &" Monsters ," & "Pixelseach failed: " & $fail & " times", 2)
EndFunc
Do I need to response to your comment dude?? I released a FREE bot and as I want to share it with other people (not with you obviously) I released the source...It is so stupid to ask people not to pay when I added the source or maybe you are trying to be funny, anyway...
08/07/2013 14:57 King_Dud#34
Really appreciate your efforts in making this bot and it's good and works fine, it's just that some idiots who probably cant even create a new folder doesn't know how to use it, it is a good bot for a FREE version so if any of u assholes who doesn't like it go get another bot that requires you to pay money for it.. Just one thing I didn't like in this bot and that is it attacks very distant mobs instead the ones that are close by, it killed me 3 times because it attacked a mob higher level than me.
08/07/2013 17:50 cookie69#35
Quote:
Originally Posted by King_Dud View Post
Really appreciate your efforts in making this bot and it's good and works fine, it's just that some idiots who probably cant even create a new folder doesn't know how to use it, it is a good bot for a FREE version so if any of u assholes who doesn't like it go get another bot that requires you to pay money for it.. Just one thing I didn't like in this bot and that is it attacks very distant mobs instead the ones that are close by, it killed me 3 times because it attacked a mob higher level than me.
I appereciate your comments! Well, my intention was not to make a perfect bot but a working one, as you can see in the source code that is not enhanced and can be improved...(this is not what you said but I say it in case someone else comes and accuse me to release a "bad" source code!)

Well, for attacking mobs, you can use the [+] button on the navigator in order to have only some mobs near you (especially when you are crowded like in azria).

Another option, is to modify the x & y values of the search rectangle in order to get a small area around the char.
Code:
;coords of the little search area in the navigator window
; ------------------- navigator area -----------------
Global $a1 = 914, $b1 = 124, $a2 = 930, $b2 = 143

Const $a1_old = 914, $b1_old = 124, $a2_old = 930, $b2_old = 143
Const $a1_new = 910, $b1_new = 120, $a2_new = 943, $b2_new = 146
Const $a1_new_new = 907, $b1_new_new = 117, $a2_new_new = 946, $b2_new_new = 149
Const $a1_new_new_new = 900, $b1_new_new_new = 110, $a2_new_new_new = 953, $b2_new_new_new = 156
Const $a1_new_new_new_new = 890, $b1_new_new_new_new = 100, $a2_new_new_new_new = 963, $b2_new_new_new_new = 166
You can see that I make the area bigger and bigger if we don't find a mob (a1_new, a1_new_new ...) => you can give the same value to all of them so the area doesn't change :) or just add a little pixels.

Another simple option is to deactivate the function that changes the search area by commenting it in the main function;

Change this :
Code:
		If $active = 1 Then; if program is active, do...
			If $search = 1 Then; if search is active, do...
				refreshSearch() ; make search area bigger if no mob found in the navigator
To this:
Code:
		If $active = 1 Then; if program is active, do...
			If $search = 1 Then; if search is active, do...
				;refreshSearch() ; make search area bigger if no mob found in the navigator
08/11/2013 07:14 dasgex#36
For some reason the bot will select a target, then throw the "bad target" error and unselect it all the time.

Im now using the PixelChecksum method on the Element icon and check for changes to see if the mob is alive. Anything else wouldnt work for me on insanity flyff.
08/19/2013 03:09 nekoshiro#37
please help me too it says bad target everytime i use it please helpppp
i appreciate the bot its almost perfect but please a little help here about the
bad target thing please... :'(
08/19/2013 11:37 cookie69#38
Quote:
Originally Posted by nekoshiro View Post
please help me too it says bad target everytime i use it please helpppp
i appreciate the bot its almost perfect but please a little help here about the
bad target thing please... :'(
Do you play in eflyff or eclipseflyff?
09/09/2013 22:57 Cypherex#39
he only kills those who are in front of him. Would put to kill those who are around?
09/11/2013 21:42 cookie69#40
Quote:
Originally Posted by Cypherex View Post
he only kills those who are in front of him. Would put to kill those who are around?
Basically, it searches mobs in the navigator so there is no direction to take..I will check this tomorrow maybe coz I am busy at making a new pixel bot right now ;)
09/15/2013 07:43 nikkow#41
can you make 1 for exordium flyff?:) tnx
09/16/2013 00:58 cookie69#42
Quote:
Originally Posted by nikkow View Post
can you make 1 for exordium flyff?:) tnx
I wish but it if everyone asks me to make a bot for a special private server, it will be too much work as every client is different from the others except the official clients that are almost the same!

The coming release will only use the actual interface of official servers. If I have some time I will make bots for some p servers...The source code is also released so some people may use it to make a bot for their p server :)
09/16/2013 17:46 felizob#43
Release one for FantasyFlyff please :D
09/19/2013 08:25 iashavoc#44
HS!!!!!!! thanks for the new release cookie.
09/30/2013 17:27 BOTCK#45
I just tried your bot and noticed one thing :
After i hit "pause" i can't resume the bot nor can i quit it -just nothing happens.
(if i try to quit it, before i pressed start, it works).

Any solution to fix this?