Skip to content

Commit

Permalink
Update SkeletonESP.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
sotakoira authored May 30, 2021
1 parent 728b1f6 commit cd9acdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/rat/poison/scripts/visuals/SkeletonESP.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal fun skeletonEsp() = App {
val boneOffset = csgoEXE.uint(studioModel + 0xA0)

val modelMemory: Memory by lazy {
Memory(21332)
Memory(21548)
}

csgoEXE.read(studioModel + boneOffset, modelMemory)
Expand Down Expand Up @@ -128,4 +128,4 @@ private fun drawBone(target: Player, start: Int, end: Int) {

private data class Line(var sX: Int = -1, var sY: Int = -1,
var eX: Int = -1, var eY: Int = -1,
var color: Color = Color.WHITE)
var color: Color = Color.WHITE)

0 comments on commit cd9acdb

Please # to comment.