From f98507c96886e9cc84809e4beed5fc066ea1177e Mon Sep 17 00:00:00 2001 From: JustSomePwner Date: Sat, 1 Sep 2018 19:29:36 +0200 Subject: gangsta shit --- internal_rewrite/modules.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'internal_rewrite/modules.hpp') diff --git a/internal_rewrite/modules.hpp b/internal_rewrite/modules.hpp index 1f0aaa7..6e78bf3 100644 --- a/internal_rewrite/modules.hpp +++ b/internal_rewrite/modules.hpp @@ -7,19 +7,17 @@ struct patterns_t uint32_t move_helper; // 8B 0D ? ? ? ? 8B 46 08 68 uint32_t calc_abs_velocity; // 55 8B EC 83 E4 F8 83 EC 1C 53 56 57 8B F9 F7 87 uint32_t animstate_update; // 55 8B EC 83 E4 F8 83 EC 18 56 57 8B F9 F3 0F 11 54 24 - uint32_t simulate_retaddr; // 8B CE 6A FF 8B 06 uint32_t draw_small_entities_retaddr; // FF 90 ? ? ? ? FF 15 ? ? ? ? 84 C0 74 28 - uint32_t begin_lock_retaddr; // A1 ? ? ? ? B9 ? ? ? ? 6A 00 FF 50 18 8B 15 ? ? ? ? - uint32_t is_breakable; // 55 8B EC 51 56 8B F1 85 F6 74 68 83 BE + uint32_t is_breakable_ptr; // 55 8B EC 51 56 8B F1 85 F6 74 68 83 BE uint32_t set_abs_angles; // 55 8B EC 83 E4 F8 83 EC 64 53 56 57 8B F1 E8 uint32_t set_abs_origin; // 55 8B EC 83 E4 F8 51 53 56 57 8B F1 uint32_t glow_manager; // 0F 11 05 00 00 00 00 83 C8 01 uint32_t smoke_count; // 55 8B EC 83 EC 08 8B 15 ? ? ? ? 0F 57 C0 uint32_t in_prediction_retaddr; // 84 C0 75 08 57 8B CE E8 ? ? ? ? 8B 06 - uint32_t is_ready; // 55 8B EC 83 E4 F8 83 EC 08 56 8B 35 00 00 00 00 57 83 BE uint32_t net_update_retaddr; // 5F 5E 5D C2 04 00 83 3D ? ? ? ? ? }; + struct header_t { uint8_t xor_key{ }; -- cgit v1.2.3