ExtraConcentratedJuice / pokecord-catcher

Working automatic hax to catch pokemans on the shitty discord pokemon clone
2 stars 0 forks source link

Error when running 'dotnet PokecordCatcher.dll' in cmd.exe #21

Closed InstallInstances closed 6 years ago

InstallInstances commented 6 years ago

The following response is sent back 83dc17a4385f6d47283d985c4fc08e57

tylerebowers commented 6 years ago

me too capture

ExtraConcentratedJuice commented 6 years ago

Did you guys somehow download the source code instead of the Release?

tylerebowers commented 6 years ago

yep

SuperBossDude commented 6 years ago

I'm getting the same error and I have no idea why, i downloaded the release, configured the important stuff, and I have an "application extension" type file named PokecordCatcher.dll . Also I'm very new to this kind of thing so go easy if it's painfully obvious what I'm doing wrong pokecord catcher

ExtraConcentratedJuice commented 6 years ago

you're not operating in the correct directory. run cd C:/My/Directory/Here before running dotnet PokecordCatcher.dll

Arnish commented 6 years ago

hold shift then right click the entire folder, wherever it is that you extracted it. then click "open command window here." Also make sure you get the capital-lowercase right. It should be dotnet PokecordCatcher not PokeCordCatcher

SuperBossDude commented 6 years ago

Alright figured it out, thanks guys