Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
SSO Exploitation
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ashe" data-source="post: 449933" data-attributes="member: 86400"><p>Just the method is enough, hell even the conditional checks would do. Would be cool if OP could post his class though, so we could see what's going on.</p><p></p><p>[CODE]if (sso.Length < 15)</p><p> return;[/CODE]</p><p></p><p></p><p>I would suggest copying from <a href="https://github.com/Sledmore/PlusEMU/blob/master/Communication/Packets/Incoming/Handshake/SSOTicketEvent.cs" target="_blank">here</a> to avoid any confusion. You don't need the null check since length would do that for you.</p></blockquote><p></p>
[QUOTE="ashe, post: 449933, member: 86400"] Just the method is enough, hell even the conditional checks would do. Would be cool if OP could post his class though, so we could see what's going on. [CODE]if (sso.Length < 15) return;[/CODE] I would suggest copying from [URL='https://github.com/Sledmore/PlusEMU/blob/master/Communication/Packets/Incoming/Handshake/SSOTicketEvent.cs']here[/URL] to avoid any confusion. You don't need the null check since length would do that for you. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
SSO Exploitation
Top