Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- This script loads and executes different scripts based on the game's place ID, with the option to turn off game check for loading universal scripts
- [+] Added Inbuild Keysystem
- Info:
- emojis currently a bit bugged!
- ]]
- -- Gamelist
- getgenv().gamesConfig = {
- {
- gameName = "A literal baseplate",
- placeId = 4483381587,
- ConfigScript = [[ --script in here]]
- },
- {
- gameName = "Game Placeholder",
- placeId = 0000000000,
- ConfigScript = [[ --script here ]]
- },
- -- Add more games if needed!
- }
- --[[LOGO]]--
- getgenv().logo = [[
- Welcome to
- ____ ____ _________ .__ __
- \ \ / /____ ____ _______ ___ / _____/ ___________|__|______/ |_ ______
- \ Y // __ \ / \ / _ \ \/ / \_____ \_/ ___\_ __ \ \____ \ __\/ ___/
- \ /\ ___/| | ( <_> > < / \ \___| | \/ | |_> > | \___ \
- \___/ \___ >___| /\____/__/\_ \ /_______ /\___ >__| |__| __/|__| /____ >
- \/ \/ \/ \/ \/ |__| \/
- discord.gg/
- [*] made by venox.w#0
- ]]
- --[[KEYSYSTEM]]--
- getgenv().keysystem = true
- getgenv().key = "test" -- (can also use HttpGet or Loadstring to load the key details for example from a unlisted paste)
- getgenv().keylink = "url to obtain key"
- --[[GAME CHECK]]--
- getgenv().gamechecker = true --game placeid checker on/off (true/false)
- getgenv().ScriptName = "Name Here" --name of your script
- getgenv().UniversalScript = [[ -- script here ]] --script to execute when gamechecker off
- -- Loader
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/venoxhh/LoaderV1/main/Loader.lua")))()
Advertisement
Comments
-
- Hey! Sorry if im being annoying, but where do I execute this code?
-
- an executor
-
- bruh
-
- i have an executor but im clueless about coding , what scripts does this one have? sorry if im being dumb here
-
- what gamesis this for
Add Comment
Please, Sign In to add comment
Advertisement