Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

This plug-in is not supported

Initiate Mage
Joined
Jan 26, 2015
Messages
2
Reaction score
0
Google chrome says "this plug-in is not supported" every time I open the loader (v26) :mad: My loader:
Code:
<!-- Code HabboLoader --><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" id="habbo" width="720" height="540">
<param name="src" value="http://release56.hloadcr.in/gamedata/habbo.dcr">
<param name="swRemote" value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' ">
<param name="swStretchStyle" value="none">
<param name="swText" value="">
<param name="bgColor" value="#000000">
<param name="sw6" value="external.texts.txt=http://release56.hloadcr.in/texts/es.php?name=At0moc">
<param name="sw2" value="connection.info.host=127.0.0.1;connection.info.port=3000">
<param name="sw4" value="connection.mus.host=game.habbohotel.nl;connection.mus.port=30001">
<param name="sw3" value="client.reload.url=http://www.habboloader.org/loader/?s=error&lan=es">
<param name="sw1" value="site.url=http://www.habbohotel.nl;url.prefix=http://www.habbohotel.nl">
<param name="sw5" value="external.variables.txt=http://release56.hloadcr.in/vars/vars.php?host=http://release56.hloadcr.in/gamedata&fondo=vip">
<embed src="http://release56.hloadcr.in/gamedata/habbo.dcr" bgColor="#000000" width="720" height="540" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/" sw6="external.texts.txt=http://release56.hloadcr.in/texts/es.php?name=At0moc" sw2="connection.info.host=127.0.0.1;connection.info.port=3000" sw4="connection.mus.host=game.habbohotel.nl;connection.mus.port=30001" sw3="client.reload.url=http://www.habboloader.org/loader/?s=error&lan=es" sw1="site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk" sw5="external.variables.txt=http://release56.hloadcr.in/vars/vars.php?host=http://release56.hloadcr.in/gamedata&fondo=vip" >
</embed>
</object><br>
<font face=arial size=2>Made with: <a href="http://www.habboloader.org/" target="_blank">Online Loader Maker HabboLoader</a></font>
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 728x15 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:728px;height:15px"
     data-ad-client="ca-pub-7098382345699952"
     data-ad-slot="2883391755"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- End of Code -->
EDIT: In Internet Explorer it WORKS
 
Back
Top