Giter VIP home page Giter VIP logo

Comments (19)

Stranger94 avatar Stranger94 commented on May 27, 2024 1

Ty, I could have read the code. But I read it with editor and there was no lines, just 1 big block. Good info, because I didn't know what to type in discord to change settings.

from pokeball-selfbot-poketwo-autocatcher.

Stranger94 avatar Stranger94 commented on May 27, 2024 1

Okay I will try that as soon as possible, thank you for the help :) I will stay here I can learn something and you can fix stuff.

from pokeball-selfbot-poketwo-autocatcher.

Stranger94 avatar Stranger94 commented on May 27, 2024

So with this settings I assume:

Catching 90% of ALL existing spawned (900) Pokemon. Delay idc. blabla, idc idc I am alone in my channel. This is channel id now WORK.

But it doesnt react to Pokecord spawn in this channel :(
And whitelist/blacklist is not defined what this should be.

And I have not put anywhere my server id, idk if I should. I did only the 3 steps with token and run file.

Hope it helps for all who finally get it to work but then mess up all again to find why it doesnt catch.

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

Thank you for the descriptive feedback, I appreciate it. The documentation, aka., a help command for all the other commands is in the roadmap. But I see your point about visuals for basic setup. I'll add it to my ToDo list.

Now, as for your problem, the solution is simple. Your autocatcher is Off by default. To enable it, you need to use a command P^autocatcher on.

If you don't want to turn it on everytime you restart the bot, simply change the line 41:

self.auto_catcher = False

to

self.auto_catcher = True

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

oh btw, if you are using an editor, I suggest Visual Studio Code. It is a must have for any coder.
It has many built-in plugins ranging from syntax highlighting to built-in compilers.

from pokeball-selfbot-poketwo-autocatcher.

Stranger94 avatar Stranger94 commented on May 27, 2024

I have Visual Studio, but also I have only a slow Laptop and don't want to open Visual Studio, if it works quick in editor too :D

I don't know why, but the commands get no reaction.

I change in pokeball catcher in line 41 to true. It doesnt catch or write anything.

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

I have Visual Studio

VC Code lol, not Visual Studio. VSCode is an editor.

I change in pokeball catcher in line 41 to true. It doesnt catch or write anything.

You gotta restart it after changing the line. And ye, changing this line won't mention anything after it restarts. But wait for a pokemon to spawn.

Also, try using that command I mentioned earlier. That should print to the console saying that autocatcher has been enabled.

from pokeball-selfbot-poketwo-autocatcher.

Stranger94 avatar Stranger94 commented on May 27, 2024

What I do is close + run setup.bat as admin.

The commands in discord doesn't work. Now I copied everything into System32 and started it as Admin, it still doesn't work.
And although auto_catcher is "true" (I changed the file and did restart etc) it does nothing.

In console it shows me all till whitelist and there is no change after everything (spawn, command).

How I use it: With my account spamming chat with Pokecord. Pokemon spawns. I wait but my Account dont write from the bot. Should I log out? Dumb questions maybe, but I would like to make it work.

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

Now I copied everything into System32 and started it as Admin, it still doesn't work.

Not necessary.

I wait but my Account dont write from the bot

I didn't get you. You need to use the commands from the same account as your selfbot.
The multi-user mode is available in Premium version.

from pokeball-selfbot-poketwo-autocatcher.

Stranger94 avatar Stranger94 commented on May 27, 2024

I do, same account. But bot does nothing. Idk why :(

from pokeball-selfbot-poketwo-autocatcher.

Stranger94 avatar Stranger94 commented on May 27, 2024

And I copied into System32 because it gave me error, that he can't find launcher, ect when I start as admin. If I start normal it not neccassary

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

from pokeball-selfbot-poketwo-autocatcher.

Stranger94 avatar Stranger94 commented on May 27, 2024

image

Maybe it launches wrong I don't know sorry :/

Deleted also priority because idc I want it catch all not only some I have my own solo channel, this is in whitelist, and also for test another.

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

Looks like the commands itself are not running. That is why, launch it normally from the directory where the original file is, and in normal mode. No need of admin.

The fact that even echo command is not working means the bot isn't able to communicate with Discord after it logs in.

Add python as exception to your firewall.

from pokeball-selfbot-poketwo-autocatcher.

Stranger94 avatar Stranger94 commented on May 27, 2024

image
Python always opens in C:\Windows\System32
uff

I give up.
I disabled firewall whole day today.
And I started it whole day except 1 time without admin. If I don't know what to do I test all 100 ways.

You want to know what for me is the hardest part about programming or using cmd? Because the error todays are ALL about directories and shit. Really I wasted 1 day on this and it still doent work because now I have everywhere .py and discord files. Again jump 4 hours back reinstall phyton the 5th time? Or should I reinstall the bot files 5th time after deleting all files?

Ty for the help but I will try it maybe next week, since it looks like you cant catch pokemon now anyways.

image

I think that's the fatal problem, which also appears for other self-bots.

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

Hmm, looks like that PR was a bad move.
I can fix this pip issue, not a problem.

As for the folder location, just download the zip file and extract it to Desktop, go into the folder, run setup.bat and then run run.bat.

Try adding this line

print(message.content)

at line 116 to see if the bot is atleast reading the messages.

async def on_message(self, message):
    def pokecord_reply(msg):
        return msg.author.id == 365975655608745985
    print(message.content)
    if not self.ready:
        return

Make sure you follow proper indentation while adding that line.


Edit: Fixed the pip issue, so download the latest zip.


P.S Edit and extend your comment instead of making multiple comments.

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

from pokeball-selfbot-poketwo-autocatcher.

BFruchtfliege avatar BFruchtfliege commented on May 27, 2024

Thought i deleted my post, because i found the file a few seconds lauter :-p
Ty for answer and helping

from pokeball-selfbot-poketwo-autocatcher.

Hyperclaw79 avatar Hyperclaw79 commented on May 27, 2024

Closing this as it feels excessive with all the provided details in the Readme and as preparation for a future major change.

from pokeball-selfbot-poketwo-autocatcher.

Related Issues (20)

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.