jonatino / Xena

Lightweight, lighting-fast Java Based Cross-Platform CSGO Cheat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license

Xena.

UPDATE - January 23rd, 2020:

I wrote Xena because I was curious how game cheats worked. I figured the best way to learn is to write one myself. I learned so much about cross platform development, optimizing applications at the garbage collection/jit level and how different operating systems handle system memory. Sadly I will be archiving this repo. I don't want to contribute to the growing amount of cheaters in games. Feel free to use this as a education reference.

Xena is a CS:GO (Counter Strike Global Offensive) cheat made from scratch written in Java. Xena is built from the ground up with garbage-free, high performance, low resource usage programming practices in mind.

Please don't be that idiot who downloads cheats and runs around in public games. You ruin the game for everyone else.

Dependencies

  • JMM for our high-level cross-platform interfacing with processes
  • Java Native Access (JNA) as the backbone for interfacing with native libraries

YourKit

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

About

Lightweight, lighting-fast Java Based Cross-Platform CSGO Cheat

License:Apache License 2.0


Languages

Language:Kotlin 54.7%Language:Java 45.3%