Hacking Mario Kart 8 Mods

  • Thread starter Thread starter gudenau
  • Start date Start date
  • Views Views 156,081
  • Replies Replies 629
  • Likes Likes 10
Status
Not open for further replies.
I think people who need a RAM dumper won't need an HTTP server. But sounds neat! Will it end up being any faster than rpc.py?

To serve the exploit the server should be needed, and since you would not be entering commands it would be faster by a few seconds and less error prone.
 
To serve the exploit the server should be needed, and since you would not be entering commands it would be faster by a few seconds and less error prone.


I think WulfyStylez meant that anyone that has their fancy struct by this would in theory know how to set up a simple HTTP server. ;)
 
If they already have Python 3+ installed they can just create a simple batch file with the following line and avoid installing a WAMP package (unless they have a need for Apache, MySQL, and PHP)

[server.bat]
python -m http.server 8000

This will allow you to create a web server that you can hit by directing your browser to http://localhost:8000/ or http://IPADDRESS:8000 (e.g. http://192.168.1.10:8000)
 
If they already have Python 3+ installed they can just create a simple batch file with the following line and avoid installing a WAMP package (unless they have a need for Apache, MySQL, and PHP)

[server.bat]
python -m http.server 8000

This will allow you to create a web server that you can hit by directing your browser to http://localhost:8000/ or http://IPADDRESS:8000 (e.g. http://192.168.1.10:8000)

If I visit http://MY_PC_IPADDRESS:8000/ on the Wii U Web Browser it won't finish loading the page even though I'm in the same network and I'm running firmware 5.0.0. The web server works fine on my computer. :/
Code:
Error Code: 112-1007
Could not display page.

My Firewall is off.
 
If I visit http://MY_PC_IPADDRESS:8000/ on the Wii U Web Browser it won't finish loading the page even though I'm in the same network and I'm running firmware 5.0.0. The web server works fine on my computer. :/
Code:
Error Code: 112-1007
Could not display page.

My Firewall is off.

I went nuts and installed XAMPP. :-)
 
With all the talk of custom tracks it would be utterly remiss of me not to think of the possibility of the *cough-hint*TOP GEAR TEST TRACK*hint-cough*.
#Subtle.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum