Code Monkey home page Code Monkey logo

ninetofive's Introduction

Hi there, I'm izarooni ๐Ÿ‘‹

I do programming as a hobby.

I've dabbled in some languages teaching myself how to code for over half my life with software development.
Enticed by web development, I started by trying different frameworks, eventually making websites using many cool tools!

C++ C# Java JavaScript TypeScript Python PHP

Laravel Codeigniter Next.js

NPM Git NodeJS Nginx MySQL Express
HTML5 Sass jQuery Postman

If you're curious, maybe check out my website where I talk about some projects: izarooni.com


GitHub Streak

ninetofive's People

Contributors

izarooni avatar zydea avatar zydee3 avatar

Watchers

 avatar  avatar

ninetofive's Issues

CLogin::SendCheckPasswordPacket incorrect username encoding

An issue with the localhost causes random characters to be prepended in username when the client sends the packet.
As a temporary fix I've "applied" a substring to the string with a starting index offset of 4 bytes.
One drawback to this fix is upon login via the login button causes the game to hard crash. If using this, make sure you only use the enter key to send the login request!

// old
___:005DBD13 47C 8D 50 01       lea     edx, [eax+1]
___:005DBD22 480 8D 44 24 70    lea     eax, [esp+70h]
// new
___:005DBD13 47C 8D 50 05       lea     edx, [eax+4]
___:005DBD22 480 8D 44 24 74    lea     eax, [esp+74h]

Please try and figure out the proper fix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.