From venuslock, 19 Hours ago, written in Lua.
Embed
  1. --made by TehoTeho
  2. game.StarterGui:SetCore("SendNotification", {
  3.         Title = "Made by TehoTeho";
  4.         Text = "This GUI was designed and scripted by, TehoTeho";
  5.         Duration = 10;
  6. })
  7.  
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local Extra = Instance.new("TextLabel")
  12. local Stuff = Instance.new("TextLabel")
  13. local Countdown = Instance.new("TextLabel")
  14. local CloseBtn = Instance.new("TextButton")
  15. local Credit = Instance.new("TextLabel")
  16. local OpenBtnParent = Instance.new("Frame")
  17. local OpenBtn = Instance.new("TextButton")
  18. local MainFrame = Instance.new("Frame")
  19. local ReachBtn = Instance.new("TextButton")
  20. local DamageBtn = Instance.new("TextButton")
  21. local SettingsBtn = Instance.new("TextButton")
  22. local ReachBar = Instance.new("TextButton")
  23. local DamageBar = Instance.new("TextButton")
  24. local SettingsBar = Instance.new("TextButton")
  25. local ReachFrame = Instance.new("ScrollingFrame")
  26. local CircleReachTxt = Instance.new("TextLabel")
  27. local CircleReachToggleBtn = Instance.new("TextButton")
  28. local CircleStudsTxt = Instance.new("TextLabel")
  29. local CircleStudsUpBtn = Instance.new("TextButton")
  30. local CircleStudsDownBtn = Instance.new("TextButton")
  31. local CircleVisualizerTxt = Instance.new("TextLabel")
  32. local CircleReachVisualizerToggle = Instance.new("TextButton")
  33. local SwordReachTxt = Instance.new("TextLabel")
  34. local SwordStudsDownBtn = Instance.new("TextButton")
  35. local SwordStudsUpBtn = Instance.new("TextButton")
  36. local SwordStudsTxt = Instance.new("TextLabel")
  37. local SwordReachToggleBtn = Instance.new("TextButton")
  38. local SwordVisualizerTxt = Instance.new("TextLabel")
  39. local SwordReachVisualizerToggle = Instance.new("TextButton")
  40. local SwordInvertTxt = Instance.new("TextLabel")
  41. local SwordReachInvertToggle = Instance.new("TextButton")
  42. local DmgFrame = Instance.new("ScrollingFrame")
  43. local DmgTxt = Instance.new("TextLabel")
  44. local DmgBtn = Instance.new("TextButton")
  45. local SettingsFrame = Instance.new("ScrollingFrame")
  46. local HideBtn = Instance.new("TextButton")
  47. local SettingsCredit = Instance.new("TextLabel")
  48. local part1 = Instance.new("Part", game.Workspace.CurrentCamera)
  49. local part2 = Instance.new("Part", game.Workspace.CurrentCamera)
  50.  
  51. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  52. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  53. ScreenGui.ResetOnSpawn = false
  54.  
  55. Frame.Parent = ScreenGui
  56. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. Frame.Position = UDim2.new(0.400000006, 0, 0.393000007, 0)
  58. Frame.Size = UDim2.new(0.200000003, 0, 0.215000004, 0)
  59. Frame.Style = Enum.FrameStyle.DropShadow
  60.  
  61. Title.Parent = Frame
  62. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. Title.BackgroundTransparency = 1.000
  64. Title.Size = UDim2.new(1, 0, 0.200000003, 0)
  65. Title.Font = Enum.Font.Cartoon
  66. Title.Text = "Welcome !"
  67. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. Title.TextSize = 18.000
  69.  
  70. Extra.Parent = Frame
  71. Extra.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. Extra.Position = UDim2.new(0.150000006, 0, 0.200000003, 0)
  73. Extra.Size = UDim2.new(0.699999988, 0, 0, 1)
  74. Extra.Font = Enum.Font.Cartoon
  75. Extra.Text = ""
  76. Extra.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. Extra.TextSize = 18.000
  78.  
  79. Stuff.Parent = Frame
  80. Stuff.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. Stuff.BackgroundTransparency = 1.000
  82. Stuff.Position = UDim2.new(0.150000006, 0, 0.224999994, 0)
  83. Stuff.Size = UDim2.new(0.699999988, 0, 0.550000012, 0)
  84. Stuff.Font = Enum.Font.Cartoon
  85. Stuff.Text = "Thank you for using Custom Duels FE Reach V2!"
  86. Stuff.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. Stuff.TextSize = 18.000
  88. Stuff.TextWrapped = true
  89.  
  90. Countdown.Parent = Frame
  91. Countdown.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. Countdown.BackgroundTransparency = 1.000
  93. Countdown.Position = UDim2.new(0.850000024, 0, 0.850000024, 0)
  94. Countdown.Size = UDim2.new(0.150000006, 0, 0.150000006, 0)
  95. Countdown.Font = Enum.Font.Cartoon
  96. Countdown.Text = "5"
  97. Countdown.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. Countdown.TextSize = 18.000
  99. Countdown.TextWrapped = true
  100.  
  101. CloseBtn.Parent = Frame
  102. CloseBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. CloseBtn.BackgroundTransparency = 1.000
  104. CloseBtn.Position = UDim2.new(0.400000006, 0, 0.800000012, 0)
  105. CloseBtn.Size = UDim2.new(0.200000003, 0, 0.200000003, 0)
  106. CloseBtn.Visible = false
  107. CloseBtn.Font = Enum.Font.Cartoon
  108. CloseBtn.Text = "Close"
  109. CloseBtn.TextColor3 = Color3.fromRGB(255, 190, 190)
  110. CloseBtn.TextSize = 18.000
  111.  
  112. Credit.Parent = Frame
  113. Credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. Credit.BackgroundTransparency = 1.000
  115. Credit.Position = UDim2.new(0.0199999996, 0, 0.899999976, 0)
  116. Credit.Size = UDim2.new(0.344999999, 0, 0.100000001, 0)
  117. Credit.Font = Enum.Font.Cartoon
  118. Credit.Text = "made by TehoTeho"
  119. Credit.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. Credit.TextSize = 10.000
  121. Credit.TextWrapped = true
  122. Credit.TextXAlignment = Enum.TextXAlignment.Left
  123.  
  124. OpenBtnParent.Parent = ScreenGui
  125. OpenBtnParent.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. OpenBtnParent.Position = UDim2.new(0, 0, 0.455000013, 0)
  127. OpenBtnParent.Size = UDim2.new(0.0399999991, 0, 0.0900000036, 0)
  128. OpenBtnParent.Style = Enum.FrameStyle.DropShadow
  129.  
  130. OpenBtn.Parent = OpenBtnParent
  131. OpenBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  132. OpenBtn.BackgroundTransparency = 1.000
  133. OpenBtn.Size = UDim2.new(1, 0, 1, 0)
  134. OpenBtn.Font = Enum.Font.Cartoon
  135. OpenBtn.Text = ">"
  136. OpenBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. OpenBtn.TextSize = 18.000
  138.  
  139. MainFrame.Parent = ScreenGui
  140. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. MainFrame.Position = UDim2.new(-0.3399999991, 0, 0.324999988, 0)
  142. MainFrame.Size = UDim2.new(0.150000006, 0, 0.349999994, 0)
  143. MainFrame.Style = Enum.FrameStyle.DropShadow
  144.  
  145. ReachBtn.Parent = MainFrame
  146. ReachBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. ReachBtn.BackgroundTransparency = 1.000
  148. ReachBtn.BorderSizePixel = 0
  149. ReachBtn.Position = UDim2.new(0.00999999978, 0, 0, 0)
  150. ReachBtn.Size = UDim2.new(0.300000012, 0, 0.150000006, 0)
  151. ReachBtn.Font = Enum.Font.Cartoon
  152. ReachBtn.Text = "Reach"
  153. ReachBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  154. ReachBtn.TextSize = 18.000
  155.  
  156. DamageBtn.Parent = MainFrame
  157. DamageBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. DamageBtn.BackgroundTransparency = 1.000
  159. DamageBtn.BorderSizePixel = 0
  160. DamageBtn.Position = UDim2.new(0.349999994, 0, 0, 0)
  161. DamageBtn.Size = UDim2.new(0.300000012, 0, 0.150000006, 0)
  162. DamageBtn.Font = Enum.Font.Cartoon
  163. DamageBtn.Text = "Dmg"
  164. DamageBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  165. DamageBtn.TextSize = 18.000
  166.  
  167. SettingsBtn.Parent = MainFrame
  168. SettingsBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. SettingsBtn.BackgroundTransparency = 1.000
  170. SettingsBtn.BorderSizePixel = 0
  171. SettingsBtn.Position = UDim2.new(0.689999998, 0, 0, 0)
  172. SettingsBtn.Size = UDim2.new(0.300000012, 0, 0.150000006, 0)
  173. SettingsBtn.Font = Enum.Font.Cartoon
  174. SettingsBtn.Text = "Settings"
  175. SettingsBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  176. SettingsBtn.TextSize = 18.000
  177.  
  178. ReachBar.Parent = MainFrame
  179. ReachBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. ReachBar.BorderSizePixel = 0
  181. ReachBar.Position = UDim2.new(0, 0, 0.135000005, 0)
  182. ReachBar.Selectable = false
  183. ReachBar.Size = UDim2.new(0.333000004, 0, 0.0199999996, 0)
  184. ReachBar.Font = Enum.Font.Cartoon
  185. ReachBar.Text = " "
  186. ReachBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. ReachBar.TextSize = 18.000
  188.  
  189. DamageBar.Parent = MainFrame
  190. DamageBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  191. DamageBar.BorderSizePixel = 0
  192. DamageBar.Position = UDim2.new(0.333000004, 0, 0.135000005, 0)
  193. DamageBar.Selectable = false
  194. DamageBar.Size = UDim2.new(0.333000004, 0, 0.0199999996, 0)
  195. DamageBar.Visible = false
  196. DamageBar.Font = Enum.Font.Cartoon
  197. DamageBar.Text = " "
  198. DamageBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  199. DamageBar.TextSize = 18.000
  200.  
  201. SettingsBar.Parent = MainFrame
  202. SettingsBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  203. SettingsBar.BorderSizePixel = 0
  204. SettingsBar.Position = UDim2.new(0.666000009, 0, 0.135000005, 0)
  205. SettingsBar.Selectable = false
  206. SettingsBar.Size = UDim2.new(0.333000004, 0, 0.0199999996, 0)
  207. SettingsBar.Visible = false
  208. SettingsBar.Font = Enum.Font.Cartoon
  209. SettingsBar.Text = " "
  210. SettingsBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  211. SettingsBar.TextSize = 18.000
  212.  
  213. ReachFrame.Parent = MainFrame
  214. ReachFrame.Active = true
  215. ReachFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  216. ReachFrame.BackgroundTransparency = 1.000
  217. ReachFrame.Position = UDim2.new(0, 0, 0.174999997, 0)
  218. ReachFrame.Size = UDim2.new(1, 0, 0.824999988, 0)
  219. ReachFrame.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  220.  
  221. CircleReachTxt.Parent = ReachFrame
  222. CircleReachTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  223. CircleReachTxt.BackgroundTransparency = 1.000
  224. CircleReachTxt.Position = UDim2.new(0, 0, 0.00999999978, 0)
  225. CircleReachTxt.Size = UDim2.new(0.649999976, 0, 0.075000003, 0)
  226. CircleReachTxt.Font = Enum.Font.Cartoon
  227. CircleReachTxt.Text = "Circle Reach:"
  228. CircleReachTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  229. CircleReachTxt.TextSize = 18.000
  230.  
  231. CircleReachToggleBtn.Parent = ReachFrame
  232. CircleReachToggleBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  233. CircleReachToggleBtn.BorderSizePixel = 0
  234. CircleReachToggleBtn.Position = UDim2.new(0.649999976, 0, 0, 0)
  235. CircleReachToggleBtn.Size = UDim2.new(0.275000006, 0, 0.0900000036, 0)
  236. CircleReachToggleBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  237. CircleReachToggleBtn.Font = Enum.Font.Cartoon
  238. CircleReachToggleBtn.Text = "Off"
  239. CircleReachToggleBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  240. CircleReachToggleBtn.TextSize = 18.000
  241.  
  242. CircleStudsTxt.Parent = ReachFrame
  243. CircleStudsTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  244. CircleStudsTxt.BackgroundTransparency = 1.000
  245. CircleStudsTxt.Position = UDim2.new(0.0799999982, 0, 0.140000001, 0)
  246. Cir

captcha