Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avitran0/deadlocked
/ functions
Functions
332 in github.com/avitran0/deadlocked
⨍
Functions
332
◇
Types & classes
104
↓ 115 callers
Method
read
(&self, address: u64)
cheat/src/os/process.rs:78
↓ 90 callers
Method
send_config
(&self)
cheat/src/ui/gui/mod.rs:33
↓ 79 callers
Method
get
(&self, library: &str, class: &str, field: &str)
cheat/src/cs2/schema.rs:30
↓ 28 callers
Method
weapon_config
(&mut self)
cheat/src/ui/gui/mod.rs:109
↓ 24 callers
Function
checkbox
(ui: &mut Ui, label: &str, value: &mut bool)
cheat/src/ui/gui/helpers.rs:20
↓ 19 callers
Function
world_to_screen
(position: &Vec3, data: &Data)
cheat/src/math.rs:56
↓ 17 callers
Function
collapsing_open
(ui: &mut Ui, title: &str, add_body: impl FnOnce(&mut Ui))
cheat/src/ui/gui/helpers.rs:7
↓ 17 callers
Method
text
( &self, painter: &Painter, text: impl AsRef<str>, position: Pos2, ali
cheat/src/ui/overlay/mod.rs:303
↓ 15 callers
Method
clear
(&self)
cheat/src/ui/window_context.rs:200
↓ 14 callers
Function
drag
(ui: &mut Ui, label: &str, drag: DragValue)
cheat/src/ui/gui/helpers.rs:30
↓ 12 callers
Function
color_picker
(ui: &mut Ui, label: &str, color: &mut Color32)
cheat/src/ui/gui/helpers.rs:60
↓ 11 callers
Method
max
(&self)
cheat/src/parser/bvh.rs:27
↓ 11 callers
Method
position
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:267
↓ 10 callers
Method
u64
(self)
shared/src/bones.rs:54
↓ 9 callers
Method
window
(&self)
cheat/src/ui/window_context.rs:160
↓ 9 callers
Method
write
(&self, _address: u64, _value: T)
cheat/src/os/process.rs:176
↓ 8 callers
Function
combo_box
( ui: &mut Ui, id: &str, label: &str, value: &mut T, )
cheat/src/ui/gui/helpers.rs:40
↓ 8 callers
Method
get_relative_address
( &self, instruction: u64, offset: u64, instruction_size: u64, )
cheat/src/os/process.rs:299
↓ 8 callers
Method
read_string_uncached
(&self, address: u64)
cheat/src/os/process.rs:205
↓ 7 callers
Method
aabb
(&self)
cheat/src/parser/bvh.rs:78
↓ 7 callers
Method
bone_position
(&self, cs2: &CS2, bone_index: u64)
cheat/src/cs2/entity/player.rs:280
↓ 7 callers
Method
centroid
(&self)
cheat/src/parser/bvh.rs:31
↓ 7 callers
Method
draw_grenade
( &self, painter: &Painter, data: &Data, info: &GrenadeInfo, trail_col
cheat/src/ui/overlay/entity.rs:62
↓ 7 callers
Method
id
(&self)
cheat/src/font.rs:30
↓ 7 callers
Method
module_base_address
(&self, module_name: &str)
cheat/src/os/process.rs:226
↓ 7 callers
Function
scroll
(ui: &mut Ui, id: &str, add_content: impl FnOnce(&mut Ui))
cheat/src/ui/gui/helpers.rs:13
↓ 7 callers
Method
text_sized
( &self, painter: &Painter, text: impl AsRef<str>, position: Pos2, ali
cheat/src/ui/overlay/mod.rs:321
↓ 6 callers
Method
bytes
(&self)
cheat/src/os/mouse.rs:28
↓ 6 callers
Method
read_typed_vec
( &self, address: u64, stride: usize, count: usize, )
cheat/src/os/process.rs:137
↓ 6 callers
Method
scan
(&self, pattern: &str, base_address: u64)
cheat/src/os/process.rs:255
↓ 6 callers
Method
team
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:111
↓ 6 callers
Method
weapon
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:202
↓ 5 callers
Function
angles_to_fov
(view_angles: &Vec2, aim_angles: &Vec2)
cheat/src/math.rs:29
↓ 5 callers
Method
build
(&mut self)
cheat/src/parser/bvh.rs:175
↓ 5 callers
Function
checkbox_hover
(ui: &mut Ui, label: &str, hover_text: &str, value: &mut bool)
cheat/src/ui/gui/helpers.rs:24
↓ 5 callers
Method
is_valid
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:335
↓ 5 callers
Method
min
(&self)
cheat/src/parser/bvh.rs:22
↓ 5 callers
Method
read_string
(&self, address: u64)
cheat/src/os/process.rs:194
↓ 5 callers
Method
set
(&mut self, triangles: Vec<Triangle>)
cheat/src/parser/bvh.rs:148
↓ 5 callers
Method
view_angles
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:377
↓ 4 callers
Method
angle_to_target
(&self, local_player: &Player, position: &Vec3, aim_punch: &Vec2)
cheat/src/cs2/mod.rs:337
↓ 4 callers
Function
available_configs
()
cheat/src/config/mod.rs:115
↓ 4 callers
Method
color
(&self, cs2: &CS2, color: &Color32)
cheat/src/cs2/entity/smoke.rs:32
↓ 4 callers
Method
game_scene_node
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:255
↓ 4 callers
Function
grenade_info
(entity: u64, name: &'static str, cs2: &CS2)
cheat/src/cs2/entity/mod.rs:33
↓ 4 callers
Method
is_valid
(&self)
cheat/src/cs2/mod.rs:68
↓ 4 callers
Method
reset
(&mut self)
cheat/src/cs2/target.rs:26
↓ 4 callers
Method
send_message
(&self, message: UiMessage)
cheat/src/game.rs:45
↓ 4 callers
Method
shots_fired
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:321
↓ 4 callers
Method
weapon_class
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:174
↓ 4 callers
Function
write_config
(config: &Config, path: &Path)
cheat/src/config/mod.rs:98
↓ 3 callers
Method
aim_punch
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:381
↓ 3 callers
Method
aimbot_config
(&self, config: &'a Config)
cheat/src/cs2/mod.rs:310
↓ 3 callers
Method
data
(&self)
cheat/src/font.rs:19
↓ 3 callers
Method
draw_distance_scaled_fov_circle
( &self, painter: &Painter, data: &Data, base_aim_fov: f32, distance:
cheat/src/ui/overlay/hud.rs:184
↓ 3 callers
Method
egui
(&self)
cheat/src/ui/window_context.rs:212
↓ 3 callers
Method
eye_position
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:273
↓ 3 callers
Method
frame_duration
(&self)
cheat/src/ui/app.rs:123
↓ 3 callers
Method
get_interface_offset
(&self, base_address: u64, interface_name: &str)
cheat/src/os/process.rs:312
↓ 3 callers
Method
grenade
(&self)
shared/src/entity.rs:36
↓ 3 callers
Method
health
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:99
↓ 3 callers
Method
health_color
(&self, health: i32, alpha: u8)
cheat/src/ui/overlay/mod.rs:289
↓ 3 callers
Method
info
(&self, cs2: &CS2)
cheat/src/cs2/entity/smoke.rs:17
↓ 3 callers
Method
is_ffa
(&self)
cheat/src/cs2/mod.rs:358
↓ 3 callers
Function
keybind
(ui: &mut Ui, id: &str, label: &str, keycode: &mut KeyCode)
cheat/src/ui/gui/helpers.rs:88
↓ 3 callers
Method
make_current
(&self)
cheat/src/ui/window_context.rs:176
↓ 3 callers
Method
name
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:124
↓ 3 callers
Method
open
(process_name: &str)
cheat/src/os/process.rs:460
↓ 3 callers
Function
parse_config
(path: &Path)
cheat/src/config/mod.rs:80
↓ 3 callers
Method
usize
(self)
cheat/src/cs2/key_codes.rs:193
↓ 3 callers
Method
weapon_address
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:192
↓ 2 callers
Method
action_tracking_services
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:433
↓ 2 callers
Method
all_bones
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:295
↓ 2 callers
Method
armor
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:107
↓ 2 callers
Method
calculate_fov_radius
(&self, data: &Data, target_fov: f32)
cheat/src/ui/overlay/hud.rs:150
↓ 2 callers
Method
clip_ammo
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:239
↓ 2 callers
Function
compute_max_acceleration_component
( history: &std::collections::VecDeque<Vec2>, component: impl Fn(&Vec2) -> f32, multiplier: f32,
cheat/src/math.rs:114
↓ 2 callers
Function
cross
(o: &Vec3, a: &Vec3, b: &Vec3)
cheat/src/ui/overlay/mod.rs:412
↓ 2 callers
Method
current_map
(&self)
cheat/src/cs2/mod.rs:367
↓ 2 callers
Method
current_time
(&self)
cheat/src/cs2/mod.rs:362
↓ 2 callers
Method
distance_scale
(&self, distance: f32)
cheat/src/cs2/mod.rs:373
↓ 2 callers
Method
draw_fov_circle_impl
(&self, painter: &Painter, data: &Data, radius: f32, color: Color32)
cheat/src/ui/overlay/hud.rs:163
↓ 2 callers
Method
draw_player
(&self, painter: &Painter, player: &PlayerData, data: &Data)
cheat/src/ui/overlay/player.rs:18
↓ 2 callers
Method
expand
(&mut self, p: Vec3)
cheat/src/parser/bvh.rs:43
↓ 2 callers
Method
fov_multiplier
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:325
↓ 2 callers
Method
get_address_from_dynamic_section
(&self, base_address: u64, tag: u64)
cheat/src/os/process.rs:354
↓ 2 callers
Method
get_class
(&self, class: &str)
cheat/src/cs2/schema.rs:93
↓ 2 callers
Method
get_convar
(&self, convar_interface: u64, convar_name: &str)
cheat/src/os/process.rs:394
↓ 2 callers
Method
get_module_export
(&self, base_address: u64, export_name: &str)
cheat/src/os/process.rs:334
↓ 2 callers
Method
get_sensitivity
convars
cheat/src/cs2/mod.rs:354
↓ 2 callers
Method
has_bomb
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:428
↓ 2 callers
Method
has_defuser
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:406
↓ 2 callers
Method
has_helmet
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:417
↓ 2 callers
Method
is_flashed
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:355
↓ 2 callers
Method
is_scoped
(&self, cs2: &CS2)
cheat/src/cs2/entity/player.rs:361
↓ 2 callers
Method
key
(&mut self, pressed: i32)
cheat/src/os/mouse.rs:173
↓ 2 callers
Method
loop_duration
(&self)
cheat/src/game.rs:100
↓ 2 callers
Method
merge
(&self, other: &Self)
cheat/src/parser/bvh.rs:48
↓ 2 callers
Method
module_size
(&self, address: u64)
cheat/src/os/process.rs:416
↓ 2 callers
Method
move_rel
(&mut self, coords: Vec2)
cheat/src/os/mouse.rs:128
next →
1–100 of 332, ranked by callers