ησтєzzs

ησтєzzs

Открыть в Steam
Steam ID
Steam2
Steam3
Steam64

Информация

Дата регистрации
09.03.2021
Страна
GB
О себе
Only 1 More
Main Account: https://pnrtscr.com/gz5n0s local globals_frametime = globals.frametime local globals_tickinterval = globals.tickinterval local entity_is_enemy = entity.is_enemy local entity_get_prop = entity.get_prop local entity_is_dormant = entity.is_dormant local entity_is_alive = entity.is_alive local entity_get_origin = entity.get_origin local entity_get_local_player = entity.get_local_player local entity_get_player_resource = entity.get_player_resource local table_insert = table.insert local math_floor = math.floor local vector = require 'vector' local master_switch = ui.new_checkbox('RAGE', 'Aimbot', 'Log aimbot shots') local master_switch_hitboxes = ui.new_checkbox('RAGE', 'Aimbot', 'Aimbot shots hitboxes') local hitboxes_color = ui.new_color_picker('RAGE', 'Aimbot', 'Shots hitboxes color', 255, 0, 0, 65) local hitboxes_time = ui.new_slider('RAGE', 'Aimbot', '\n Shots hitboxes time', 5, 200, 20, true, 's', 0.1) local force_safe_point = ui.reference('RAGE', 'Aimbot', 'Force safe point') local time_to_ticks = function(t) return math_floor(0.5 + (t / globals_tickinterval())) end local vec_substract = function(a, b) return { a[1] - b[1], a[2] - b[2], a[3] - b[3] } end local vec_lenght = function(x, y) return (x * x + y * y) end local g_impact = { } local g_aimbot_data = { } local g_sim_ticks, g_net_data = { }, { } local cl_data = { tick_shifted = false, tick_base = 0 } local float_to_int = function(n) return n >= 0 and math.floor(n+.5) or math.ceil(n-.5) end No information given.No information given.