Search results

  1. Jaden

    Whats your favorite programming language, and why?

    JavaScript and C++. WHY: Node.js is JavaScript and C++ and you can write code in both languages interchangeably and the module system will handle in a more organized approach than other languages imo. So that's support for both high and low level programming on one platform.
  2. Jaden

    [Plus Emulator] Better Stack Height Command

    Hmm, are you sure you didn't change the datatype value from a double to something else? Decimals worked fine for me. Idk what to tell you about all that other stuff, this command was only made to get the job done.
  3. Jaden

    Recruiting [ROLEPLAY] Front-End and Back-End Developer(s) needed.

    What potential benefits (feature-wise) do Java emulators hold over C#? If anything I'd say that using a Java rather than a C# emulator is actually gonna slow down your development due to the fact that C# is more supported by the community (you get faster habbo updates in C#, specifically Plus...
  4. Jaden

    I aint been outside in a min, I've been living what I wrote.

    I aint been outside in a min, I've been living what I wrote.
  5. Jaden

    SSO Ticket exploit

    Are you sure the exploiter did not secure the account before the exploit was patched?
  6. Jaden

    Game Engine

    I recommend using DirectX instead of OpenGL if you're developing on a Windows machine, even though OpenGL is cross-platform you might want to separate the OS builds because of the different libraries you'd use on different platforms. EDIT: Depending on the type of graphics you'll be rendering...
  7. Jaden

    SSO Ticket exploit

    You can try modifying your SQL so your statement is like.. WHERE sso = @sso NOT "" --not blank
  8. Jaden

    SSO Ticket exploit

    nothing since you're most likely using prepared statements. there is no difference
  9. Jaden

    SSO Ticket exploit

    He shouldn't be able to run any SQL if you're using prepared statements and binding the SSO variable.
  10. Jaden

    Recruiting [ROLEPLAY] Front-End and Back-End Developer(s) needed.

    You're missing the point here, you're not going to get any "developer" to speak to if you don't start out with an offering.
  11. Jaden

    Recruiting [ROLEPLAY] Front-End and Back-End Developer(s) needed.

    You're not going to get anyone to work for you if you don't offer some sort of compensation for their services.
  12. Jaden

    Recruiting [ROLEPLAY] Front-End and Back-End Developer(s) needed.

    THEN PAY NIGGGAAAAAAAAAAAAAAAAA edit: i was high when I posted this.
  13. Jaden

    Habboon.pw | #1 English Retro | Active Since 2013

    Hey I know this makes no sense but can i connect my paypal to Habboon's google adsense because of something something something reasons?
  14. Jaden

    [Node - React - Redux] StormCMS

    Yeah the way you're running your scripts, at least you're doing it correctly! Also, it looks like support for import/export are in progress and otw :rasta: https://github.com/nodejs/help/issues/53#issuecomment-280899509
  15. Jaden

    [Node - React - Redux] StormCMS

    I'm not a big fan of transcompiling server-side code using Babel (though it has its benefits for client-side usage) because the only real differences I'm seeing between Node without a transcompiler and Babel is that people like to use the import/export keywords and make their code look pretty...
  16. Jaden

    HabboAPI | NodeJS | AngularJS | Arcturus | Translation System

    If you're looking for a better way to compile and run your app using babel. https://stackoverflow.com/a/32929589 I use Node.js with Harmony enabled which gives me most ES6 and some ES7 features like async/await instead of Babel. The only downside to it would be that Node developers consider the...
  17. Jaden

    HabboAPI | NodeJS | AngularJS | Arcturus | Translation System

    https://github.com/billsonnn/habboapi/blob/master/package.json#L7 babel-node is not meant for production use, I don't even use babel for server-side JavaScript because of how redundant it is.
  18. Jaden

    Habboon.pw | #1 English Retro | Active Since 2013

    This hotel is cool... plus i got the username Jaden :up::up: bee tee dubs nice to see you finally execute your FastFood idea as planned @Sledmore
Top