;⁧⁧dege0 :) ups
Madrid, Spain
 
 
현재 오프라인
게임 차단 기록 1건 | 정보
마지막 차단 이후 154일 경과
아트워크 전시대
좋아하는 게임
5,712
플레이 시간
1
도전 과제
CS2 ROLL                                        🗕🗗 X
local roll_checkbox = ui.new_checkbox("AA", "Other", "Roll invert key")
local MM_enable = ui.new_checkbox("AA", "Anti-aimbot angles", "\aB6B665FFForce roll")
local roll_hotkey = ui.new_hotkey("AA", "Other", "Roll invert key", true)
local disablers = ui.new_multiselect("AA", "Other", "Roll disablers", "Quick peek assist", "Duck peek assist", "Edge yaw")

local aa_ref = ui.reference("AA", "Anti-aimbot angles", "Enabled")
local roll_ref = ui.reference("AA", "Anti-aimbot angles", "Roll")
local qps_ref = ui.reference("RAGE", "OTHER", "Quick Peek assist")
local fd_ref = ui.reference("RAGE", "Other", "Duck peek assist")
local edge_ref = ui.reference("AA", "Anti-aimbot angles", "Edge yaw")
local fl_limit_ref = ui.reference("AA", "Fake lag", "Limit")

local csgo_weapons = require "gamesense/csgo_weapons"

local ffi = require("ffi")

local gamerules = nil
local gamerules_ptr = nil
local count = 0

local function update_gamerules() -- Credits to SamFisher
gamerules_ptr = client.find_signature("client.dll", "\x83\x3D\xCC\xCC\xCC\xCC\xCC\x74\x2A\xA1")
gamerules = ffi.cast("intptr_t**", ffi.cast("intptr_t", gamerules_ptr) + 2)[0]
end

local function contains(tbl, val)
for i=1, #tbl do
if tbl == val then return true end
end
return false
end

client.set_event_callback("setup_command", function(cmd)
local disabler_tbl = {
{
Name = "Quick peek assist",
Variable = (ui.get(qps_ref + 1))
},
{
Name = "Duck peek assist",
Variable = (({ui.get(fd_ref)})[1])
},
{
Name = "Edge yaw",
Variable = (ui.get(edge_ref))
}
}

local valveds = entity.get_prop(entity.get_game_rules(), "m_bIsValveDS")
local weapon = csgo_weapons[entity.get_prop(entity.get_player_weapon(entity.get_local_player()), "m_iItemDefinitionIndex")]
if weapon == nil then return end

local xv, yv, zv = entity.get_prop(entity.get_local_player(), "m_vecVelocity")
local velocity = math.sqrt(xv^2 + yv^2)
local on_ground = bit.band(entity.get_prop(entity.get_local_player(), 'm_fFlags'), bit.lshift(1, 0))

-- Set roll as your menu reference
cmd.roll = ui.get(roll_ref)

if count == 1 then
if ui.get(fl_limit_ref) > 6 then
ui.set(fl_limit_ref, 6)
end
if ui.get(roll_ref) > 44 then
ui.set(roll_ref, 44)
end
if ui.get(roll_ref) < -44 then
ui.set(roll_ref, -44)
end
end

-- force disable roll under these conditions as they affect gameplay
if entity.get_prop(entity.get_local_player(), "m_MoveType") == 9 or weapon.type == "grenade" and velocity >= 1.01001 and on_ground == 1 or ui.get(roll_ref) == 0 or not ui.get(aa_ref) then
cmd.roll = 0
end

if ui.get(roll_checkbox) then
ui.set(roll_ref, ui.get(roll_hotkey) and (50 - (count * 6)) or (-50 + (count * 6))) -- set roll to 50 on community, and 44 in MM
end

-- Disable roll under desired conditions
for _, v in ipairs(disabler_tbl) do
if contains(ui.get(disablers), v.Name) then
if v.Variable then
cmd.roll = 0
end
end
end

-- Spoof m_bIsValveDS when needed, credits to SamFisher.
if gamerules_ptr == nil then
update_gamerules()
return
end
local is_valve_ds = ffi.cast('bool*', gamerules[0] + 124)
if is_valve_ds ~= nil then
if cmd.roll ~= 0 and ui.get(MM_enable) then
if is_valve_ds[0] == true and is_valve_ds[1] == true or is_valve_ds[0] == true and is_valve_ds[1] == false then
is_valve_ds[0] = false
is_valve_ds[1] = true
end
else
if is_valve_ds[0] == false and is_valve_ds[1] == true then
is_valve_ds[0] = true
is_valve_ds[1] = true
cmd.roll = 0
end
end
end
if is_valve_ds ~= nil then
if is_valve_ds[0] == false and is_valve_ds[1] == true then
count = 1
else
count = 0
end
end
end)

ui.set_callback(MM_enable, function()
if ui.get(MM_enable) then
update_gamerules()
else
count = 0
end
end)

by dege
즐겨찾기한 가이드
265명이 평가했습니다.
Si está "Guía" es ejecutada correctamente usted junto a su equipo del competitivo seran los verdaderos jodidisimos amos de todo CS:GO. Bueno primero que todo está "Guía" consistira en 5 pasitos. Si los haces alguno de estos pasos mal , CHAU QUE LA FUERZA T
추천 아트워크 전시대
<3
1
창작마당 전시대
The stickers is inspired by the black and white style of old cartoons from the 1920s-1930s. I drew CS:GO grenades in the form of characters.
30명이 평가했습니다.
제작자: H1oma
스크린샷 전시대
최근 활동
기록상 4.6시간
마지막으로 플레이한 날짜: 2024년 5월 23일
기록상 5,712시간
마지막으로 플레이한 날짜: 2024년 2월 20일
기록상 161시간
마지막으로 플레이한 날짜: 2024년 1월 3일
댓글
FANTA$MA 2024년 1월 5일 오후 2시 36분 
_░▒███████
░██▓▒░░▒▓██
██▓▒░__░▒▓██___██████
██▓▒░____░▓███▓__░▒▓██
██▓▒░___░▓██▓_____░▒▓██
██▓▒░_______________░▒▓██
_██▓▒░______________░▒▓██
__██▓▒░__gordito __░▒▓██(̅_̅_̅_̅(̲̲̲̲̲̅̅̅̅̅̅(̅_̅_̲̅L̲̅u̲̅c̲̅k̲̅y̲̲̅̅S̲̅t̲̅ r̲̅i̅k̲̅e̲̅_̅_̅_̅()ڪےᶠᶸᶜᵏᵧₒᵤᶠᶸᶜᵏᵧₒᵤᶠᶸᶜᵏᵧₒᵤ
___██▓▒░__________░▒▓██
____██▓▒░________░▒▓██ by : f4nt4$m4
_____██▓▒░_____░▒▓██
______██▓▒░__░▒▓██
_______█▓▒░░▒▓██
_________░▒▓██
_______░▒▓██
_____░▒▓██
BAKANÍSIMO 2024년 1월 3일 오후 7시 30분 
F mi bro:/
FANTA$MA 2024년 1월 2일 오후 2시 58분 
❤️
Innocence ⭕⃤ 🖤 2023년 11월 20일 오후 1시 30분 
_░▒███████
░██▓▒░░▒▓██
██▓▒░__░▒▓██___██████
██▓▒░____░▓███▓__░▒▓██
██▓▒░___░▓██▓_____░▒▓██
██▓▒░_______________░▒▓██
_██▓▒░______________░▒▓██
__██▓▒░__gordito __░▒▓██(̅_̅_̅_̅(̲̲̲̲̲̅̅̅̅̅̅(̅_̅_̲̅L̲̅u̲̅c̲̅k̲̅y̲̲̅̅S̲̅t̲̅ r̲̅i̅k̲̅e̲̅_̅_̅_̅()ڪےᶠᶸᶜᵏᵧₒᵤᶠᶸᶜᵏᵧₒᵤᶠᶸᶜᵏᵧₒᵤ
___██▓▒░__________░▒▓██
____██▓▒░________░▒▓██ by : Innocence
_____██▓▒░_____░▒▓██
______██▓▒░__░▒▓██
_______█▓▒░░▒▓██
_________░▒▓██
_______░▒▓██
_____░▒▓██