[Request]any hacks for Demon flyff

03/05/2011 06:14 Monograde3#1
any hacks for Demon flyff please post here.....
english please....
03/05/2011 10:51 Minotaurr#2
Nope there aren't.
03/05/2011 11:55 _DEFiNiTiON_#3
We don't give any Support for hacking.
Sorry.
03/05/2011 16:35 Flyff_Service#4
Selling one for all FlyFF Servers (also official) send me an PM.
03/05/2011 17:13 .Crasy#5
Quote:
Originally Posted by Flyff_Service View Post
Selling one for all FlyFF Servers (also official) send me an PM.
Can't go..

100% Fake.

You can only Flyff Hack with Packets o. Memory Addys, but Memory Addys have not all Server's the same :s
03/05/2011 20:44 Spakstoon#6
Quote:
Originally Posted by .Crasy View Post
Can't go..

100% Fake.

You can only Flyff Hack with Packets o. Memory Addys, but Memory Addys have not all Server's the same :s
but how to hack using the packets??
I mean i can recieve them but i don't know what to modify to hack?? whan i change something the game just crashes !! any help? I''d be so hopefull :rolleyes:
03/05/2011 22:34 Sedrika#7
#Closerequest
03/05/2011 23:11 Daniiii#8
Quote:
Originally Posted by _DEFiNiTiON_ View Post
We don't give any Support for hacking.
Sorry.
well, who said that?
03/05/2011 23:16 Sedrika#9
If you need a hack search by yourself here -> [Only registered and activated users can see links. Click Here To Register...]
03/06/2011 00:39 Flyff_Service#10
Quote:
Originally Posted by .Crasy View Post
Can't go..

100% Fake.

You can only Flyff Hack with Packets o. Memory Addys, but Memory Addys have not all Server's the same :s
No Fake lol.

I use one Breakpoint to collect all memory adresses which I need. Simple and usefull ;)

Example:
PHP Code:
const DWORD pFunc = &Test;

void Test();

long __stdcall ExceptionFilter(EXCEPTION_POINTERSe)
{
    if(
e->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP)
        return 
EXCEPTION_CONTINUE_SEARCH;

    if(
e->ExceptionRecord->ExceptionAddress == pFunc)
    {
        
//Handle
        
return EXCEPTION_CONTINUE_EXECUTION;
    }

    return 
EXCEPTION_CONTINUE_SEARCH;
}

void Test()
{
    
printf("Hello World\n");
};

int main(int,char*)
{
    
CONTEXT ctx;
    
ctx.contextFlags CONTEXT_DEBUG_REGISTERS;

    
GetThreadContext(GetCurrentThread(), &ctx);
    
ctx.Dr0 pFunc;
    
ctx.Dr7 1;
    
SetThreadContext(GetCurrentThread(), &ctx);

    
Test();

    return 
0;

03/06/2011 22:12 Spakstoon#11
I don't know what to do to hack that server...