lsmods Support
Online
lsmods ยท Official Software Shop

lsmods Software
Store
Premium Software ยท Instant Delivery ยท Keys & Licenses

Premium software licenses, activation keys, and digital tools. Verified seller, instant key delivery, and 24/7 support via Discord.

Join Discord
// store_status.sys
0
Products
100%
Verified Keys
2
Payment Methods
โšก
Instant Delivery
// available_software
All Products
// support_info
FAQ
How do I receive my order?

After your payment is confirmed, your order will be delivered digitally. If any manual step is needed, open a support ticket and we will help you as fast as possible.

Is delivery instant?

Most orders are delivered as quickly as possible after payment. In some cases delivery may take a little longer depending on the product or support availability.

What payment methods do you accept?

We accept secure online payments through Stripe and PayPal. Available payment options may vary depending on your region and checkout method.

What if my product does not work?

If you have any issue with your order, contact support with your order details and we will review the problem and help you with a fix or further guidance.

How can I contact support?

You can contact us through our Discord server or by opening a support ticket on the website. We recommend including your order information so we can help you faster.

Our Team

Meet the people behind lsmods. Our team works hard to keep the store running, support customers, and build new features.

Cart
Community Forums
// categories
My Account
?
User
โ— Verified Customer
Orders
0
Active Keys
0
Total Spent
$0
Expiring Soon
0
Expired
0
Admin Panel RESTRICTED
Total Products
0
Total Orders
0
Forum Threads
0
Total Revenue
$0
// add_new_product
In Stock
๐Ÿ“

Click to upload or drag & drop ยท PNG JPG WEBP

0 / 15 logos added
// product_groups โ€” bundle products under one tile, customer picks a plan
// coupons โ€” discount codes for all or specific products
๐ŸทCreate Coupon
// product_categories โ€” filter chips on shop + dropdown in Add Product form
// forum_moderation
// registered_users
// staff_management
Current Staff
โž•Add Staff Member
๐Ÿ‘ค
๐Ÿ’ณStripe
Not configured

Accept card payments. Get API keys from Stripe Dashboard โ†’ Developers โ†’ API Keys.

๐Ÿ…ฟ๏ธPayPal
Not configured

Accept PayPal and Venmo. Get Client ID from PayPal Developer portal.

EmailIP AddressDeviceStatusNoteDate & Time
โš™๏ธStore Settings
๐Ÿ’ฌLive Chat

Paste your Tawk.to Property ID to embed live chat, OR leave blank to use the built-in chat widget. To get a Tawk.to ID: sign up at tawk.to โ†’ Property Settings โ†’ copy the ID from the embed code.

Fill in your bot credentials. Customers who link Discord and have a purchase will get the Customer role assigned automatically.

Not configured
// setup_guide
Go to discord.com/developers/applications โ†’ New Application โ†’ Bot โ†’ Reset Token โ†’ copy it above.
In your server: Server Settings โ†’ Roles โ†’ create a Customer role. Right-click it โ†’ Copy Role ID and paste above.
Go to OAuth2 โ†’ URL Generator โ†’ scopes: bot, permissions: Manage Roles. Invite the bot to your server.
Deploy the mini bot server (Node.js snippet below) to any host (Railway, Render, VPS). Paste its URL as Bot API Endpoint above.
// bot_server.js โ€” deploy this to Railway/Render/VPS
const express = require('express');
const { Client, GatewayIntentBits } = require('discord.js');
const app = express();
app.use(express.json());

const client = new Client({intents:[GatewayIntentBits.Guilds]});
client.login(process.env.BOT_TOKEN);

app.post('/assign-role', async (req, res) => {
  const { discordId, guildId, roleId, secret } = req.body;
  if (secret !== process.env.API_SECRET)
    return res.status(403).json({ error: 'Forbidden' });
  try {
    const guild = await client.guilds.fetch(guildId);
    const member = await guild.members.fetch(discordId);
    await member.roles.add(roleId);
    res.json({ ok: true });
  } catch(e) {
    res.status(500).json({ error: e.message });
  }
});

app.listen(3000);
Set env vars: BOT_TOKEN and API_SECRET (any secret string you choose โ€” add it to admin config below).
๐Ÿ”
Two-Factor Authentication
Enter the 6-digit code from your authenticator app.
New Thread
Choose Your Plan
New Product Group