local StigmanFroud = Instance.new("ScreenGui") local trajectory = Instance.new("ImageLabel") local R = Instance.new("ImageLabel") local Earth = Instance.new("ImageLabel") local Green = Instance.new("ImageLabel") StigmanFroud.Name = "Stigman Froud" StigmanFroud.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") StigmanFroud.ZIndexBehavior = Enum.ZIndexBehavior.Sibling StigmanFroud.DisplayOrder = 999 StigmanFroud.ResetOnSpawn = false trajectory.Name = "trajectory" trajectory.Parent = StigmanFroud trajectory.BackgroundColor3 = Color3.fromRGB(255, 255, 255) trajectory.BackgroundTransparency = 1.000 trajectory.Position = UDim2.new(0.45430705, 0, 0.430432826, 0) trajectory.Size = UDim2.new(0, 110, 0, 110) trajectory.Image = "http://www.roblox.com/asset/?id=7102118272" trajectory.SliceScale = 3.000 R.Name = "R" R.Parent = StigmanFroud R.BackgroundColor3 = Color3.fromRGB(255, 255, 255) R.BackgroundTransparency = 1.000 R.Position = UDim2.new(0.45430705, 0, 0.430432826, 0) R.Size = UDim2.new(0, 110, 0, 110) R.ZIndex = 3 R.Image = "http://www.roblox.com/asset/?id=129440088616536" R.SliceScale = 3.000 Earth.Name = "Earth" Earth.Parent = R Earth.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Earth.BackgroundTransparency = 1.000 Earth.BorderColor3 = Color3.fromRGB(0, 0, 0) Earth.BorderSizePixel = 0 Earth.Position = UDim2.new(0.404999346, 0, 0.406818181, 0) Earth.Size = UDim2.new(0, 20, 0, 20) Earth.ZIndex = 4 Earth.Image = "rbxassetid://129440088616536" Green.Name = "Green" Green.Parent = StigmanFroud Green.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Green.BackgroundTransparency = 1.000 Green.BorderColor3 = Color3.fromRGB(0, 0, 0) Green.BorderSizePixel = 0 Green.Position = UDim2.new(0.00499999989, 0, 0.824999988, 0) Green.Size = UDim2.new(0, 110, 0, 110) Green.ZIndex = 6 Green.Image = "rbxassetid://129440088616536" Green.ImageTransparency = 1.000 local function AARC_fake_script() -- trajectory.Info local script = Instance.new('LocalScript', trajectory) local img = script.Parent local sonic = script.Parent img:TweenPosition(UDim2.new(0.451, 0,0.395, 0), "Out", "Linear", 0.4, false) wait(3) img:TweenPosition(UDim2.new(0.005, 0,0.619, 0), "Out", "Sine", 0.7, false) while true do wait(0.01) sonic.Rotation = sonic.Rotation +0.3 end end coroutine.wrap(AARC_fake_script)() local function LQERQ_fake_script() -- Earth.LocalScript local script = Instance.new('LocalScript', Earth) local Angle = 0; local AngleIncrement = 0.02; local OriginPos = script.Parent.Position; local Distance = 55; while wait() do Angle = Angle + AngleIncrement; local dirX = math.cos(Angle) -- X local dirY = math.sin(Angle) -- Y script.Parent.Position = OriginPos + UDim2.new(0, dirX * Distance, 0, dirY * Distance); end end coroutine.wrap(LQERQ_fake_script)() local function XBQODE_fake_script() -- R.Info local script = Instance.new('LocalScript', R) local img = script.Parent img:TweenPosition(UDim2.new(0.451, 0,0.395, 0), "Out", "Linear", 0.4, false) wait(3) img:TweenPosition(UDim2.new(0.005, 0,0.619, 0), "Out", "Sine", 0.7, false) end coroutine.wrap(XBQODE_fake_script)() local function NSHDR_fake_script() -- Green.LocalScript local script = Instance.new('LocalScript', Green) local Tween = game:GetService("TweenService") local Greenfn = script.Parent wait(2) while true do local TranspncyTween = Tween:Create(Greenfn, TweenInfo.new(0.5), {ImageTransparency = 0}) TranspncyTween:Play() wait(0.3) local TranspncyTween = Tween:Create(Greenfn, TweenInfo.new(0.5), {ImageTransparency = 1}) TranspncyTween:Play() wait(0.3) local TranspncyTween = Tween:Create(Greenfn, TweenInfo.new(0.5), {ImageTransparency = 0}) TranspncyTween:Play() wait(0.3) local TranspncyTween = Tween:Create(Greenfn, TweenInfo.new(0.5), {ImageTransparency = 1}) TranspncyTween:Play() wait(4) end end coroutine.wrap(NSHDR_fake_script)() local function UDIRPT_fake_script() -- Green.Info local script = Instance.new('LocalScript', Green) local img = script.Parent local GetName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId) img:TweenPosition(UDim2.new(0.451, 0,0.395, 0), "Out", "Linear", 0.4, false) wait(3) img:TweenPosition(UDim2.new(0.005, 0,0.619, 0), "Out", "Sine", 0.7, false) end coroutine.wrap(UDIRPT_fake_script)() local function WGFAMY_fake_script() -- StigmanFroud.LocalScript local script = Instance.new('LocalScript', StigmanFroud) local GetName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId) print("Loaded At",GetName.Name) wait(0.1) print("Welcome,",game.Players.LocalPlayer.Name) end coroutine.wrap(WGFAMY_fake_script)() local LigmaProject = Instance.new("ScreenGui") local ImageLabel = Instance.new("ImageLabel") local fr6 = Instance.new("TextButton") local TextLabel_2 = Instance.new("TextLabel") LigmaProject.Name = "LigmaProject" LigmaProject.Parent = game.CoreGui ImageLabel.Parent = LigmaProject ImageLabel.Active = true ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BackgroundTransparency = 1.000 ImageLabel.Position = UDim2.new(-0.127000004, 0, 0.407999992, 0) ImageLabel.Size = UDim2.new(0, 90, 0, 90) ImageLabel.Image = "rbxassetid://91701007451295" fr6.Name = "fr6" fr6.Parent = ImageLabel fr6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) fr6.BackgroundTransparency = 1.000 fr6.Position = UDim2.new(0, 0, -0.633333325, 0) fr6.Size = UDim2.new(0, 90, 0, 50) fr6.Font = Enum.Font.SourceSansBold fr6.Text = "R15 -> R6" fr6.TextColor3 = Color3.fromRGB(0, 0, 0) fr6.TextScaled = true fr6.TextSize = 18.000 fr6.TextTransparency = 1.000 fr6.TextWrapped = true TextLabel_2.Parent = ImageLabel TextLabel_2.Active = true TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0.99999994, 0, 0, 0) TextLabel_2.Size = UDim2.new(0, 269, 0, 90) TextLabel_2.Font = Enum.Font.SourceSansBold TextLabel_2.LineHeight = 1.100 TextLabel_2.Text = "Welcome to use it UnethicalNetworks f3x gui." TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.TextScaled = true TextLabel_2.TextSize = 15.000 TextLabel_2.TextTransparency = 1.000 TextLabel_2.TextWrapped = true local function UpdateVisibilityBasedOnRigType() local TweenService = game:GetService("TweenService") local txt = ImageLabel.TextLabel local btn = fr6 wait(1) ImageLabel:TweenPosition(UDim2.new(0.458, 0, 0.408, 0), "Out", "Linear", 0.4, false) wait(3) ImageLabel:TweenPosition(UDim2.new(0.01, 0, 0.813, 0), "Out", "Sine", 0.7, false) wait(1) TweenService:Create(txt, TweenInfo.new(1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {["BackgroundTransparency"] = 0}):Play() TweenService:Create(txt, TweenInfo.new(1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {["TextTransparency"] = 0}):Play() for i, v in pairs(game.Players:GetPlayers()) do if v.Character and v.Character:FindFirstChild("Humanoid") then if v.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then btn.Visible = false elseif v.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then TweenService:Create(btn, TweenInfo.new(1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {["BackgroundTransparency"] = 0}):Play() TweenService:Create(btn, TweenInfo.new(1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {["TextTransparency"] = 0}):Play() btn.Visible = true end end end wait(2) while wait() do for i, v in pairs(game.Players:GetPlayers()) do if v.Character and v.Character:FindFirstChild("Humanoid") then if v.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then btn.Visible = false elseif v.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then btn.Visible = true end end end end end fr6.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer if player and player.Character and player.Character:FindFirstChild("Humanoid") then if player.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then fr6.Visible = false end end end) game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(character) local btn = fr6 btn.Visible = true end) end) UpdateVisibilityBasedOnRigType()