-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.example_env
More file actions
21 lines (20 loc) · 849 Bytes
/
.example_env
File metadata and controls
21 lines (20 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 1. Copy this file and rename it to ".env" (DO NOT USE THIS FILE AS AN .ENV FILE!)
# 2. Change the settings below
# 3. Specify the .env when running the program ("--env-file, -e ENV_FILE")
#
# Roblox Token:
# THIS PROGRAM DOES NOT AUTOMATICALLY GRAB YOUR ROBLOX TOKEN FOR YOU!
# Be careful on scripts that "automatically" find your token;
# it takes one backdoor for your account to be stolen!
#
# DO NOT SHARE THE .ENV FILE TO OTHERS ONCE YOU HAVE PUT YOUR TOKEN IN.
# DOING SO WILL LEAD TO HACKERS STEALING YOUR ACCOUNT!
# IF YOU ACCIDENTALLY LEAK YOUR TOKEN, LOG OUT AS SOON AS POSSIBLE TO
# INVALIATE THE TOKEN.
#
# Info on safely getting your token can be found on this page:
# https://ro.py.jmk.gg/dev/tutorials/roblosecurity/
RBX_TOKEN="_|NOTICE:-THIS-IS-NOT-A-REAL-TOKEN.|_dQw4w9WgXcQ"
# Technical stuff below:
# User Agent:
USER_AGENT=""