logo
SHUTDOWN
Initializing search
    • Getting Started
      • Iterating Enemies
      • AIMBOT_HIT
      • AIMBOT_MISS
      • AIMBOT_SHOOT
      • ANTIAIM
      • DRAW_MODEL
      • DRAW_WATERMARK
      • EVENT
      • FINISH_COMMAND
      • HITSCAN
      • NET_UPDATE
      • PAINT
      • PLAYER_ESP
      • RUN_COMMAND
      • SCREEN_HITMARKER
      • SETUP_COMMAND
      • SHUTDOWN
      • SUPPORTIVE_RECTANGLE
      • TARGET_SELECTION
      • WORLD_HITMARKER
        • antiaim
        • client
        • debug_overlay
        • engine
        • entity_list
        • exploits
        • game_rules
        • globals
        • input
        • materials
        • memory
        • menu
        • player_resource
        • ragebot
        • render
        • trace
        • cvars
        • user
        • overview
        • button_t
        • checkbox_t
        • color_picker_t
        • keybind_t
        • list_t
        • multi_selection_t
        • selection_t
        • slider_t
        • text_input_t
        • text_t
        • aimbot_hit_t
        • aimbot_miss_t
        • aimbot_shot_t
        • angle_t
        • antiaim_context_t
        • bullet_data_t
        • color_t
        • convar_t
        • entity_t
        • font_t
        • hitscan_context_t
        • material_t
        • model_context_t
        • player_esp_context_t
        • target_selection_context_t
        • texture_t
        • trace_result_t
        • unpredicted_data_t
        • user_cmd_t
        • vec2_t
        • vec3_t
        • weapon_data_t
        • e_animlayers
        • e_cmd_buttons
        • e_font_flags
        • e_hitboxes
        • e_hitgroups
        • e_hitscan_groups
        • e_items
        • e_keybind_modes
        • e_keys
        • e_latency_flows
        • e_material_flags
        • e_player_flags
        • e_poses
        • e_ragebot_cfg
        • e_weapon_types

    SHUTDOWN

    this callback is called whenever the script is unloaded
    use it to reset stuff you changed in your script

    local function on_shutdown()
        print("goodbye :(")
    end
    
    callbacks.add(e_callbacks.SHUTDOWN, on_shutdown)
    
    Previous SETUP_COMMAND
    Next SUPPORTIVE_RECTANGLE
    Lua API by primordial.dev © 2022