OmegaDonut Posted March 3, 2010 Share Posted March 3, 2010 I think I found a limitation\bug to the program: it doesn't handle Pokemon containing Japanese\special characters in OT. It says it decodes correctly, but when sending it to the DS communication fails (blue screen, and the screen blinks rapidly for a while). It works just fine with Pokemon not containing them. Attached is an Ageto Celebi Pal Parked to HG. This and a Manaphy with an OT containing the O with a dot in the center fail to transfer. CelebiTest-HG.pkm Link to comment Share on other sites More sharing options...
LordLandon Posted March 3, 2010 Share Posted March 3, 2010 Well, you found a limitation, but a different one - that .pkm is from a box, and consists of 136 bytes. Atm, the script only works with "party" pkm which consist of 236 bytes. I will fix this soon - sorry! Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2010 Share Posted March 4, 2010 Could you be more specific? It's not related to the program itself. Link to comment Share on other sites More sharing options...
OmegaDonut Posted March 4, 2010 Share Posted March 4, 2010 It's not related to the program itself. Could you be specific enough? Link to comment Share on other sites More sharing options...
Ringo Posted March 8, 2010 Share Posted March 8, 2010 I think it is amazing that you studied all this. I seem to need help running this though, and if you mind advising [i hope it's a simple error on my part]. I am on a PPC Mac running OSX 10.4. I tried running the script from the terminal with the "sudo" command. Here is the message I recieved: Encoding! Traceback (most recent call last): File "/Users/Ringo/Desktop/sendpkm/sendpkm.py", line 46, in <module> initServ() File "/Users/ringo/Desktop/sendpkm/pokehaxlib.py", line 92, in initServ serv.bind(("0.0.0.0",80)) File "<string>", line 1, in bind socket.error: [Errno 48] Address already in use *************** If it's not too much trouble please advise what I can do. Thanks in advance. --Ringo Link to comment Share on other sites More sharing options...
Guest Posted March 8, 2010 Share Posted March 8, 2010 Could you be specific enough? Probably related to the fact I cannot access Wi-Fi without the USB connector. Link to comment Share on other sites More sharing options...
OmegaDonut Posted March 8, 2010 Share Posted March 8, 2010 Probably related to the fact I cannot access Wi-Fi without the USB connector. It's still just as easy, maybe easier. Just change the DNS server settings for the network connection (probably "Local Area Connection") that's connected to the internet. Run the script first, then change the DNS server settings to whatever it tells you to. Under XP (which is the only thing that has drivers for the USB connector, IIRC), go to Control Panel -> Network Connections -> right-click the connection -> Properties -> select Internet Protocol (TCP\IP), then Properties -> Use the following DNS addresses -> type in the server under Preferred DNS server Link to comment Share on other sites More sharing options...
Poryhack Posted March 8, 2010 Share Posted March 8, 2010 Actually there's drivers for Vista too. As you can see by my last post (scroll up) I was able to get this whole thing working with my Nintendo Wi-Fi USB Connector. Link to comment Share on other sites More sharing options...
LordLandon Posted March 8, 2010 Share Posted March 8, 2010 I don't have a mac, but that error is due to something already listening on port 80. See what you see if you go to http://localhost in your browser. Link to comment Share on other sites More sharing options...
OmegaDonut Posted March 8, 2010 Share Posted March 8, 2010 Actually there's drivers for Vista too. As you can see by my last post (scroll up) I was able to get this whole thing working with my Nintendo Wi-Fi USB Connector. Okay, make that Windows 7, then. I've had to use the built-in XP virtual machine to use the USB connector. LordLandon's script still works there. Link to comment Share on other sites More sharing options...
Arty2 Posted March 8, 2010 Share Posted March 8, 2010 (edited) It was bound to happen some day... kudos to LordLandon for the achievement though The bad part is that people are going to abuse it; hard. Now everyone is going to cheat and remain completely undetectable. I also doubt that they can patch this server side. I'm not sure whether releasing this in the wild was a good idea or not, time shall tell and it will depend on Nintendo's stance on the matter. The bright side is that now they will eventually be aware of the vulnerability, and fix their system on the next Generation. Nobody would blame them if there's no compatibility with the older generations either. Edited March 8, 2010 by Arty2 Link to comment Share on other sites More sharing options...
Poryhack Posted March 8, 2010 Share Posted March 8, 2010 I honestly think that most people who wanted to cheat have went out and bought an Action Replay and/or flashcard already. It's a moot point really. Link to comment Share on other sites More sharing options...
Vlad Posted March 8, 2010 Author Share Posted March 8, 2010 Kudos to LordLandon, I wish I had the ability to reroute the NDS traffic and intercept it with packet loggers too! By the way what kind of router you use? May consider it when mine breaks down -tihi! It's very nice to see progress, I'll myself look a bit into this by trying to change the server NDS looks up by also changing its WIFI settings to obtain IP form my PC, if not I'll edit the ROM itself to connect to my PC then I start to packet log and build some sort of a server, prolly going to use Java to try beat this challenge. It's kind of fun to mess around and emulate a real server -already did that with Heroes of Newerth so I got some practice by now, hehe. Btw doubt this will become a popular way to add Pokémon to your game, but kind of fun that you could actually transfer a Pokémon to a legit game by changing NDS networking, making it connect to your PC and having the server handle the rest. Had to say something because LordLandon send me a PM. :3 Link to comment Share on other sites More sharing options...
rct3addict Posted March 8, 2010 Share Posted March 8, 2010 This is crazy stuff. I understand that you guys are rerouting network traffic to your DS via your router in order to trick the game into thinking that your computer is a GTS server. Is it possible to connect to other people's GTS servers, ones that are not in your network? It would be very useful for non-real time trading. Link to comment Share on other sites More sharing options...
OmegaDonut Posted March 9, 2010 Share Posted March 9, 2010 On that note, wouldn't it be possible to set up a public DNS, one that just reroutes traffic for the GTS server and points all other urls to another public DNS? Then any DS could access the private GTS server just by changing its DNS settings. Not everyone can or is willing to change their router DNS, and this would be a universal solution. Link to comment Share on other sites More sharing options...
Poryhack Posted March 9, 2010 Share Posted March 9, 2010 This is crazy stuff. I understand that you guys are rerouting network traffic to your DS via your router in order to trick the game into thinking that your computer is a GTS server. Is it possible to connect to other people's GTS servers, ones that are not in your network? It would be very useful for non-real time trading. I think so, said person would have to be running a webserver though. On that note, wouldn't it be possible to set up a public DNS, one that just reroutes traffic for the GTS server and points all other urls to another public DNS? Then any DS could access the private GTS server just by changing its DNS settings. Not everyone can or is willing to change their router DNS, and this would be a universal solution. Nobody has to mess with their router with LordLandon's current method though... Unless you mean WifFi Connector users like myself... Link to comment Share on other sites More sharing options...
Eon-Rider Posted March 9, 2010 Share Posted March 9, 2010 I appreciate your work LordLandon but I can't seem to get it to work. I do everything as instructed and enter GTS. Upon arrival and checking, the screen starts flashing non-stop for about twenty seconds then complete stopping with "A communication error has occured." I'm running on Windows XP and using Python 2.6.4 and it occurs on both my genuine Pokemon Diamond and Pokemon Platinum. Link to comment Share on other sites More sharing options...
OmegaDonut Posted March 9, 2010 Share Posted March 9, 2010 I appreciate your work LordLandon but I can't seem to get it to work. I do everything as instructed and enter GTS. Upon arrival and checking, the screen starts flashing non-stop for about twenty seconds then complete stopping with "A communication error has occured."I'm running on Windows XP and using Python 2.6.4 and it occurs on both my genuine Pokemon Diamond and Pokemon Platinum. Try using a party PKM file instead of a storage PKM file. Link to comment Share on other sites More sharing options...
Eon-Rider Posted March 9, 2010 Share Posted March 9, 2010 Try using a party PKM file instead of a storage PKM file. Thanks for that. I suspected that was the problem when it failed to work but I was too lazy to bother converting it. >.>; Link to comment Share on other sites More sharing options...
KazoWAR Posted March 10, 2010 Share Posted March 10, 2010 Interesting program, very nice, but one thing. Could it be possible to add a feature to allow sending PKM to your PC to use it to clone and archive legitimately bred and captured Pokemon? Link to comment Share on other sites More sharing options...
OmegaDonut Posted March 10, 2010 Share Posted March 10, 2010 Interesting program, very nice, but one thing. Could it be possible to add a feature to allow sending PKM to your PC to use it to clone and archive legitimately bred and captured Pokemon? Yeah, as soon as he figure out the encryption on depositing Pokemon. Link to comment Share on other sites More sharing options...
KazoWAR Posted March 10, 2010 Share Posted March 10, 2010 Yeah, as soon as he figure out the encryption on depositing Pokemon. Awesome, can't wait. Link to comment Share on other sites More sharing options...
Lyndare Posted March 13, 2010 Share Posted March 13, 2010 can you give some tutorial in youtube so when know how to set it up... Link to comment Share on other sites More sharing options...
Lyndare Posted March 13, 2010 Share Posted March 13, 2010 i have a problem look how to set the DNS Server Link to comment Share on other sites More sharing options...
Dance Soldier Posted March 13, 2010 Share Posted March 13, 2010 Hey Guys is there a running version for Windows yet? (I'm talking .exe ) Cause somehow I don't know how to make that with the python program. Would e awesome if you could post it here thx a lot from ahead. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now