Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › FlyFF Hacks › lavab0t(flyff)_beta2

Postlavab0t(flyff)_beta2

Posts 1–12 of 12 · Page 1 of 1
LA
lavanat0r
lavab0t(flyff)_beta2
hello everyone.

1)extract "lavab0t(flyff)_beta2.zip".
2)open as administrator "lavab0t(flyff).exe".
Q:why? A:if you dont bot is unable to simulate mouse clicks.
3)to unlock cheboxes and buttons get locations.
4)next chose what you want.

please check if the fp filling working and give me a feedback about that .. i'm unable to check it.
Q:why? A:its take time to create new one and ahhhh i dont want to right now.



i hope next version is not in beta .

virustotal:
lavab0t(flyff)_beta2.zip: virustotal.com/en/file/05e967dd8b9dc15519f639c6ff738a4a7b49a4ebfdccf82a9a 7c7dd73fe2bcf4/analysis/1389644163/
lavab0t(flyff).exe: virustotal.com/en/file/3e1ca1dc49bb45b17b9c51cf255fcaeff2a190881422183464 96a1a381a46fec/analysis/1389644177/
mousemove_flyff.exe: virustotal.com/en/file/51446ed0739556e0782d8a52114f3b9b082a9dd6662cf00244 c1968bb3c49113/analysis/
lavab0t(flyff)_beta2_mpgh.net.zip
#1 · edited 12y ago · 12y ago
LA
lavanat0r
hi all.
this how it looks: youtube.com/watch?v=PlN4bAsY3xA.
dont delete it there's no more links than only this forum link.
i cant post video here so i post link .
#2 · 12y ago
Bernard.
Bernard
lavab0t(flyff)_beta2_mpgh.net.zip - Jotti's malware scan

#Approved
#3 · 12y ago
OL
oloap24
Quote Originally Posted by lavanat0r View Post
hello everyone.

1)extract "lavab0t(flyff)_beta2.zip".
2)open as administrator "lavab0t(flyff).exe".
Q:why? A:if you dont bot is unable to simulate mouse clicks.
3)to unlock cheboxes and buttons get locations.
4)next chose what you want.

please check if the fp filling working and give me a feedback about that .. i'm unable to check it.
Q:why? A:its take time to create new one and ahhhh i dont want to right now.



i hope next version is not in beta .

virustotal:
lavab0t(flyff)_beta2.zip: virustotal.com/en/file/05e967dd8b9dc15519f639c6ff738a4a7b49a4ebfdccf82a9a 7c7dd73fe2bcf4/analysis/1389644163/
lavab0t(flyff).exe: virustotal.com/en/file/3e1ca1dc49bb45b17b9c51cf255fcaeff2a190881422183464 96a1a381a46fec/analysis/1389644177/
mousemove_flyff.exe: virustotal.com/en/file/51446ed0739556e0782d8a52114f3b9b082a9dd6662cf00244 c1968bb3c49113/analysis/

when im trying to get hp mp fp theres a warning
didnt found.. make sure the game window is in main screen and nothing blocks the main window
#4 · 12y ago
LA
lavanat0r
Quote Originally Posted by oloap24 View Post
when im trying to get hp mp fp theres a warning
didnt found.. make sure the game window is in main screen and nothing blocks the main window
hello.
thaks for your feedback and finding the problem.
this bot is olny sees the hp, mp, fp when the game is in window mode like you.. and make sure your game is in main window.
if this dont help.
this bot it only tested on gpotato flyff.
how i use this bot: youtube.com/watch?v=db4-f-qRADs. uploading this video right now.
tell me where your where your game and bot is when you pressed "get hp,mp,fp" .. and what is your game size .. for me its 1440x900.
and can you send me screenshot of your flyff window .. email:l4v4ph0x(at)riseup(dot)net
and tell me hows your preocess to pressing "get hp,mp,fp".
for me its: open,loggin in when i see player and hp bar then >> i open bot >> leaving the game window alone and then pressing "get hp, mp, fp".

if you can find some bugs then little bit of source code is here:
/*from bmps*/
public Bitmap screenShot() {
Bitmap bmp = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);

Graphics g = Graphics.FromImage(bmp);

g.CopyFromScreen(0, 0, 0, 0, Screen.PrimaryScreen.Bounds.Size);

return bmp;
}
/*from bools*/
public bool findBitmap(Bitmap bmpNeedle, Bitmap bmpHaystack, out Point location) {
for (int outerX = 0; outerX < bmpHaystack.Width - bmpNeedle.Width; outerX++) {
for (int outerY = 0; outerY < bmpHaystack.Height - bmpNeedle.Height; outerY++) {
for (int innerX = 0; innerX < bmpNeedle.Width; innerX++) {
for (int innerY = 0; innerY < bmpNeedle.Height; innerY++) {
Color cNeedle = bmpNeedle.GetPixel(innerX, innerY);
Color cHaystack = bmpHaystack.GetPixel(innerX + outerX, innerY + outerY);

if (cNeedle.R != cHaystack.R || cNeedle.G != cHaystack.G || cNeedle.B != cHaystack.B) {
goto notFound;
}
}
}

location = new Point(outerX, outerY);
return true;

notFound:
continue;
}
}

location = Point.Empty;
return false;
}

private void button1_Click(object sender, EventArgs e) {
Bitmap bmp = bmps.screenShot();

bool success = bools.findBitmap(Properties.Resources.part_of_hp, bmp, out player_hp_location);
bool find_success = true; /*bools.findBitmap(Properties.Resources.part_of_pla yer_hp_in_screen, bmp, out player_hp_in_screen);*/

if (success == true && find_success == true) {
checkBox2.Enabled = true;
checkBox5.Enabled = true;
checkBox6.Enabled = true;

hp_x.Text = player_hp_location.X + "";
hp_y.Text = player_hp_location.Y + "";

//form2.richTextBox1.Text = form2.richTextBox1.Text + Environment.NewLine + "player hp in screenXY:" + player_hp_in_screen.X + " " + player_hp_in_screen.Y;
} else {
MessageBox.Show("didnt found .. make sure the game windows is in main screen and nothing blocks the game window");
}
}
#5 · 12y ago
OL
oloap24
i'm playing flyff gold (from gpotato) and i'm using a laptop(windows vista) and has a single display. my flyff resolution is 800x600(window mode).
hp/mp/fb cannot be traced and skills too..
but the monster and map coordinates are working.
hmm? what should i do?

Thanks for replying
#6 · 12y ago
LA
lavanat0r
Quote Originally Posted by oloap24 View Post
i'm playing flyff gold (from gpotato) and i'm using a laptop(windows vista) and has a single display. my flyff resolution is 800x600(window mode).
hp/mp/fb cannot be traced and skills too..
but the monster and map coordinates are working.
hmm? what should i do?

Thanks for replying
hello.
good info good info .
i added bitmaps of your screenshot.
this bot seems to little bit diffrece because its little bit newer.

lavab0t(flyff)_problem1.zip: virustotal.com/en/file/890656c0c514e0b1b045373b9f589022ec60e1bd75fed2af15 6d091e0db957db/analysis/1389996456/
back.exe: virustotal.com/en/file/35d704d1f6693ebbacf48c8da01448fa7c807426dc2b880224 cdb967140cebf5/analysis/1389996483/
lavab0t(flyff).exe: virustotal.com/en/file/1f29792bf904a9479db1b11b4895475414fd9c9f9787c4bb2d c6e48abd357035/analysis/1389996487/
mousemove_flyff.exe: virustotal.com/en/file/51446ed0739556e0782d8a52114f3b9b082a9dd6662cf00244 c1968bb3c49113/analysis/
only_move.exe: virustotal.com/en/file/1135338d13645dbafcfe51595d609d3ddeab2c00a50eb7a99d 1efcd9dabd9cf0/analysis/1389996489/

try this and give me feedback what happend.
what screen connection you use dvi,hdmi,vga .. there might me broblem sending out diffrence color signals. for me i use hdmi.

lavab0t(flyff)_problem1_mpgh.net.zip
#7 · 12y ago
Bernard.
Bernard
lavab0t(flyff)_problem1_mpgh.net.zip - Jotti&#039;s malware scan

#Approved
#8 · 12y ago
SE
sexyglen
Did'nt found make sure game screen is on main window and i only have one windows so LOL I'm trying to use it on Ace Flyff private server
#9 · 12y ago
LA
lavanat0r
hello.
i'm sorry but it is not for ace.
it work flyffs ui similar to gold flyff ui.
but if you want i can make it to ace flyff ui but it takes a time about 2 weeks.
#10 · 12y ago
SE
sexyglen
Quote Originally Posted by lavanat0r View Post
hello.
i'm sorry but it is not for ace.
it work flyffs ui similar to gold flyff ui.
but if you want i can make it to ace flyff ui but it takes a time about 2 weeks.
Why does it take so long ? anyways can you do it ?
#11 · 12y ago
LA
lavanat0r
Quote Originally Posted by sexyglen View Post
Why does it take so long ? anyways can you do it ?
the reason why it take so long or maybe not .. i want to make 3 more functions for it.
1 killing in area.
2 run for giants.
3 pickup rearby items.
#12 · 12y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • lavab0t(flyff)_beta1By lavanat0r in FlyFF Hacks
    10Last post 12y ago
  • lavab0t(flyff)_nonbetaBy lavanat0r in FlyFF Hacks
    31Last post 11y ago
  • Flyff HacksBy ikki007 in Hack Requests
    5Last post 18y ago
  • Hacks for FlyffBy hakufu in Hack Requests
    21Last post 18y ago
  • FlyffBy boneslapz in General Game Hacking
    10Last post 19y ago

Tags for this Thread

#bot#flyff#flyff bot#lavab0t#lavanat0r