Giter VIP home page Giter VIP logo

gtc's Introduction

GTC

Go Dicord Token Checker Proxyless/Fast

star ⭐ For support !

1. put Tokens in tokens.txt
2. run main.go or if you dont want to install GO use the Releases
3. Enjoy

NVIDIA_Share_2l1iAdgZbB

tested on xeon e5 2697a v4 and 400mbps
new benchmarks on godm:
1050 in 214.5ms
3000 in 610ms
all tested with 200-300 mpbs
Speeds = {
1000 tokens = 1.4 seconds
}

gtc's People

Contributors

yaboipy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tainted06

gtc's Issues

fix shitty goroutine usage

add goccm, thanks me later

import (
	"fmt"
	"gochecker/src"
	"time"

	"github.com/zenthangplus/goccm"
)


func main() {
	var c = source.X()
	c.Cls()
	c.Logo()
	fmt.Scanln()
	token, err := c.Read_tokens("tokens.txt")
	c.Errs(err)
	cc := goccm.New(300)
	start := time.Now()
	for i := 0; i < len(token); i++ {
		cc.Wait()
		go func(i int) {
			defer cc.Done()
			c.Check(token[i])
			if c.Resp == true {
				c.OpnFile("valid.txt",token[i])
			} else if c.Resp == false {
				c.OpnFile("locked.txt",token[i])
			} else {
				c.OpnFile("invalid.txt",token[i])
			}
			
		}(i)
	}
	cc.WaitAllDone()
	elapsed := time.Since(start)
	fmt.Println("[\033[32m✓\033[39m] (TIME\033[39m):", elapsed.String()[:4]+"Ms", "\033[39m(\033[33mLOCKED\033[39m):", c.Locked, "(\033[31mINVALID\033[39m):", c.Invalid, "(\033[32mVALID\033[39m):", c.Valid , "(\u001b[34;1mTOTAL\033[39m):", c.All)

}

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.