Skip to content

Instantly share code, notes, and snippets.

View 1923812371283127398123712893126793's full-sized avatar

1923812371283127398123712893126793

  • 05:12 (UTC +08:00)
View GitHub Profile
-- Server
return {[1]={surface={Top="Studs";Front="Smooth";Bottom="Inlet";Right="Smooth";Left="Smooth";Back="Smooth";};
reflectance=0;color={[1]=27.000000290572643;[2]=42.000001296401024;[3]=53.00000064074993;};
anchored=true;cancollide=true;transparency=0;texture="Metal";position={[1]=30.032302856445312;[2]=3.5000243186950684;[3]=3.0538406372070312;};
locked=false;cframe={[1]=30.032302856445312;[2]=3.5000243186950684;[3]=3.0538406372070312;[4]=1;[5]=0;[6]=1.3258560471740566e-08;[7]=0;[8]=1;[9]=0;[10]=1.3258560471740566e-08;[11]=0;[12]=1;};
shape="Block";size={[1]=0.20000000298023224;[2]=6.599999904632568;[3]=0.40000003576278687;};
};
[2]={surface={Top="Studs";Front="Smooth";Bottom="Inlet";Right="Smooth";Left="Smooth";Back="Smooth";};
reflectance=0;color={[1]=27.000000290572643;[2]=42.000001296401024;[3]=53.00000064074993;};
anchored=true;cancollide=true;transparency=0;texture="Metal";position={[1]=30.03228759765625;[2]=3.5000243186950684;[3]=4.953765869140625;};
print(' KeyAuth Lua Example - https://github.com/mazk5145/')
local HttpService = game:GetService("HttpService")
local StarterGui = game:GetService("StarterGui")
local LuaName = "KeyAuth Lua Example"
--* Configuration *--
local initialized = false
local sessionid = ""
Key = ">"
Chars = {
{Char = ":", Replace = "Д"},
{Char = "/", Replace = "П"},
{Char = "0", Replace = "零"},
{Char = "1", Replace = "一"},
{Char = "2", Replace = "二"},
{Char = "3", Replace = "三"},
{Char = "4", Replace = "四"},
// ==UserScript==
// @name Bypass Key System
// @homepageURL https://discord.gg/gFNAH7WNZj
// @namespace https://greasyfork.org/en/scripts/493960-arceus-bypass
// @version 1.8
// @description Bypass Arceus, Hydrogen, Delta, Trigon, Vegax, Codex, Linkvertise, pandadevelopment
// @author Bacon But Pro
// @match https://linkvertise.com/376138/arceus-x-neo-key-system-1?o=sharing*
// @match https://linkvertise.com/*
// @match https://socialwolvez.com/*
local connections = getgenv().configs and getgenv().configs.connection
if connections then
local Disable = configs.Disable
for i,v in connections do
v:Disconnect()
end
Disable:Fire()
Disable:Destroy()
table.clear(configs)
end