Giter Site home page Giter Site logo

wendellmeset / trafficermcplus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rattleshyper/trafficermc

3.0 0.0 0.0 750 KB

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

License: MIT License

JavaScript 51.65% CSS 9.93% HTML 38.42%

trafficermcplus's Introduction

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

trafficermcplus's People

Contributors

rattleshyper avatar wendellmeset avatar ploxxxy avatar xlzxq avatar furnygo avatar suckybuckyyt avatar

Stargazers

Simeon Zidarov avatar Darius-Mihai Trașcă avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.