Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect to server #9

Open
bwilmott opened this issue Jun 30, 2021 · 9 comments
Open

Unable to connect to server #9

bwilmott opened this issue Jun 30, 2021 · 9 comments

Comments

@bwilmott
Copy link

bwilmott commented Jun 30, 2021

I was able to get this compiled and I added the new PSXAPI and MAPAPI .dlls, but I get this error.
EDIT: Oh, sorry I just saw your reply to my issue I opened yesterday. I am currently working with a friend to try to revive this project. Could you point me in a direction to look to resolve this? I was thinking your address for the server is probably outdated but I couldn't find anything in the BrightClient code about it.

BotError

@IamSanjid
Copy link
Owner

IamSanjid commented Jun 30, 2021

Try to play around and figure out how the bot is designed.
BrightNetwork -> Is a kind of a wrapper which just helps u to communicate with a specified server, this has nothing to do with the actual mechanism of the bot.
Poke1Bot -> Handles scripts, accounts and in game commands.
Poke1Protocol -> Does all the in game logic, it is the heart of the bot(I suppose)
pokeone+ -> Just front end stuff, just shows information about the in game properties and what the bot is doing...

@ShayHa
Copy link

ShayHa commented Jul 25, 2021

@bwilmott could you share it if you make it work?

@ShinierLion
Copy link

If you don't want to figure out how they encrypt their packets you can try sending and receiving packets directly from the game. Just hook void TCPConnection.SendPacket(IProto packet, bool moveQueue = false) and void TCPConnection.HandlePacket(IProto r, bool dontAdd = false). And even though it requires you to have the client open, you don't have to actually log into your account or load anything.

@oOHiyoriOo
Copy link

any solution here?

@lucastayar12
Copy link

lucastayar12 commented Mar 31, 2023

I solved connection error just by changing server ip address in Poke1Protocol - in class GameConnection on line 20, u'll find a old server address just change to 54.37.244.150, but now my issue is, client is outdated, I'm trying to figure out the code for client update. Still reading the code...

Edit: I found a method that an object containing Version - i think that stands for game version, login, password, platform and a Handle that i don't know wat means - it is a hashcode
Edit: I solved, just change version to 1.10

@ShayHa
Copy link

ShayHa commented Mar 31, 2023

you made wonderful progress! hope you could figure that out xd

@venkatgaming
Copy link

1.10

how did u find game version

@lucastayar12
Copy link

1.10

how did u find game version

Just trying by brute force

@ShayHa
Copy link

ShayHa commented Apr 9, 2023

are you now able to run the bot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants