velkoz

  1. E

    [ SOURCE ] League of Legends Velkoz / Aurelion Sol Hızlı Rotate ( FAST ROTATE FOR VELKOZ / ASOL )

    static TICKS: AtomicUsize = AtomicUsize::new(0); extern "fastcall" fn on_steer(a1: usize, a2: usize, slot: u8, coords: &mut [f32; 3], finish: u8) { if TICKS.fetch_add(1, Ordering::Relaxed) % 5 == 0 { coords[0] = f32::INFINITY; coords[1] = f32::INFINITY; coords[2] =...
Üst