u/EvenMate

Image 1 — People running vuarchives aren't too happy with me
Image 2 — People running vuarchives aren't too happy with me
Image 3 — People running vuarchives aren't too happy with me
▲ 19 r/imvu

People running vuarchives aren't too happy with me

So basically I released IMVU Toolkit and added an anti-bot feature that actually helps room owners deal with bot spam.

Same people who kept saying my code was “AI slop” and “doesn’t work” are now crying for me to take the repo down because I used their name.

Funny how it was “garbage code” until it got attention. Now suddenly it’s a legal emergency.

Pick a story, bro. Either it doesn’t work or it scared you enough to start typing takedown speeches. Can’t be both.

Repo stays up. Clown show continues.

SUE ME if you dare 😄 Get the tool here: https://github.com/JSukar/IMVU-TOOLKIT/releases/

u/EvenMate — 7 days ago
▲ 46 r/imvu

I stopped the bots when IMVU couldn't

For anyone dealing with those VuArchives spam bots jumping into rooms, dropping the same promo message, and leaving before anyone can react — I made a fix.

I got tired of watching guest bots come in, spam a VuArchives / Discord invite message, then disappear within seconds. So I dug through IMVU Classic logs, documented the bot behavior, and built an antibot patch for IMVU Toolkit.

What it does:

  • Detects known VuArchives promo spam patterns
  • Boots the spammer automatically when they post the promo message
  • Only activates if you own the room or have mod/boot privileges
  • Adds a green shield UI in chat when protection is active
  • Includes a boot log so you can see who got removed
  • Includes a whitelist so trusted users don’t get hit by mistake
  • Does not boot random Guest_ users just for joining
  • Does not block normal Discord links unless they match the known spam campaign

This is not some generic “anti guest” thing. I specifically tried to avoid false positives because real guests still use IMVU.

The full research / technical breakdown is here:
https://github.com/JSukar/IMVU-TOOLKIT/blob/master/docs/antibot.md

Installer release:
https://github.com/JSukar/IMVU-TOOLKIT/releases

Use the IMVU-Antibot-Installer.exe from the release page.

Also: the installer creates backups and has a restore option, so you can undo the patch if needed.

I made this because IMVU rooms have been getting hit by the same bot pattern over and over, and room owners/mods needed something that actually reacts fast enough.

P.S: All my code is open source and with MIT licenses. Also, IMVU get your shit together.

u/EvenMate — 11 days ago
▲ 26 r/imvu

I fixed modern emoji support in IMVU Classic chat

Hey everyone,

I’ve been working on a fix for one of the annoying IMVU Classic issues: modern emoji not showing correctly in chat.

Right now, IMVU Classic’s old engine does not properly render a lot of newer Unicode emoji. Instead of showing the emoji, it can show those weird missing-glyph / hex boxes.

So I made a patch that adds:

✅ Modern emoji rendering in chat
✅ Twemoji images instead of broken boxes
✅ A searchable emoji picker next to the Send button
✅ Categories like Smileys, People, Nature, Food, Travel, Objects, Symbols, Flags
✅ Text shortcuts like lol, lmao, <3, :), fire, gg, etc.
✅ Option to either replace the shortcut or keep the word and add the emoji after
✅ Local caching so emoji load faster after first use
✅ Automatic backups before patching, so you can restore if needed

The main goal was simple: make IMVU Classic chat feel less broken and more modern without changing the whole client.

The emoji picker opens above the chat box, lets you search, click emojis, and insert multiple emojis without constantly reopening it. It also has a small settings panel for shortcut behavior.

This is mainly for Windows / IMVU Classic users. The emoji fix is separate from the DPI scaling fixes, so you do not need to mess with the scaling patches just to use emoji support.

If you need help installing it just reach me at: https://discord.gg/a5CprD6U

Exe file: https://github.com/JSukar/IMVU-TOOLKIT/releases/tag/v1.0.0

Repo:
https://github.com/JSukar/IMVU-TOOLKIT

Basic install idea:

python .\patch_imvu_emoji.py

Restore:

python .\patch_imvu_emoji.py --restore

You should close IMVU completely before patching, then reopen it after.

Just to be clear: this is not affiliated with, endorsed by, or sponsored by IMVU. It modifies local client assets, but the patch creates backups before replacing files, and there is a restore command if you want to roll it back.

I mainly wanted to share because IMVU Classic still has a lot of people who prefer it, and the emoji issue has always made chat feel outdated.

Would anyone here actually use something like this?

u/EvenMate — 17 days ago
▲ 3 r/imvu

I made a toolkit to help fix IMVU Classic DPI scaling issues on high-DPI Windows displays

Hey everyone,

I put together a small open-source toolkit for people who still use IMVU Classic and run into scaling problems on modern Windows displays, especially high-DPI setups like 240 DPI / 250% scaling.

Repo: https://github.com/JSukar/IMVU-DPI-FIX

The basic problem is that IMVU Classic was not really built with modern high-DPI displays in mind. When running in sharp/high-DPI mode, different parts of the client can scale differently. For example, the native Windows UI, embedded Gecko/HTML surfaces, overlays, hitboxes, and dialogs can all disagree on coordinates.

That can cause issues like:

  • Click targets not lining up with what you see on screen
  • In-room overlay hitboxes being too small or too large
  • Dialogs/cards getting clipped or double-scaled
  • White line / seam artifacts between tabs and the 3D room area
  • Sharp mode looking better visually but breaking parts of the UI

This project includes a few Python scripts that diagnose and patch those issues locally. It works by modifying local IMVU Classic runtime assets like library.zip and imvuContent.jar, while creating timestamped backups before making changes.

The repo includes:

  • Runtime DPI/window probing tools
  • Before/after comparison tools
  • A broad audit tool that generates Markdown reports
  • A core clean DPI layout patch
  • Overlay hitbox fixes
  • Overlay click remapping
  • Dialog/card scaling fixes
  • White line / seam fixes
  • Restore options through generated backups

To be clear: this is not a full polished “one-click perfect fix” yet. Some in-room UI behavior and notification issues still need work, but the toolkit gives a technical base for testing, patching, restoring, and improving DPI behavior in IMVU Classic.

The project is meant for people who are comfortable testing/debugging and want to help improve IMVU Classic compatibility on modern Windows systems.

Main assumptions:

  • Windows 10/11
  • Python 3.x
  • IMVU Classic installed under the default %APPDATA%\IMVUClient path
  • You are comfortable backing up/restoring local client files

Important disclaimer: this modifies local IMVU client assets, so use it at your own risk. Back up your installation first and test carefully. It is not affiliated with, endorsed by, or sponsored by IMVU.

I’m sharing it in case anyone else has been dealing with the same DPI/scaling issues and wants to test, contribute, or improve the patches.

GitHub: https://github.com/JSukar/IMVU-DPI-FIX

Contributions that would help:

  • Testing on different IMVU Classic builds
  • Before/after DPI probe samples
  • Better patch signatures for newer versions
  • More documentation of behavior across different monitor/DPI setups
  • Cleaner fixes for remaining in-room UI and notification problems
reddit.com
u/EvenMate — 25 days ago