I'm a passionate Full-Stack Game Developer specializing in RedM/FiveM development with the RSG Framework. I create professional, production-ready scripts and tools for the Red Dead Redemption 2 multiplayer community.
- ๐ญ Currently working on: Quantum Projects & KK-Scripts (Kong Projects)
- ๐ฑ Mastering: React, Node.js, Lua 5.4, and Advanced Game Development
- ๐ก Focus Areas: RedM Script Development, Full-Stack Web Applications, Database Design
- ๐ฎ Specialization: ESX, VRP, QBOX, QB CORE, VORP, RSG Framework,
- ๐ฎ ox_lib UI, oxmysql, Modern NUI Interfaces
- ๐ค Open to: Collaboration, Code Reviews, Community Contributions
Professional RedM scripts developed by King Kong for the RSG Framework community.
๐ Get all KK-Scripts on Tebex: https://kong-shop.tebex.io
| Script | Description | Tech |
|---|---|---|
| ๐ KK-MDT | Modern Dispatch & Management System | Lua, React, MySQL, ox_lib |
| ๐จ KK-Crafting | Advanced Crafting & Production | Lua, React, oxmysql |
| โ KK-Weather | Dynamic Weather System | Lua, Native Functions |
| ๐ KK-Jailwagon | Prison Transport System | Lua, RSG Framework |
| ๐ฏ KK-HUD | Custom HUD System | Lua, NUI |
| ๐บ KK-Moonshine | Moonshine Production | Lua, ox_lib |
| ๐ณ KK-Cooking | Cooking System | Lua, ox_lib |
| ๐ก๏ธ KK-ArmorSystem | Armor System for KK-HUD | Lua, ox_lib |
| ๐ฅ KK-Veterinary | Veterinary System | Lua, ox_lib |
| ๐ฆ๏ธ KK-Weather | Dynamic Weather System | Lua, Native Functions |
Why KK-Scripts?
- โ Production-ready code with comprehensive error handling
- โ Modern React-based NUI interfaces
- โ Database-driven architecture with optimized queries
- โ Full documentation and setup guides
- โ Active support via Discord
- โ Regular updates and improvements
Innovative tools and systems for RedM development and server management.
| Project | Description | Tech |
|---|---|---|
| ๐ ๏ธ QC-DevTools | Comprehensive Development Framework | Lua, React, JavaScript |
| โ๏ธ QC-AdvancedLaw | Advanced Law Enforcement System | Lua, React, MySQL |
QC-DevTools Features:
- ๐จ Ped Decals & Effects
- ๐ฅ Explosion Testing
- ๐ Audio System Testing
- ๐ข IPL Management
- โจ PTFX Effects
- ๐ฅ Player Management
QC-AdvancedLaw Versions:
- v1.0.0 - Initial Release
- v2.0 - Enhanced Features
- v4 - Cuffs System
- v6 - Minigame Integration
- v7 - Latest Stable
| Specialization | Experience | Key Skills |
|---|---|---|
| ๐ฎ RedM Development | โญโญโญโญโญ | RSG Framework, Lua 5.4, Native Functions, ox_lib |
| โ๏ธ Frontend Development | โญโญโญโญ | React, JavaScript, HTML5, CSS3, Modern UI/UX |
| ๐๏ธ Backend Development | โญโญโญโญ | Node.js, Express, oxmysql, Database Design |
| ๐ Python Development | โญโญโญ | Scripting, Automation, Data Processing |
| ๐๏ธ Database Management | โญโญโญโญ | MySQL, MariaDB, Query Optimization, Schema Design |
| ๐จ UI/UX Design | โญโญโญโญ | NUI Interfaces, React Components, User Experience |
๐จ Active Development:
- Quantum Projects ecosystem expansion
- King Kong Scripts production releases
- RSG Framework contributions
- Community tool development
๐ฏ Goals:
- Expand open-source contributions
- Build comprehensive RedM libraries
- Create developer documentation
- Foster community collaboration
--[[
Clean Code | Security First | Performance Optimized
My development principles:
โ Server-side validation always
โ Modular and maintainable architecture
โ Comprehensive error handling
โ Performance-conscious design
โ Community-focused development
โ Open source collaboration
]]- โ 20+ Production Scripts deployed across multiple RedM servers
- โ React-Based NUI Systems with modern interfaces
- โ Database-Driven Architecture with optimized queries
- โ Modular Framework Design for easy customization
- โ Comprehensive Documentation for all projects
- โ Active Community Support via Discord
- โ Open Source Contributions to RedM ecosystem
I'm always open to collaborating on exciting projects, discussing game development, or helping with RedM/FiveM scripting!
๐ง Email: [email protected] ๐ฌ Discord: Join My Server
Get premium RedM scripts on Tebex:
If you find my projects helpful, consider:
- โญ Starring my repositories
- ๐ Reporting issues or bugs
- ๐ค Contributing to projects
- ๐ฌ Joining the Discord community
- ๐ข Sharing with others
๐ฆ Total Repositories โ 20+
โญ Total Stars Earned โ Growing
๐ฑ Active Projects โ Quantum Projects, KK-Scripts
๐ป Lines of Code Written โ 50,000+
๐ฎ RedM Scripts Deployed โ 15+
โ๏ธ React Components Built โ 100+
๐๏ธ Database Schemas Created โ 30+
๐ฎ Game Development Stack
- RSG Framework - Core RedM framework
- Lua 5.4 - Server-side scripting
- ox_lib - Modern UI library
- oxmysql - Database operations
- Native Functions - Game engine integration
โ๏ธ Frontend Development Stack
- React - UI framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- Framer Motion - Animations
- Vite - Build tool
๐๏ธ Backend Development Stack
- Node.js - Runtime environment
- Express.js - Web framework
- MySQL/MariaDB - Databases
- REST APIs - API design
- Authentication - Security
const currentlyLearning = {
advanced: ['React Server Components', 'TypeScript', 'Next.js'],
gamedev: ['Advanced RedM Natives', 'Performance Optimization', 'Multiplayer Sync'],
devops: ['CI/CD Pipelines', 'Docker', 'Automation'],
tools: ['Advanced Git', 'Testing Frameworks', 'Documentation Tools']
};
console.log('Always learning, always growing! ๐');| Project | Theme | UI Style |
|---|---|---|
| KK-MDT | ๐ Law Enforcement | Professional, Clean, Data-Driven |
| KK-Crafting | ๐จ Artisan & Production | Rustic, Western, Immersive |
| QC-DevTools | ๐ ๏ธ Developer Tools | Modern, Tech-Focused, Efficient |
| QC-AdvancedLaw | โ๏ธ Justice System | Formal, Organized, Authoritative |
๐ RSG Framework Pattern
-- RSG Framework Pattern
local RSGCore = exports['rsg-core']:GetCoreObject()
-- Server-side event
RegisterNetEvent('kk-script:server:doSomething', function()
local src = source
local Player = RSGCore.Functions.GetPlayer(src)
if Player then
-- Your logic here
end
end)โ๏ธ React NUI Component
import React, { useState, useEffect } from 'react';
import { fetchNui } from './utils/fetchNui';
const KKComponent = () => {
const [data, setData] = useState(null);
useEffect(() => {
fetchNui('kk-script:getData').then(setData);
}, []);
return (
<div className="kk-container">
{/* Your UI here */}
</div>
);
};
export default KKComponent;โก Fun Fact: I've written over 50,000 lines of Lua code for RedM development!
๐ฏ 2025 Mission: Build the most comprehensive open-source RedM toolkit

