yeah true, but The series with Ezio was Getting old & they couldn't update it with him because they have pushed the generation of AC too late for him to be alive :P
ohh I thought u ment Me not the client ;)
I have fixed the issue though,
FIND in socketsconnection.cs
if (String_0 != Licence.smethod_2("http://otaku.cm/phx/override.php", false))
REPLACE WITH
/*if (String_0 != Licence.smethod_2("http://otaku.cm/phx/override.php", false))*/
It's a Vote Validator, it checks for the code & if you have it echos it, if hes having it on client.php Why would he have it redirect? it will just keep reloading.
<?php
require_once 'findretros_config.php';
require_once 'findretros.php';
$FindRetros = new FindRetros();
if($FindRetros->hasClientVoted()) {
echo 'You have voted!';
}else{
// echo 'You have yet to vote!';
$FindRetros->redirectClientToVote();
}
?>
here use this you forgot ?>
Thankyou Elvis, but which one? theres 3 & I can't seem to change the right one
else
{
if (!roomUserByHabbo2.IsBot && roomUserByHabbo2 != null && roomUserByHabbo2.GetClient() != null &&...