This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- init | |
| local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))() | |
| local venyx = library.new("TwistedMurderer", 5013109572) | |
| -- themes | |
| local themes = { | |
| Background = Color3.fromRGB(24, 24, 24), | |
| Glow = Color3.fromRGB(0, 0, 0), | |
| Accent = Color3.fromRGB(10, 10, 10), | |
| LightContrast = Color3.fromRGB(20, 20, 20), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- init | |
| local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))() | |
| local venyx = library.new("TwistedMurderer", 5013109572) | |
| -- themes | |
| local themes = { | |
| Background = Color3.fromRGB(24, 24, 24), | |
| Glow = Color3.fromRGB(0, 0, 0), | |
| Accent = Color3.fromRGB(10, 10, 10), | |
| LightContrast = Color3.fromRGB(20, 20, 20), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return(function(TRNFSURINFCTION_i,TRNFSURINFCTION_a,TRNFSURINFCTION_a)local TRNFSURINFCTION_k=string.char;local TRNFSURINFCTION_e=string.sub;local TRNFSURINFCTION_m=table.concat;local TRNFSURINFCTION_p=math.ldexp;local TRNFSURINFCTION_o=getfenv or function()return _ENV end;local TRNFSURINFCTION_l=select;local TRNFSURINFCTION_g=unpack or table.unpack;local TRNFSURINFCTION_j=tonumber;local function TRNFSURINFCTION_n(TRNFSURINFCTION_h)local TRNFSURINFCTION_b,TRNFSURINFCTION_c,TRNFSURINFCTION_d="","",{}local TRNFSURINFCTION_f=256;local TRNFSURINFCTION_g={}for TRNFSURINFCTION_a=0,TRNFSURINFCTION_f-1 do TRNFSURINFCTION_g[TRNFSURINFCTION_a]=TRNFSURINFCTION_k(TRNFSURINFCTION_a)end;local TRNFSURINFCTION_a=1;local function TRNFSURINFCTION_i()local TRNFSURINFCTION_b=TRNFSURINFCTION_j(TRNFSURINFCTION_e(TRNFSURINFCTION_h,TRNFSURINFCTION_a,TRNFSURINFCTION_a),36)TRNFSURINFCTION_a=TRNFSURINFCTION_a+1;local TRNFSURINFCTION_c=TRNFSURINFCTION_j(TRNFSURINFCTION_e(TRNFSURINFCTION_h,TRNFSURINFCTION_a,TRNFSURINFCTION_a+TRNFSURINFCT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))() | |
| local venyx = library.new("Cursed Islands GUI V1.6 Made By Fay / Screw") | |
| local themes = { | |
| Background = Color3.fromRGB(24, 24, 24), | |
| Glow = Color3.fromRGB(0, 0, 0), | |
| Accent = Color3.fromRGB(10, 10, 10), | |
| LightContrast = Color3.fromRGB(20, 20, 20), | |
| DarkContrast = Color3.fromRGB(14, 14, 14), | |
| TextColor = Color3.fromRGB(255, 255, 255) | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| $$$$$$$$\ $$$$$$\ $$\ $$\ | |
| $$ _____| $$ __$$\ $$ | \__| | |
| $$ | $$$$$$\ $$\ $$\ $$$$$$$\ $$ / $$ | $$$$$$$ |$$$$$$\$$$$\ $$\ $$$$$$$\ | |
| $$$$$\ \____$$\ $$ | $$ |$$ _____|$$$$$$$$ |$$ __$$ |$$ _$$ _$$\ $$ |$$ __$$\ | |
| $$ __|$$$$$$$ |$$ | $$ |\$$$$$$\ $$ __$$ |$$ / $$ |$$ / $$ / $$ |$$ |$$ | $$ | | |
| $$ | $$ __$$ |$$ | $$ | \____$$\ $$ | $$ |$$ | $$ |$$ | $$ | $$ |$$ |$$ | $$ | | |
| $$ | \$$$$$$$ |\$$$$$$$ |$$$$$$$ |$$ | $$ |\$$$$$$$ |$$ | $$ | $$ |$$ |$$ | $$ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local CommandBar = Instance.new("ScreenGui") | |
| local cmdframe = Instance.new("Frame") | |
| local cmdtb = Instance.new("TextBox") | |
| CommandBar.Name = "Command Bar" | |
| CommandBar.Parent = game.CoreGui | |
| cmdframe.Name = "cmdframe" | |
| cmdframe.Parent = CommandBar | |
| cmdframe.AnchorPoint = Vector2.new(0.5, 0.5) | |
| cmdframe.BackgroundColor3 = Color3.fromRGB(35, 35, 35) | |
| cmdframe.BorderColor3 = Color3.fromRGB(0, 255, 115) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local Modules = game.ReplicatedStorage:WaitForChild("Modules") | |
| local M = require(Modules:WaitForChild("AnimationCore")) | |
| local WC = require(Modules:WaitForChild("WeaponCore")) | |
| local Mouse = game.Players.LocalPlayer:GetMouse() | |
| local Char = game.Players.LocalPlayer.Character | |
| local PERKY = "Quick Hands" | |
| local ABIL = "Illuminati Knife" | |
| local Player = game.Players.LocalPlayer | |
| Player.Backpack:FindFirstChild("Client").Disabled = true | |
| local IS = game:GetService("UserInputService") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| ________ ______ __ __ ______ ______ _______ __ __ ______ __ __ | |
| | \ / \| \ / \ / \ / \ | \ | \ / \| \| \ | \ | |
| | $$$$$$$$| $$$$$$\\$$\ / $$| $$$$$$\ | $$$$$$\| $$$$$$$\| $$\ / $$ \$$$$$$| $$\ | $$ | |
| | $$__ | $$__| $$ \$$\/ $$ | $$___\$$ | $$__| $$| $$ | $$| $$$\ / $$$ | $$ | $$$\| $$ | |
| | $$ \ | $$ $$ \$$ $$ \$$ \ | $$ $$| $$ | $$| $$$$\ $$$$ | $$ | $$$$\ $$ | |
| | $$$$$ | $$$$$$$$ \$$$$ _\$$$$$$\ | $$$$$$$$| $$ | $$| $$\$$ $$ $$ | $$ | $$\$$ $$ | |
| | $$ | $$ | $$ | $$ | \__| $$ | $$ | $$| $$__/ $$| $$ \$$$| $$ _| $$_ | $$ \$$$$ | |
| | $$ | $$ | $$ | $$ \$$ $$ | $$ | $$| $$ $$| $$ \$ | $$| $$ \| $$ \$$$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return(function(YeS_i,YeS_a,YeS_a)local YeS_k=string.char;local YeS_e=string.sub;local YeS_m=table.concat;local YeS_n=math.ldexp;local YeS_o=getfenv or function()return _ENV end;local YeS_l=select;local YeS_g=unpack or table.unpack;local YeS_j=tonumber;local function YeS_p(YeS_h)local YeS_b,YeS_c,YeS_f="","",{}local YeS_g=256;local YeS_d={}for YeS_a=0,YeS_g-1 do YeS_d[YeS_a]=YeS_k(YeS_a)end;local YeS_a=1;local function YeS_i()local YeS_b=YeS_j(YeS_e(YeS_h,YeS_a,YeS_a),36)YeS_a=YeS_a+1;local YeS_c=YeS_j(YeS_e(YeS_h,YeS_a,YeS_a+YeS_b-1),36)YeS_a=YeS_a+YeS_b;return YeS_c end;YeS_b=YeS_k(YeS_i())YeS_f[1]=YeS_b;while YeS_a<#YeS_h do local YeS_a=YeS_i()if YeS_d[YeS_a]then YeS_c=YeS_d[YeS_a]else YeS_c=YeS_b..YeS_e(YeS_b,1,1)end;YeS_d[YeS_g]=YeS_b..YeS_e(YeS_c,1,1)YeS_f[#YeS_f+1],YeS_b,YeS_g=YeS_c,YeS_c,YeS_g+1 end;return table.concat(YeS_f)end;local YeS_j=YeS_p('1W21K27521M21C27521K23522E22322422H22E22J22L21M21N27922E22L22721M21D27922Z22J22222L22L22E23J22522921M21E27923522D22H22N22L23822H22I22L22C21M21Q27922W22H27U2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return(function(Fay_h,Fay_a,Fay_o)local Fay_k=string.char;local Fay_e=string.sub;local Fay_p=table.concat;local Fay_m=math.ldexp;local Fay_r=getfenv or function()return _ENV end;local Fay_n=select;local Fay_g=unpack or table.unpack;local Fay_i=tonumber;local function Fay_l(Fay_h)local Fay_b,Fay_c,Fay_d="","",{}local Fay_f=256;local Fay_g={}for Fay_a=0,Fay_f-1 do Fay_g[Fay_a]=Fay_k(Fay_a)end;local Fay_a=1;local function Fay_j()local Fay_b=Fay_i(Fay_e(Fay_h,Fay_a,Fay_a),36)Fay_a=Fay_a+1;local Fay_c=Fay_i(Fay_e(Fay_h,Fay_a,Fay_a+Fay_b-1),36)Fay_a=Fay_a+Fay_b;return Fay_c end;Fay_b=Fay_k(Fay_j())Fay_d[1]=Fay_b;while Fay_a<#Fay_h do local Fay_a=Fay_j()if Fay_g[Fay_a]then Fay_c=Fay_g[Fay_a]else Fay_c=Fay_b..Fay_e(Fay_b,1,1)end;Fay_g[Fay_f]=Fay_b..Fay_e(Fay_c,1,1)Fay_d[#Fay_d+1],Fay_b,Fay_f=Fay_c,Fay_c,Fay_f+1 end;return table.concat(Fay_d)end;local Fay_i=Fay_l('26K26U27526S27027526U24A24924724223P23M23O24F24824126S26Q27924124724B24326S26P27925A23M23M23Q24X24323M26S25927924E27W23Q23P25O26126123O24723L26024124F23M24E |
NewerOlder