FlyFF - Awakebot (Customizable, Support your own server)

01/26/2020 02:20 xecrode#481
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)


[Only registered and activated users can see links. Click Here To Register...]
02/03/2020 23:11 MachoDuckling#482
Is this bot only for private servers?
02/05/2020 00:30 iamsamteng#483
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
02/05/2020 12:53 netHoxInc#484
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.
02/06/2020 17:49 MachoDuckling#485
is this just for pservers or US Flyff webzen as well?
02/06/2020 17:56 netHoxInc#486
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: )
02/06/2020 17:59 MachoDuckling#487
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
02/06/2020 19:02 /Aiden\#488
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.
02/06/2020 23:23 greyb1t#489
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)


[Only registered and activated users can see links. Click Here To Register...]
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 @[Only registered and activated users can see links. Click Here To Register...] 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.
02/07/2020 00:42 netHoxInc#490
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
02/07/2020 01:08 greyb1t#491
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 ^^
02/07/2020 18:23 x3Riise#492
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:
[Only registered and activated users can see links. Click Here To Register...]
02/07/2020 21:01 greyb1t#493
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:
[Only registered and activated users can see links. Click Here To Register...]
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 [Only registered and activated users can see links. Click Here To Register...] 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.
02/08/2020 10:50 Whaack#494
Hey, the OCR have Problem with STA+5.
The OCR says that it is STA +S and the bot stops.
02/08/2020 11:48 greyb1t#495
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.