This is a better version of TrafficerMC with more features, so far we got the following extras:
- Follow Player
- 1.19.4 Support!
Click here to Download
- Anti-AFK
- Inventory Manager
- Chat
- Chat Spammer
- Auto Reconnect
- Killaura
- Scripting
- Account File
- Proxy Support
- Name Generator
- Custom Theme
- Manual Build & Run Guide
- Minecraft 1.8 - 1.19 Support
- (And so many more featutrs, I'm too lazy to write them all)
Script will start after bot spawn.
You need to use .txt
file. Capitalization doesnt matter.
chat Hi
delay 1000
winclick 36 0
delay 5000
disconnect
🔎 Script features
-
- Chat
- Use Held Item
- setHotbar
- Click Inventory Item
- closeWindow
- drop
- Control Movement
- Anti-Afk
- Disconnect
- Reconnect
- Loop
- Anti-Afk
- Delay
chat <Message>
Sends message in chat.💡 Example:
chat Hi chat Hello
useheld
Uses Held item in hand.sethotbar <Hotbar Slot Number>
Sets Hotbar to selected slot.Minecraft hotbar starts at 0
💡 Example:
setHotbar 0 sethotbar 3
winclick
lets you Left and Right click on window item.Right click
<Item Slot> 0
Left click
<Item Slot> 1
💡 Example:
winclick 36 0 winclick 36 1
Window Slots Example:
Minecraft Window slots / While window open:
Minecraft Inventory slots / While window closed:
closeWindow
Closes open window.Drop <Invntory Slot>
Drops the slot item if none specified drops all.💡 Example:
Drop Drop 36
startControl
andstopControl
lets you control bots movement.control options:
forward, backwards, left, right, jump, sneak, sprint
💡 Example:
startControl forward startControl jump stopControl forward
afkOn
Anti-AFK enabledafkOff
Anti-AFK disabledDisconnect
Discommects Bot.Reconnect
Reconnects Bot. Delay can be set from settings. (Currently not supported in MultiMode)startScript
Script Starts again with script command. works as loop.Delay
Adds delay to next task.Delay is count by ms
1 sec = 1000
Default delay 1000
💡 Example:
chat Hi delay 1200 chat Hello
Account file must be a
.txt
file.⚠️ And you must set bot count. That many accounts will join.💡 Example:
Username Username Username
Proxy file must be a
.txt
file. And it's used in Random order💡 Proxy Supports SOCKS4 & SOCKS5
⚠️ You must chose SOCKS protocol from Dashboard💡 Proxy File format Example
Proxy:Port Proxy:Port Proxy:Port
Custom CSS can be loaded from settings
file format must be
.css
background-image url can be set to any online image link.
here is the default theme
💡 Example
:root { --background-image: url('../icons/app/Background.svg'); --bg-color: #0c0d11; --text-color: #f6f5f5; --button-color: #5b8191; --button-text-color: #f6f5f5; --button-opacity: 1; --button-border-color: #454864;; --ul-bg-color: #171a25; --ul-opacity: 0.7; --downbar-color: #3D75C9; --selected-item-color: #00e1ff88; --selected-item-opacity: 1; --downbar-opacity: 1; --sidebar-color: 0 0 0; --sidebar-opacity: 0.2; --topbar-color: 0 0 0; --topbar-opacity: 0.6; }
Name Generator Randomizes the name automatically!
Name Generator currently has 2 options (SALT) and (LEGIT)
(SALT)
in the Username input to get 4 random letters.💡 Example
(SALT)_NAME = UaiO_NAME (SALT)_NAME_(SALT) = kwaW_NAME_aWad (SALT)(SALT)(SALT) = UaiOaFHWHbJx
(LEGIT)
in the Username input will Generate fairly realistic names.This is a guide for those who wanna build or run it with the source code.
You need to download NodeJs before following the steps.
Open Powershell or Terminal in a folder
1
git clone https://github.com/RattlesHyper/TrafficerMC
2
npm install
3
npm start
Build commands.
npm run <option>
builds and puts the build in /dist folderwinx64
for Windows x64winx86
for Windows x86linux64
for linux x64linux86
for linux x86