Advertisement
yuiyui676

Electric V0.0.1 roblox gui

Mar 31st, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local bruh = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local noclip = Instance.new("TextButton")
  9. local infjump = Instance.new("TextButton")
  10. local speed = Instance.new("TextButton")
  11. local btools = Instance.new("TextButton")
  12. local soon2 = Instance.new("TextButton")
  13. local soon3 = Instance.new("TextButton")
  14. local title = Instance.new("TextLabel")
  15.  
  16. --Properties:
  17.  
  18. bruh.Name = "bruh"
  19. bruh.Parent = game.CoreGui
  20. bruh.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. main.Name = "main"
  23. main.Parent = bruh
  24. main.Active = true
  25. main.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  26. main.BorderColor3 = Color3.fromRGB(71, 71, 71)
  27. main.BorderSizePixel = 3
  28. main.Position = UDim2.new(0.243303567, 0, 0.39464882, 0)
  29. main.Size = UDim2.new(0, 368, 0, 235)
  30. main.Draggable = true
  31.  
  32. noclip.Name = "noclip"
  33. noclip.Parent = main
  34. noclip.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  35. noclip.BorderSizePixel = 0
  36. noclip.Position = UDim2.new(0.0733695626, 0, 0.22978723, 0)
  37. noclip.Size = UDim2.new(0, 140, 0, 41)
  38. noclip.Font = Enum.Font.GothamSemibold
  39. noclip.Text = "Noclip"
  40. noclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  41. noclip.TextScaled = true
  42. noclip.TextSize = 14.000
  43. noclip.TextWrapped = true
  44. noclip.MouseButton1Down:connect(function()
  45. wait(2)
  46.  
  47. nam = game.Players.LocalPlayer.Name
  48.  
  49. coroutine.wrap(function()
  50. while wait() do
  51. for a, b in pairs(Workspace[nam]:GetChildren()) do
  52. if b:FindFirstChild('Handle') then
  53. b.Handle.CanCollide = false
  54. end
  55. end
  56. end
  57. end)()
  58.  
  59. Workspace[nam].Humanoid.Changed:connect(function()
  60. Workspace[nam].Humanoid.WalkSpeed = 16
  61. end)
  62.  
  63. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  64. delay(0, function()
  65. if asd.Name ~= 'OutputGUI' then
  66. asd:Destroy()
  67. end
  68. end)
  69. end)
  70.  
  71. game:GetService('RunService').Stepped:connect(function()
  72. Workspace[nam].Torso.CanCollide = false
  73. Workspace[nam].Head.CanCollide = false
  74. end)
  75.  
  76. Workspace[nam].Torso.Changed:connect(function()
  77. Workspace[nam].Torso.CanCollide = false
  78. Workspace[nam].Head.CanCollide = false
  79. end)
  80. end)
  81.  
  82. infjump.Name = "infjump"
  83. infjump.Parent = main
  84. infjump.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  85. infjump.BorderSizePixel = 0
  86. infjump.Position = UDim2.new(0.535326123, 0, 0.22978723, 0)
  87. infjump.Size = UDim2.new(0, 140, 0, 41)
  88. infjump.Font = Enum.Font.GothamSemibold
  89. infjump.Text = "Inf Jump"
  90. infjump.TextColor3 = Color3.fromRGB(255, 255, 255)
  91. infjump.TextScaled = true
  92. infjump.TextSize = 14.000
  93. infjump.TextWrapped = true
  94. infjump.MouseButton1Down:connect(function()
  95. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  96. end)
  97.  
  98. speed.Name = "speed"
  99. speed.Parent = main
  100. speed.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  101. speed.BorderSizePixel = 0
  102. speed.Position = UDim2.new(0.535326123, 0, 0.502127647, 0)
  103. speed.Size = UDim2.new(0, 140, 0, 41)
  104. speed.Font = Enum.Font.GothamSemibold
  105. speed.Text = "Speed"
  106. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. speed.TextScaled = true
  108. speed.TextSize = 14.000
  109. speed.TextWrapped = true
  110. speed.MouseButton1Down:connect(function()
  111. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  112. end)
  113.  
  114. btools.Name = "btools"
  115. btools.Parent = main
  116. btools.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  117. btools.BorderSizePixel = 0
  118. btools.Position = UDim2.new(0.0733695626, 0, 0.502127647, 0)
  119. btools.Size = UDim2.new(0, 140, 0, 41)
  120. btools.Font = Enum.Font.GothamSemibold
  121. btools.Text = "Btools"
  122. btools.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. btools.TextScaled = true
  124. btools.TextSize = 14.000
  125. btools.TextWrapped = true
  126. btools.MouseButton1Down:connect(function()
  127. wait(3)
  128. print("Delete Success")
  129. a = Instance.new("HopperBin")
  130. a.BinType = 4
  131. a.Parent = game.Players.RawFTP.Backpack
  132. end)
  133.  
  134. soon2.Name = "soon2"
  135. soon2.Parent = main
  136. soon2.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  137. soon2.BorderSizePixel = 0
  138. soon2.Position = UDim2.new(0.0733695924, 0, 0.740425527, 0)
  139. soon2.Size = UDim2.new(0, 140, 0, 41)
  140. soon2.Font = Enum.Font.GothamSemibold
  141. soon2.Text = "Coming soon!"
  142. soon2.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. soon2.TextScaled = true
  144. soon2.TextSize = 14.000
  145. soon2.TextWrapped = true
  146.  
  147. soon3.Name = "soon3"
  148. soon3.Parent = main
  149. soon3.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  150. soon3.BorderSizePixel = 0
  151. soon3.Position = UDim2.new(0.535326123, 0, 0.740425527, 0)
  152. soon3.Size = UDim2.new(0, 140, 0, 41)
  153. soon3.Font = Enum.Font.GothamSemibold
  154. soon3.Text = "Coming soon!"
  155. soon3.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. soon3.TextScaled = true
  157. soon3.TextSize = 14.000
  158. soon3.TextWrapped = true
  159.  
  160. title.Name = "title"
  161. title.Parent = main
  162. title.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
  163. title.BorderSizePixel = 0
  164. title.Size = UDim2.new(0, 368, 0, 36)
  165. title.Font = Enum.Font.GothamSemibold
  166. title.Text = "Electric V0.0.1"
  167. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. title.TextScaled = true
  169. title.TextSize = 14.000
  170. title.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement