Quote:
Originally Posted by /Aiden\
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
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)
[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
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.