Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/G4LB1T/SmoothCriminal
/ functions
Functions
5 in github.com/G4LB1T/SmoothCriminal
⨍
Functions
5
◇
Types & classes
0
↓ 2 callers
Function
calc_delta
This function calculates the change in x and y coordinates in a given time interval :param sampling_interval: how fast should we sample the m
SmoothCriminal.py:12
↓ 1 callers
Function
detect_by_click_location
Cuckoo always clicks on the same spot in the screen Accumulate 10 clicking events :return: True iff all events are in Cuckoo's "favorite
SmoothCriminal.py:24
↓ 1 callers
Function
detect_by_clicking_speed
Cuckoo clicks the left mouse button for exactly 50 milliseconds Sample 10 clicking events and calculate its average value :return: return
SmoothCriminal.py:60
↓ 1 callers
Function
max_mouse_speed
This function returns the maximal derivative in a given sampling interval. Note that we treat the abstract value of the :param sampling_
SmoothCriminal.py:94
↓ 1 callers
Function
mean_mouse_speed
This function returns the average derivative in a given sampling interval. Note that we treat the abstract value of the :param sampling_t
SmoothCriminal.py:136