uberEmulator - Stabilized - The Final Revision

Page 3 of 11 FirstFirst 1234567891011 LastLast
Results 31 to 45 of 165
  1. #31
    yerro Adde is offline
    MemberRank
    Feb 2010 Join Date
    none ur bizzLocation
    2,731Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Quote Originally Posted by Someuser View Post
    What is that for gay rule? :o
    I don't know? Ask Mental about the "gay rule."

  2. #32
    Web Developer Papercup is offline
    MemberRank
    Nov 2009 Join Date
    WalesLocation
    1,607Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Nice Release Jake, Next time add the rest of the existing add-ons before release saves us time ;)

  3. #33
    Enthusiast Infinity987 is offline
    MemberRank
    Jul 2010 Join Date
    38Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Nice Relase *-* Thanks.

  4. #34
    No, Just no. Matthew is offline
    MemberRank
    Jul 2008 Join Date
    United KingdomLocation
    1,408Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Quote Originally Posted by Adde View Post
    It's against the rules to use another account while your main account is banned, your fucking pussy.

    Ontopic: Great release like always Jakeeey.
    Don't think he cares, It's rages fault for hiring a shitty mod.

  5. #35
    Account Upgraded | Title Enabled! iJakey is offline
    MemberRank
    May 2010 Join Date
    355Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Thanks for the replies ;p - ;)

  6. #36
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Perfect Emulation - Good luck with your future projects :)

    ---------- Post added at 09:53 AM ---------- Previous post was at 09:46 AM ----------

    Right then

    After checking throught various files for exploits

    i found this

    Code:
    case "ha":
                            if (Session.GetHabbo().HasFuse("fuse_sysadmin") || Session.GetHabbo().Username == "Lodus")
                            {
                                string Notice = Input.Substring(3);
                                ServerMessage HotelAlert = new ServerMessage(139);
                                HotelAlert.AppendStringWithBreak("Message from Hotel Management:\r\n" + Notice + "\r\n-" + Session.GetHabbo().Username);
                                UberEnvironment.GetGame().GetClientManager().BroadcastMessage(HotelAlert);
    
                                return true;
                            }
                            return false;
    If someone registres on your hotel with the username, Lodus. That user gets Hotel Alert

    You need to take this out if you dont want to get hacked.

  7. #37
    Lurking since '06 1ntel is offline
    MemberRank
    Jul 2006 Join Date
    401Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Moonwalk:

    http://forum.ragezone.com/f353/ubere...3/#post5993968

    I put it in a different topic so it doesn't get burred in here

  8. #38
    Member Todopc is offline
    MemberRank
    Mar 2007 Join Date
    56Posts

    Re: uberEmulator - Stabilized - The Final Revision

    ¿How to fix this error?

    Code:
    3-11-2010 18:49:13
    LockTimeoutException: Timeout whilst waiting for lock
       en TimedLock.Lock(Object o, TimeSpan timeout)
       en Uber.HabboHotel.GameClients.GameClientManager.CheckEffects()
       en Uber.HabboHotel.Misc.LowPriorityWorker.Process()
       en System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       en System.Threading.ThreadHelper.ThreadStart()
    
    03-11-2010 18:50:59
    LockTimeoutException: Timeout whilst waiting for lock
       en TimedLock.Lock(Object o, TimeSpan timeout)
       en Uber.HabboHotel.GameClients.GameClientManager.LogClonesOut(String Username)
       en Uber.HabboHotel.GameClients.GameClient.Login(String AuthTicket)
       en Uber.Messages.GameClientMessageHandler.SSOLogin()
       en Uber.Messages.GameClientMessageHandler.HandleRequest(ClientMessage Request)
       en Uber.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data)
       en Uber.Net.TcpConnection.RouteData(Byte[]& Data)
       en Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr)
       en System.Net.LazyAsyncResult.Complete(IntPtr userToken)
       en System.Net.ContextAwareResult.CompleteCallback(Object state)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       en System.Net.ContextAwareResult.Complete(IntPtr userToken)
       en System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
       en System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
       en System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)

  9. #39
    Lurking since '06 1ntel is offline
    MemberRank
    Jul 2006 Join Date
    401Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Quote Originally Posted by Todopc View Post
    ¿How to fix this error?

    Code:
    3-11-2010 18:49:13
    LockTimeoutException: Timeout whilst waiting for lock
       en TimedLock.Lock(Object o, TimeSpan timeout)
       en Uber.HabboHotel.GameClients.GameClientManager.CheckEffects()
       en Uber.HabboHotel.Misc.LowPriorityWorker.Process()
       en System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       en System.Threading.ThreadHelper.ThreadStart()
    
    03-11-2010 18:50:59
    LockTimeoutException: Timeout whilst waiting for lock
       en TimedLock.Lock(Object o, TimeSpan timeout)
       en Uber.HabboHotel.GameClients.GameClientManager.LogClonesOut(String Username)
       en Uber.HabboHotel.GameClients.GameClient.Login(String AuthTicket)
       en Uber.Messages.GameClientMessageHandler.SSOLogin()
       en Uber.Messages.GameClientMessageHandler.HandleRequest(ClientMessage Request)
       en Uber.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data)
       en Uber.Net.TcpConnection.RouteData(Byte[]& Data)
       en Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr)
       en System.Net.LazyAsyncResult.Complete(IntPtr userToken)
       en System.Net.ContextAwareResult.CompleteCallback(Object state)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       en System.Net.ContextAwareResult.Complete(IntPtr userToken)
       en System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
       en System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
       en System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
    Remove the Timedlock or either, make it lock onto an private object.
    Last edited by 1ntel; 04-11-10 at 11:04 AM.

  10. #40
    Account Upgraded | Title Enabled! iJakey is offline
    MemberRank
    May 2010 Join Date
    355Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Ohh sorry bout the Lodus thing, when I had iSpaz Lodus wasn't an admin, but I wanted him to be able to hotel alert. Woops, Sozz.

  11. #41
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: uberEmulator - Stabilized - The Final Revision

    does anyone has the rollers 100% fixed

    nice fix ;p

  12. #42
    Ex-Supervisor Sean is offline
    LegendRank
    Jun 2007 Join Date
    JerseyLocation
    4,097Posts

    Re: uberEmulator - Stabilized - The Final Revision

    @Adde/Someuser (PEjump2), it is against the rules to have more than 1 account.

    On Topic: Great release iJakey, thanks.

  13. #43
    Account Upgraded | Title Enabled! taylan is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    336Posts

    Re: uberEmulator - Stabilized - The Final Revision

    which is the right mysql version :S

    I use MySql Connector 6.3.4 but didnt works :S

  14. #44
    No, Just no. Matthew is offline
    MemberRank
    Jul 2008 Join Date
    United KingdomLocation
    1,408Posts

    Re: uberEmulator - Stabilized - The Final Revision

    After getting 50+ users online I get this:



    (I'm using the database provided).
    Last edited by Matthew; 04-11-10 at 12:10 PM.

  15. #45
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: uberEmulator - Stabilized - The Final Revision

    Quote Originally Posted by MattUK View Post
    After getting 50+ users online I get this:



    (I'm using the database provided).
    Remove the time lock



Advertisement