ExecutorForALLdomain

Smilling Face Exploit Hax

Oct 31st, 2024
1,983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.11 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local infector = Instance.new("ScreenGui")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Frame = Instance.new("Frame")
  9. local beinfected = Instance.new("TextButton")
  10. local tptoplayer = Instance.new("TextButton")
  11. local saveplayer = Instance.new("TextButton")
  12. local TextBox = Instance.new("TextBox")
  13. local ResetCharacter = Instance.new("TextButton")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local face = Instance.new("ImageLabel")
  16.  
  17. --Properties:
  18.  
  19. infector.Name = "infector"
  20. infector.Parent = game:GetService("CoreGui")
  21. infector.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22. infector.DisplayOrder = 999999999
  23. infector.ResetOnSpawn = false
  24.  
  25. TextLabel.Parent = infector
  26. TextLabel.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  27. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  28. TextLabel.BorderSizePixel = 0
  29. TextLabel.Position = UDim2.new(0.261087775, 0, 0.387478828, 0)
  30. TextLabel.Size = UDim2.new(0, 490, 0, 19)
  31. TextLabel.Font = Enum.Font.Sarpanch
  32. TextLabel.Text = "INFECT EXPLOIT"
  33. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  34. TextLabel.TextSize = 14.000
  35.  
  36. Frame.Parent = TextLabel
  37. Frame.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  38. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  39. Frame.BorderSizePixel = 0
  40. Frame.Position = UDim2.new(0, 0, 1.00000083, 0)
  41. Frame.Size = UDim2.new(0, 490, 0, 140)
  42.  
  43. beinfected.Name = "beinfected"
  44. beinfected.Parent = Frame
  45. beinfected.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  46. beinfected.BorderColor3 = Color3.fromRGB(0, 0, 0)
  47. beinfected.BorderSizePixel = 0
  48. beinfected.Position = UDim2.new(0.753061235, 0, 0.696200371, 0)
  49. beinfected.Size = UDim2.new(0, 112, 0, 36)
  50. beinfected.Font = Enum.Font.SourceSans
  51. beinfected.Text = "BE INFECTED"
  52. beinfected.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. beinfected.TextSize = 14.000
  54.  
  55. tptoplayer.Name = "tptoplayer"
  56. tptoplayer.Parent = Frame
  57. tptoplayer.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  58. tptoplayer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  59. tptoplayer.BorderSizePixel = 0
  60. tptoplayer.Position = UDim2.new(0.51224488, 0, 0.696200371, 0)
  61. tptoplayer.Size = UDim2.new(0, 112, 0, 36)
  62. tptoplayer.Font = Enum.Font.SourceSans
  63. tptoplayer.Text = "Teleport To Player"
  64. tptoplayer.TextColor3 = Color3.fromRGB(255, 255, 255)
  65. tptoplayer.TextSize = 14.000
  66.  
  67. saveplayer.Name = "saveplayer"
  68. saveplayer.Parent = Frame
  69. saveplayer.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  70. saveplayer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  71. saveplayer.BorderSizePixel = 0
  72. saveplayer.Position = UDim2.new(0.0142857144, 0, 0.696200371, 0)
  73. saveplayer.Size = UDim2.new(0, 106, 0, 36)
  74. saveplayer.Font = Enum.Font.SourceSans
  75. saveplayer.Text = "Save Player"
  76. saveplayer.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. saveplayer.TextSize = 14.000
  78.  
  79. TextBox.Parent = Frame
  80. TextBox.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  81. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. TextBox.BorderSizePixel = 0
  83. TextBox.Position = UDim2.new(0.197959185, 0, 0.114350237, 0)
  84. TextBox.Size = UDim2.new(0, 295, 0, 50)
  85. TextBox.Font = Enum.Font.SourceSans
  86. TextBox.Text = ""
  87. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. TextBox.TextSize = 14.000
  89.  
  90. ResetCharacter.Name = "ResetCharacter"
  91. ResetCharacter.Parent = Frame
  92. ResetCharacter.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  93. ResetCharacter.BorderColor3 = Color3.fromRGB(0, 0, 0)
  94. ResetCharacter.BorderSizePixel = 0
  95. ResetCharacter.Position = UDim2.new(0.248979598, 0, 0.696200371, 0)
  96. ResetCharacter.Size = UDim2.new(0, 120, 0, 36)
  97. ResetCharacter.Font = Enum.Font.SourceSans
  98. ResetCharacter.Text = "Reset Character"
  99. ResetCharacter.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. ResetCharacter.TextSize = 14.000
  101.  
  102. TextLabel_2.Parent = Frame
  103. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. TextLabel_2.BackgroundTransparency = 1.000
  105. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  106. TextLabel_2.BorderSizePixel = 0
  107. TextLabel_2.Position = UDim2.new(0.197959185, 0, 0.471428573, 0)
  108. TextLabel_2.Size = UDim2.new(0, 167, 0, 31)
  109. TextLabel_2.Font = Enum.Font.SourceSans
  110. TextLabel_2.Text = "playername"
  111. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. TextLabel_2.TextSize = 14.000
  113.  
  114. face.Name = "face"
  115. face.Parent = TextLabel_2
  116. face.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. face.BackgroundTransparency = 1.000
  118. face.BorderColor3 = Color3.fromRGB(0, 0, 0)
  119. face.BorderSizePixel = 0
  120. face.Position = UDim2.new(1.33726716, 0, 0, 0)
  121. face.Size = UDim2.new(0, 71, 0, 31)
  122. face.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  123.  
  124. -- Scripts:
  125.  
  126. local function DISKBN_fake_script() -- TextLabel.LocalScript
  127.     local script = Instance.new('LocalScript', TextLabel)
  128.  
  129.     local UserInputService = game:GetService("UserInputService")
  130.    
  131.     local gui = script.Parent
  132.    
  133.     local dragging
  134.     local dragInput
  135.     local dragStart
  136.     local startPos
  137.    
  138.     local function update(input)
  139.         local delta = input.Position - dragStart
  140.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  141.     end
  142.    
  143.     gui.InputBegan:Connect(function(input)
  144.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  145.             dragging = true
  146.             dragStart = input.Position
  147.             startPos = gui.Position
  148.    
  149.             input.Changed:Connect(function()
  150.                 if input.UserInputState == Enum.UserInputState.End then
  151.                     dragging = false
  152.                 end
  153.             end)
  154.         end
  155.     end)
  156.    
  157.     gui.InputChanged:Connect(function(input)
  158.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  159.             dragInput = input
  160.         end
  161.     end)
  162.    
  163.     UserInputService.InputChanged:Connect(function(input)
  164.         if input == dragInput and dragging then
  165.             update(input)
  166.         end
  167.     end)
  168. end
  169. coroutine.wrap(DISKBN_fake_script)()
  170. local function VRZZEV_fake_script() -- Frame.LocalScript
  171.     local script = Instance.new('LocalScript', Frame)
  172.  
  173.     local lp = game:GetService'Players'.LocalPlayer
  174.     local char = lp.Character or lp.CharacterAdded:Wait()
  175.     local hrp = char:FindFirstChild("HumanoidRootPart")
  176.     local HUM = char:FindFirstChild("Humanoid")
  177.     local team = lp.Team
  178.    
  179.     lp.CharacterAdded:Connect(function(newbro)
  180.         char = newbro
  181.         hrp = char:WaitForChild("HumanoidRootPart")
  182.         HUM = char:WaitForChild("Humanoid")
  183.     end)
  184.    
  185.     local beninfected = script.Parent.beinfected
  186.     local saveplayer = script.Parent.saveplayer
  187.     local tptoplayer = script.Parent.tptoplayer
  188.     local resetchar = script.Parent.ResetCharacter
  189.     local textbox = script.Parent.TextBox
  190.    
  191.    
  192.     local Player = {}
  193.    
  194.     local SelectedPlayer = textbox.Text
  195.    
  196.     local function Team()
  197.         return tostring(lp.Team)
  198.     end
  199.    
  200.     local function ChangeSide()
  201.         local currentPos = hrp.CFrame
  202.    
  203.         local part = workspace.Map.Infectors:GetChildren()[2].Part
  204.         if part and hrp then
  205.             hrp.CFrame = part.CFrame
  206.             wait(0.2)
  207.             hrp.CFrame = currentPos
  208.         else
  209.             warn("HumanoidRootPart not found or or no infector part found")
  210.         end
  211.     end
  212.    
  213.     local function PlayerTable()
  214.          table.clear(Player)
  215.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  216.             table.insert(Player, v)
  217.         end
  218.         print("saved game:GetService'Players' ")
  219.         print(Player[2])
  220.         print(Player[4])
  221.         print(Player[1])
  222.     end
  223.    
  224.     local function GotoPlayer(player)
  225.         if hrp and player then
  226.             while task.wait() do
  227.                 if tostring(player.Team) == Team() then
  228.                     break
  229.                 end
  230.                 if player and player.Character and player.Character:FindFirstChild'HumanoidRootPart' then
  231.                     local root = player.Character:FindFirstChild'HumanoidRootPart'
  232.                     hrp.CFrame = root.CFrame * CFrame.new(0,0,2.5)
  233.                 else
  234.                     warn("??? no humanoidrootpart? no player??")
  235.                 end
  236.             end
  237.         else
  238.             warn("HumanoidRootPart not found or player dont exist or left")
  239.         end
  240.     end
  241.    
  242.     local function TakePlayer()
  243.         local SelectedPlayer = textbox.Text
  244.         if Team() == "Smiling" then
  245.             for i,v in ipairs(Player) do
  246.                 if string.find(tostring(v), SelectedPlayer) then
  247.                     GotoPlayer(v)
  248.                 end
  249.             end
  250.         else
  251.             warn("Your current Team: ".. Team() .. " Please Change Side by using BEINFECTED Button")
  252.         end
  253.     end
  254.    
  255.     local function die()
  256.         HUM.Health = 0
  257.     end
  258.    
  259.    
  260.    
  261.     beninfected.MouseButton1Click:Connect(function()
  262.         ChangeSide()
  263.     end)
  264.     saveplayer.MouseButton1Click:Connect(function()
  265.         PlayerTable()
  266.     end)
  267.     tptoplayer.MouseButton1Click:Connect(function()
  268.         TakePlayer()
  269.     end)
  270.     resetchar.MouseButton1Click:Connect(function()
  271.         die()
  272.     end)
  273.    
  274. end
  275. coroutine.wrap(VRZZEV_fake_script)()
  276. local function KJFHQ_fake_script() -- TextLabel_2.LocalScript
  277.     local script = Instance.new('LocalScript', TextLabel_2)
  278.  
  279.     local textbox = script.Parent.Parent.TextBox
  280.    
  281.     local content = textbox.ContentText
  282.    
  283.     local label = script.Parent
  284.    
  285.     local broface2_skull_emoji_goofy_ahh = script.Parent.face
  286.    
  287.    
  288.    
  289.     textbox:GetPropertyChangedSignal("ContentText"):Connect(function()
  290.         local contant = textbox.ContentText
  291.         for i,v in next, game:GetService("Players"):GetPlayers() do
  292.             if string.find(v.Name, content) then
  293.                 label.Text = v.Name .. " (" .. v.DisplayName .. ")"
  294.                 broface2_skull_emoji_goofy_ahh.Image = "rbxthumb://type=AvatarHeadShot&id="..v.UserId .."&w=420&h=420"
  295.             end
  296.         end
  297.     end)
  298. end
  299. coroutine.wrap(KJFHQ_fake_script)()
  300.  
Add Comment
Please, Sign In to add comment