All Projects → TudbuT → ttc

TudbuT / ttc

Licence: other
TTC Client

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ttc

official-skid-list
list of big minecraft skids, updated
Stars: ✭ 26 (-35%)
Mutual labels:  minecraft-client
badlion-src
Source Code of the 2.0.0-v-beta Badlion Client (no BAC included)
Stars: ✭ 39 (-2.5%)
Mutual labels:  minecraft-client
webmc
Minecraft client written in Javascript (1.16.5 offline mode working)
Stars: ✭ 1,051 (+2527.5%)
Mutual labels:  minecraft-client
Bat
Minecraft client that interacts with its environment
Stars: ✭ 29 (-27.5%)
Mutual labels:  minecraft-client
urmomia-client
based utility mod
Stars: ✭ 19 (-52.5%)
Mutual labels:  minecraft-client
RustCraft
Rustcraft is a Minecraft Client, positioning itself as the performant Minecraft Java Edition client, with support with higher quality graphical options than that of the Mojang Minecraft Client.
Stars: ✭ 51 (+27.5%)
Mutual labels:  minecraft-client
ttc subway times
A scraper to grab and publish TTC subway arrival times.
Stars: ✭ 40 (+0%)
Mutual labels:  ttc
wheres-my-ttc
A visualization of near-realtime TTC vehicles using react-map-gl & nextbus API
Stars: ✭ 19 (-52.5%)
Mutual labels:  ttc
FontRegister
FontRegister is a small Windows utility to install fonts and/or repair the font registry via commandline.
Stars: ✭ 17 (-57.5%)
Mutual labels:  ttc

Website

TTC Client

This client is only meant to be used on anarchy servers!!!

DONT ACTIVATE ANY OTHER AUTOTOTEM ALONG THIS ONE, it will glitch it out!

ClickGUI opens with COMMA

The first client to have a SeedOverlay ( / Seed Overlay ) module. For free. (Konas skidded it)

WebServices explaination

TTC tracks the following data:

  • Minecraft name
  • Last time the client was started
  • Last time the client was closed
  • Playtime with the client installed
  • Analytics about versions:
    • Version number
    • Client name (in case of fork)
    • Github repo (in case of fork)

TTC does not track:

  • Your minecraft login data (some say the password key in the api is a Minecraft password, but in reality, it is only even a thing in premium accounts, and is used to store a double-hash of the selected password for logging into TTC premium)
  • Your minecraft session
  • Your IP (the ip key in user records is still showing REDACTED so very old ones don't get leaked, now, it will always be 127.0.0.1 due to the DDOS protection. it was originally used for IP banning, however, there were incidents where IPs were leaked)
  • Your windows username (unlike future, impact, pyro, and many others)
  • Your GPS (unlike impact)

How to fork

(assuming you've already forked and cloned the repo)

  1. Change BRAND and REPO variable in TTC.java
  2. Change repo link in makerelease.sh
  3. Use makerelease to make a new version:
    1. Open WSL (or use a linux terminal)
    2. Run bash makerelease.sh
    3. Enter the new version you want and press enter (something like v1.0.0a)
    4. Edit the message (this requires vim unless you customize the script)
    5. Quit the editor
    6. Your browser will open
    7. Wait for the script to tell you to get ready to publish
    8. Upload build/reobfJar/ttc.jar (you can change this name in build.gradle) and wait for that to finish
    9. Paste the message into the release and add the tag and name (that should simply be the version number)
    10. Press enter in the terminal
    11. Wait until the script is done executing
    12. Press Publish Release in the browser
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].