Skip to content

Darkiyus/Nightmare-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Nightmare-Project

Nightmare was supposed to be an all-in-one client for VRChat, which was discontinued because it was no longer useful. (I stopped playing VRC myself).

Special Features

ShadowGuard

  • Anti Password Theft
  • ShadowGuard Account data encryption
  • Programming code obfuscation, thanks to the leader in code obfuscation.

Nightguard

  • VrChat's first anti-crash AI

Avatar Favorites saved in a Database If you reinstall the client, your favorites list would remain :)

The first client with launcher! features:

  • Change your VRChat account if you were banned!
  • Bot control in launcher
  • ShadowGuard
  • News and server status
  • One Click to play without Mods and much more

All Features

  • NightGuard - Anti Crash AI
  • Single Target Crash / Avatar Crash ( Predefined Avatar Button Settings included, but also custom adjustable)
  • Lobbycrash
  • Language Changer (EN & Ger)
  • ESP
  • Speed, Fly, Teleportation, NoClip
  • See Block
  • Force Clone
  • VRCA and VRCW download
  • Portal Freeze
  • Avatar Hider Distance
  • Cache Cleaner
  • Headlight
  • Avatar Search (ID, Author and Name)
  • Avatar Favorites stored in a database
  • microphone sensitivity better adjust
  • fast login button
  • Music & Crasherbots
  • Playerlist
  • Nightmare-Launcher
  • Nightmare-App for Android and much more...

Extra!

  • A Nightmare email address with Web Portal
  • Password manager powered by passbolt

Database

based on MariaDB Database ERM - A serial key system has been added subsequently ERM

CREATE TABLE Nightmare_User_Login (
    ID int,
    Username varchar(32),
    Password varchar(100)

);

CREATE TABLE Nightmare_User_Data (
  Nightmare_User_Login_ID int,
  E_Mail varchar(64),
  Created date,
  Rank int,
  Buyed boolean,
  LastPayment date,
  LastPaymentOptions int

);

CREATE TABLE Nightmare_User_Avatar_Favorits (
  Nightmare_User_Login_ID int,
  Avatar_ID varchar(41)
);

CREATE TABLE VRChat_Accounts (
  Nightmare_User_Login_ID int,
  VRC_ID varchar(40)
);

Avatar Cloud PAP

PAP

Yeah its German xD

Installer

Installer Code

Installer Show

Launcher

This is how the launcher should look like originally Launcher Proto

This is what he looked like in the end ;) Launcher Finally Launcher Finally Launcher Finally Launcher Finally Launcher Finally

A slightly older version than the one before, but with Vr or Desktop Choice. Launcher Finally

uzfjtu.1.mp4

Ingame Menu October

IG Menu

IG Menu

About

Old planning details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published