Skip to content

Commit

Permalink
Did it here too
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
ArachisH committed Feb 5, 2018
1 parent d62638d commit 71bd243
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
27 changes: 12 additions & 15 deletions README.md
@@ -1,16 +1,13 @@
# Tanji
Application built to sniff/manipulate the encrypted traffic between the Habbo client, and the server. Offering a variety of built-in tools for injecting, and filtering data. This application also offers an API for developers to create modules/extensions for the masses, or for simplifying a task.

## Questions/Support
Any discussion regarding this project can be done in this [thread](https://www.sngforum.info/thread-5917.html).
If you already have a GitHub account, feel free to create an issue.

## Requirements
This is the download for users who do not wish to develop modules, and instead just be able to run the application.
* [.NET Framework 4.7.1 Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=56115)
<p align="center">
<img src="https://user-images.githubusercontent.com/24996684/35466253-f228fa38-02b6-11e8-8ec6-7d3f57caf2e2.png">
</p>
<p align="center">
<a href="https://beerpay.io/ArachisH/Tanji"><img src="https://beerpay.io/ArachisH/Tanji/badge.svg?style=beer-square"/></a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HMYZ4GB5N2PAU"><img src="https://img.shields.io/badge/style-Donate-009CDE.svg?style=flat-square&label=&logoWidth=16&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8%2F9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjHxIGmVAAABfUlEQVQ4T2MYfIBXM8dTzGbCczGbPjgWtel7ImTWfoxFJTsDqgwP0KpoZtBv%2F8%2Bg34aJDbr%2BM6jkxEBV4gBaFWvhGnQagbgBgXWb%2FjNoVsyAqsQBtGuugjXrtf5nVMgE4gwElkv%2Fzxg%2B5yFDSrciVDU6kOQCavwKsx2iEWQIFMtl%2FGfoPvdPctGDXqgGNMBtqs1gCPQn0ABGrRpUzbJp%2FxkSl%2F9jmPfgv%2BTie31QHWhAOiaYwaATYoBRwz9Gy8Z%2FjDYtfxkDpv1jaDwC1syw4PF%2FhsKFXlAdqIBFrayWwQAYAzot%2FxmaTvxlWPAIqAGI5wM1zrkHpIGaJ17YAlTKBNGBBrh0a1bAApBh4pW%2FYE2z7%2F5m6Dt9kKHnxFqGlt1pDFpabFDlmIDfrP0iOA2Ydv1jmH3nH9iA%2FlN7odKEgZBJbQ%2BDVtlcBsfOLWCnz7n%2Fn6Hn5FSoNAmgYnUk2L%2FzgIY07EyGihIPbv37x37ly38JEF616j8zVJgWgIEBADmSwSIyemLcAAAAAElFTkSuQmCC"/></a>
<a href="https://github.com/ArachisH/Tanji/releases/latest"><img src="https://img.shields.io/github/downloads/ArachisH/Tanji/latest/total.svg?style=flat-square"/></a>
<a href="https://discord.gg/Vyc2gFC"><img src="https://img.shields.io/discord/225010488445108224.svg?style=flat-square"/></a>
<a href="https://beerpay.io/ArachisH/Tanji?focus=wish"><img src="https://beerpay.io/ArachisH/Tanji/make-wish.svg?style=flat-square"/></a>
</p>

If you wish to create modules for Tanji, then you will need to download the SDK(*Runtime is Included*), and have your project(s) target this framework version.
* [.NET Framework 4.7.1 SDK](https://www.microsoft.com/en-us/download/details.aspx?id=56119)

### Donations
Send money please: [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HMYZ4GB5N2PAU)
# Tanji
Application built to sniff/manipulate the encrypted traffic between the Habbo client, and the server. Offers a variety of built-in tools for injecting, replacing, and blocking client/server packets. If you're looking to create a module for Tanji, then please proceed to the wiki for further information.
4 changes: 2 additions & 2 deletions Tanji/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.789.0")]
[assembly: AssemblyFileVersion("1.4.789.0")]
[assembly: AssemblyVersion("1.4.810.0")]
[assembly: AssemblyFileVersion("1.4.810.0")]

0 comments on commit 71bd243

Please sign in to comment.