Skip to content

Commit

Permalink
Fixed ESP/Aim not working
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRatCode committed May 1, 2019
1 parent 61afe45 commit 50ca4e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/kotlin/com/charlatano/game/entity/EntityType.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ enum class EntityType(val weapon: Boolean = false, val grenade: Boolean = false)
CBreachChargeProjectile,
CBreakableProp,
CBreakableSurface,
CBumpMine,
CBumpMineProjectile,
CC4,
CCascadeLight,
CChicken,
Expand Down Expand Up @@ -152,6 +154,7 @@ enum class EntityType(val weapon: Boolean = false, val grenade: Boolean = false)
CPhysPropWeaponUpgrade,
CPlantedC4,
CPlasma,
CPlayerPing,
CPlayerResource,
CPointCamera,
CPointCommentaryNode,
Expand Down Expand Up @@ -179,6 +182,9 @@ enum class EntityType(val weapon: Boolean = false, val grenade: Boolean = false)
CSmokeGrenade(grenade = true),
CSmokeGrenadeProjectile(grenade = true),
CSmokeStack,
CSnowball,
CSnowballPile,
CSnowballProjectile,
CSpatialEntity,
CSpotlightEnd,
CSprite,
Expand Down Expand Up @@ -283,6 +289,7 @@ enum class EntityType(val weapon: Boolean = false, val grenade: Boolean = false)
CWeaponSG550(weapon = true),
CWeaponSG552(weapon = true),
CWeaponSG556(weapon = true),
CWeaponShield,
CWeaponSSG08(weapon = true),
CWeaponTaser(weapon = true),
CWeaponTec9(weapon = true),
Expand Down

5 comments on commit 50ca4e6

@cresoo
Copy link

@cresoo cresoo commented on 50ca4e6 May 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i added the 7 additions to the file exactly as u type , and wallhack and aim not working , any help ?

@ChineseMan111
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this works.

@fushino009
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sir how do you implement this in the chalartano i dont know how anyone can teach me how?

@son1cman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this works.

does this work with the recent update? wallhacks are off for me

@malem0
Copy link

@malem0 malem0 commented on 50ca4e6 May 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesnt work in esea

Please sign in to comment.