Hacking Pokémon X/Y Dumper and Editor

shooterwilliams

Member
Newcomer
Joined
Nov 1, 2013
Messages
5
Trophies
0
Age
38
XP
51
Country
Ahhhhh

Can you guys please update me on what exactly we can achieve using Zaneris's Dumper?

Are we at a stage where we can transfer a created pokemon from our PC to the 3DS game?

Thanks
 

kyogre123

Mexican Pride
OP
Member
Joined
Sep 23, 2013
Messages
2,920
Trophies
0
Age
34
XP
1,347
Country
Mexico
Ahhhhh

Can you guys please update me on what exactly we can achieve using Zaneris's Dumper?

Are we at a stage where we can transfer a created pokemon from our PC to the 3DS game?

Thanks

No, it's a dumper so it only works to copy Pokemon to the PC, the injection part has yet to be done.

What he meant was your PC acting as a router
How's that done? You can actually connect to the internet using an extra Wireless adapter, but then how can I use my PC as a router without setting up as a virtual router?
 

Duo8

Well-Known Member
Member
Joined
Jul 16, 2013
Messages
3,613
Trophies
2
XP
3,033
Country
Vietnam
Zaneris did you mean something like this?
Code:
                    Internet
                        |
                      Modem
                      /    \
                    PC    WF Router
                              \
                              3DS
What he meant was your PC acting as a router

I thought he said no virtual hotspot?
Ahhhhh

Can you guys please update me on what exactly we can achieve using Zaneris's Dumper?

Are we at a stage where we can transfer a created pokemon from our PC to the 3DS game?

Thanks

Not yet.

kyogre123 Please update your first post
 

Zaneris

Well-Known Member
Newcomer
Joined
Sep 5, 2013
Messages
87
Trophies
0
Age
37
XP
86
Country
Canada
Zaneris did you mean something like this?
Code:
                    Internet
                        |
                      Modem
                      /    \
                    PC    WF Router
                              \
                              3DS


I thought he said no virtual hotspot?


Not yet.

kyogre123 Please update your first post

No, at some point in your network config, the PC has to be the sole path to the internet unless you're using ARP poisoning.
 

Ixvael

Active Member
Newcomer
Joined
Jan 28, 2013
Messages
30
Trophies
0
Age
31
XP
86
Country
Zaneris did you mean something like this?
Code:
                    Internet
                        |
                      Modem
                      /    \
                    PC    WF Router
                              \
                              3DS


I thought he said no virtual hotspot?
The operating keyword here is "virtual". You can use your computer's wifi to act as a hotspot but not using any third-party software.
You can just create an ad-hoc network in Windows 7 or use the netsh in commandline in Windows 8.

It should look like this:
Internet > Modem > Router > (Ethernet cable or WLAN dongle 1) PC > (Built-in WLAN or WLAN dongle 2) 3DS
ARP Poisoning is the only method you can use in the scenario you stated.
 

shooterwilliams

Member
Newcomer
Joined
Nov 1, 2013
Messages
5
Trophies
0
Age
38
XP
51
Country
The operating keyword here is "virtual". You can use your computer's wifi to act as a hotspot but not using any third-party software.
You can just create an ad-hoc network in Windows 7 or use the netsh in commandline in Windows 8.

It should look like this:
Internet > Modem > Router > (Ethernet cable or WLAN dongle 1) PC > (Built-in WLAN or WLAN dongle 2) 3DS
ARP Poisoning is the only method you can use in the scenario you stated.


So will this suffice?

My laptop connected to my router that is connected to the Internet.

My 3DS connected to A Wi Fi dongle that is plugged into my laptop.

Sorry about all this questioning, its just im having a tad of trouble working out the notation you guys use (im a newb)
 

Zaneris

Well-Known Member
Newcomer
Joined
Sep 5, 2013
Messages
87
Trophies
0
Age
37
XP
86
Country
Canada
So will this suffice?

My laptop connected to my router that is connected to the Internet.

My 3DS connected to A Wi Fi dongle that is plugged into my laptop.

Sorry about all this questioning, its just im having a tad of trouble working out the notation you guys use (im a newb)

That should work fine, and just make sure internet sharing is enabled on the adapter connected to the router.
 

Duo8

Well-Known Member
Member
Joined
Jul 16, 2013
Messages
3,613
Trophies
2
XP
3,033
Country
Vietnam
The operating keyword here is "virtual". You can use your computer's wifi to act as a hotspot but not using any third-party software.
You can just create an ad-hoc network in Windows 7 or use the netsh in commandline in Windows 8.

It should look like this:
Internet > Modem > Router > (Ethernet cable or WLAN dongle 1) PC > (Built-in WLAN or WLAN dongle 2) 3DS
ARP Poisoning is the only method you can use in the scenario you stated.

3DS doesn't support ad-hoc.
Don't know what netsh is though.
 

Ixvael

Active Member
Newcomer
Joined
Jan 28, 2013
Messages
30
Trophies
0
Age
31
XP
86
Country
3DS doesn't support ad-hoc.
Don't know what netsh is though.
Haha, my bad. You just need to make the PC as a hotspot, that's all I know.
In Windows 8, you use this in the command line to create a network
Code:
netsh wlan set hostednetwork mode=allow ssid=nameOfwifiHotspot key=yourpassword
Then start that network using this
Code:
netsh wlan start hostednetwork
Then you open Network and Sharing Center, go to your connection's properties (the one that's connected to the computer) then go to the sharing tab and check the box that allows the internet to be shared to the other connection (the one that you will use to connect the PC to the 3DS)
 

Hauro

Member
Newcomer
Joined
Jun 1, 2013
Messages
13
Trophies
0
Age
29
XP
86
Country
you can use the windows update to fix it or you can download it through the visual studios express.

Visual C++ Redistributable for Visual Studio 2013 (x86) - English
Download now

Visual C++ Redistributable for Visual Studio 2013 (x64) - English
Download now

Visual C++ Redistributable for Visual Studio 2013 (ARM) - English
Download now

Or you can use this page:
http://www.microsoft.com/visualstudio/eng/downloads

Links are found under Additional Software.

you need this
 

ElYubiYubi

GBATemp Maniac
Member
Joined
Apr 9, 2013
Messages
2,397
Trophies
1
XP
1,795
Country
Puerto Rico
Haha, my bad. You just need to make the PC as a hotspot, that's all I know.
In Windows 8, you use this in the command line to create a network
Code:
netsh wlan set hostednetwork mode=allow ssid=nameOfwifiHotspot key=yourpassword
Then start that network using this
Code:
netsh wlan start hostednetwork
Then you open Network and Sharing Center, go to your connection's properties (the one that's connected to the computer) then go to the sharing tab and check the box that allows the internet to be shared to the other connection (the one that you will use to connect the PC to the 3DS)
Did this still can get it dumped
 

Duo8

Well-Known Member
Member
Joined
Jul 16, 2013
Messages
3,613
Trophies
2
XP
3,033
Country
Vietnam
What should I use for ARP Poisoning?
Also, will my 3DS and my PC still be on the same LAN if one connects through wifi and the other connects through ethernet?


Are you sure Netsh is something completely different to a virtual hotspot? I remember you still need two wireless cards for this or am I wrong?
Maybe that's what softwares like Connectify uses. Explains why they only works with Win7+.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Materia_tofu @ Materia_tofu:
    im not a very bright individual, but we live and we learn
  • SylverReZ @ SylverReZ:
    @Materia_tofu, We do learn a lot from plenty of talented individuals.
  • Materia_tofu @ Materia_tofu:
    this is true! i learned how to make soundfont remixes from a friend back in 2021
    +1
  • BakerMan @ BakerMan:
    Update on my brother: He's home now, tired and hungry, obviously, but other than that, seems to be doing fine.
    +2
  • Veho @ Veho:
    That's a relief to hear. Do you know what happened?
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
    The Real Jdbye @ The Real Jdbye: you can report it and request deletion