Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- legit_key = ui.new_checkbox("AA", "Anti-aim", "Legit anti-aim (pn E key)")
- autodir_body_yaw = ui.reference("AA", "Anti-aim", "AutoDir body yaw")
- client.set_event_callback("setup_command",function(e)
- local weaponn = entity.get_player_weapon()
- if ui.get(legit_e_key) then
- if weaponn ~= nil and entity.get_classname(weaponn) == "CC4" then
- if e.in_attack == 1 then
- e.in_attack = 0
- e.in_use = 1
- end
- else
- if e.chokedcommands == 0 then
- e.in_use = 0
- end
- end
- ui.set(freestanding_body_yaw, true)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement