Register for your free account! | Forgot your password?

You last visited: Today at 03:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[How To] Stats Stacken

Discussion on [How To] Stats Stacken within the Flyff Hacks, Bots, Cheats, Exploits & Macros forum part of the Flyff category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2008
Posts: 20
Received Thanks: 18
[How To] Stats Stacken

Hallo Epvpers,

Da die meisten sowieso schon wissen wie man Stats Stackt und es schon fast unnutzbar ist möchte ich es euch hier mal erklären.

Ich hoffe ich bekomme hierfür keine verwarnung und falls es nötig ist kann dieser Thread auch in höhere ebenen verschoben werden.

Im Grunde gibt es 2 arten des stackens (1. mal mit modifierzung der Res files und einmal ohne)

1. Stats stacken mit veränderung der Res Files:

- als erstes geht ihr ins Spiel (Fame, Dflyff)
- nun müsst ihr ein Wooden sword erwecken
- Es dürfen nur - erweckungen auf dem sword sein (-21str -13 sta zbsp)
- Wenn ihr so eine erweckung habt legt das wooden sword auf einen F-Key
und schliest das spiel
- Als nächstes besorgt ihr euch den FRM (Fyff Resource Manager)
- Ihr öffnet die Datasub2.res mit dem FRM
- Ihr extrahiert die Propitem.txt auf euren Desktop und öffnet sie
- Mit Strg+F sucht ihr nach dem Begriff "WOODEN"
- Danach sucht ihr folgende spalte diese stelle raus :

PHP Code:
HD_ONE    =    PARTS_RWEAPON    =    0    =    = 
und ändert sie so um :

PHP Code:
HD_ONE    =    PARTS_REWEAPON    =    0    =    = 
- Nun Speichert ihr die Propitem.txt ab und addet sie wieder in die Ds2.res
- Nun startet ihr das spiel (gegf. mít einem Bypasser), und wenn ihr nun die F taste drückt wo das wooden sword liegt, sollten eure stats stacken
- Ich habe festgestellt das es manchmal bugt, ihr könnt das Wooden auch einfach von eurem Inventar aus auf den Wep-Slot ziehen ^^


2. Stats stacken mit Script + Automaton

- als erstes downloadet ihr euch den Flyff Automaton
- Dann dieses kleine Script hier
- Ihr installiert den Automaton, löscht alles aus dem Script ordner und fügt mein script ein
- Als nächstes ladet euch EtherDetect runter und installiert es
- Nun startet Ihr das spiel (wieder mit einem Bypasser) und erweckt wieder ein Wooden sword nach den oben angegeben anforderungen
- Jetzt kommt EtherDetect zum einsatzt, ihr startet es und drückt auf die
grüne taste die wie "Play" aussieht
- Nun zieht ihr das Wooden 2-3 mal an und aus um das Packet aufzufangen
- Schaltet EtherDetect aus und sucht nun nach folgendem packet:

- Ich habe 2 Ziffern in dem packet markiert, diese sind sehr wichtig und bei jeder erweckung anders
- Ich erkläre es an dem Beispiel "10"
- Wenn ihr nun euren wert gefunden habt geht es weiter ans Script bearbeiten
- Ihr öffnet das wtfux.atlu script und sucht per Strg+F nach dem begriff
"buyarrows" bis ihr zu folgendem stück kommt:

PHP Code:
function wtfux.buyarrows(Arguments,Device)
    
Packet.New ()
    
P:AddDoubleWord Packet.Header )
    
P:AddDoubleWord 0x00ff0021 )
    
P:AddDoubleWord 0x00xx0000 )
    
P:AddDoubleWord 0x0000000a )
Send )
    
OutputF DeviceNAME_Log"Arrows bought" )
end 
- Statt dem xx muss nun eurer ausgelesener wert da hinein, es müsste dann so ausehen

PHP Code:
function wtfux.buyarrows(Arguments,Device)
    
Packet.New ()
    
P:AddDoubleWord Packet.Header )
    
P:AddDoubleWord 0x00ff0021 )
    
P:AddDoubleWord 0x00100000 )
    
P:AddDoubleWord 0x0000000a )
Send )
    
OutputF DeviceNAME_Log"Arrows bought" )
end 
- Dann speichert ihr die ganze sache ab, startet den Automaton und startet Fyff
- Nun könnt ihr in die Chat Leiste folgendes Eingeben :
@buyarrows
- legt den befehl auf eine F taste und haltet sie solange Ihr wollt ^^
(optional könnt ihr auch @startspam @buyarrows eingeben)






Das wars erstmal von meiner seite her, wenn ihr noch Fragen habt stellt sie hier

English:


Hello Epvpers,

As most already know how to Stats Stackt and there is almost no longer usable, I would give you time to explain here.

I hope I get no warning and, if necessary, this thread also in higher levels to be postponed.

Basically there are 2 types of the stack (1. times change with the resource files, and once without)

1. Stats stack with change in the resource file:

- Launches its first game (Fame, Dflyff)
- Now have it a Wooden Sword awaken
- Your needs - Awake on the sword (-21str -13 sta zbsp)
- If you have such an awakening, put the wooden sword to any F-Key
The Game and close
- Next you worried the FRM (Fyff Resource Manager)
- Your Datasub2.res opens with the FRM
- You extract the Propitem.txt on your desktop and open it
- Use Ctrl + F, it looks for the word "wooden"
- Then it examines the following column this place out:

PHP Code:
HD_ONE    =    PARTS_RWEAPON    =    0    =    = 
change into

PHP Code:
HD_ONE    =    PARTS_REWEAPON    =    0    =    = 

- Now saves her from Propitem.txt and addet them back into the Ds2.res
- Now start the Game (with a bypass), and if you now press the F key where the wooden sword is placed your stats shoud be stacking
- I have noticed that it sometimes buggy, you can also simply the Wooden from your inventory from the Wep-pull slot ^ ^


2. Stats stack with + Automaton Script (pics, dl in german section)

- First you download the Flyff Automaton
- Then this little script here * click *
- Your Automaton installs, removes everything from the script folder and add my script
- Next, you invite EtherDetect down and install it * click *
- Now start your game (again with a bypass), and awakens again Wooden sword in accordance with the above stated requirements
- Now comes EtherDetect to use, it starts and it puts pressure on
taste like the green "play" looks like
- Well Wooden pulls her 2-3 times to and from the packet capture
- Turns EtherDetect and now looks for the following packet:

- I have 2 numbers in the packet is marked, these are very important and everyone else Revival
- I declare it to the example "10"
- If you now have found your worth it continues to edit script
- Your wtfux.atlu opens the script and searches via Ctrl + F in accordance with the notion
"buyarrows" until you come to the following piece:

[php] function wtfux.buyarrows (Arguments, Device)
P = Packet.New ()
P: AddDoubleWord (Packet.Header)
P: AddDoubleWord (0x00ff0021)
P: AddDoubleWord (0x00xx0000)
P: AddDoubleWord (0x0000000a)
Send (P)
OutputF (Device, NAME_Log, "bought Arrows")
end [/ php]

- Instead of the xx must now worth your chosen because it, it would then be looking

[php] function wtfux.buyarrows (Arguments, Device)
P = Packet.New ()
P: AddDoubleWord (Packet.Header)
P: AddDoubleWord (0x00ff0021)
P: AddDoubleWord (0x00100000)
P: AddDoubleWord (0x0000000a)
Send (P)
OutputF (Device, NAME_Log, "bought Arrows")
end [/ php]

- Then it stores the whole thing from start to Automaton and starts Fyff
- Now you can chat in the bar, enter the following:
@ buyarrows
- Specifies the command to an F key and hold it as long as you want ^ ^
(optional, you can also @ spam @ buyarrows start to enter)



(translated by )


Thx Erwünscht :3

MFG Synaptic
TomKrüger is offline  
Thanks
14 Users
Old 07/29/2009, 18:04   #2
 
elite*gold: 18
Join Date: Apr 2009
Posts: 199
Received Thanks: 26
das kennt schon jeder.
Kiinasu is offline  
Old 07/29/2009, 18:07   #3
 
elite*gold: 0
Join Date: Jul 2009
Posts: 426
Received Thanks: 37
Would u mind posting it in english also?
Limery is offline  
Old 07/29/2009, 18:09   #4
 
elite*gold: 0
Join Date: Nov 2008
Posts: 20
Received Thanks: 18
Uhm i can try to translate it into english, but my english fail xD

Ahja kennt schon jeder ? aber hat auch jeder das Script .. hmmm

Wenns keiner braucht kann ichs auch wieder removen xD

MFG
TomKrüger is offline  
Thanks
1 User
Old 07/29/2009, 18:16   #5
 
elite*gold: 271
Join Date: Mar 2008
Posts: 9,461
Received Thanks: 2,082
benutz google translator und ich denke es kennt noch nicht jeder und 50% von denen die es kennen bekommens net hin und 50% von denen dies nich kennen werdens entweder nich kennenlernen oder nich auffe reihe bekommen...
Mark- is offline  
Old 07/29/2009, 18:48   #6
 
elite*gold: 0
Join Date: May 2008
Posts: 19
Received Thanks: 3
Mh mein Client schließt sich beim Starten, mit der normalen *.res startet er ohne Probleme.
In der Error.txt steht "2009/ 7/29 18:46:08 propitem.txt, 3". :/
Raiv0 is offline  
Old 07/29/2009, 18:56   #7
 
elite*gold: 0
Join Date: Nov 2008
Posts: 20
Received Thanks: 18
Ja, ich hatte dazu bemerkt das du ein Bypasser brauchst, den ich hier leider aus bestimmten gründen nicht releasen darf ox


MFG
TomKrüger is offline  
Old 07/29/2009, 18:59   #8
 
elite*gold: 0
Join Date: May 2008
Posts: 19
Received Thanks: 3
Quote:
Originally Posted by TomKrüger View Post
Ja, ich hatte dazu bemerkt das du ein Bypasser brauchst, den ich hier leider aus bestimmten gründen nicht releasen darf ox


MFG
Ist dieser via Google zu finden?
Raiv0 is offline  
Old 07/29/2009, 20:37   #9
 
elite*gold: 0
Join Date: Apr 2008
Posts: 8
Received Thanks: 0
thanks man more some time delete this cause fame will fix the bug...
dorush09 is offline  
Old 07/29/2009, 20:41   #10
 
elite*gold: 0
Join Date: Nov 2008
Posts: 20
Received Thanks: 18
Hm ... I post that in p-server section because the most noobish p-server cant fix it :3

Its not only useable at Fame/Eflyff/Dflyff
TomKrüger is offline  
Old 07/29/2009, 20:52   #11
 
elite*gold: 0
Join Date: Jan 2008
Posts: 78
Received Thanks: 25
Fuer Fame ist kein bypasser notwendig oder?
.Spice is offline  
Old 07/29/2009, 21:35   #12
 
Ne0phyte's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 79
Received Thanks: 7
Glaube nicht.
Bei Fame reicht es aus, mit Fameguy zu starten.
Ne0phyte is offline  
Old 07/29/2009, 21:42   #13
 
elite*gold: 0
Join Date: Oct 2008
Posts: 56
Received Thanks: 7
@ TomKrüger also ich seh nichts im p-server bereich wo der Bypasser sein soll :<
arammanesh is offline  
Old 07/29/2009, 22:03   #14
 
elite*gold: 0
Join Date: Jan 2008
Posts: 78
Received Thanks: 25
Yep, funktioniert einwandfrei mit dem fameguy, danke fuers posten.
.Spice is offline  
Old 07/29/2009, 23:26   #15
 
elite*gold: 0
Join Date: Jul 2009
Posts: 4
Received Thanks: 0
patched by erlyguard Scheiße.. Dies ist nur nutzlos.. *löschen*
patch3d is offline  
Closed Thread


Similar Threads Similar Threads
Stats Stacken in Caali Files & Geld dupen
11/03/2009 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 41 Replies
Stats Stacken So das berühmte stat stacken geht auch in den Caali Files..bloß bissl anderst ;) Als erstes erweckt Ihr euch eine Suit mit negativen werten..(es geht alles, -sta,-str,etc etc auch minus crit rate und was weiß ich)..wenn ihr das habt, lasst ihr die rüssi im inventar und zeiht sie nicht an. Jetz zieht ihr sie immer wieder auf das Feld wo die Cs Suit normalerweise ist, .. die Suit wird nicht angezogen aber eure Stats erhöht. Unendlich Geld Ändert in den .res Dateien den...
How Stats Stacken + Automaton
08/18/2009 - Flyff Private Server - 0 Replies
Also ich habe grade diesen Beitrage Beitrag^^ gelesen dort steht wie man den Stats hack in den Automaton einbauen kann. Leider sind mir einige Sachen noch nicht ganz klar.Deswegen such ich jemand der mir das erklären würde. Und zwar geht es um dem EtherDetect. Eine genaue Erklärung wäre schön.



All times are GMT +2. The time now is 03:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.