Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3. <title>Generador de links de salas</title>
  4. </head>
  5. <script language="javascript">
  6. var roomid_a
  7. var roomid_b
  8. document.write('<font face="impact" size=3><h1><p align="center">GENERADOR DE LINKS DE SALAS<br>(INFO DE SALA + MINIATURA + FOTO DE SALA COMPLETA)<p align="center"><input type="button" value="Recargar página" onClick="window.location.reload()"></p></p></h1></font><br>')
  9. roomid_a=prompt('Introduce la room ID inicial')
  10. roomid_b=prompt('Introduce la room ID final')
  11. roomid_a=parseInt(roomid_a)
  12. roomid_b=parseInt(roomid_b)
  13. while (roomid_a<=roomid_b)
  14. {
  15. document.write('<center><a href="https://www.habbo.es/room/'+roomid_a+'">'+'https://www.habbo.es/room/'+roomid_a+'</a>&nbsp;&nbsp;&nbsp;<a href="https://www.habbo.es/api/public/rooms/'+roomid_a+'">'+'https://www.habbo.es/api/public/rooms/'+roomid_a+'</a><br><br><iframe src="https://www.habbo.es/api/public/rooms/'+roomid_a+' "height="54" width="850">'+'https://www.habbo.es/api/public/rooms/'+roomid_a+'></iframe><br><br><img src="https://habbo-stories-content.s3.amazonaws.com/navigator-thumbnail/hhes/'+roomid_a+'.png" height="110" width="110"></img>     <img src="https://habbo-stories-content.s3.amazonaws.com/fullroom-photo/hhes/'+roomid_a+'.png" width="25%" height="25%"></img><br><hr></center>')
  16. document.write('<br>')
  17. roomid_a=roomid_a+1
  18. }
  19. </script>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement