delete: aimbot
This commit is contained in:
parent
854d7c9f30
commit
dfa21f3785
4 changed files with 1 additions and 186 deletions
7
main.py
7
main.py
|
|
@ -1,9 +1,7 @@
|
|||
import sys
|
||||
import pyMeow as pm
|
||||
|
||||
from lib.keyboard import KeyboardManager
|
||||
from modules.esp import Entity, init_colors as init_esp_colors, process_entities
|
||||
from modules.aimbot import AimBot
|
||||
|
||||
from modules.armor import ArmorHack
|
||||
from modules.health import HealthHack
|
||||
|
|
@ -43,8 +41,6 @@ def init():
|
|||
print(f"proc : {proc}")
|
||||
print(f"base : {base}")
|
||||
|
||||
KeyboardManager.setup()
|
||||
|
||||
pm.overlay_init(target="AssaultCube", fps=144, trackTarget=True)
|
||||
init_esp_colors()
|
||||
|
||||
|
|
@ -77,9 +73,6 @@ def main():
|
|||
v_matrix = pm.r_floats(proc, base + Pointer.view_matrix, 16)
|
||||
|
||||
valid_entities = process_entities(proc, ent_buffer, v_matrix, hacks.get("esp"))
|
||||
|
||||
if hacks["aimbot"] == True:
|
||||
AimBot(proc, valid_entities, local_player_addr, my_team, KeyboardManager.is_left_shift_pressed())
|
||||
|
||||
except Exception as e:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue