Help.. How to remove the log in pin code?

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 26, 2011
Messages
15
Reaction score
0
How do i remove this character pin?
coz its annoying..


i already google it and search in the furoms but i didnt find any tut on how to do that...pls help..:?:

im using flyff v15 tenpacy files in youtube..
 

Attachments

  • flyff - Help.. How to remove the log in pin code? - RaGEZONE Forums
    flyff.webp
    62.2 KB · Views: 98
Are you using the source or just some pre-compiled things that someone gave you? If you use the pre-compiled things it is not possible.
 
i dont know if its pre-compiled.. the tenpacy files i downloaded in youtube and the Dell's file here in ragezone is just the same files.. can you tell me if its pre-compiled or not?
 
Yeah, theses files are pre-compiled. If you really want to remove this, you have to download the source here and follow the guide (in the same topic).
 
Are you using the source or just some pre-compiled things that someone gave you? If you use the pre-compiled things it is not possible.

Wrong.
It is possible and the most easy way.

Code:
STRINGTABLE
LANGUAGE LANG_KOREAN, 0x1
{
1, 	""
2, 	"1"
3, 	"0"
4, 	"1"
5, 	"1"
6, 	"20110104"
7, 	"5400"
8, 	"5000"
9, 	"5"
10, 	"1252"
11, 	"1"   //Change this to 0 to remove the 2nd pin window.
}
 
it didnt work for me.. i change it to "0" but when i log in its still there.. i compile and save but no luck...

lol, then when you compiled it became 1 again, if you did not edit the WinMain in the neuz folder hahahahha

where can i find that WinMain and Neuz folder?:?:
 
Last edited:
somewhere at the bottom, you will be able to find the same text as there is in neuz.exe

close VS, find winmain and open it with notepad, edit it, save, and open VS afterwards, or you will get some wierd error to do with the winmain
 
somewhere at the bottom, you will be able to find the same text as there is in neuz.exe

close VS, find winmain and open it with notepad, edit it, save, and open VS afterwards, or you will get some wierd error to do with the winmain

i don't know whats 'VS' stands for...:?:
and i really dont know what bottom are you referring to, is it in the reshack or in the repack folder..


this is what i did:
1. I reshack NeuzUnique.exe
2. I go to string table and change '1' to '0' just like Hellmater said.. (did i do it right here?)
3. then compiled and saved.

maybe you can put some screenshots to make it clearer pls..
its much appreciated if you do give some screenshots..
I really want to get rid of the pin code window..:P:
 
Last edited:
i don't know whats 'VS' stands for...:?:
and i really dont know what bottom are you referring to, is it in the reshack or in the repack folder..


this is what i did:
1. I reshack NeuzUnique.exe
2. I go to string table and change '1' to '0' just like Hellmater said.. (did i do it right here?)
3. then compiled and saved.

maybe you can put some screenshots to make it clearer pls..
its much appreciated if you do give some screenshots..
I really want to get rid of the pin code window..:P:

VS Means Visual Studio. The Microsoft program you use to edit the source. You need to compile/edit it with that.
 
Status
Not open for further replies.
Back