From 599b9574d9570d9c41227532d295448e55113587 Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Sun, 4 Dec 2016 10:10:26 +0300 Subject: [PATCH] pNoZoom and other stuff --- uran/.cproject | 8 ++- uran/.gitignore | 2 + uran/src/entity.cpp | 1 + uran/src/entity.h | 1 + uran/src/fixsdk.h | 1 + uran/src/globals.cpp | 3 + uran/src/globals.h | 3 + uran/src/hack.cpp | 111 ++++++++++++++++++++++++++++------- uran/src/hack.h | 3 + uran/src/hacks/FollowBot.cpp | 17 ++---- uran/src/hacks/Misc.cpp | 60 +++++++------------ uran/src/hacks/Misc.h | 7 +-- uran/src/helpers.cpp | 15 +++-- uran/src/hooks.cpp | 13 +++- uran/src/hooks.h | 9 ++- uran/src/netmessage.cpp | 54 +++++++++++++++++ uran/src/netmessage.h | 96 ++++++++++++++++++++++++++++++ 17 files changed, 314 insertions(+), 90 deletions(-) create mode 100644 uran/src/netmessage.cpp create mode 100644 uran/src/netmessage.h diff --git a/uran/.cproject b/uran/.cproject index 9368ec0e..02753fd5 100644 --- a/uran/.cproject +++ b/uran/.cproject @@ -214,7 +214,7 @@