You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
bypassing what exactly? passwords? or the logging, if u talk about my situation i should see the same device as mine in my devices not different, because sessions are bind to devices.
changing password or settings on account/groups still needs re-authorization so no.
imo it was either facebook exploit which is unlike or network-level attack, why i tell u this? because i once had similar issue with my tiktok account, a guy logged into my account without using a sms code which was the only way to enter my account, and the funny part was that i didnt even receive a sms xD now u may say that this is what session hijack is but i saw a completely different device in my devices list which indicates that it wasnt a hijack.
Hello everyone ! I haven’t talked with him long time now . I have bought few things from him .
but I cannot reach him now .
i want some things to ask but he is unreachable.
anyone knows if he is ok?
hope this guys is ok .
Question
sherlockholmes
public static String calculateRewards()
{
TreeSet<DMPlayer> players = orderPosition(_dmPlayer.values());
String _htmlPrefix = null;
for (int j = 0; j < Config.DM_REWARD_FIRST_PLAYERS; j++)
{
if (players.isEmpty())
break;
DMPlayer player = players.first();
if (player.getPoints() == 0)
break;
rewardPlayer(player, j + 1);
players.remove(player);
{
for (L2PcInstance Player : L2World.getInstance().getAllPlayers().values())
Player.sendPacket(new ExShowScreenMessage("The Hunter Killer is " + player.getPlayer().getName() + " whit " + player.getPoints()+ " kills.", 12000));
}
int playerPointPrev = player.getPoints();
if (!Config.DM_REWARD_PLAYERS_TIE)
continue;
while (!players.isEmpty())
{
player = players.first();
if (player.getPoints() != playerPointPrev)
break;
rewardPlayer(player, j + 1);
players.remove(player);
}
}
{
// Set state REWARDING so nobody can point anymore
setState(EventState.REWARDING);
return "";
}
}
hi, wanted to know if you can help me with this ....
I want the last line that says this:
{
/ / Set state point rewarding dog anymore so nobody
setState (EventState.REWARDING)
return "";
}
not exit in the form of general notice. I want to eliminate this form or directly that it is not announced anything.
return true removing fails me!
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.