Skip to content

cohnon/sprint-client

Repository files navigation

Sprint

An easy to use client to download and create extensions for the game thetravelers.

What is Sprint

Sprint, gives you easy access to a large assortment of mods, bots, texture packs, and any other extra content for the game in the form of 'extensions'.

Adds easy to install extensions to your game

Makes creating extensions super easy

// Make an auto sprint bot with only 3 lines of code!
const extension = new Extension({ id: "autoSprint", name: "Auto Sprint" });

extension.onUpdate((client) => { client.travler.sprint() });

export default extension;

How to Install

  1. Copy the contents of this file.
  2. Paste it into the console once you are logged in the game.

Making Extensions

A guide on making extensions as well as Sprint documentation can be found here. You can also see examples of existing extensions in the extensions directory.

About

A client for the game thetravelers.online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published