Search results

  1. Marko97

    Make own TCP Reverse Proxy with Linux (CentOS 6)

    [What you need?] - Protected VPS with CentOS 6.x; - SSH access (PuTTy for example); [How to proceed?] 1) Log via SSH in your protected VPS; 2) Type these commands in order: sudo su cd /etc/init.d cat /proc/sys/net/ipv4/conf/eth0/forwarding sysctl net.ipv4.conf.eth0.forwarding=1 nano myproxy 3)...
  2. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201803052204-869460996

    You can download all contents in this website: https://www.m97project-contents.net/swf-list/?release=PRODUCTION-201803052204-869460996
  3. Marko97

    [DEVELOPMENT] SuperPlus Emulator

    NOW WE HAVE A DISCORD CHANNEL, IF YOU WANT YOU CAN JOIN NOW: https://discord.gg/nQcerM Hello anyone! I'm Marko97 and I will present you a new project started with my friend and the co-CEO @xXSicilyXx . This is SuperPlus Emulator based on Plus Emulator by Sledmore. ACTUAL FIXES (UPDATED...
  4. Marko97

    Automatic Alert

    Hi! Someone have this functionally coded in Plus Emulator by Sledmore? If you have this please post the code. Thanks!
  5. Marko97

    SWFBank M97 Project - A Habbo SWF downloader

    Hi! Today I want to introduce you my service for download and update your release! Visit the official website: CLICK HERE
  6. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    VERSION: PRODUCTION-201802201205-141713395 NB: This release contain packets for Helper Tool, Camera, Crafting Table, Ambassador and more! Go to ServerPacketHeader.cs and replace all with: Go to ClientPacketHeader.cs and replace all with: Go to RSAKeys.cs and replace all with: namespace...
  7. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802131208-148583513

    NB: This release contain packets for Helper Tool, Camera, Crafting Table, Ambassador and more! Go to ServerPacketHeader.cs and replace all with: Go to ClientPacketHeader.cs and replace all with: Go to RSAKeys.cs and replace all with: namespace Plus.Communication.Encryption.Keys { public...
  8. Marko97

    Client resources very slow or stuck during load

    Hi someone, I've a problem with my DCR. I'm using Plus Emulator with SWF's downloaded with Plus pack by Sledmore. My DCR are very very slow to load elements, or stuck during load.
  9. Marko97

    GameMap bug (Plus Emulator)

    Hi! I've this problem: https://gyazo.com/8bc67b4191473bdabedd2046fc896224 How to resolve?
  10. Marko97

    [PLUS Emu] Mimic Command target user offline

    Hello! I've remade the mimic command to work also the target user is offline. Go in the class MimicCommand.cs and replace all with: using System; using Plus.Communication.Packets.Outgoing.Rooms.Engine; using Plus.Database.Interfaces; using Plus.Communication.Packets.Outgoing.Rooms.Avatar...
  11. Marko97

    [Plus Emulator] Command Erase Chatlog

    Hi, Today I will share with you a mini command made by me. This command perform the erase for chatlogs. 1. Go to HabboHotel/Rooms/Chat/Commands/Administrator and create a new class called: EraseChatlogCommand.cs and paste this: using Plus.HabboHotel.GameClients; using Plus.Database.Interfaces...
  12. Marko97

    Avatarimage.php script for RevCMS

    Hi! I need the avatarimage.php script for RevCMS because in my hotel I've custom clothes. Thanks.
  13. Marko97

    Load user figure Plus Emulator

    Hello! I've this problem: The user figure not load first time, but if I reopen the user profile, load ok. My external_var are OK, this is a problem in the emulator. How to resolve this issue? @Westyy
  14. Marko97

    [RESOLVED] Name Prefix Plus Emulator

    Hello anyone! I've installed name prefix release by Spyro in another forum but I've found a potential problem: How to resolve this? The problematic code are:
  15. Marko97

    Antiscam Client for RevCMS

    Hello, Today I will release an antiscam protection for client compatible with RevCMS coded by Zubrag and adapted by me: In order to install correctly this you will follow these steps: 1) Run this query: ALTER TABLE `users` ADD `staffpin` TEXT NULL DEFAULT NULL 2) Insert 'stafflogin.php' in...
  16. Marko97

    Monster Plant [PLUS EMU]

    Hi, Anyone have the fix for Monster Plants aka Moplabeed? I've found this fix in Mercury Emulator version >=2.25 but it's very hard to import in Plus Emu. Cheers.
  17. Marko97

    PRODUCTION-201609061203-935497134 Download

    Hello, Someone have the download for this SWF: PRODUCTION-201609061203-935497134 ? In ***** wrong. Thank you so much!
  18. Marko97

    [PLUS EMU] Super Wired: Give Diamonds [R2]

    Hello anyone, Today I will share with you my creation. A simple wired effect can send an amount of diamonds. The amount could be positive and negative. 1) Open your Emulator solution, go to HabboHotel\Items\Wired\Boxes\Effects and create a new class with this name: GiveDiamondsBox.cs and inside...
  19. Marko97

    PLUS EMU room groups bug

    Hello! I've a problem. Example: In room: "Summer2017" I've create a group called "Summer". If I go in another room "Winter2017" and in this room there aren't any groups, appear the group called "Summer" (created in room Summer2017). Pratically appears groups registered in another room. How to...
  20. Marko97

    Look not load PLUS EMU

    Hello, I've 2 problems: 1: Look not load in landing view 2: Look not load at the first opening of User Profile, but if I reopen the User Profile, load correct: NB: The vars are setted OK, F12 is clean and the looks work good for example, in room. THIS IS A PROBLEM IN THE EMULATOR.
Top