https://github.com/lpsm-dev/gex
👽️ GEX is a tool to automate some stuffs in Habbo with G-Earth and provides a choco package to install Habbo Launcher [IN DEVELOPMENT]
https://github.com/lpsm-dev/gex
choco chocolatey g-earth g-python habbo python windows
Last synced: 3 months ago
JSON representation
👽️ GEX is a tool to automate some stuffs in Habbo with G-Earth and provides a choco package to install Habbo Launcher [IN DEVELOPMENT]
- Host: GitHub
- URL: https://github.com/lpsm-dev/gex
- Owner: lpsm-dev
- License: wtfpl
- Created: 2021-08-16T13:22:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T02:48:50.000Z (over 1 year ago)
- Last Synced: 2025-01-02T18:17:22.900Z (5 months ago)
- Topics: choco, chocolatey, g-earth, g-python, habbo, python, windows
- Language: Python
- Homepage:
- Size: 433 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![]()
⚡️ Habbo G-Earth extensions ⚡️
[](https://sonarcloud.io/dashboard?id=lpmatos_gex)
[](https://gitlab.com/dry-group/cluster-management)
[](https://gitlab.com/dry-group/cluster-management)
[](/LICENSE)[](https://sonarcloud.io/dashboard?id=lpmatos_gex)
---
![]()
✨ A simple project to automate some stuffs in Habbo with G-Earth ✨
About |
Getting Started |
Authors---
If you want contribute on this project, first you need to make a **git clone**:
>
> 1. git clone --depth 1 -b master
>This will give you access to the code on your **local machine**.
Before you start developing on this project you need to install some tools on your **local machine**:
### Develop tools
- **python**
### G-Earth tools
- **java** version 8
### Support tools
- **npm**, **make**, **pre-commit**
For more information, access the [CONTRIBUTING](CONTRIBUTING.md) file.
To install support dependencies that handle commit and release standards, run the command:
```bash
make install
```This shareable configuration use the following dependencies:
- ⮚ [Semantic Release](https://github.com/semantic-release) + Plugins de configuração
- [`semantic-release`](https://github.com/semantic-release/semantic-release)
- [`@semantic-release/git`](https://github.com/semantic-release/git)
- [`@semantic-release/github`](https://github.com/semantic-release/github)
- [`@semantic-release/changelog`](https://github.com/semantic-release/changelog)
- [`@semantic-release/commit-analyzer`](https://github.com/semantic-release/commit-analyzer)
- [`@semantic-release/release-notes-generator`](https://github.com/semantic-release/release-notes-generator)
- ⮚ [Commit Lint](https://github.com/conventional-changelog/commitlint) usando o [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
- [`commitizen`](https://github.com/commitizen/cz-cli)
- [`@commitlint/cli`](https://github.com/conventional-changelog/commitlint)
- [`@commitlint/config-conventional`](https://github.com/conventional-changelog/commitlint)For more information, access the [CONTRIBUTING](CONTRIBUTING.md) file.
![]()
G-Earth + G-Python allows you to create simple scripts for Habbo and run them on the fly! So in this project we created a pattern to hinder the creation of these scripts. G-Earth is a library for intercepting and manipulating Habbo packets, and G-Python is a library to create G-Earth extensions using Python code.
![]()
In habbo chat you can use the following commands:
- `!awake on`: enable awake mode
- `!awake off`: disable awake mode
- `!nt on`: enable no typing mode
- `!nt off`: disable no typing mode
- `!ats on`: enable auto sit mode
- `!ats off`: disable auto sit mode
- `!atsg on`: enable auto sign mode
- `!atsg off`: disable auto sign mode- https://sulek.dev/api
- https://github.com/sirjonasxx/G-Earth
- https://github.com/sirjonasxx/G-Python
- https://images.habbo.com/habbo-native-clients/launcher/HabboLauncher-Setup-1.0.31.exe
- https://images.habbo.com/habbo-native-clients/launcher/HabboLauncher-1.0.31.dmg👤 **Lucca Pessoa**
Hey!! If you like this project or if you find some bugs feel free to contact me in my channels:
>
> * Email: [email protected]
> * Website: https://github.com/lpmatos
> * Github: [@lpmatos](https://github.com/lpmatos)
> * GitLab: [@lpmatos](https://gitlab.com/lpmatos)
>To check the change history, please access the [**CHANGELOG.md**](CHANGELOG.md) file.
Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute. [Check the contributing guide](CONTRIBUTING.md).
If you have any problems, please contact [me]([email protected]).
This repository is released under the [MIT license](https://opensource.org/licenses/MIT). In short, this means you are free to use this software in any personal, open-source or commercial projects. Attribution is optional but appreciated.
Currently the project is being maintained and constantly changing with new features.
Give me a ⭐️ if this project helped you!
![]()
Made with 💜 by [me](https://github.com/lpmatos) :wave: inspired on [readme-md-generator](https://github.com/kefranabg/readme-md-generator)