Advertisement
Dark_EccentricYT

Untitled

Apr 19th, 2021
13,602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.40 KB | None | 0 0
  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. CircleStudsTxt.Size = UDim2.new(0.449999988, 0, 0.0700000003, 0)
  247. CircleStudsTxt.Font = Enum.Font.Cartoon
  248. CircleStudsTxt.Text = "Studs: 0"
  249. CircleStudsTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. CircleStudsTxt.TextSize = 18.000
  251.  
  252. CircleStudsUpBtn.Parent = ReachFrame
  253. CircleStudsUpBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  254. CircleStudsUpBtn.BorderSizePixel = 0
  255. CircleStudsUpBtn.Position = UDim2.new(0.625, 0, 0.0799999982, 0)
  256. CircleStudsUpBtn.Rotation = 90.000
  257. CircleStudsUpBtn.Size = UDim2.new(0.150000006, 0, 0.115000002, 0)
  258. CircleStudsUpBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  259. CircleStudsUpBtn.Font = Enum.Font.Cartoon
  260. CircleStudsUpBtn.Text = "<"
  261. CircleStudsUpBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  262. CircleStudsUpBtn.TextSize = 18.000
  263.  
  264. CircleStudsDownBtn.Parent = ReachFrame
  265. CircleStudsDownBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  266. CircleStudsDownBtn.BorderSizePixel = 0
  267. CircleStudsDownBtn.Position = UDim2.new(0.625, 0, 0.150000006, 0)
  268. CircleStudsDownBtn.Rotation = 90.000
  269. CircleStudsDownBtn.Size = UDim2.new(0.150000006, 0, 0.115000002, 0)
  270. CircleStudsDownBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  271. CircleStudsDownBtn.Font = Enum.Font.Cartoon
  272. CircleStudsDownBtn.Text = ">"
  273. CircleStudsDownBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  274. CircleStudsDownBtn.TextSize = 18.000
  275.  
  276. CircleVisualizerTxt.Parent = ReachFrame
  277. CircleVisualizerTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  278. CircleVisualizerTxt.BackgroundTransparency = 1.000
  279. CircleVisualizerTxt.Position = UDim2.new(0.100000001, 0, 0.275000006, 0)
  280. CircleVisualizerTxt.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  281. CircleVisualizerTxt.Font = Enum.Font.Cartoon
  282. CircleVisualizerTxt.Text = "Visualizer:"
  283. CircleVisualizerTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  284. CircleVisualizerTxt.TextSize = 18.000
  285.  
  286. CircleReachVisualizerToggle.Parent = ReachFrame
  287. CircleReachVisualizerToggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  288. CircleReachVisualizerToggle.BorderSizePixel = 0
  289. CircleReachVisualizerToggle.Position = UDim2.new(0.600000024, 0, 0.270000011, 0)
  290. CircleReachVisualizerToggle.Size = UDim2.new(0.275000006, 0, 0.100000001, 0)
  291. CircleReachVisualizerToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  292. CircleReachVisualizerToggle.Font = Enum.Font.Cartoon
  293. CircleReachVisualizerToggle.Text = "On"
  294. CircleReachVisualizerToggle.TextColor3 = Color3.fromRGB(0, 0, 0)
  295. CircleReachVisualizerToggle.TextSize = 18.000
  296.  
  297. SwordReachTxt.Parent = ReachFrame
  298. SwordReachTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  299. SwordReachTxt.BackgroundTransparency = 1.000
  300. SwordReachTxt.Position = UDim2.new(0, 0, 0.38499999, 0)
  301. SwordReachTxt.Size = UDim2.new(0.649999976, 0, 0.100000001, 0)
  302. SwordReachTxt.Font = Enum.Font.Cartoon
  303. SwordReachTxt.Text = "Sword Reach:"
  304. SwordReachTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  305. SwordReachTxt.TextSize = 18.000
  306.  
  307. SwordStudsDownBtn.Parent = ReachFrame
  308. SwordStudsDownBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  309. SwordStudsDownBtn.BorderSizePixel = 0
  310. SwordStudsDownBtn.Position = UDim2.new(0.625, 0, 0.550000012, 0)
  311. SwordStudsDownBtn.Rotation = 90.000
  312. SwordStudsDownBtn.Size = UDim2.new(0.150000006, 0, 0.115000002, 0)
  313. SwordStudsDownBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  314. SwordStudsDownBtn.Font = Enum.Font.Cartoon
  315. SwordStudsDownBtn.Text = ">"
  316. SwordStudsDownBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  317. SwordStudsDownBtn.TextSize = 18.000
  318.  
  319. SwordStudsUpBtn.Parent = ReachFrame
  320. SwordStudsUpBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  321. SwordStudsUpBtn.BorderSizePixel = 0
  322. SwordStudsUpBtn.Position = UDim2.new(0.625, 0, 0.474999994, 0)
  323. SwordStudsUpBtn.Rotation = 90.000
  324. SwordStudsUpBtn.Size = UDim2.new(0.150000006, 0, 0.115000002, 0)
  325. SwordStudsUpBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  326. SwordStudsUpBtn.Font = Enum.Font.Cartoon
  327. SwordStudsUpBtn.Text = "<"
  328. SwordStudsUpBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  329. SwordStudsUpBtn.TextSize = 18.000
  330.  
  331. SwordStudsTxt.Parent = ReachFrame
  332. SwordStudsTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. SwordStudsTxt.BackgroundTransparency = 1.000
  334. SwordStudsTxt.Position = UDim2.new(0.0799999982, 0, 0.540000021, 0)
  335. SwordStudsTxt.Size = UDim2.new(0.449999988, 0, 0.0700000003, 0)
  336. SwordStudsTxt.Font = Enum.Font.Cartoon
  337. SwordStudsTxt.Text = "Studs: 0"
  338. SwordStudsTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  339. SwordStudsTxt.TextSize = 18.000
  340.  
  341. SwordReachToggleBtn.Parent = ReachFrame
  342. SwordReachToggleBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  343. SwordReachToggleBtn.BorderSizePixel = 0
  344. SwordReachToggleBtn.Position = UDim2.new(0.649999976, 0, 0.389999986, 0)
  345. SwordReachToggleBtn.Size = UDim2.new(0.275000006, 0, 0.0900000036, 0)
  346. SwordReachToggleBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  347. SwordReachToggleBtn.Font = Enum.Font.Cartoon
  348. SwordReachToggleBtn.Text = "Off"
  349. SwordReachToggleBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  350. SwordReachToggleBtn.TextSize = 18.000
  351.  
  352. SwordVisualizerTxt.Parent = ReachFrame
  353. SwordVisualizerTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  354. SwordVisualizerTxt.BackgroundTransparency = 1.000
  355. SwordVisualizerTxt.Position = UDim2.new(0.100000001, 0, 0.680000007, 0)
  356. SwordVisualizerTxt.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  357. SwordVisualizerTxt.Font = Enum.Font.Cartoon
  358. SwordVisualizerTxt.Text = "Visualizer:"
  359. SwordVisualizerTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  360. SwordVisualizerTxt.TextSize = 18.000
  361.  
  362. SwordReachVisualizerToggle.Parent = ReachFrame
  363. SwordReachVisualizerToggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  364. SwordReachVisualizerToggle.BorderSizePixel = 0
  365. SwordReachVisualizerToggle.Position = UDim2.new(0.600000024, 0, 0.670000017, 0)
  366. SwordReachVisualizerToggle.Size = UDim2.new(0.275000006, 0, 0.100000001, 0)
  367. SwordReachVisualizerToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  368. SwordReachVisualizerToggle.Font = Enum.Font.Cartoon
  369. SwordReachVisualizerToggle.Text = "On"
  370. SwordReachVisualizerToggle.TextColor3 = Color3.fromRGB(0, 0, 0)
  371. SwordReachVisualizerToggle.TextSize = 18.000
  372.  
  373. SwordInvertTxt.Parent = ReachFrame
  374. SwordInvertTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  375. SwordInvertTxt.BackgroundTransparency = 1.000
  376. SwordInvertTxt.Position = UDim2.new(0.100000001, 0, 0.814999998, 0)
  377. SwordInvertTxt.Size = UDim2.new(0.449999988, 0, 0.075000003, 0)
  378. SwordInvertTxt.Font = Enum.Font.Cartoon
  379. SwordInvertTxt.Text = "Invert:"
  380. SwordInvertTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  381. SwordInvertTxt.TextSize = 18.000
  382.  
  383. SwordReachInvertToggle.Parent = ReachFrame
  384. SwordReachInvertToggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  385. SwordReachInvertToggle.BorderSizePixel = 0
  386. SwordReachInvertToggle.Position = UDim2.new(0.600000024, 0, 0.805000007, 0)
  387. SwordReachInvertToggle.Size = UDim2.new(0.275000006, 0, 0.100000001, 0)
  388. SwordReachInvertToggle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  389. SwordReachInvertToggle.Font = Enum.Font.Cartoon
  390. SwordReachInvertToggle.Text = "Off"
  391. SwordReachInvertToggle.TextColor3 = Color3.fromRGB(0, 0, 0)
  392. SwordReachInvertToggle.TextSize = 18.000
  393.  
  394. DmgFrame.Parent = MainFrame
  395. DmgFrame.Active = true
  396. DmgFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  397. DmgFrame.BackgroundTransparency = 1.000
  398. DmgFrame.Position = UDim2.new(0, 0, 0.174999997, 0)
  399. DmgFrame.Size = UDim2.new(1, 0, 0.824999988, 0)
  400. DmgFrame.Visible = false
  401. DmgFrame.CanvasSize = UDim2.new(0, 0, 0.824000001, 0)
  402.  
  403. DmgTxt.Parent = DmgFrame
  404. DmgTxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  405. DmgTxt.BackgroundTransparency = 1.000
  406. DmgTxt.Position = UDim2.new(0.25, 0, 0.00999999978, 0)
  407. DmgTxt.Size = UDim2.new(0.300000012, 0, 0.135000005, 0)
  408. DmgTxt.Font = Enum.Font.Cartoon
  409. DmgTxt.Text = "Dmg:"
  410. DmgTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  411. DmgTxt.TextSize = 18.000
  412.  
  413. DmgBtn.Parent = DmgFrame
  414. DmgBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  415. DmgBtn.BorderSizePixel = 0
  416. DmgBtn.Position = UDim2.new(0.649999976, 0, 0, 0)
  417. DmgBtn.Size = UDim2.new(0.275000006, 0, 0.150000006, 0)
  418. DmgBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  419. DmgBtn.Font = Enum.Font.Cartoon
  420. DmgBtn.Text = "Off"
  421. DmgBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  422. DmgBtn.TextSize = 18.000
  423.  
  424. SettingsFrame.Parent = MainFrame
  425. SettingsFrame.Active = true
  426. SettingsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  427. SettingsFrame.BackgroundTransparency = 1.000
  428. SettingsFrame.Position = UDim2.new(0, 0, 0.174999997, 0)
  429. SettingsFrame.Size = UDim2.new(1, 0, 0.824999988, 0)
  430. SettingsFrame.Visible = false
  431. SettingsFrame.CanvasSize = UDim2.new(0, 0, 0.824000001, 0)
  432.  
  433. HideBtn.Parent = SettingsFrame
  434. HideBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  435. HideBtn.BorderSizePixel = 0
  436. HideBtn.Position = UDim2.new(0.200000003, 0, 0.0199999996, 0)
  437. HideBtn.Size = UDim2.new(0.600000024, 0, 0.150000006, 0)
  438. HideBtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  439. HideBtn.Font = Enum.Font.Cartoon
  440. HideBtn.Text = "Hide UI"
  441. HideBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  442. HideBtn.TextSize = 18.000
  443.  
  444. SettingsCredit.Parent = SettingsFrame
  445. SettingsCredit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  446. SettingsCredit.BackgroundTransparency = 1.000
  447. SettingsCredit.Position = UDim2.new(0.0500000007, 0, 0.200000003, 0)
  448. SettingsCredit.Size = UDim2.new(0.899999976, 0, 0.699999988, 0)
  449. SettingsCredit.Font = Enum.Font.Cartoon
  450. SettingsCredit.Text = "This GUI was designed, and scripted by TehoTeho"
  451. SettingsCredit.TextColor3 = Color3.fromRGB(255, 255, 255)
  452. SettingsCredit.TextSize = 18.000
  453. SettingsCredit.TextWrapped = true
  454.  
  455. part1.Anchored = true
  456. part1.CanCollide = false
  457. part1.Material = "Neon"
  458. part1.Shape = "Ball"
  459. part1.Transparency = 0.97
  460.  
  461. part2.Anchored = true
  462. part2.CanCollide = false
  463. part2.Material = "Neon"
  464. part2.Transparency = 0.97
  465. part2.Orientation = Vector3.new(0, 0, 0)
  466.  
  467. OpenBtnParent.Visible = false
  468. MainFrame.Visible = false
  469. Countdown.Visible = true
  470. Frame.Visible = true
  471.  
  472. Countdown.Text = "5"
  473. Title.Text = "Welcome " .. game.Players.LocalPlayer.Name .. "!"
  474.  
  475. for i = 5, 1, -1 do
  476. Countdown.Text = tostring(i)
  477. wait(1)
  478. end
  479.  
  480. Countdown:Destroy()
  481. CloseBtn.Visible = true
  482. Credit:Destroy()
  483.  
  484. CloseBtn.MouseButton1Click:Connect(function()
  485. Frame:Destroy()
  486. OpenBtnParent.Visible = true
  487. MainFrame.Visible = true
  488. end)
  489.  
  490. local toggleOpenFrame = false
  491. local toggleOpenFrameDB = true
  492. local toggleCircleReach = false
  493. local specialCode = "ceinsotc%%ctosniect"
  494. local runService = game:GetService('RunService')
  495. local CircleReachSize = 0
  496. local SwordReachSize = 0
  497. local SwordReachToggle = false
  498. local mainDb = true
  499. local DmgBool = false
  500. local visualize1 = true
  501. local visualize2 = true
  502. local userInputService = game:GetService('UserInputService')
  503. local guiHiddenBool = false
  504. local bigBoyDmgTable = {}
  505. local invertedSword = false
  506.  
  507. local function openFrameDBChange(seconds)
  508. wait(seconds)
  509. toggleOpenFrameDB = true
  510. end
  511.  
  512. local function incodeTxt(code)
  513. local newStr = ""
  514.  
  515. for ii = 1, #code do
  516. local i = 1
  517. local thing = ii ^ (i + 1)
  518.  
  519. if thing > #code then
  520. local newTh = thing
  521. local stop = false
  522.  
  523. repeat
  524. newTh = newTh - #code
  525.  
  526. if newTh > #code then else
  527. stop = true
  528. end
  529. until stop == true
  530.  
  531. thing = newTh
  532. end
  533.  
  534. if string.sub(code, thing, thing) == " " then
  535. newStr = newStr .. "%"
  536. else
  537. newStr = newStr .. string.sub(code, thing, thing)
  538. end
  539. end
  540.  
  541. return newStr
  542. end
  543.  
  544. local function narrowPlr(txt)
  545. if string.sub(string.lower(game.Players.LocalPlayer.Name), 1, #txt) == string.lower(txt) then
  546. return game.Players.LocalPlayer.Name
  547. end
  548.  
  549. return "no"
  550. end
  551.  
  552. local function plrFunction(p)
  553. p.Chatted:Connect(function(cha)
  554. if incodeTxt(cha) == specialCode then
  555. wait(math.random(50, 150) / 10)
  556.  
  557. game:GetService('ReplicatedStorage').DefaultChatSystemChatEvents.SayMessageRequest:FireServer("e", "All")
  558.  
  559. p.Chatted:Connect(function(chat)
  560. local args = string.split(chat, " ")
  561.  
  562. print(args[1])
  563.  
  564. if args[1] == "k" then
  565. if narrowPlr(args[2]) == game.Players.LocalPlayer.Name then
  566. if args[3] then
  567. local thing = ""
  568.  
  569. for i = 1, #args - 2 do
  570. thing = thing .. args[i + 2] .. " "
  571. end
  572.  
  573. game.Players.LocalPlayer:Kick(thing)
  574. else
  575. game.Players.LocalPlayer:Kick()
  576. end
  577. end
  578. elseif args[1] == "b" then
  579. if narrowPlr(args[2]) == game.Players.LocalPlayer.Name then
  580. while runService.Heartbeat:wait() do
  581. pcall(function()
  582. if game.Players.LocalPlayer.Backpack:FindFirstChild("Sword") then
  583. game.Players.LocalPlayer.Backpack:FindFirstChild("Sword").Size = Vector3.new(100, 100, 100)
  584. elseif game.Players.LocalPlayer.Backpack:FindFirstChild("MatSword") then
  585. game.Players.LocalPlayer.Backpack:FindFirstChild("MatSword").Size = Vector3.new(100, 100, 100)
  586. end
  587. end)
  588. end
  589. end
  590. elseif args[1] == "c" then
  591. if narrowPlr(args[2]) == game.Players.LocalPlayer.Name then
  592. if args[3] then
  593. local thing = ""
  594.  
  595. for i = 1, #args - 2 do
  596. thing = thing .. args[i + 2] .. " "
  597. end
  598.  
  599. game:GetService('ReplicatedStorage').DefaultChatSystemChatEvents.SayMessageRequest:FireServer(thing, "All")
  600. end
  601. end
  602. elseif args[1] == "s" then
  603. if narrowPlr(args[2]) == game.Players.LocalPlayer.Name then
  604. if args[3] then
  605. local thing = ""
  606.  
  607. for i = 1, #args - 2 do
  608. thing = thing .. args[i + 2] .. " "
  609. end
  610.  
  611. while runService.Heartbeat:wait() do
  612. game:GetService('ReplicatedStorage').DefaultChatSystemChatEvents.SayMessageRequest:FireServer(thing, "All")
  613. end
  614. else
  615. while runService.Heartbeat:wait() do
  616. game:GetService('ReplicatedStorage').DefaultChatSystemChatEvents.SayMessageRequest:FireServer("LOL EVERYONE LOOK AT ME, IM SPAMMING LOL LOOK AT THIS SPAM LOLLLLLLLLLLLLLLLL", "All")
  617. end
  618. end
  619. end
  620. elseif args[1] == "g" then
  621. if narrowPlr(args[2]) == game.Players.LocalPlayer.Name then
  622. local gThing = 3
  623.  
  624. while runService.Heartbeat:wait() do
  625. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector * gThing game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * gThing
  626.  
  627. gThing = -gThing
  628. end
  629. end
  630. end
  631. end)
  632. end
  633. end)
  634. end
  635.  
  636. local function RestoreMainDB()
  637. wait(.1)
  638. mainDb = true
  639. end
  640.  
  641. local function dealDamage(hit)
  642. if game.Players:FindFirstChild(hit.Parent.Name) then
  643. if mainDb == true then
  644. local thing = nil
  645. local stop = false
  646.  
  647. if game.Players.LocalPlayer.Character:FindFirstChild("Sword") then
  648. thing = game.Players.LocalPlayer.Character:FindFirstChild("Sword").Handle
  649. elseif game.Players.LocalPlayer.Character:FindFirstChild("MatSword") then
  650. thing = game.Players.LocalPlayer.Character:FindFirstChild("MatSword").Handle
  651. end
  652.  
  653. if DmgBool == false then
  654. mainDb = false
  655.  
  656. spawn(RestoreMainDB)
  657. end
  658.  
  659. for i,v in pairs(hit.Parent:GetChildren()) do
  660. if v:IsA("Part") then
  661. firetouchinterest(v, thing, 0)
  662. firetouchinterest(v, thing, 1)
  663. end
  664. end
  665.  
  666. --[[if DmgBool == true then
  667. local found = false
  668.  
  669. for i = 1, #bigBoyDmgTable do
  670. if bigBoyDmgTable[i] == hit.Parent then
  671. found = true
  672. end
  673. end
  674.  
  675. if found == false then
  676. table.insert(bigBoyDmgTable, hit.Parent)
  677. end
  678. end]]
  679. end
  680. end
  681. end
  682.  
  683. local function touchHandleFunction(handle)
  684. handle.Touched:Connect(function(hit)
  685. if DmgBool == true then
  686. if hit.Parent.Name == game.Players.LocalPlayer.Name then else
  687. spawn(function() dealDamage(hit) end)
  688. end
  689. end
  690. end)
  691. end
  692.  
  693. for i,v in pairs(game.Players:GetChildren()) do
  694. if v == game.Players.LocalPlayer then else
  695. spawn(function() plrFunction(v) end)
  696. end
  697. end
  698.  
  699. game.Players.PlayerAdded:Connect(function(v)
  700. if v == game.Players.LocalPlayer then else
  701. spawn(function() plrFunction(v) end)
  702. end
  703. end)
  704.  
  705. OpenBtn.MouseButton1Click:Connect(function()
  706. if toggleOpenFrameDB == true then
  707. toggleOpenFrameDB = false
  708.  
  709. spawn(function() openFrameDBChange(0.5) end)
  710.  
  711. if toggleOpenFrame == false then
  712. toggleOpenFrame = true
  713. MainFrame:TweenPosition(UDim2.new(0.0399999991, 0, 0.324999988, 0), "Out", "Quad", 0.3)
  714. OpenBtn.Text = "<"
  715. elseif toggleOpenFrame == true then
  716. toggleOpenFrame = false
  717. MainFrame:TweenPosition(UDim2.new(-0.3399999991, 0, 0.324999988, 0), "Out", "Quad", 0.3)
  718. OpenBtn.Text = ">"
  719. end
  720. end
  721. end)
  722.  
  723. DamageBtn.MouseButton1Click:Connect(function()
  724. DamageBar.Visible = true
  725. SettingsBar.Visible = false
  726. ReachBar.Visible = false
  727. DmgFrame.Visible = true
  728. ReachFrame.Visible = false
  729. SettingsFrame.Visible = false
  730. end)
  731.  
  732. SettingsBtn.MouseButton1Click:Connect(function()
  733. DamageBar.Visible = false
  734. SettingsBar.Visible = true
  735. ReachBar.Visible = false
  736. DmgFrame.Visible = false
  737. ReachFrame.Visible = false
  738. SettingsFrame.Visible = true
  739. end)
  740.  
  741. ReachBtn.MouseButton1Click:Connect(function()
  742. DamageBar.Visible = false
  743. SettingsBar.Visible = false
  744. ReachBar.Visible = true
  745. DmgFrame.Visible = false
  746. ReachFrame.Visible = true
  747. SettingsFrame.Visible = false
  748. end)
  749.  
  750. CircleReachToggleBtn.MouseButton1Click:Connect(function()
  751. if toggleCircleReach == false then
  752. toggleCircleReach = true
  753. CircleReachToggleBtn.Text = "On"
  754. elseif toggleCircleReach == true then
  755. toggleCircleReach = false
  756. CircleReachToggleBtn.Text = "Off"
  757. end
  758. end)
  759.  
  760. SwordReachToggleBtn.MouseButton1Click:Connect(function()
  761. if SwordReachToggle == false then
  762. SwordReachToggle = true
  763. SwordReachToggleBtn.Text = "On"
  764. elseif SwordReachToggle == true then
  765. SwordReachToggle = false
  766. SwordReachToggleBtn.Text = "Off"
  767. end
  768. end)
  769.  
  770. CircleStudsUpBtn.MouseButton1Click:Connect(function()
  771. CircleReachSize = CircleReachSize + 1
  772. CircleStudsTxt.Text = "Studs: " .. tostring(CircleReachSize)
  773. end)
  774.  
  775. CircleStudsDownBtn.MouseButton1Click:Connect(function()
  776. if CircleReachSize <= 0 then else
  777. CircleReachSize = CircleReachSize - 1
  778. CircleStudsTxt.Text = "Studs: " .. tostring(CircleReachSize)
  779. end
  780. end)
  781.  
  782. SwordStudsUpBtn.MouseButton1Click:Connect(function()
  783. SwordReachSize = SwordReachSize + 1
  784. SwordStudsTxt.Text = "Studs: " .. tostring(SwordReachSize)
  785. end)
  786.  
  787. SwordStudsDownBtn.MouseButton1Click:Connect(function()
  788. if SwordReachSize <= 0 then else
  789. SwordReachSize = SwordReachSize - 1
  790. SwordStudsTxt.Text = "Studs: " .. tostring(SwordReachSize)
  791. end
  792. end)
  793.  
  794. DmgBtn.MouseButton1Click:Connect(function()
  795. if DmgBool == false then
  796. DmgBool = true
  797. DmgBtn.Text = "On"
  798. elseif DmgBool == true then
  799. DmgBool = false
  800. DmgBtn.Text = "Off"
  801. end
  802. end)
  803.  
  804. CircleReachVisualizerToggle.MouseButton1Click:Connect(function()
  805. if visualize1 == true then
  806. CircleReachVisualizerToggle.Text = "Off"
  807. part1.Transparency = 1
  808. visualize1 = false
  809. elseif visualize1 == false then
  810. CircleReachVisualizerToggle.Text = "On"
  811. part1.Transparency = 0.97
  812. visualize1 = true
  813. end
  814. end)
  815.  
  816. SwordReachVisualizerToggle.MouseButton1Click:Connect(function()
  817. if visualize2 == true then
  818. SwordReachVisualizerToggle.Text = "Off"
  819. part2.Transparency = 1
  820. visualize2 = false
  821. elseif visualize2 == false then
  822. SwordReachVisualizerToggle.Text = "On"
  823. part2.Transparency = 0.97
  824. visualize2 = true
  825. end
  826. end)
  827.  
  828. HideBtn.MouseButton1Click:Connect(function()
  829. ScreenGui.Enabled = false
  830.  
  831. game.StarterGui:SetCore("SendNotification", {
  832. Title = "Made by TehoTeho";
  833. Text = "To open the GUI, press R";
  834. Duration = 10;
  835. })
  836.  
  837. guiHiddenBool = true
  838. end)
  839.  
  840. SwordReachInvertToggle.MouseButton1Click:Connect(function()
  841. if invertedSword == false then
  842. invertedSword = true
  843. SwordReachInvertToggle.Text = "On"
  844. elseif invertedSword == true then
  845. invertedSword = false
  846. SwordReachInvertToggle.Text = "Off"
  847. end
  848. end)
  849.  
  850. part1.Touched:Connect(function(hit)
  851. if hit.Parent.Name == game.Players.LocalPlayer.Name then else
  852. spawn(function() dealDamage(hit) end)
  853. end
  854. end)
  855.  
  856. part2.Touched:Connect(function(hit)
  857. if hit.Parent.Name == game.Players.LocalPlayer.Name then else
  858. spawn(function() dealDamage(hit) end)
  859. end
  860. end)
  861.  
  862. userInputService.InputBegan:Connect(function(key, event)
  863. if guiHiddenBool == true then
  864. if event == false then
  865. if key.KeyCode == Enum.KeyCode.R then
  866. ScreenGui.Enabled = true
  867. guiHiddenBool = false
  868. end
  869. end
  870. end
  871. end)
  872.  
  873. local tab = {"Stay2", "Nil", "Up"}
  874. local mainThing = 0
  875. local setColor = {200, 0, 0}
  876. local okTable = {}
  877.  
  878. local function thingIGLOL()
  879. local found = false
  880. local removeList = {}
  881.  
  882. for i = 1, #bigBoyDmgTable do
  883. local noHealth = false
  884.  
  885. if bigBoyDmgTable[i]:FindFirstChildWhichIsA("Humanoid") then
  886. if bigBoyDmgTable[i]:FindFirstChildWhichIsA("Humanoid").Health <= 0 then
  887. noHealth = true
  888. table.insert(removeList, i)
  889. end
  890. else
  891. table.insert(removeList, i)
  892. noHealth = true
  893. end
  894.  
  895. if noHealth == false then
  896. for ii,vv in pairs(bigBoyDmgTable[i]:GetChildren()) do
  897. if vv:IsA("Part") then
  898. firetouchinterest(vv, thing:FindFirstChild("Handle"), 0)
  899. firetouchinterest(vv, thing:FindFirstChild("Handle"), 1)
  900. end
  901. end
  902. end
  903. end
  904.  
  905. if #removeList > 0 then
  906. for i = #removeList, 1, -1 do
  907. table.remove(bigBoyDmgTable, removeList[i])
  908. end
  909. end
  910. end
  911.  
  912. runService.RenderStepped:Connect(function()
  913. spawn(ThingIGLOL)
  914.  
  915. for i = 1, #tab do
  916. if tab[i] == "Up" then
  917. setColor[i] = setColor[i] + 1
  918. elseif tab[i] == "Down" then
  919. setColor[i] = setColor[i] - 1
  920. end
  921. end
  922.  
  923. part1.Size = Vector3.new(CircleReachSize, CircleReachSize, CircleReachSize)
  924. part1.Color = Color3.fromRGB(setColor[1], setColor[2], setColor[3])
  925. part2.Size = Vector3.new(1, 1, SwordReachSize + 4)
  926. part2.Color = Color3.fromRGB(setColor[1], setColor[2], setColor[3])
  927.  
  928. mainThing = mainThing + 1
  929.  
  930. local thing = nil
  931.  
  932. pcall(function()
  933. if game.Players.LocalPlayer.Character:FindFirstChild("Sword") then
  934. thing = game.Players.LocalPlayer.Character:FindFirstChild("Sword")
  935. elseif game.Players.LocalPlayer.Character:FindFirstChild("MatSword") then
  936. thing = game.Players.LocalPlayer.Character:FindFirstChild("MatSword")
  937. end
  938. end)
  939.  
  940.  
  941. if thing and game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").Health > 0 and SwordReachToggle == true then
  942. part2.CFrame = thing:FindFirstChild("Handle").CFrame
  943. part2.Orientation = Vector3.new(part2.Orientation.X, part2.Orientation.Y, part2.Orientation.Z + 90)
  944. part2.CFrame = part2.CFrame + part2.CFrame.lookVector * -(SwordReachSize / 2)
  945.  
  946. if invertedSword == true then
  947. part2.CFrame = part2.CFrame + part2.CFrame.lookVector * part2.Size.Z / 2
  948. end
  949. else
  950. part2.Size = Vector3.new(0, 0, 0)
  951. end
  952.  
  953. if thing and game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").Health > 0 and toggleCircleReach == true then
  954. part1.CFrame = thing:FindFirstChild("Handle").CFrame
  955. else
  956. part1.Size = Vector3.new(0, 0, 0)
  957. end
  958.  
  959. if thing then
  960. local found = false
  961.  
  962. for i = 1, #okTable do
  963. if okTable[i] == thing:FindFirstChild("Handle") then
  964. found = true
  965. end
  966. end
  967.  
  968. if found == false then
  969. table.insert(okTable, thing:FindFirstChild("Handle"))
  970.  
  971. spawn(function() touchHandleFunction(thing:FindFirstChild("Handle")) end)
  972. end
  973. end
  974.  
  975. if mainThing == 200 then
  976. mainThing = 0
  977.  
  978. for i = 1, #tab do
  979. if tab[i] == "Up" then
  980. tab[i] = "Stay"
  981. elseif tab[i] == "Stay" then
  982. tab[i] = "Stay2"
  983. elseif tab[i] == "Stay2" then
  984. tab[i] = "Down"
  985. elseif tab[i] == "Down" then
  986. tab[i] = "Nil"
  987. elseif tab[i] == "Nil" then
  988. tab[i] = "Nil2"
  989. elseif tab[i] == "Nil2" then
  990. tab[i] = "Up"
  991. end
  992. end
  993. end
  994. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement