Author Topic: NES ROMs anyone?  (Read 3083 times)

Offline trevelyn

  • Administrator
  • Elite Cactus Squad
  • Ninja Phone Loser
  • *****
  • Posts: 1687
  • 1337 13V3L: +183/-22
  • He likes cans and taking pictures in cans!
    • WeakNet Labs
NES ROMs anyone?
« on: June 20, 2008, 03:57:09 PM »
hi! :D I learn something new each day with UNIX, that why i like it so much i guess, anyways, this isn't really hacking or phreaking but, it's just as fun.

I didn't know i could wget everything from a directory until today.  *and* i had no idea my wget supported ssl!
so i googled '"index of"+ROMs' and found this site, hidden away:
https://detained.net/roms/NES/
so I ran:
Code: [Select]
wget --secure-protocol=sslv2 --no-check-certificate https://detained.net/roms/NES/This got me "index.html"
So then I wondered how many ROMs there were:
the command:
Code: [Select]
cat index.html | grep zip | cut -d "=" -f 4 | cut -d '"' -f 2 | sed 's/%20/ /g' | wc -lproduces 909 games!!!!!
w00h00 l00t!!!
so then i did:
Code: [Select]
wget -r -l1 A.zip --secure-protocol=sslv2 --no-check-certificate https://detained.net/roms/NES/and it got down to about Birdweek.zip :( I bet the server blocked my pirate ass.
so then i found out that wget can do random search times that servers can actually "watch" for..
Code: [Select]
wget -r -l1 A.zip --secure-protocol=sslv2 --no-check-certificate --random-wait --tries=2 --retry-connrefused https://detained.net/roms/NES/And that worked, you have to remove like 10 files and a folder of gifs, theres also a 67MB death metal mp3 that comes with the payload. but. have fun and play NES.

- <3 Trevelyn.

Offline trevelyn

  • Administrator
  • Elite Cactus Squad
  • Ninja Phone Loser
  • *****
  • Posts: 1687
  • 1337 13V3L: +183/-22
  • He likes cans and taking pictures in cans!
    • WeakNet Labs
Re: NES ROMs anyone?
« Reply #1 on: June 21, 2008, 11:32:19 AM »
Here's one for free SNES games, (great to play with zsnes on your eee pc 900!!!)
Code: [Select]
wget -r -l1 A.zip --random-wait --tries=2 --retry-connrefused http://emulysianroms.beatgamez.com/roms/index.php?path=snes/
there's also a directory for GBA ROMs if you back up one dir in your browser bar :)


Offline Zazen

  • Cactus Zombie
  • *****
  • Posts: 380
  • 1337 13V3L: +34/-14
Re: NES ROMs anyone?
« Reply #2 on: June 22, 2008, 06:31:09 AM »
I've used a tool called "zipweb" to do wget-style downloads on zipped files, except that it lets you see the list of files inside the zip and download them individually. You might find it useful if you're doing this stuff a lot.

It's here http://aluigi.altervista.org/mytoolz.htm

Offline BRIDGEGHOST

  • Newb
  • *
  • Posts: 12
  • 1337 13V3L: +3/-65535
Re: NES ROMs anyone?
« Reply #3 on: June 22, 2008, 11:16:31 AM »
http://firenes.en.softonic.com/

if you use firefox, install firenes. thousands of NES games on demand.
My (neighbours) IP is 24.83.75.50!

Offline trevelyn

  • Administrator
  • Elite Cactus Squad
  • Ninja Phone Loser
  • *****
  • Posts: 1687
  • 1337 13V3L: +183/-22
  • He likes cans and taking pictures in cans!
    • WeakNet Labs
Re: NES ROMs anyone?
« Reply #4 on: June 22, 2008, 07:52:06 PM »
:D

Offline trevelyn

  • Administrator
  • Elite Cactus Squad
  • Ninja Phone Loser
  • *****
  • Posts: 1687
  • 1337 13V3L: +183/-22
  • He likes cans and taking pictures in cans!
    • WeakNet Labs
Re: NES ROMs anyone?
« Reply #5 on: June 25, 2008, 07:55:28 AM »
about 65 Nintendo DS Games:

wget -r -l1 --random-wait A.zip http://www.pinkeyelash.com/jeff/DS%20Roms/

:)

Offline rogueclown

  • phone mob enforcer
  • Elite Cactus Squad
  • PLA Henchman
  • *****
  • Posts: 856
  • 1337 13V3L: +60/-38
  • Awkward Hugs for everyone!
    • rogueclown.net
Re: NES ROMs anyone?
« Reply #6 on: June 25, 2008, 08:19:20 AM »
can you recommend good emulators for me to play all these shiny games on? <3
RogueClown has been known to cause the following side effects. Smiling, <3ing, dizziness, and the desire to listen to poorly recorded phone mobs. RogueClown is an MAO inhibitor.
  --Nod

Offline Yauch

  • Local Operator
  • *****
  • Posts: 123
  • 1337 13V3L: +13/-9
Re: NES ROMs anyone?
« Reply #7 on: June 25, 2008, 11:04:43 AM »
If you want to cheat or do any ROM Hacking I suggest FCEUXD SPhttp://www.romhacking.net/utils/256/.

If you want and emulator that has a few interesting feature go with uberNES http://ubernes.com/download.html