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.
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)
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.
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
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
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
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.
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
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.
[17:14:12]
Its on Etropia Flyff btw:
[18:38:09] Bot has started
[18:38:11] Raw awake In-game text: "STO teeox. MP FSve MPTayNe +22"
[18:38:11] FlyFF_AwakeBot.AwakeningParseException: The awaketext: "STO teeox. MP FS" is not a valid awake
at FlyFF_AwakeBot.AwakeningParser.SplitAwakeLines()
at FlyFF_AwakeBot.AwakeningParser.GetCompletedAwakes( )
at FlyFF_AwakeBot.AwakeningRoutine.AwakeningLoopThrea d(List`1 preferredAwakeItemList)
Any idea why it wont detect the awake?
For some reason the picture Read Rectangle looks like this:
[17:14:12]
Its on Etropia Flyff btw:
[18:38:09] Bot has started
[18:38:11] Raw awake In-game text: "STO teeox. MP FSve MPTayNe +22"
[18:38:11] FlyFF_AwakeBot.AwakeningParseException: The awaketext: "STO teeox. MP FS" is not a valid awake
at FlyFF_AwakeBot.AwakeningParser.SplitAwakeLines()
at FlyFF_AwakeBot.AwakeningParser.GetCompletedAwakes( )
at FlyFF_AwakeBot.AwakeningRoutine.AwakeningLoopThrea d(List`1 preferredAwakeItemList)
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.
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.