module

package
v0.0.0-...-e9414d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2021 License: GPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DeveloperModeSet bool
	ShowWarnsSet     bool
	ShowLogsSet      bool
)

vers

Functions

func Captcha

func Captcha(apiKey string) string

Captcha solver

func Creator

func Creator(conn *client.Client, proxy *Reader, names *Reader, combo []string, invite string, apiKey string)

Creator Discord

func Log

func Log(message string, box string, colorsidkthis string)

Log print colorful chars in console

func Logo()

Logo func prints acsii art

func Password

func Password(n int) string

Password generator base64

func Revnewline

func Revnewline(s string) string

Revnewline removes /r and /n

func Save

func Save(message string, filePath string)

Save hits function

Types

type Configuration

type Configuration struct {
	ProxyFile     string `json:"ProxiesFile"`
	Combolist     string `json:"CombolistFile"`
	TwoCaptcha    string `json:"TwoCaptchaKey"`
	Invite        string `json:"InviteCode"`
	Speed         int    `json:"Threads"`
	ShowWarns     bool   `json:"ShowWarns"`
	DeveloperMode bool   `json:"DeveloperMode"`
	ShowLogs      bool   `json:"ShowLogs"`
}

Configuration : ProxyFile string, Combolist string, TwoCaptcha string, Invite string, Speed:Threads int

func LoadConfiguration

func LoadConfiguration(filename string) (Configuration, error)

LoadConfiguration E.g: config.ProxyFile => path/name.txt

type Reader

type Reader struct {
	File  string
	Lines []string
}

Reader IDONNO struct

func (*Reader) Add

func (p *Reader) Add(line string)

Add new line

func (Reader) Rand

func (p Reader) Rand() string

Rand returns random p

func (*Reader) Read

func (p *Reader) Read()

func (*Reader) Remove

func (p *Reader) Remove(item string)

Remove specific line

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL