Advertisement
justneed

Roblox Fake Executor script lua

Nov 9th, 2024 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.28 KB | Gaming | 0 0
  1. --fake Executor script
  2.  
  3. local screenGui = Instance.new("ScreenGui")
  4. screenGui.Parent = game.Players.LocalPlayer.PlayerGui
  5. screenGui.Name = "Executor"
  6.  
  7. local frame = Instance.new("Frame")
  8. frame.BorderSizePixel = 0
  9. frame.Size = UDim2.new(0, 550, 0, 300)
  10. frame.Position = UDim2.new(0, 500, 0, 100)
  11. frame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
  12. frame.Parent = screenGui
  13.  
  14. local frame2 = Instance.new("Frame")
  15. frame2.BorderSizePixel = 0
  16. frame2.Size = UDim2.new(0, 550, 0, 35)
  17. frame2.Position = UDim2.new(0, 0.5, 0, 0.5)
  18. frame2.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  19. frame2.Parent = frame
  20.  
  21. frame.Draggable = true
  22. frame.Active = true
  23. frame.Selectable = true
  24.  
  25. local textLabel = Instance.new("TextLabel")
  26. textLabel.BorderSizePixel = 0
  27. textLabel.Size = UDim2.new(0, 100, 0, 25)
  28. textLabel.Position = UDim2.new(0, 10, 0, 5)
  29. textLabel.FontSize = Enum.FontSize.Size24
  30. textLabel.Font = Enum.Font.BuilderSansBold
  31. textLabel.TextColor3 = Color3.new(1, 1, 1)
  32. textLabel.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  33. textLabel.Text = "Space V1"
  34. textLabel.Parent = frame2
  35.  
  36. local textLabel2 = Instance.new("TextLabel")
  37. textLabel2.BorderSizePixel = 0
  38. textLabel2.Size = UDim2.new(0, 350, 0, 25)
  39. textLabel2.Position = UDim2.new(0, 100, 0, 5)
  40. textLabel2.FontSize = Enum.FontSize.Size24
  41. textLabel2.Font = Enum.Font.BuilderSansBold
  42. textLabel2.TextColor3 = Color3.new(1, 1, 1)
  43. textLabel2.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  44. textLabel2.Text = "Not Injected"
  45. textLabel2.Parent = frame2
  46.  
  47. local button = Instance.new("TextButton")
  48. button.Parent = frame2
  49. button.BorderSizePixel = 0
  50. button.Size = UDim2.new(0, 100, 0, 35)
  51. button.Position = UDim2.new(0, 4, 0, 262)
  52. button.Text = "Execute"
  53. button.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  54. button.TextColor3 = Color3.new(1, 1, 1)
  55. button.Font = Enum.Font.BuilderSansBold
  56. button.TextSize = 18
  57.  
  58. local button2 = Instance.new("TextButton")
  59. button2.Parent = frame2
  60. button2.BorderSizePixel = 0
  61. button2.Size = UDim2.new(0, 100, 0, 35)
  62. button2.Position = UDim2.new(0, 107, 0, 262)
  63. button2.Text = "Inject"
  64. button2.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  65. button2.TextColor3 = Color3.new(1, 1, 1)
  66. button2.Font = Enum.Font.BuilderSansBold
  67. button2.TextSize = 18
  68.  
  69. local button3 = Instance.new("TextButton")
  70. button3.Parent = frame2
  71. button3.BorderSizePixel = 0
  72. button3.Size = UDim2.new(0, 100, 0, 35)
  73. button3.Position = UDim2.new(0, 210, 0, 262)
  74. button3.Text = "Clear"
  75. button3.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  76. button3.TextColor3 = Color3.new(1, 1, 1)
  77. button3.Font = Enum.Font.BuilderSansBold
  78. button3.TextSize = 18
  79.  
  80. local button4 = Instance.new("TextButton")
  81. button4.Parent = frame2
  82. button4.BorderSizePixel = 0
  83. button4.Size = UDim2.new(0, 20, 0, 20)
  84. button4.Position = UDim2.new(0, 521, 0, 7)
  85. button4.Text = "X"
  86. button4.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  87. button4.TextColor3 = Color3.new(1, 1, 1)
  88. button4.Font = Enum.Font.BuilderSansBold
  89. button4.TextSize = 24
  90.  
  91. local button5 = Instance.new("TextButton")
  92. button5.Parent = frame2
  93. button5.BorderSizePixel = 0
  94. button5.Size = UDim2.new(0, 20, 0, 20)
  95. button5.Position = UDim2.new(0, 466, 0, 7)
  96. button5.Text = "-"
  97. button5.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  98. button5.TextColor3 = Color3.new(1, 1, 1)
  99. button5.Font = Enum.Font.BuilderSansBold
  100. button5.TextSize = 24
  101.  
  102. local button6 = Instance.new("TextButton")
  103. button6.Parent = frame2
  104. button6.BorderSizePixel = 0
  105. button6.Size = UDim2.new(0, 20, 0, 20)
  106. button6.Position = UDim2.new(0, 492, 0, 7)
  107. button6.Text = "+"
  108. button6.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  109. button6.TextColor3 = Color3.new(1, 1, 1)
  110. button6.Font = Enum.Font.BuilderSansBold
  111. button6.TextSize = 24
  112.  
  113. local textbox            = Instance.new("TextBox")
  114. textbox.Parent           = frame2
  115. textbox.Size             = UDim2.new(0, 540, 0, 220)
  116. textbox.Position         = UDim2.new(0, 5, 0, 39)
  117. textbox.Text             = ""
  118. textbox.TextColor3       = Color3.new(1, 1, 1)
  119. textbox.MultiLine        = true
  120. textbox.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  121. textbox.Font             = Enum.Font.Code
  122. textbox.TextSize         = 15
  123. textbox.ClearTextOnFocus = false
  124. textbox.TextXAlignment   = "Left"
  125. textbox.TextYAlignment   = "Top"
  126.  
  127. local button9 = Instance.new("TextButton")
  128. button9.Parent = frame2
  129. button9.Size = UDim2.new(0, 110, 0, 20)
  130. button9.BorderSizePixel = 0
  131. button9.Position = UDim2.new(0, 345, 0, 7)
  132. button9.Text = "Script List"
  133. button9.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
  134. button9.TextColor3 = Color3.fromRGB(255, 0, 0)
  135. button9.TextSize = 16
  136.  
  137. button9.MouseButton1Click:Connect(function()
  138.     local frame4 = Instance.new("Frame")
  139.     frame4.Parent = screenGui
  140.     frame4.Size = UDim2.new(0, 200, 0, 100)
  141.     frame4.Position = UDim2.new(0, 500, 0, 100)
  142.     frame4.BackgroundColor3 = Color3.fromRGB(255, 192, 203)
  143.    
  144.     local textLabel4 = Instance.new("TextLabel")
  145.     textLabel4.Parent = frame4
  146.     textLabel4.Size = UDim2.new(0, 100, 0, 93)
  147.     textLabel4.Position = UDim2.new(0, 50, 0, 1)
  148.     textLabel4.BackgroundColor3 = Color3.fromRGB(255, 192, 203)
  149.     textLabel4.BorderSizePixel = 0
  150.     textLabel4.TextSize = 12
  151.     textLabel4.Text = 'print(":D")\ngetgenv(tpmenu)_.\ngetgenv(follow)_.\ngetgenv(hint)\ngetgenv(jumpscare)_.'
  152.  
  153.     local btn11 = Instance.new("TextButton")
  154.     btn11.Parent = frame4
  155.     btn11.Size = UDim2.new(0, 23, 0, 22)
  156.     btn11.Position = UDim2.new(0, 168, 0, 8)
  157.     btn11.Text = "X"
  158.     btn11.TextSize = 11
  159.     btn11.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
  160.    
  161.     btn11.MouseButton1Click:Connect(function()
  162.         frame4:Destroy()
  163.     end)
  164.    
  165.     frame4.Active = true
  166.     frame4.Draggable = true
  167.     frame4.Selectable = true
  168.    
  169. end)
  170.  
  171. button.MouseButton1Click:Connect(function()
  172.     if textLabel2.Text == "Injected" then
  173.         if textbox.Text == 'print(":D")' then
  174.             print(":D")
  175.            
  176.         elseif textbox.Text == "getgenv(jumpscare)_." then
  177.             local jmpscr = Instance.new("ScreenGui")
  178.             jmpscr.Name = "JumpScare"
  179.             jmpscr.Parent = game.Players.LocalPlayer.PlayerGui
  180.            
  181.             local image = Instance.new("ImageLabel")
  182.             image.Parent = jmpscr
  183.             image.Image = "http://www.roblox.com/asset/?id=91274624708428"
  184.             image.Size = UDim2.new(1,1,1,1)
  185.            
  186.             local s = Instance.new("Sound")
  187.             s.SoundId = "rbxassetid://6129291390"
  188.             s.Name = "snd"
  189.             s.Parent = game.Workspace
  190.             s.Volume = 10
  191.             game.Workspace.snd.Playing = true
  192.             wait(9)
  193.             jmpscr:Destroy()
  194.            
  195.         elseif textbox.Text == "getgenv(follow)_." then
  196.             local frame5 = Instance.new("Frame")
  197.             frame5.Parent = screenGui
  198.             frame5.Size = UDim2.new(0, 200, 0, 100)
  199.             frame5.Position = UDim2.new(0, 1000, 0, 100)
  200.             frame5.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
  201.            
  202.             local textlabel5 = Instance.new("TextLabel")
  203.             textlabel5.Parent = frame5
  204.             textlabel5.BorderSizePixel = 0
  205.             textlabel5.Size = UDim2.new(0, 50, 0, 25)
  206.             textlabel5.Position = UDim2.new(0, 75, 0, 55)
  207.             textlabel5.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
  208.             textlabel5.Text = "Follow Gui by x0y0zkidd"
  209.             textlabel5.TextSize = 12
  210.             textlabel5.TextColor3 = Color3.fromRGB(0, 0, 0)
  211.            
  212.             local textbox4 = Instance.new("TextBox")
  213.             textbox4.Parent = frame5
  214.             textbox4.Size = UDim2.new(0, 85, 0, 35)
  215.             textbox4.Position = UDim2.new(0, 1, 0, 1)
  216.             textbox4.Text = ""
  217.             textbox4.PlaceholderText = "type :follow"
  218.             textbox4.ClearTextOnFocus = false
  219.             textbox4.PlaceholderColor3 = Color3.fromRGB(64, 64, 64)
  220.             textbox4.TextSize = 11
  221.            
  222.             local textbox5 = Instance.new("TextBox")
  223.             textbox5.Parent = frame5
  224.             textbox5.Size = UDim2.new(0, 85, 0, 35)
  225.             textbox5.Position = UDim2.new(0, 85, 0, 1)
  226.             textbox5.Text = ""
  227.             textbox5.PlaceholderText = "Username"
  228.             textbox5.ClearTextOnFocus = false
  229.             textbox5.PlaceholderColor3 = Color3.fromRGB(64, 64, 64)
  230.             textbox5.TextSize = 11
  231.            
  232.             textbox5.FocusLost:Connect(function(ent)
  233.                 if ent then
  234.                     if textbox4.Text == ":follow" then
  235.                         game.Players.LocalPlayer.Character.Humanoid:MoveTo(game.Players[textbox5.Text].Character.HumanoidRootPart.Position)
  236.                     end
  237.                 end
  238.             end)
  239.            
  240.             local btn10 = Instance.new("TextButton")
  241.             btn10.Parent = frame5
  242.             btn10.Size = UDim2.new(0, 23, 0, 22)
  243.             btn10.Position = UDim2.new(0, 174, 0, 8)
  244.             btn10.Text = "X"
  245.             btn10.TextSize = 11
  246.             btn10.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
  247.            
  248.             btn10.MouseButton1Click:connect(function()
  249.                 frame5:Destroy()
  250.             end)
  251.            
  252.            
  253.             frame5.Active = true
  254.             frame5.Draggable = true
  255.             frame5.Selectable = true
  256.            
  257.         elseif textbox.Text == "getgenv(hint)_." then
  258.             local hint = Instance.new("Hint")
  259.             hint.Parent = game.Workspace
  260.             hint.Text = "Hacked by X0Y0Zkidd"
  261.            
  262.             local button7 = Instance.new("TextButton")
  263.             button7.Parent = frame2
  264.             button7.BorderSizePixel = 0
  265.             button7.Size = UDim2.new(0, 100, 0, 35)
  266.             button7.Position = UDim2.new(0, -100, 0, 262)
  267.             button7.Text = "Remove"
  268.             button7.BackgroundColor3 = Color3.fromRGB(255,105,180)
  269.             button7.TextColor3 = Color3.new(1, 1, 1)
  270.             button7.Font = Enum.Font.BuilderSansBold
  271.             button7.TextSize = 18
  272.            
  273.             button7.MouseButton1Click:connect(function()
  274.                 hint:Destroy()
  275.                 button7:Destroy()
  276.                 end)
  277.            
  278.         elseif textbox.Text == "getgenv(tpmenu)_." then
  279.                 local frame3 = Instance.new("Frame")
  280.                 frame3.Size = UDim2.new(0, 200, 0, 100)
  281.                 frame3.Position = UDim2.new(0, 500, 0, 100)
  282.                 frame3.BackgroundColor3 = Color3.fromRGB(255,105,180)
  283.                 frame3.Parent = screenGui
  284.                
  285.                 local textbox2 = Instance.new("TextBox")
  286.                 textbox2.Size = UDim2.new(0, 85, 0, 35)
  287.                 textbox2.Position = UDim2.new(0, 1, 0, 1)
  288.                 textbox2.Parent = frame3
  289.                 textbox2.Text = ""
  290.                 textbox2.ClearTextOnFocus = false
  291.                 textbox2.PlaceholderText = "Type :goto"
  292.                 textbox2.PlaceholderColor3 = Color3.fromRGB(64, 64, 64)
  293.                 textbox2.TextSize = 12
  294.                
  295.                 local textbox3 = Instance.new("TextBox")
  296.                 textbox3.Size = UDim2.new(0, 85, 0, 35)
  297.                 textbox3.Position = UDim2.new(0, 85, 0, 1)
  298.                 textbox3.Parent = frame3
  299.                 textbox3.Text = ""
  300.                 textbox3.ClearTextOnFocus = false
  301.                 textbox3.PlaceholderColor3 = Color3.fromRGB(64, 64, 64)
  302.                 textbox3.PlaceholderText = "Username"
  303.                 textbox3.TextSize = 12
  304.                
  305.                 textbox3.FocusLost:connect(function(ent)
  306.                     if ent then
  307.                         if textbox2.Text == ":goto" then
  308.                         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[textbox3.Text].Character.HumanoidRootPart.CFrame
  309.                         end
  310.                     end
  311.                 end)
  312.                
  313.                 local button8 = Instance.new("TextButton")
  314.                 button8.Size = UDim2.new(0, 25, 0, 25)
  315.                 button8.Position = UDim2.new(0, 173, 0, 5)
  316.                 button8.Parent = frame3
  317.                 button8.Text = "X"
  318.                 button8.TextSize = 12
  319.                 button8.BackgroundColor3 = Color3.fromRGB(255,192,203)
  320.                 button8.TextColor3 = Color3.fromRGB(0, 0, 0)
  321.                
  322.                 local textLabel3 = Instance.new("TextLabel")
  323.                 textLabel3.Parent = frame3
  324.                 textLabel3.Size = UDim2.new(0, 85, 0, 35)
  325.                 textLabel3.Position = UDim2.new(0, 57, 0, 50)
  326.                 textLabel3.Text = "TP Gui by x0y0zkidd"
  327.                 textLabel3.TextColor3 = Color3.fromRGB(0, 0, 0)
  328.                 textLabel3.TextSize = 15
  329.                 textLabel3.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
  330.                 textLabel3.BorderSizePixel = 0
  331.                
  332.                 frame3.Draggable = true
  333.                 frame3.Active = true
  334.                 frame3.Selectable = true
  335.                
  336.                 button8.MouseButton1Click:connect(function()
  337.                     frame3:Destroy()
  338.             end)
  339.         end
  340.     end
  341. end)
  342.  
  343. button2.MouseButton1Click:Connect(function()
  344.     wait(2)
  345.     textLabel2.Text = "Injected"
  346.     print("Successfully Injected!")
  347.  
  348.     if textLabel2.Text == "Injected" then
  349.         button2.MouseButton1Click:Connect(function()
  350.             print("Already injected!")
  351.         end)
  352.     end
  353. end)
  354.  
  355. button3.MouseButton1Click:Connect(function()
  356.     textbox.Text = ""
  357. end)
  358.  
  359. button4.MouseButton1Click:Connect(function()
  360.     screenGui:Destroy()
  361. end)
  362.  
  363. button5.MouseButton1Click:Connect(function()
  364.     frame.Transparency = 0.8
  365.     frame2.Transparency = 0.9
  366.     textLabel.Transparency = 0.8
  367.     textLabel2.Transparency = 0.8
  368.     textbox.Transparency = 0.8
  369.     button.Transparency = 0.9
  370.     button2.Transparency = 0.9
  371.     button3.Transparency = 0.9
  372.     button4.Transparency = 0.9
  373.     button5.Transparency = 0.9
  374.     button6.Transparency = 0.9
  375.     button9.Transparency = 0.9
  376. end)
  377.  
  378. button6.MouseButton1Click:Connect(function()
  379.     frame.Transparency = 0
  380.     frame2.Transparency = 0
  381.     textLabel.Transparency = 0
  382.     textLabel2.Transparency = 0
  383.     textbox.Transparency = 0
  384.     button.Transparency = 0
  385.     button2.Transparency = 0
  386.     button3.Transparency = 0
  387.     button4.Transparency = 0
  388.     button5.Transparency = 0
  389.     button6.Transparency = 0
  390.     button9.Transparency = 0
  391. end)
  392.  
  393. screenGui.ResetOnSpawn = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement