Skip to content

Will prevent from getting kicked for idle in Battlefield 4, 1, 5 and 2042, you only have to run it and it will work even if the game is minimized. It can also send messages on specified times.

License

community-network/battlefield-anti-idle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battlefield anti-idle

This tool will prevent you from getting kicked for idle for Battlefield 4, 1, 5 and 2042, you only have to run it and it will work even if the game is minimized. It can also send messages on specified times based on what you set in the config.

download it here: https://github.com/community-network/battlefield-anti-idle/releases/latest

Config file

# It will autogenerate one of these files when you run the script when it doesn't exist already.

# It will send messages based on timeout when set to true
send_messages = false
# minize the game after it has send the message or keypress mode
minimize_after_action = true
# Message it will send
messages = [
    'test1',
    'test2',
    'test3',
]
# In which chat it has to send the messages (can be 'Announce', 'Public', 'Team' or 'Squad')
# The 'Announce' chat can only be used by the server owner in Battlefield 2042, on older titles it will use public chat when selected.
chat_type = 'Public'
# When it will start sending messages, based on the UTC timezone
message_start_time_utc = '12:00'
# When it will stop sending messages, based on the UTC timezone
message_stop_time_utc = '23:00'
# Timeout used when sending messages
message_timeout_mins = 8

# Press a key for anti-afk instead (will requires the game to go unminimized)
keypress_mode = false
# which key to press (keypress_mode)
key = ' '
# how many millisecond to hold the key down (keypress_mode)
key_hold_time = 80

About

Will prevent from getting kicked for idle in Battlefield 4, 1, 5 and 2042, you only have to run it and it will work even if the game is minimized. It can also send messages on specified times.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages