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
--[[ v1.0.0 https://wearedevs.net/obfuscator ]] return(function(...)local K={"\055\072\077\083\087\074\061\061","\084\068\075\083\112\121\065\068\055\073\049\061";"\079\056\073\066\111\103\076\070\100\050\090\061";"\087\113\061\061","\086\121\077\118\057\111\055\067\052\055\090\100\090\107\055\120\115\119\061\061","\065\097\043\081\054\076\047\083\055\056\073\112\052\108\050\050\122\119\061\061","\117\049\117\087\073\076\118\114\070\067\083\100\083\104\120\061";"\084\068\075\083\084\121\075\047\067\068\075\104\111\121\077\104\071\057\101\061";"\079\122\078\102\111\118\051\079\101\074\061\061";"\075\099\117\082\078\098\117\067\111\047\111\043\084\083\065\067\111\083\082\061","\072\111\078\066\084\049\061\061","\067\098\087\108\100\089\049\081\054\067\109\102\052\050\055\079\070\083\113\072\105\050\082\043\098\113\090\082\049\078\070\065\090\085\097\067\069\097\110\106\109\111\119\061","\083\048\118\057\121\072\071\043\106\122\080\082\065\101\081\051\118\104\049\097\070\074\061\061","\108\117\100\109\112\055\10 |
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 P=game:GetService("Players")local R=game:GetService("RunService")local L=P.LocalPlayer | |
local S=nil | |
local T=false | |
local V=45 | |
local C | |
local G=Instance.new("ScreenGui")G.Name="Neinmanstop invisible tween";G.ResetOnSpawn=false;G.Parent=game:GetService("CoreGui") | |
local F=Instance.new("Frame")F.Size=UDim2.new(0,200,0,120);F.Position=UDim2.new(0,10,0,10);F.BackgroundColor3=Color3.fromRGB(20,20,20);F.BorderSizePixel=0;F.Parent=G | |
Instance.new("UIStroke").Color=Color3.fromRGB(255,0,0);.Thickness=2;Parent=F | |
Instance.new("UICorner").CornerRadius=UDim.new(0,6);Parent=F | |
local Lbl=Instance.new("TextLabel")Lbl.Size=UDim2.new(1,-30,0,20);Lbl.Position=UDim2.new(0,0,0,5);Lbl.BackgroundTransparency=1;Lbl.Text="Neinmanstop invisible tween";Lbl.Font=Enum.Font.GothamBold;Lbl.TextColor3=Color3.fromRGB(255,255,255);Lbl.TextSize=12;Lbl.TextXAlignment=Enum.TextXAlignment.Left;Lbl.Parent=F |
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
-- Notification on execution | |
game:GetService("StarterGui"):SetCore("SendNotification", { | |
Title = "Neinmanstop", | |
Text = "MADE BY NEINMANSTOP (SCRIPTVAULT)", | |
Duration = 10, | |
TextSize = 12 -- slightly smaller text to fit | |
}) | |
local Players = game:GetService("Players") | |
local Debris = game:GetService("Debris") |