cocoyaw.LUA
MR VACBAN   Puerto Rico
 
 
[/url]


Currently Offline
1 game ban on record | Info
159 day(s) since last ban
cocoyaw.lua
-- Variables for anti-aim settings
local aa_mode = 0 -- 0 = Off, 1 = Static, 2 = Jitter, 3 = Desync Jitter
local jitter_offset = 0 -- Jitter range
local desync_angle = 58 -- Default desync angle

-- Function for static anti-aim (simple yaw inversion)
local function static_anti_aim(cmd)
cmd.viewangles.yaw = cmd.viewangles.yaw + 180 -- Reverse yaw
cmd.viewangles.pitch = 89 -- Keep pitch to avoid headshots
end

-- Function for jitter anti-aim (random yaw jitter)
local function jitter_anti_aim(cmd)
jitter_offset = math.random(-90, 90) -- Random jitter within a range of -90 to 90 degrees
cmd.viewangles.yaw = cmd.viewangles.yaw + 180 + jitter_offset -- Apply yaw jitter
cmd.viewangles.pitch = 89 -- Keep pitch at 89
end

-- Function for desync jitter anti-aim (random desync yaw)
local function desync_jitter_anti_aim(cmd)
jitter_offset = math.random(-45, 45) -- Small jitter range for desync
cmd.viewangles.yaw = cmd.viewangles.yaw + desync_angle + jitter_offset -- Add desync angle with jitter
cmd.viewangles.pitch = 89 -- Keep pitch stable
end

-- Function that executes every tick to apply the selected anti-aim
local function on_create_move(cmd)
if aa_mode == 1 then
static_anti_aim(cmd)
elseif aa_mode == 2 then
jitter_anti_aim(cmd)
elseif aa_mode == 3 then
desync_jitter_anti_aim(cmd)
end

-- Cancel any unintended movement
cmd.sidemove = 0
cmd.forwardmove = 0
end

-- Function to switch between different anti-aim modes with Z, X, and C keys
local function toggle_aa_mode(key)
if key == KEY_Z then
aa_mode = 1 -- Activate static anti-aim
print("Static Anti-Aim Activated")
elseif key == KEY_X then
aa_mode = 2 -- Activate jitter anti-aim
print("Jitter Anti-Aim Activated")
elseif key == KEY_C then
aa_mode = 3 -- Activate desync jitter anti-aim
print("Desync Jitter Anti-Aim Activated")
else
aa_mode = 0 -- Disable anti-aim
print("Anti-Aim Deactivated")
end
end

-- Function to adjust desync angle with Z, X, and C (optional customization)
local function adjust_desync(key)
if key == KEY_Z then
desync_angle = desync_angle + 10 -- Increase desync angle
print("Desync Angle Increased: " .. desync_angle)
elseif key == KEY_X then
desync_angle = desync_angle - 10 -- Decrease desync angle
print("Desync Angle Decreased: " .. desync_angle)
end
end

-- Register callback for switching anti-aim modes
client.register_callback("on_key", function(key)
toggle_aa_mode(key)
end)

-- Register callback for adjusting desync settings
client.register_callback("on_key", function(key)
adjust_desync(key)
end)

-- Main loop for applying the selected anti-aim mode
client.register_callback("on_create_move", on_create_move)
Favorite Group
We are who create new rules
403
Members
9
In-Game
34
Online
10
In Chat
Favorite Guide
Created by - 27Vimsig and 27V
175 ratings
Featured Artwork Showcase
.
6 5 1
メgo to sleepメ 15 Mar @ 9:50am 
𓆩♡𓆪
メgo to sleepメ 23 Feb @ 7:40am 
                ⠀⠀⠀⠀ ⠀  🤍🤍  🌸🌸
           ⠀⠀⠀⠀⠀ ⠀  🤍     🌸     🌸
             ⠀⠀⠀⠀ ⠀  🤍                 🌸
                ⠀⠀⠀ ⠀  🤍        🌸
                   ⠀⠀⠀ ⠀  🤍  🌸
                       ⠀⠀  ⠀ 🤍
メgo to sleepメ 21 Feb @ 12:26pm 
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⡿⠋⣡⣤⣤⣄⡉⠻⠟⢉⣠⣤⣤⣌⠙⢿⣿⣿
⣿⡟⢀⣾⣿⣿⣿⣿⣿⣄⣠⣿⣿⣿⣿⣿⣷⡄⢻⣿
⣿⡇⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢸⣿
⣿⣧⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⣼⣿
⣿⣿⣧⡈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⢁⣼⣿⣿
⣿⣿⣿⣿⣦⡈⠻⣿⣿⣿⣿⣿⣿⠟⢁⣴⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣦⡈⠻⣿⣿⠟⢁⣴⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣆⠈⠁⣰⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿
メgo to sleepメ 21 Feb @ 7:48am 
⠀⠀⠀⢀⣤⣶⠾⠿⠛⠛⠛⠛⠛⠿⠿⣶⣤⣀
⠀⣠⡾⠋⠁⠀⠀⠀⢀⣠⣤⠤⢤⣤⣄⠀⠈⠙⢿⣦
⣸⡏⠀⠀⠀⣀⣤⠾⠋⠁⠀⠀⠀⣸⠟⠀⠀⠀⠀⠹⣷
⣿⣇⠀⠀⠀⠙⠳⢦⣄⡀⠀⠀⠈⢳⣦⠀⠀⠀⠀⣰⣿
⢹⣿⣶⣤⣀⠀⠀⠀⠈⠙⠳⠶⠶⠿⠋⠀⢀⣤⣾⣿⣿⣶⣶⣦⡀
⠘⣿⣿⣿⣿⣿⣶⣶⣦⣤⣤⣤⣤⣶⣶⣿⣿⣿⣿⣿⠋⠉⠙⣿⣧
⠀⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣏⠀⠀⢠⣿⡿
⠀⠀⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⣿⣶⣶⣿⡿
⠀⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠋⠀⠈⠉⠉⠁
⠀⠀⠀⠀⠀⠈⠛⠻⢿⣿⣿⣿⡿⠿⠛⠁

Have a great weekend 🤍
メgo to sleepメ 18 Feb @ 1:15pm 
⣿⣿⣿⠿⠿⣿⣿⡿⢋⣶⣶⣬⣙⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⡿⢡⣿⣷⣶⣦⣥⣿⣿⣿⣿⣿⣷⣮⡛⢿⣿⣿⣿⣿⣿⣿⣿
⣿⡇⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⢮⡙⣿⣿⣯⢐⡎⣿
⣿⢹⣿⣿⣿⣿⣿⣿⡿⣡⡬⢿⣿⣿⣿⣶⣶⣼⣦⠥⣖⣩⣾⣿
⣿⢸⣿⣿⣿⡿⣿⣿⣿⣿⠇⣌⢛⣻⣿⣿⣟⣛⣿⣧⠹⣿⣿⣿
⠏⣼⣿⣿⢏⣾⣿⣟⣩⣶⣶⣿⣿⣿⣿⣿⡟⡿⢸⡿⣡⣿⣿⣿
⣼⣿⣿⠇⣼⣿⣿⢸⠋⠁⠉⢽⣿⣿⣿⣟⣠⣤⣆⢃⢻⣿⣿⣿
⣿⣿⣿⣼⣿⣿⣿⡞⣿⣿⣷⣾⣿⣿⣿⣿⡿⠟⠛⠸⢦⣙⡋⣿
⣿⣿⣿⠹⣿⣿⡿⠗⣈⣭⣭⣭⣉⠻⡟⣩⣶⣾⣿⣿⣶⡙⣱⣿
⣿⣿⣿⣷⣌⡛⠠⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⢸⣿
⣿⣿⣿⣿⢏⣴⣧⣴⡘⣿⣿⣿⣿⣿⣿⣿⣿⣿⣱⣶⣴⡜⢸⣿
⣿⣿⣿⢃⣾⣿⣿⣿⡷⠉⢿⣿⣿⣿⣿⣿⣿⢰⣾⣿⣿⣧⢸⣿
Gangstayoda1990 17 Feb @ 7:29pm 
⠄⠄⡠⠺⠁⠄⠄⠈⠑⢦⠄
⠄⡜⠸⢰⡐⠄⠄⠄⠄⠄⣇
⠄⣯⡏⣘⣎⣂⣵⢀⢾⡄⡼
⠄⠏⣎⠟⣻⣿⢻⠃⢈⡝
⠄⠄⠹⠋⢉⣵⣮⣰⡚
⠄⠄⠄⠄⠸⣿⣿⡏⣷⢹⣦
⠄⠄⠄⢀⡄⣿⣿⡇⣾⡏⣻⡄
⠄⠄⢴⣿⣿⢹⣿⡇⣿⣧⢿⣇
⠄⠸⣸⣿⣿⢸⣿⡇⣿⣿⣟⢿⣦⣀
⠄⠄⠈⠛⠛⠈⣿⣷⢻⡿⢟⣣⣭⣭⣝⡲⢶⣶⣤⣄⡀
⠄⠄⠄⠄⠄⠸⣿⢟⣤⣾⣿⣿⣿⣿⣿⣿⣷⡹⣿⣿⣿⣷⣄
⠄⠄⠄⠄⠄⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢻⣿⣿⣿⣿⣆
⠄⠄⠄⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠱⡜⣿⣿⣿⣿⡿⣾⣷⠄
⠄⣠⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢛⣵⠇⡇⣿⣿⣿⢟⣵⢸⣿⡇
⣼⣿⣭⣶⣶⣶⣶⣝⡻⣿⣿⡿⠿⡛⠁⠄⠁⠄⠄⠄⠄⠄⠄⣵⣿⣿⠟
⠹⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣴⡸⣿⣧⣀⡤⣤⠄⠄⠄⠄⠄⢷⢰⠞⠄ + REP