Skip to content

Releases: Jire/Charlatano

1.2.3

03 Jan 20:33
Compare
Choose a tag to compare
  • Fixed offsetted (module) writes (fixes bunny hop, etc.)
  • Made sure cursorEnable changes are visible through threads
  • Minimum divisor 1 fix for aim scripts (divide by zero exception)

1.2.2

03 Jan 20:06
Compare
Choose a tag to compare
  • Fixed overlay (added field orders to necessary structures)

1.2.1

03 Jan 19:57
Compare
Choose a tag to compare
  • Fixed aim speed scaling to take into account CACHE_EXPIRE_MILLIS

1.2.0

03 Jan 11:27
Compare
Choose a tag to compare
  • Upgraded to KNA 0.4.0 - another huge performance jump!
  • Cache millisecond expiry configuration

1.1.5

03 Jan 06:09
Compare
Choose a tag to compare
  • Upgraded to KNA 0.3.0 (HUGE reduction in CPU usage as a result!)
  • Dramatically increased offset scanning speed (3-5x faster) by changing the implementation to use ByteArray rather than JNA's Memory
  • Added various invalid input checks for a small performance improvement
  • Direct ScriptEngine instantiation for settings loading for better compatibility across systems

1.1.4

29 Dec 22:40
Compare
Choose a tag to compare
  • Switched to Kotlin JVM script host, so settings should load properly now

1.1.3

29 Dec 14:37
Compare
Choose a tag to compare
  • Use KTSRunner for loading settings

1.1.2

22 Dec 01:59
Compare
Choose a tag to compare
  • Fixed settings loading

1.1.1

22 Dec 01:24
Compare
Choose a tag to compare
  • Proper glow update offset check and write
  • Fix to use actual PROCESS_ACCESS_FLAGS during attach
  • Upgraded to KNA 0.2.2

1.1.0

17 Dec 07:52
Compare
Choose a tag to compare
  • Updated for latest CS:GO patch December 12, 2020
  • Updated Gradle to latest version 6.7.1
  • Updated ShadowJAR to latest version 6.1.0
  • Updated all libraries to their latest version (Kotlin 1.4.21, JNA 5.6.0, libGDX 1.9.12)
  • Replaced Arrowhead with KNA for significant performance gains