''fix'' #1 best swag the baws plos interview plos push peak +10 plos
The easiest way of ''fixing'' it -> checksum it ( which you didnt )
and you want 20€ for it? all you did was add plenty of available options and if the value is not for example 2.0 then set to 0 that is not a fix lol ( you can change the limit for example if not 0.50 right below it so you can set the limit to w/e you like then you can change the main value to range again)
''fix'' #1 best swag the baws plos interview plos push peak +10 plos
The easiest way of ''fixing'' it -> checksum it ( which you didnt )
and you want 20€ for it? all you did was add plenty of available options and if the value is not for example 2.0 then set to 0 that is not a fix lol ( you can change the limit for example if not 0.50 right below it so you can set the limit to w/e you like then you can change the main value to range again)
Thanks a lot for sharing the last screen.
Before
Code:
float Range = 0.1f;
if ( Range >= 20.1f )
Range = 20.1f;
if ( Range <= 0.1f )
Range = 0.1f;
After
Code:
float Range = 0.1f;
if ( Range >= 0.1f )
Range = 0.1f;
if ( Range <= 0.1f )
Range = 0.1f;
Try again now, if you get what i mean.
PS: Im not selling anything related to flyff source or hacks either. It was just a troll post.
range hack is client side actually so please don't scam people!
Client Side? du setzt ein Target, der Spieler ( g_pPlayer ) läuft hin, klar Client Side, was will auch der Server damit von wegen "Ja der läuft da jetzt hin", also machst du einfach bei der Kacke von wegen OnDoUseSkill oder OnAttack eine schnelle Distanz Prüfung rein (was eine zeile code ist) und das ganze hat sich erledigt.
Easy to Fix.
Der Range Hack geht auch noch einfacher..
PlayerPointer + 0x15E8 (Ein pServer, dessen Namen ich nicht nenne) und das setzt du einfach auf xyz, fertig.
Das ganze funktioniert so: DST_HAWKEYE, sagt alles, heißt ich hol mir einfach die geile SetDestParam Table (Was garkeine ist..) und änder da einfach die ganze kacke.
Speed z.b. ist 0x14AC
Jump z.b. ist 0x1590
usw, das ganze macht man mittels 0x1480 als Base Offset, dann addiert man einfach das jeweilge DST dazu, hier ein beispiel für Speed Hack:
Client Side? du setzt ein Target, der Spieler ( g_pPlayer ) läuft hin, klar Client Side, was will auch der Server damit von wegen "Ja der läuft da jetzt hin", also machst du einfach bei der Kacke von wegen OnDoUseSkill oder OnAttack eine schnelle Distanz Prüfung rein (was eine zeile code ist) und das ganze hat sich erledigt.
Easy to Fix.
Der Range Hack geht auch noch einfacher..
PlayerPointer + 0x15E8 (Ein pServer, dessen Namen ich nicht nenne) und das setzt du einfach auf xyz, fertig.
Das ganze funktioniert so: DST_HAWKEYE, sagt alles, heißt ich hol mir einfach die geile SetDestParam Table (Was garkeine ist..) und änder da einfach die ganze kacke.
Speed z.b. ist 0x14AC
Jump z.b. ist 0x1590
usw, das ganze macht man mittels 0x1480 als Base Offset, dann addiert man einfach das jeweilge DST dazu, hier ein beispiel für Speed Hack:
Warum das ganze mal 4? darauf müsst ihr selbst kommen, allerdings ist das Prinzip sau einfach.
All this stuff is old school (jump,speed,teleport,range,no collision..) is client sided and can be done for all the pservers! What I am trying to say, is that this kind of hacks CAN'T BE PATCHED that's why I said that patching this hack is considered as a scam!! For the rest I don't understand German, so excuse me if I do not have it all!
When i start to search the assembly Code I won´t get any response from the search.
I found this "notProperty" but i cant find the ebp-08 code wich i have to change.
Could someone please help me?
Regards.