Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Ищу скрипт Auto teleport wok.pink

  • Автор темы Автор темы fidachyo
  • Дата начала Дата начала
Код:
Expand Collapse Copy
--[[ requires exploits to be enabled
-- doesn't take into account that you might still be hit after teleport
-- fix: player_move_t:new( ... ) -> adjust cmd for teleport mode -> move:simulate( cmd ) for X ticks -> manual can_hit check
--]]

g_ctx.add_event_callback( "think", function ( cmd )
    if not g_expoits.available( ) or not g_exploits.charged( ) or cmd.m_move:length_sqr( 2 ) <= 25.0 then
        return
    end
    
    local vulnerable = false
    
    g_player_list.for_each_entry( function ( entry )
        if entry.m_can_hit_local_estimated then
            vulnerable = true
            
            return true
        end
        
        return false
    end )
    
    if not vulnerable then
        return
    end
    
    g_exploits.release( e_expoit_teleport.extend )
end )
Можно же было у юзеров попросить....???‍?️?‍?️?‍⬛???‍⬛
 
Код:
Expand Collapse Copy
--[[ requires exploits to be enabled
-- doesn't take into account that you might still be hit after teleport
-- fix: player_move_t:new( ... ) -> adjust cmd for teleport mode -> move:simulate( cmd ) for X ticks -> manual can_hit check
--]]

g_ctx.add_event_callback( "think", function ( cmd )
    if not g_expoits.available( ) or not g_exploits.charged( ) or cmd.m_move:length_sqr( 2 ) <= 25.0 then
        return
    end
   
    local vulnerable = false
   
    g_player_list.for_each_entry( function ( entry )
        if entry.m_can_hit_local_estimated then
            vulnerable = true
           
            return true
        end
       
        return false
    end )
   
    if not vulnerable then
        return
    end
   
    g_exploits.release( e_expoit_teleport.extend )
end )
Можно же было у юзеров попросить....???‍??‍??‍⬛???‍⬛
ахуеть.
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Код:
Expand Collapse Copy
--[[ requires exploits to be enabled
-- doesn't take into account that you might still be hit after teleport
-- fix: player_move_t:new( ... ) -> adjust cmd for teleport mode -> move:simulate( cmd ) for X ticks -> manual can_hit check
--]]

g_ctx.add_event_callback( "think", function ( cmd )
    if not g_expoits.available( ) or not g_exploits.charged( ) or cmd.m_move:length_sqr( 2 ) <= 25.0 then
        return
    end
   
    local vulnerable = false
   
    g_player_list.for_each_entry( function ( entry )
        if entry.m_can_hit_local_estimated then
            vulnerable = true
           
            return true
        end
       
        return false
    end )
   
    if not vulnerable then
        return
    end
   
    g_exploits.release( e_expoit_teleport.extend )
end )
Можно же было у юзеров попросить....???‍??‍??‍⬛???‍⬛
а можеш под вантап в3 кряк переписать??
 
Код:
Expand Collapse Copy
--[[ requires exploits to be enabled
-- doesn't take into account that you might still be hit after teleport
-- fix: player_move_t:new( ... ) -> adjust cmd for teleport mode -> move:simulate( cmd ) for X ticks -> manual can_hit check
--]]

g_ctx.add_event_callback( "think", function ( cmd )
    if not g_expoits.available( ) or not g_exploits.charged( ) or cmd.m_move:length_sqr( 2 ) <= 25.0 then
        return
    end
   
    local vulnerable = false
   
    g_player_list.for_each_entry( function ( entry )
        if entry.m_can_hit_local_estimated then
            vulnerable = true
           
            return true
        end
       
        return false
    end )
   
    if not vulnerable then
        return
    end
   
    g_exploits.release( e_expoit_teleport.extend )
end )
Можно же было у юзеров попросить....???‍??‍??‍⬛???‍⬛
Подскажите а где длл чита скачать ?
 
Назад
Сверху Снизу