GithubHelp home page GithubHelp logo

hydrazine's People

Contributors

stenocyb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hydrazine's Issues

Doesn't work after altcheck

I did an altcheck, and then it stopped working after. The program closes after printing regular messages without any errors.

Proxychecker Module

The module "proxychecker" do not work.
And there is no proxy to connect to the mojang server to authenticate premium accounts so it's blocked after a few attempts.

Threads Option

Hi, is there any way i can set threads ? I would like to stress test my server with mass bots join like mcspam has 2/3k bots/s but in this version of Hydrazine its not possible i think. When i checked it bots connect like 1 per second or more im using 1.15.2 version with fresh socks5 and configured cflood module 0 seconds between connection tried 1sec too already and same problem

Ran into a problem while getting bots.

When I run the module "pflood" It reads: ">This module hasn't been configured yet. Would you like to do so now? [Yes/No]: "
Then shortly after that it asks for the path to the file containing minecraft account credentials, which I have no idea where to find. Where can I find this?

Help launch

Hey i would like to run a test with the cflood module but i don't understand how it works

java -jar Hydrazine.jar -h x.x.x.x -p 25565 -m chat -gu random -m cflood

Config issue

How to put a config files so it sends more bots per second

help

Hey I love your program but when I'm using the chat module it says I can make the person say something x an amount of times with %x but when I use per say "%5 say this 5 times" it does not work please help!

It doesn't exit

Hello,
Hydrazine is an awesome app to create bots (using cclient) to keep my minecarft farms loaded. The problem is, when the bot is kicked from the server, it won't stop/exit so it cannot be restarted automatically using a .sh script. It would be nice if the app exits when the user is disconnected.

Multiple Accounts/Proxies?

Can you type out the correct format to have multiple accounts join at the same time? the same with using multiple proxies at the same time? I'm having trouble figuring out how to do so.

proxy

hi, the proxies doesn't work, can you compile the latest version to binaries ? thanks

Username enhancement

public static String generateUsername() {
	String[] chars = 
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_".split("");
	StringBuilder result = new StringBuilder();
	for(int i = 0; i < 3+(int)(Math.random()*14); i++) 
		result.append(chars[(int)(Math.random()*chars.length)]);
	return result.toString();
}

Ich würde das benutzen, anstatt eine ganze Klasse.
Die Funktion ist nicht gerade performant, aber sie zeigt wie man das "Namen Problem" lösen könnte, ohne ~145 Zeilen Code.

Request: auto reconnect

Hello, i don't have a problem but i came here to tell you if you could add an auto reconnect option for all modules?

Building from source code

I want to know how to build the jar from source code because I modified it to set different default values.

functions

Can you add the function ping before connecting and all types of proxy please ?

Gui

Where is the gui?

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.