Register for your free account! | Forgot your password?

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

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

Advertisement



FlyFF - Awakebot (Customizable, Support your own server)

Discussion on FlyFF - Awakebot (Customizable, Support your own server) within the Flyff Hacks, Bots, Cheats, Exploits & Macros forum part of the Flyff category.

Reply
 
Old 01/26/2020, 02:20   #481
 
elite*gold: 0
Join Date: Jul 2013
Posts: 7
Received Thanks: 0
Got it to work now but now it has trouble and it stops when the awake goes beyond 2 lines.

[18:17:20] FlyFF_AwakeBot.AwakeningParseException: The awaketext: "It becomes a lucky box when" is not a valid awake
at FlyFF_AwakeBot.AwakeningParser.SplitAwakeLines()
at FlyFF_AwakeBot.AwakeningParser.GetCompletedAwakes( )
at FlyFF_AwakeBot.AwakeningRoutine.AwakeningLoopThrea d(List`1 preferredAwakeItemList)


xecrode is offline  
Old 02/03/2020, 23:11   #482
 
elite*gold: 0
Join Date: Feb 2020
Posts: 3
Received Thanks: 0
Is this bot only for private servers?
MachoDuckling is offline  
Old 02/05/2020, 00:30   #483
 
elite*gold: 0
Join Date: Feb 2020
Posts: 1
Received Thanks: 0
Error dll

How can i fix this? Says error dll.. Im using windows 7. Hoping for asap reply. Ty

Im using windows 7 and it says mps run time dll.. Pls help me find a solution for this
iamsamteng is offline  
Old 02/05/2020, 12:53   #484

 
netHoxInc's Avatar
 
elite*gold: 2
Join Date: Jan 2008
Posts: 778
Received Thanks: 983
Quote:
Originally Posted by iamsamteng View Post
How can i fix this? Says error dll.. Im using windows 7. Hoping for asap reply. Ty

Im using windows 7 and it says mps run time dll.. Pls help me find a solution for this
Must sound weird but i assume you miss a runtime dll file.

Solutions: Google given filename, most likely you'll find either a download to the missing dll, which you can place in windows/system32 folder, or even more most likely: you'll find a reference to a download of a runtime which contains said file.

If you think im talking chinese right now, look for 'AiO Runtimes' on google.
netHoxInc is offline  
Old 02/06/2020, 17:49   #485
 
elite*gold: 0
Join Date: Feb 2020
Posts: 3
Received Thanks: 0
is this just for pservers or US Flyff webzen as well?
MachoDuckling is offline  
Old 02/06/2020, 17:56   #486

 
netHoxInc's Avatar
 
elite*gold: 2
Join Date: Jan 2008
Posts: 778
Received Thanks: 983
Quote:
Originally Posted by MachoDuckling View Post
is this just for pservers or US Flyff webzen as well?
Im pretty sure with a GG bypass, yes. But not as it is.

greyb1t might correct me here if im wrong (i assume p: )
netHoxInc is offline  
Old 02/06/2020, 17:59   #487
 
elite*gold: 0
Join Date: Feb 2020
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by netHoxInc View Post
Im pretty sure with a GG bypass, yes. But not as it is.

greyb1t might correct me here if im wrong (i assume p: )
hmmm how to bypass GG? XD
MachoDuckling is offline  
Old 02/06/2020, 19:02   #488

 
/Aiden\'s Avatar
 
elite*gold: 1825
Join Date: Apr 2014
Posts: 1,059
Received Thanks: 1,334
Quote:
Originally Posted by MachoDuckling View Post
hmmm how to bypass GG? XD
Proove that you understood how to configurate the bot for a server and i will make it work for you on official webzen flyff.
/Aiden\ is offline  
Old 02/06/2020, 23:23   #489
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,024
Quote:
Originally Posted by /Aiden\ View Post
Proove that you understood how to configurate the bot for a server and i will make it work for you on official webzen flyff.
If you ever have to go through the code of the awakebot. PLEASE ignore the following line of code (and some others).
I do not know what that is??? YIKES

Code:
Win32.SetForegroundWindow(_botConfig.Process.Handle);
Quote:
Originally Posted by netHoxInc View Post
Im pretty sure with a GG bypass, yes. But not as it is.

greyb1t might correct me here if im wrong (i assume p: )
Nope, definitely will not work as is. You would have to change at least four things.

1. The CRINGY line of code as shown in the reply to Aiden (and all other lines using the process handle).

2. Avoid calling functions hooked by GameGuard and use their Nt variants instead. In this case:

Avoid:
Code:
SetCursorPos
mouse_event
and instead call

Code:
NtUserSetCursorPos
NtUserSendInput
3. The window title

4. Process name

Then I am guessing it would work? Key word: GUESSING
The last thing I remember from GG and EFlyff was that it was a bloated piece of crap.
More bloated than my softwares, yeah, who could have guessed lol??
It even fucked with my browser and caused me not being able to open new tabs.

Quote:
Originally Posted by xecrode View Post
Got it to work now but now it has trouble and it stops when the awake goes beyond 2 lines.

[18:17:20] FlyFF_AwakeBot.AwakeningParseException: The awaketext: "It becomes a lucky box when" is not a valid awake
at FlyFF_AwakeBot.AwakeningParser.SplitAwakeLines()
at FlyFF_AwakeBot.AwakeningParser.GetCompletedAwakes( )
at FlyFF_AwakeBot.AwakeningRoutine.AwakeningLoopThrea d(List`1 preferredAwakeItemList)


If you still wait for a reply in which I think you do not.
At the moment awakes on multiple lines seems to not work properly.
Can't bother to update at the moment. Sorry.

Quote:
Originally Posted by MachoDuckling View Post
hmmm how to bypass GG? XD
I will save @ the trouble if you do as he says and show some knowledge so we know that we are not trying to help someone that has to be spoonfed all the way through.
greyb1t is offline  
Old 02/07/2020, 00:42   #490

 
netHoxInc's Avatar
 
elite*gold: 2
Join Date: Jan 2008
Posts: 778
Received Thanks: 983
Quote:
Originally Posted by greyb1t View Post
Nope, definitely will not work as is. You would have to change at least four things.
Havent bothered to check your awaking source more then a little look very long ago, as im personally not talented with ocr stuff nor i tend to become so, but, im not quite sure, if just the unhooking of gg wouldn't be enough, as it works on other clients, i dont see an actual reason why it should not on officials, but who knows, its a little bit too late rn else i'd test it, but i can do that tommorow i think^^

PS: Sry for not yet replying on ur pm, its definetly worth more then a simple 'oh cool nice' answer which im used to do while busy, i was very impressed, even tho thats just usual when you showoff stuffs, allways few steps further p: I'll hopefully get some free time this weekend, i'll respond to it by then
netHoxInc is offline  
Old 02/07/2020, 01:08   #491
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,024
Quote:
Originally Posted by netHoxInc View Post
Havent bothered to check your awaking source more then a little look very long ago, as im personally not talented with ocr stuff nor i tend to become so, but, im not quite sure, if just the unhooking of gg wouldn't be enough, as it works on other clients, i dont see an actual reason why it should not on officials, but who knows, its a little bit too late rn else i'd test it, but i can do that tommorow i think^^

PS: Sry for not yet replying on ur pm, its definetly worth more then a simple 'oh cool nice' answer which im used to do while busy, i was very impressed, even tho thats just usual when you showoff stuffs, allways few steps further p: I'll hopefully get some free time this weekend, i'll respond to it by then
Hehehe, don't bother checking the sauce, its poorly written =)

By the way, do NOT feel any pressure to respond to the message. I know it was VERY long, and that can cause one to feel the need to respond with the same amount of effort. I am fully aware that time is of the essence.

No reply needed ^^
greyb1t is offline  
Old 02/07/2020, 18:23   #492
 
x3Riise's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 31
Received Thanks: 3
Thanks for the release
It works fine for me expect for 1 little thing
Any idea why it wont detect the awake?

For some reason the picture Read Rectangle looks like this:
x3Riise is offline  
Old 02/07/2020, 21:01   #493
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,024
Quote:
Originally Posted by x3Riise View Post
Thanks for the release
It works fine for me expect for 1 little thing
Any idea why it wont detect the awake?

For some reason the picture Read Rectangle looks like this:
If you look very carefully on each pixel and check its color of the awake text in the awake window you can see that all pixels are not the same.

They make look the same, but are not. It seems to be their solution to prevent the awake bot.

If you want to fix this for yourself you can either use the solution descibed in this that I made for someone with the same type of issue.

Or you can fix it yourself by doing it more properly with simple image manipulation such as black and shit, increasing contrast and then filtering out based on each pixels lightness value.

Both solutions require slight programming knowledge.
greyb1t is offline  
Old 02/08/2020, 10:50   #494
 
elite*gold: 0
Join Date: Feb 2020
Posts: 1
Received Thanks: 0
Hey, the OCR have Problem with STA+5.
The OCR says that it is STA +S and the bot stops.
Whaack is offline  
Old 02/08/2020, 11:48   #495
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,024
Quote:
Originally Posted by Whaack View Post
Hey, the OCR have Problem with STA+5.
The OCR says that it is STA +S and the bot stops.
Sorry dude, seems like the bot has an issue with that awake specificially.

When attempting to fix it by increasing the size of the image, other awakes stop being recognized at all. The OCR dependency tesseract sucks or I am using it incorrectly.

Can't bother to do anything else against it. Sorry dude.
greyb1t is offline  
Reply

Tags
awakebot, bot, cheat, flyff, greyb1t




All times are GMT +2. The time now is 14:32.


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.