Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Hacks, Bots, Cheats, Exploits & Macros
You last visited: Today at 21:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE] Open-Source (Free) Flyff Universe Bot

Discussion on [RELEASE] Open-Source (Free) Flyff Universe Bot within the Flyff Hacks, Bots, Cheats, Exploits & Macros forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2022
Posts: 10
Received Thanks: 4
[RELEASE] Open-Source (Free) Flyff Universe Bot

I made this bot as a project to learn programming in C++.

It's gotten pretty good over several months. I've gotten a few characters to level 100+ with it. There's still a lot left to do, but I figured I would start sharing it out.

I am hoping there are some other cool projects I can become a part of with these skills.



Features:
  • Healer or fighter mode
  • Monitor hp/mp/fp and use potions to restore
  • Tracks all monsters nearby and prioritizes the ones closest to the player
  • Fighter always prioritizes monsters attacking healer, then monsters attacking the fighter, then monsters that are not in combat
  • Doesn't trigger captcha
  • Restores operation if game disconnects
  • Giant avoiding

This bot requires:
  • Windows 10 or 11 x64
  • Running the game in chrome
  • C++ redist from Microsoft -
  • The bot release files -
  • Full control of mouse and keyboard (only 1 bot per PC)

Current version is 1.0.1.
Please download the latest one.

The full page with information (screenshots and videos)


The bot takes over your mouse and keyboard to operate. It uses text recognition (OCR), image matching, and memory reading/writing. For those reasons, it may trigger anti-virus. The full source code is available on the github page if you don't trust me, or if you want to take some of the code to do something cool.

If you get any strange behavior, please close and relaunch Chrome.

VIRUS TOTAL REPORT:


If you're interested in more, please check out .
vektorrector is offline  
Thanks
2 Users
Old 01/28/2024, 09:37   #2
 
elite*gold: 0
Join Date: Jan 2024
Posts: 5
Received Thanks: 0
Hello. I tried to use your bot, but it crashes before he can kill one monster. do you have any solution for that? thank you
sethmaven is offline  
Old 01/28/2024, 09:43   #3
 
elite*gold: 0
Join Date: Jan 2015
Posts: 1
Received Thanks: 0
Heya, crashes after 2secs after start, pos finder prompt in CMD any ideas? followed the instructions word by word
btyy121 is offline  
Old 01/28/2024, 10:04   #4
 
elite*gold: 0
Join Date: Jan 2024
Posts: 5
Received Thanks: 0
The message in the cmd that I saw after it crashed is "Error opening data file ./eng.traineddata"
"Please make sure the TESSDATA_PREFIX environment..."
"Failed loading language "eng" "
"Tesseract couldn't load any languages!"

Hope this helps. I'm a new member and I can't post some images. Sorry.
sethmaven is offline  
Old 01/28/2024, 14:45   #5
 
elite*gold: 0
Join Date: Nov 2022
Posts: 10
Received Thanks: 4
Quote:
Originally Posted by sethmaven View Post
The message in the cmd that I saw after it crashed is "Error opening data file ./eng.traineddata"
"Please make sure the TESSDATA_PREFIX environment..."
"Failed loading language "eng" "
"Tesseract couldn't load any languages!"

Hope this helps. I'm a new member and I can't post some images. Sorry.
Sorry! I forgot to add a DLL for OCR. I updated the zip, and I added the tesseract DLL.

Please test and let me know.

vektorrector is offline  
Old 01/28/2024, 15:44   #6
 
elite*gold: 0
Join Date: Jan 2024
Posts: 5
Received Thanks: 0
It's not crashing anymore but after killing 7 monsters specifically, my character is acting strange. cmd says "searching for monster to attack" even though there are lots of monster in the area.

It fixed by clicking outside the game, like in the background but it's happening again after killing 7 monsters.

PS. My character is mercenary, haven't try any class yet. I'm not sure if it's because of that.
sethmaven is offline  
Old 01/28/2024, 15:53   #7
 
elite*gold: 0
Join Date: Nov 2022
Posts: 10
Received Thanks: 4
Quote:
Originally Posted by sethmaven View Post
It's not crashing anymore but after killing 7 monsters specifically, my character is acting strange. cmd says "searching for monster to attack" even though there are lots of monster in the area.

It fixed by clicking outside the game, like in the background but it's happening again after killing 7 monsters.

PS. My character is mercenary, haven't try any class yet. I'm not sure if it's because of that.

Can you try to reload chrome and restart the bot? Also, I am going to PM you my discord because I want to fix this. I tested with this with ranger and BP, and it worked fine.


EDIT: Updated code on github and added new release.
vektorrector is offline  
Old 01/28/2024, 16:39   #8
 
elite*gold: 0
Join Date: Jan 2024
Posts: 5
Received Thanks: 0
Thank you so much for the help. It's all good and working now! <3
sethmaven is offline  
Old 02/03/2024, 16:41   #9
 
elite*gold: 0
Join Date: Jul 2014
Posts: 2
Received Thanks: 0
I cant seem to make this work despite following all the instructions word by word. Can you help me please?
The error was no pid something like that
pakalmot is offline  
Old 02/04/2024, 05:57   #10
 
elite*gold: 0
Join Date: Nov 2022
Posts: 10
Received Thanks: 4
Quote:
Originally Posted by pakalmot View Post
I cant seem to make this work despite following all the instructions word by word. Can you help me please?
The error was no pid something like that
You must be logged in and playing the game in Chrome so the bot program can find your window. It requires the screen where your character hp/fp/mp shows up to be up.

Also, can you post the flyffcombat.log file?
vektorrector is offline  
Old 02/04/2024, 18:08   #11
 
elite*gold: 0
Join Date: Jul 2014
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by vektorrector View Post
You must be logged in and playing the game in Chrome so the bot program can find your window. It requires the screen where your character hp/fp/mp shows up to be up.

Also, can you post the flyffcombat.log file?
thank you for replying. here is my combat log



Log file started
config loaded
ERROR: player ID is invalid
pakalmot is offline  
Old 02/05/2024, 04:34   #12
 
elite*gold: 0
Join Date: Nov 2022
Posts: 10
Received Thanks: 4
Quote:
Originally Posted by pakalmot View Post
thank you for replying. here is my combat log



Log file started
config loaded
ERROR: player ID is invalid

The bot is not finding your player ID based on the name you inputted.

The source code is public, so I can show you where the issue lies.

Code:
player.setup_initial_pos(flyff_proc);
player.setup_initial_target(flyff_proc);
if (player.id == 0 || player.id == 1)
{
				log_file.write("ERROR: player ID is invalid");
				cleanup_gui(hwnd, wc.lpszClassName, wc.hInstance);
				throw std::runtime_error("ERROR: player ID is invalid");
}
This may be happening because you:
  1. inputted the wrong name
  2. the character is not logged in when you started the bot
  3. the character screen where the HP/MP/FP bar resides is not open (press T to toggle)
  4. or your character has some very strange name.


Please check all of that.
vektorrector is offline  
Old 02/05/2024, 08:46   #13
 
elite*gold: 0
Join Date: Feb 2009
Posts: 5
Received Thanks: 0
flyff pid is 1, error

hey bro, i am getting this flyff pid is 1, error
Attached Images
File Type: png pid is 1.PNG (387.1 KB, 455 views)
atorgaara is offline  
Old 02/05/2024, 09:14   #14
 
elite*gold: 0
Join Date: Feb 2024
Posts: 2
Received Thanks: 0
Having an issue.

Downloaded the bot, extracted to desktop in a fold named "bot" lol.
opened it up and had my flyff running. clicked the EXE to the bot. it opened a black box and closed instantly.

Wont start the program.
jntokar is offline  
Old 02/05/2024, 09:25   #15
 
elite*gold: 0
Join Date: Feb 2009
Posts: 5
Received Thanks: 0
new error

pid error is now solved, but new error exist -> "unable to assign possible_player_target_match in initial check at byte 26835444"
Attached Images
File Type: png new error.PNG (36.5 KB, 456 views)
atorgaara is offline  
Reply

Tags
flyff bot


Similar Threads Similar Threads
[Open Source] Flyff Universe | MadrigalStreetCartel | Level/Farm/Support - Bot
03/31/2024 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 58 Replies
Hello guys, Today we present Neuz, a free & open source leveling/farming bot for Flyff Universe. The bot is licensed under Mozilla Public License. Current features are auto leveling with some customization options to choose from, such as On-Demand Pickup-Pet, Auto-Food consumption etc. Currently planned features are full support mode for an assist/rm and a shoutbot. Link to source/download: https://github.com/MadrigalStreetCartel/neuz Join our Discord:



All times are GMT +2. The time now is 21:02.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.