Skip to content

A Minecraft botting tool with Anti-AFK, Chat spammer, Inventory/Chest manager features.

License

Notifications You must be signed in to change notification settings

RattlesHyper/TrafficerMC

Repository files navigation

The best, free and open source Minecraft botting tool.

Features

TrafficerMC has a variety of features. Some of them are:

  • Anti AFK
  • Spam with Bypass
  • Name Generator
  • Full Inventory Control
  • Movement Control
  • EasyMC Support
  • Auto Reconnect
  • Killaura
  • Scripting
  • Proxies
  • and way more!

Minecraft Version 1.8.x - 1.20

Check out Build Guide to build TrafficerMC for your machine.

Media

TrafficerMC v3.0 TrafficerMC v3.0

Settings Settings

Botting Botting

Scripting Scripting

Proxy Proxy

Tutorials

TrafficerMC v2.1 Tutorial Video

TrafficerMC v0.4 Preview Video (Outdated)

Scripting

Scripting can allow the bot to do things automatically without any user input. It can also help if you are making multiple bots do the same things. All script executions will be shown on manual inputs, it can be used in scripting.

What a script would look like

chat Hello from TrafficerMC!
delay 1000
useheld
delay 2000
winclick 36 0
delay 1000
disconnect

Features

Chat

Sends a message to the servers chat. Usage: chat <message>

Variables: Player Name: {player}, Random String: {random}

Example:

chat Hello there! {player}
chat /help

useHeld

Uses the current held item. Usage: useHeld

setHotbar

Sets hotbar to the selected slot. Usage: setHotbar <number>

Example:

setHotbar 0
setHotbar 3

winClick

Clicks on a window item. To left click, use 0. Otherwise, to right click, use 1. Usage: winClick <number> <type>

Example:

winClick 36 0
winClick 24 1

If you are struggling on what slots you should click, here are some images to represent!

Every chest starts from 0

Chest interface:

Chest

Inventory interface:

Inventory

closeWindow

Closes the current window. Usage: closeWindow

Drop

Drops the slot item if none specified drops all. Usage: drop <number>

Example:

drop
drop 36

Movement

Controls the bot movement. Usage: startMove/stopMove <forward/backwards/left/right/jump/sneak/sprint>

Reset controls: resetMove

Example:

startControl forward
startControl jump
stopControl forward

Anti-AFK

Enables/Disables Anti-AFK on the bot. Usage: afkOn/afkOff

Disconnect

Disconnects the Bot. Usage: disconnect

Reconnect

Reconnects the bot. Usage: reconnect

startScript

Starts the script. Usage: startScript

Delay

Delays the next task. Usage: delay <milliseconds> default 1000

Example:

chat Hi
delay 1200
chat Hello

Account File

Account file must be a .txt file. Put the usernames of the accounts you want to use line by line. Microsoft accounts can be used the same way.

Please note that you can set Max Accounts in General Tab or it will use all the names

What an account file would look like

vampers
nVoid
Danilo764

Proxies

TrafficerMC currently support all protocols and Auth proxies, HTTP is premium only.

What a proxy file would look like

ProxyIP:ProxyPORT:Username:Password
98.7.65.4:32101

Build Guide

Requirements: NodeJS

Clone TrafficerMC repo with Git Clone: git clone https://github.com/RattlesHyper/TrafficerMC or Download the Source Code, then navigate to the folder. and open Terminal/Command Prompt/PowerShell

Build Commands:

Windows: build:win

Mac: build:mac

Linux: build:linux

If you want to run from source code use npm run dev