EchoOrdial

EchoSploit GUI [IN PROGRESS}

Oct 18th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.37 KB | None | 0 0
  1.  
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.Active = true
  15. Frame.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  16. Frame.BorderColor3 = Color3.new(0.984314, 1, 0)
  17. Frame.BorderSizePixel = 3
  18. Frame.Position = UDim2.new(0.852848411, 0, 0.0271643754, 0)
  19. Frame.Selectable = true
  20. Frame.Size = UDim2.new(0, 190, 0, 273)
  21.  
  22. Frame_2.Parent = Frame
  23. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  24. Frame_2.BorderSizePixel = 0
  25. Frame_2.Position = UDim2.new(-0.00174798444, 0, -7.29709864e-05, 0)
  26. Frame_2.Size = UDim2.new(0, 190, 0, 28)
  27.  
  28. TextLabel.Parent = Frame_2
  29. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextLabel.BackgroundTransparency = 1
  31. TextLabel.Position = UDim2.new(0.137764126, 0, -0.00142288208, 0)
  32. TextLabel.Size = UDim2.new(0, 138, 0, 22)
  33. TextLabel.Font = Enum.Font.Cartoon
  34. TextLabel.Text = "EchoSploit ALPHA"
  35. TextLabel.TextColor3 = Color3.new(1, 1, 0)
  36. TextLabel.TextSize = 14
  37.  
  38. TextButton.Parent = Frame
  39. TextButton.BackgroundColor3 = Color3.new(1, 0.917647, 0)
  40. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  41. TextButton.Position = UDim2.new(0.0383788049, 0, 0.128314599, 0)
  42. TextButton.Size = UDim2.new(0, 176, 0, 29)
  43. TextButton.Font = Enum.Font.Cartoon
  44. TextButton.Text = "100 Walkspeed"
  45. TextButton.TextColor3 = Color3.new(0, 0, 0)
  46. TextButton.TextSize = 14
  47.  
  48. TextButton_2.Parent = Frame
  49. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 0)
  50. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  51. TextButton_2.Position = UDim2.new(0.036842104, 0, 0.271062285, 0)
  52. TextButton_2.Size = UDim2.new(0, 176, 0, 28)
  53. TextButton_2.Font = Enum.Font.Cartoon
  54. TextButton_2.Text = "100 Jumppower"
  55. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  56. TextButton_2.TextSize = 14
  57.  
  58. TextButton_3.Parent = Frame
  59. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 0)
  60. TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
  61. TextButton_3.Position = UDim2.new(0.0393968523, 0, 0.87785852, 0)
  62. TextButton_3.Size = UDim2.new(0, 176, 0, 27)
  63. TextButton_3.Font = Enum.Font.Cartoon
  64. TextButton_3.Text = "RESET"
  65. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  66. TextButton_3.TextSize = 14
  67. -- Scripts:
  68. function SCRIPT_IDAT67_FAKESCRIPT() -- TextButton.LocalScript
  69.     getfenv().script = Instance.new('LocalScript', TextButton)
  70.  
  71.     script.Parent.MouseButton1Click:Connect(function()
  72.      game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  73.     end)
  74.    
  75.  
  76. end
  77. coroutine.resume(coroutine.create(SCRIPT_IDAT67_FAKESCRIPT))
  78. function SCRIPT_ZZBF90_FAKESCRIPT() -- TextButton_2.LocalScript
  79.     getfenv().script = Instance.new('LocalScript', TextButton_2)
  80.  
  81.     script.Parent.MouseButton1Click:Connect(function()
  82.      game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  83.     end)
  84.    
  85.  
  86. end
  87. coroutine.resume(coroutine.create(SCRIPT_ZZBF90_FAKESCRIPT))
  88. function SCRIPT_BQVP74_FAKESCRIPT() -- TextButton_3.LocalScript
  89.     getfenv().script = Instance.new('LocalScript', TextButton_3)
  90.  
  91.     script.Parent.MouseButton1Click:Connect(function()
  92.         workspace.Players.AlphJakey.Head:remove()
  93.     end)
  94.  
  95. end
  96. coroutine.resume(coroutine.create(SCRIPT_BQVP74_FAKESCRIPT))
Add Comment
Please, Sign In to add comment