fix tellyscript generator for bf0
This commit is contained in:
@@ -1323,6 +1323,8 @@ PAPChat(char* userNameBase, char* fixedPassword)
|
|||||||
} else if (fixedPassword == 1) {
|
} else if (fixedPassword == 1) {
|
||||||
/* pad out to 8 chars for PSI */
|
/* pad out to 8 chars for PSI */
|
||||||
sprintf(password, "%08d", computefcs(gUsername));
|
sprintf(password, "%08d", computefcs(gUsername));
|
||||||
|
} else if (fixedPassword == 2) {
|
||||||
|
sprintf(password, "%d", computefcs(gUsername));
|
||||||
} else {
|
} else {
|
||||||
strcpy(password, fixedPassword);
|
strcpy(password, fixedPassword);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ InitGeneratedValues()
|
|||||||
|
|
||||||
LoginToPOP(int Fb, int Gb)
|
LoginToPOP(int Fb, int Gb)
|
||||||
{
|
{
|
||||||
return PAPChat("wtv_%s", 0);
|
return PAPChat("wtv_%s", 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
ChatWithIndexedProvider(int idx)
|
ChatWithIndexedProvider(int idx)
|
||||||
|
|||||||
Reference in New Issue
Block a user