Skip to content

Latest commit

 

History

History
289 lines (201 loc) · 6.5 KB

README.md

File metadata and controls

289 lines (201 loc) · 6.5 KB

This is a better version of TrafficerMC with more features, so far we got the following extras:

  • Follow Player
  • 1.19.4 Support!

TrafficerMC

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

Discord GitHub downloads

Click here to Download

📦 Features

📷 Screenshots and Video

📷 Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

🎞️ Video


Scripting

Script format

Script will start after bot spawn.

You need to use .txt file. Capitalization doesnt matter.

💡 Example

chat Hi
delay 1000
winclick 36 0
delay 5000
disconnect

🔎 Script features

  • Features

    chat

    chat <Message> Sends message in chat.

    💡 Example:

    chat Hi
    chat Hello
    

    Useheld

    useheld Uses Held item in hand.

    setHotbar

    sethotbar <Hotbar Slot Number> Sets Hotbar to selected slot.

    Minecraft hotbar starts at 0

    Horbar

    💡 Example:

    setHotbar 0
    sethotbar 3
    

    WinClick

    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

    closeWindow Closes open window.

    Drop

    Drop <Invntory Slot> Drops the slot item if none specified drops all.

    💡 Example:

    Drop
    Drop 36
    

    Control

    startControl and stopControl lets you control bots movement.

    control options: forward, backwards, left, right, jump, sneak, sprint

    💡 Example:

    startControl forward
    startControl jump
    stopControl forward
    

    Anti-AFK

    afkOn Anti-AFK enabled

    afkOff Anti-AFK disabled

    Disconnect

    Disconnect Discommects Bot.

    Reconnect

    Reconnect Reconnects Bot. Delay can be set from settings. (Currently not supported in MultiMode)

    StartScript

    startScript Script Starts again with script command. works as loop.

    Delay

    Delay Adds delay to next task.

    Delay is count by ms 1 sec = 1000

    Default delay 1000

    💡 Example:

    chat Hi
    delay 1200
    chat Hello
    

    AccountFile

    Account File format

    Account file must be a .txt file.

    ⚠️ And you must set bot count. That many accounts will join.

    💡 Example:

    Username
    Username
    Username
    

    proxy

    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
    

    Theme

    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;
    }
    

    Namegen

    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.

    Build

    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 folder

    winx64 for Windows x64

    winx86 for Windows x86

    linux64 for linux x64

    linux86 for linux x86