Advertisement
Guest User

SFT Gui [Lua] (Sword Fighting Tournament)

a guest
Dec 26th, 2017
16,270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.55 KB | None | 0 0
  1. --Made by IAintNoHomo#4669
  2. --Game is Sword Fighting Tournament
  3. ----------------------------------------------------
  4. -- Objects
  5.  
  6. warn("SFT Gui is loading..")
  7.  
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local MainFrame = Instance.new("Frame")
  10. local TopFrame = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local CloseGUI = Instance.new("TextButton")
  13. local BottomFrame = Instance.new("Frame")
  14. local Credit = Instance.new("TextLabel")
  15. local Page1 = Instance.new("Frame")
  16. local EnterUsername = Instance.new("TextBox")
  17. local Points = Instance.new("TextButton")
  18. local Wins = Instance.new("TextButton")
  19. local Divide1 = Instance.new("Frame")
  20. local Invisible = Instance.new("TextButton")
  21. local Ghostly = Instance.new("TextButton")
  22. local NextPage_1 = Instance.new("TextButton")
  23. local Positive = Instance.new("TextButton")
  24. local Divide2 = Instance.new("Frame")
  25. local AutoRegen = Instance.new("TextButton")
  26. local Page2 = Instance.new("Frame")
  27. local DarkHeart = Instance.new("TextButton")
  28. local PrevPage_2 = Instance.new("TextButton")
  29. local Venomshank = Instance.new("TextButton")
  30. local Katana = Instance.new("TextButton")
  31. local GhostWalker = Instance.new("TextButton")
  32. local Firebrand = Instance.new("TextButton")
  33. local WindForce = Instance.new("TextButton")
  34. local RemoveMesh = Instance.new("TextButton")
  35. local Dagger = Instance.new("TextButton")
  36. local Illumina = Instance.new("TextButton")
  37. local Reach = Instance.new("TextButton")
  38. local SideFrame = Instance.new("Frame")
  39. local SideTitle = Instance.new("TextLabel")
  40. local OpenGUI = Instance.new("TextButton")
  41.  
  42. -- Properties
  43.  
  44. wait(5)
  45.  
  46. warn("SFT Gui has loaded!")
  47.  
  48. ScreenGui.Parent = game.CoreGui
  49.  
  50. MainFrame.Name = "MainFrame"
  51. MainFrame.Parent = ScreenGui
  52. MainFrame.Active = true
  53. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  54. MainFrame.BackgroundTransparency = 1
  55. MainFrame.Draggable = true
  56. MainFrame.Position = UDim2.new(0, 443, 0, 144)
  57. MainFrame.Size = UDim2.new(0, 250, 0, 300)
  58.  
  59. TopFrame.Name = "TopFrame"
  60. TopFrame.Parent = MainFrame
  61. TopFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  62. TopFrame.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  63. TopFrame.BorderSizePixel = 3
  64. TopFrame.Size = UDim2.new(0, 250, 0, 33)
  65.  
  66. Title.Name = "Title"
  67. Title.Parent = TopFrame
  68. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Title.BackgroundTransparency = 1
  70. Title.Position = UDim2.new(0.191, 0, 0, 0)
  71. Title.Size = UDim2.new(0, 150, 0, 33)
  72. Title.Font = Enum.Font.SourceSans
  73. Title.FontSize = Enum.FontSize.Size32
  74. Title.Text = "SFT Destroy"
  75. Title.TextColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  76. Title.TextSize = 30
  77. Title.TextWrapped = true
  78.  
  79. CloseGUI.Name = "CloseGUI"
  80. CloseGUI.Parent = TopFrame
  81. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  82. CloseGUI.BackgroundTransparency = 1
  83. CloseGUI.Position = UDim2.new(0.860000014, 0, 0, 0)
  84. CloseGUI.Size = UDim2.new(0, 33, 0, 33)
  85. CloseGUI.Font = Enum.Font.SourceSansSemibold
  86. CloseGUI.FontSize = Enum.FontSize.Size60
  87. CloseGUI.Text = "X"
  88. CloseGUI.TextColor3 = Color3.new(0.780392, 0.141176, 0.141176)
  89. CloseGUI.TextSize = 50
  90.  
  91. BottomFrame.Name = "BottomFrame"
  92. BottomFrame.Parent = MainFrame
  93. BottomFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  94. BottomFrame.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  95. BottomFrame.BorderSizePixel = 3
  96. BottomFrame.Position = UDim2.new(0, 0, 0.942365646, 0)
  97. BottomFrame.Size = UDim2.new(0, 250, 0, 23)
  98.  
  99. Credit.Name = "Credit"
  100. Credit.Parent = BottomFrame
  101. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Credit.BackgroundTransparency = 1
  103. Credit.Position = UDim2.new(0.100000001, 0, 0, 0)
  104. Credit.Size = UDim2.new(0, 200, 0, 23)
  105. Credit.Font = Enum.Font.SourceSansLight
  106. Credit.FontSize = Enum.FontSize.Size28
  107. Credit.Text = "IAintNoHomo"
  108. Credit.TextColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  109. Credit.TextSize = 25
  110.  
  111. Page1.Name = "Page1"
  112. Page1.Parent = MainFrame
  113. Page1.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  114. Page1.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  115. Page1.BorderSizePixel = 3
  116. Page1.Position = UDim2.new(0, 0, 0.125, 0)
  117. Page1.Size = UDim2.new(0, 250, 0, 240)
  118.  
  119. EnterUsername.Name = "EnterUsername"
  120. EnterUsername.Parent = Page1
  121. EnterUsername.BackgroundColor3 = Color3.new(0.921569, 0.890196, 0.796079)
  122. EnterUsername.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  123. EnterUsername.BorderSizePixel = 2
  124. EnterUsername.Position = UDim2.new(0.1602, 0, 0.0420698933, 0)
  125. EnterUsername.Size = UDim2.new(0, 130, 0, 30)
  126. EnterUsername.Font = Enum.Font.SourceSans
  127. EnterUsername.FontSize = Enum.FontSize.Size14
  128. EnterUsername.Text = "Playername"
  129. EnterUsername.TextScaled = true
  130. EnterUsername.TextSize = 14
  131. EnterUsername.TextWrapped = true
  132.  
  133. Points.Name = "Points"
  134. Points.Parent = Page1
  135. Points.BackgroundColor3 = Color3.new(0.784314, 0.368627, 0.368627)
  136. Points.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  137. Points.BorderSizePixel = 2
  138. Points.Position = UDim2.new(0.0399999991, 0, 0.21034947, 0)
  139. Points.Size = UDim2.new(0, 100, 0, 30)
  140. Points.Font = Enum.Font.SourceSans
  141. Points.FontSize = Enum.FontSize.Size28
  142. Points.Text = "Points"
  143. Points.TextSize = 25
  144. Points.TextWrapped = true
  145.  
  146. Wins.Name = "Wins"
  147. Wins.Parent = Page1
  148. Wins.BackgroundColor3 = Color3.new(0.784314, 0.368627, 0.368627)
  149. Wins.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  150. Wins.BorderSizePixel = 2
  151. Wins.Position = UDim2.new(0.560000002, 0, 0.21034947, 0)
  152. Wins.Size = UDim2.new(0, 100, 0, 30)
  153. Wins.Font = Enum.Font.SourceSans
  154. Wins.FontSize = Enum.FontSize.Size28
  155. Wins.Text = "Wins"
  156. Wins.TextSize = 25
  157. Wins.TextWrapped = true
  158.  
  159. Divide1.Name = "Divide1"
  160. Divide1.Parent = Page1
  161. Divide1.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  162. Divide1.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  163. Divide1.BorderSizePixel = 2
  164. Divide1.Position = UDim2.new(0, 0, 0.378629029, 0)
  165. Divide1.Size = UDim2.new(1, 0, 0, 0)
  166.  
  167. Invisible.Name = "Invisible"
  168. Invisible.Parent = Page1
  169. Invisible.BackgroundColor3 = Color3.new(0.784314, 0.368627, 0.368627)
  170. Invisible.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  171. Invisible.BorderSizePixel = 2
  172. Invisible.Position = UDim2.new(0.04005, 0, 0.488978529, 0)
  173. Invisible.Size = UDim2.new(0, 100, 0, 30)
  174. Invisible.Font = Enum.Font.SourceSans
  175. Invisible.FontSize = Enum.FontSize.Size24
  176. Invisible.Text = "Invisible"
  177. Invisible.TextSize = 20
  178. Invisible.TextWrapped = true
  179.  
  180. Ghostly.Name = "Ghostly"
  181. Ghostly.Parent = Page1
  182. Ghostly.BackgroundColor3 = Color3.new(0.784314, 0.368627, 0.368627)
  183. Ghostly.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  184. Ghostly.BorderSizePixel = 2
  185. Ghostly.Position = UDim2.new(0.560699999, 0, 0.488978529, 0)
  186. Ghostly.Size = UDim2.new(0, 100, 0, 30)
  187. Ghostly.Font = Enum.Font.SourceSans
  188. Ghostly.FontSize = Enum.FontSize.Size24
  189. Ghostly.Text = "Ghostly"
  190. Ghostly.TextSize = 20
  191. Ghostly.TextWrapped = true
  192.  
  193. NextPage_1.Name = "NextPage_1"
  194. NextPage_1.Parent = Page1
  195. NextPage_1.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  196. NextPage_1.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  197. NextPage_1.BorderSizePixel = 3
  198. NextPage_1.Position = UDim2.new(0.881099999, 0, 0.883467734, 0)
  199. NextPage_1.Size = UDim2.new(0.12015, 0, 0.126209676, 0)
  200. NextPage_1.Font = Enum.Font.SourceSansBold
  201. NextPage_1.FontSize = Enum.FontSize.Size32
  202. NextPage_1.Text = ">"
  203. NextPage_1.TextColor3 = Color3.new(0.921569, 0.921569, 0.921569)
  204. NextPage_1.TextSize = 30
  205.  
  206. Positive.Name = "Positive"
  207. Positive.Parent = Page1
  208. Positive.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  209. Positive.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  210. Positive.BorderSizePixel = 2
  211. Positive.Position = UDim2.new(0.680849969, 0, 0.0420698933, 0)
  212. Positive.Size = UDim2.new(0.12015, 0, 0.126209676, 0)
  213. Positive.Font = Enum.Font.SourceSansBold
  214. Positive.FontSize = Enum.FontSize.Size48
  215. Positive.Text = "+"
  216. Positive.TextColor3 = Color3.new(0.305882, 0.921569, 0.239216)
  217. Positive.TextSize = 45
  218.  
  219. Divide2.Name = "Divide2"
  220. Divide2.Parent = Page1
  221. Divide2.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  222. Divide2.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  223. Divide2.BorderSizePixel = 2
  224. Divide2.Position = UDim2.new(0, 0, 0.757258058, 0)
  225. Divide2.Size = UDim2.new(1, 0, 0, 0)
  226.  
  227. AutoRegen.Name = "AutoRegen"
  228. AutoRegen.Parent = Page1
  229. AutoRegen.BackgroundColor3 = Color3.new(0.411765, 0.741176, 0.258824)
  230. AutoRegen.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  231. AutoRegen.BorderSizePixel = 2
  232. AutoRegen.Position = UDim2.new(0.0399999991, 0, 0.82099998, 0)
  233. AutoRegen.Size = UDim2.new(0, 150, 0, 30)
  234. AutoRegen.Font = Enum.Font.SourceSans
  235. AutoRegen.FontSize = Enum.FontSize.Size24
  236. AutoRegen.Text = "AutoRegen Server/Round"
  237. AutoRegen.TextScaled = true
  238. AutoRegen.TextSize = 20
  239. AutoRegen.TextWrapped = true
  240.  
  241. Page2.Name = "Page2"
  242. Page2.Parent = MainFrame
  243. Page2.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  244. Page2.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  245. Page2.BorderSizePixel = 3
  246. Page2.Position = UDim2.new(0, 0, 0.125, 0)
  247. Page2.Size = UDim2.new(0, 250, 0, 240)
  248. Page2.Visible = false
  249.  
  250. DarkHeart.Name = "DarkHeart"
  251. DarkHeart.Parent = Page2
  252. DarkHeart.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  253. DarkHeart.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  254. DarkHeart.BorderSizePixel = 2
  255. DarkHeart.Position = UDim2.new(0.0399999991, 0, 0.0420698933, 0)
  256. DarkHeart.Size = UDim2.new(0, 100, 0, 30)
  257. DarkHeart.Font = Enum.Font.SourceSans
  258. DarkHeart.FontSize = Enum.FontSize.Size28
  259. DarkHeart.Text = "DarkHeart"
  260. DarkHeart.TextSize = 25
  261. DarkHeart.TextWrapped = true
  262.  
  263. PrevPage_2.Name = "PrevPage_2"
  264. PrevPage_2.Parent = Page2
  265. PrevPage_2.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  266. PrevPage_2.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  267. PrevPage_2.BorderSizePixel = 3
  268. PrevPage_2.Position = UDim2.new(0, 0, 0.883467734, 0)
  269. PrevPage_2.Size = UDim2.new(0.12015, 0, 0.126209676, 0)
  270. PrevPage_2.Font = Enum.Font.SourceSansBold
  271. PrevPage_2.FontSize = Enum.FontSize.Size32
  272. PrevPage_2.Text = "<"
  273. PrevPage_2.TextColor3 = Color3.new(0.921569, 0.921569, 0.921569)
  274. PrevPage_2.TextSize = 30
  275.  
  276. Venomshank.Name = "Venomshank"
  277. Venomshank.Parent = Page2
  278. Venomshank.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  279. Venomshank.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  280. Venomshank.BorderSizePixel = 2
  281. Venomshank.Position = UDim2.new(0.560000002, 0, 0.0420698933, 0)
  282. Venomshank.Size = UDim2.new(0, 100, 0, 30)
  283. Venomshank.Font = Enum.Font.SourceSans
  284. Venomshank.FontSize = Enum.FontSize.Size24
  285. Venomshank.Text = "Venomshank"
  286. Venomshank.TextSize = 20
  287. Venomshank.TextWrapped = true
  288.  
  289. Katana.Name = "Katana"
  290. Katana.Parent = Page2
  291. Katana.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  292. Katana.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  293. Katana.BorderSizePixel = 2
  294. Katana.Position = UDim2.new(0.560000002, 0, 0.21034947, 0)
  295. Katana.Size = UDim2.new(0, 100, 0, 30)
  296. Katana.Font = Enum.Font.SourceSans
  297. Katana.FontSize = Enum.FontSize.Size28
  298. Katana.Text = "Katana"
  299. Katana.TextSize = 25
  300. Katana.TextWrapped = true
  301.  
  302. GhostWalker.Name = "GhostWalker"
  303. GhostWalker.Parent = Page2
  304. GhostWalker.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  305. GhostWalker.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  306. GhostWalker.BorderSizePixel = 2
  307. GhostWalker.Position = UDim2.new(0.0399999991, 0, 0.21034947, 0)
  308. GhostWalker.Size = UDim2.new(0, 100, 0, 30)
  309. GhostWalker.Font = Enum.Font.SourceSans
  310. GhostWalker.FontSize = Enum.FontSize.Size24
  311. GhostWalker.Text = "Ghostwalker"
  312. GhostWalker.TextSize = 20
  313. GhostWalker.TextWrapped = true
  314.  
  315. Firebrand.Name = "Firebrand"
  316. Firebrand.Parent = Page2
  317. Firebrand.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  318. Firebrand.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  319. Firebrand.BorderSizePixel = 2
  320. Firebrand.Position = UDim2.new(0.0399999991, 0, 0.378629029, 0)
  321. Firebrand.Size = UDim2.new(0, 100, 0, 30)
  322. Firebrand.Font = Enum.Font.SourceSans
  323. Firebrand.FontSize = Enum.FontSize.Size28
  324. Firebrand.Text = "Firebrand"
  325. Firebrand.TextSize = 25
  326. Firebrand.TextWrapped = true
  327.  
  328. WindForce.Name = "WindForce"
  329. WindForce.Parent = Page2
  330. WindForce.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  331. WindForce.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  332. WindForce.BorderSizePixel = 2
  333. WindForce.Position = UDim2.new(0.560000002, 0, 0.378629029, 0)
  334. WindForce.Size = UDim2.new(0, 100, 0, 30)
  335. WindForce.Font = Enum.Font.SourceSans
  336. WindForce.FontSize = Enum.FontSize.Size28
  337. WindForce.Text = "WindForce"
  338. WindForce.TextSize = 25
  339. WindForce.TextWrapped = true
  340.  
  341. RemoveMesh.Name = "RemoveMesh"
  342. RemoveMesh.Parent = Page2
  343. RemoveMesh.BackgroundColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  344. RemoveMesh.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  345. RemoveMesh.BorderSizePixel = 2
  346. RemoveMesh.Position = UDim2.new(0.0399999991, 0, 0.715188146, 0)
  347. RemoveMesh.Size = UDim2.new(0, 100, 0, 30)
  348. RemoveMesh.Font = Enum.Font.SourceSans
  349. RemoveMesh.FontSize = Enum.FontSize.Size24
  350. RemoveMesh.Text = "RemoveMesh"
  351. RemoveMesh.TextSize = 20
  352. RemoveMesh.TextWrapped = true
  353.  
  354. Dagger.Name = "Dagger"
  355. Dagger.Parent = Page2
  356. Dagger.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  357. Dagger.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  358. Dagger.BorderSizePixel = 2
  359. Dagger.Position = UDim2.new(0.560000002, 0, 0.546908617, 0)
  360. Dagger.Size = UDim2.new(0, 100, 0, 30)
  361. Dagger.Font = Enum.Font.SourceSans
  362. Dagger.FontSize = Enum.FontSize.Size28
  363. Dagger.Text = "Dagger"
  364. Dagger.TextSize = 25
  365. Dagger.TextWrapped = true
  366.  
  367. Illumina.Name = "Illumina"
  368. Illumina.Parent = Page2
  369. Illumina.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  370. Illumina.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  371. Illumina.BorderSizePixel = 2
  372. Illumina.Position = UDim2.new(0.0399999991, 0, 0.546908617, 0)
  373. Illumina.Size = UDim2.new(0, 100, 0, 30)
  374. Illumina.Font = Enum.Font.SourceSans
  375. Illumina.FontSize = Enum.FontSize.Size28
  376. Illumina.Text = "Illumina"
  377. Illumina.TextSize = 25
  378. Illumina.TextWrapped = true
  379.  
  380. Reach.Name = "Reach"
  381. Reach.Parent = Page2
  382. Reach.BackgroundColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  383. Reach.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  384. Reach.BorderSizePixel = 2
  385. Reach.Position = UDim2.new(0.560000002, 0, 0.715188146, 0)
  386. Reach.Size = UDim2.new(0, 100, 0, 30)
  387. Reach.Font = Enum.Font.SourceSans
  388. Reach.FontSize = Enum.FontSize.Size28
  389. Reach.Text = "Reach"
  390. Reach.TextSize = 25
  391. Reach.TextWrapped = true
  392.  
  393. SideFrame.Name = "SideFrame"
  394. SideFrame.Parent = ScreenGui
  395. SideFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  396. SideFrame.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  397. SideFrame.BorderSizePixel = 3
  398. SideFrame.Position = UDim2.new(0.403669715, 0, 0.22580646, 0)
  399. SideFrame.Size = UDim2.new(0, 250, 0, 33)
  400. SideFrame.Visible = false
  401. SideFrame.Active = true
  402. SideFrame.Draggable = true
  403.  
  404. SideTitle.Name = "SideTitle"
  405. SideTitle.Parent = SideFrame
  406. SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  407. SideTitle.BackgroundTransparency = 1
  408. SideTitle.Position = UDim2.new(0.191, 0, 0, 0)
  409. SideTitle.Size = UDim2.new(0, 150, 0, 33)
  410. SideTitle.Font = Enum.Font.SourceSans
  411. SideTitle.FontSize = Enum.FontSize.Size32
  412. SideTitle.Text = "SFT Destroy"
  413. SideTitle.TextColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  414. SideTitle.TextSize = 30
  415. SideTitle.TextWrapped = true
  416.  
  417. OpenGUI.Name = "OpenGUI"
  418. OpenGUI.Parent = SideFrame
  419. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  420. OpenGUI.BackgroundTransparency = 1
  421. OpenGUI.Position = UDim2.new(0.860000014, 0, 0, 0)
  422. OpenGUI.Size = UDim2.new(0, 33, 0, 33)
  423. OpenGUI.Font = Enum.Font.SourceSansSemibold
  424. OpenGUI.FontSize = Enum.FontSize.Size60
  425. OpenGUI.Text = "X"
  426. OpenGUI.TextColor3 = Color3.new(0.780392, 0.141176, 0.141176)
  427. OpenGUI.TextSize = 50
  428.  
  429. -- Stuff
  430.  
  431. NextPage_1.MouseButton1Click:connect(function()
  432. Page1.Visible = false
  433. Page2.Visible = true
  434. end)
  435. PrevPage_2.MouseButton1Click:connect(function()
  436. Page1.Visible = true
  437. Page2.Visible = false
  438. end)
  439.  
  440. col = Color3.new(0.784314, 0.368627, 0.368627)
  441. loc = Color3.new(0.368627, 0.784314, 0.368627)
  442.  
  443. CloseGUI.MouseButton1Click:connect(function()
  444. MainFrame.Visible = false
  445. SideFrame.Visible = true
  446. SideFrame.Position = MainFrame.Position
  447. end)
  448.  
  449. OpenGUI.MouseButton1Click:connect(function()
  450. MainFrame.Visible = true
  451. SideFrame.Visible = false
  452. MainFrame.Position = SideFrame.Position
  453. end)
  454.  
  455. function shortnames(username) -- Credit Timeless
  456. local nameshort = {}
  457. for i,v in pairs(game.Players:GetPlayers()) do
  458. if v.Name:lower():sub(1, #username) == username:lower() then
  459. table.insert(nameshort,v)
  460. end
  461. end
  462. return nameshort
  463. end
  464.  
  465. negative = false
  466. Positive.MouseButton1Click:connect(function()
  467. negative = not negative
  468. if not negative then
  469. Positive.Text = "+"
  470. Positive.TextColor3 = Color3.new(0.305882, 0.921569, 0.239216)
  471. else
  472. Positive.Text = "-"
  473. Positive.TextColor3 = Color3.new(0.921569, 0.305882, 0.239216)
  474. end
  475. end)
  476.  
  477.  
  478. givepoints = false
  479. Points.MouseButton1Click:connect(function()
  480. usertxt = EnterUsername.Text
  481. givepoints = not givepoints
  482. if givepoints then
  483. Points.BackgroundColor3 = loc
  484. game:GetService('RunService').Stepped:connect(function()
  485. if givepoints then
  486. for i,v in pairs(shortnames(usertxt))do
  487. if negative then
  488. game.ReplicatedStorage.ChangeOtherAtributeBy:InvokeServer(v.Name, "Points", -3999)
  489. else
  490. game.ReplicatedStorage.ChangeOtherAtributeBy:InvokeServer(v.Name, "Points", 3999)
  491. end
  492. end
  493. end
  494. end)
  495. else
  496. Points.BackgroundColor3 = col
  497. end
  498. end)
  499.  
  500. givewins = false
  501. Wins.MouseButton1Click:connect(function()
  502. usertxt = EnterUsername.Text
  503. givewins = not givewins
  504. if givewins then
  505. Wins.BackgroundColor3 = loc
  506. game:GetService('RunService').Stepped:connect(function()
  507. if givewins then
  508. for i,v in pairs(shortnames(usertxt))do
  509. if negative then
  510. game.ReplicatedStorage.ChangeOtherAtributeBy:InvokeServer(v.Name, "Wins", -2)
  511. else
  512. game.ReplicatedStorage.ChangeOtherAtributeBy:InvokeServer(v.Name, "Wins", 2)
  513. end
  514. end
  515. end
  516. end)
  517. else
  518. Wins.BackgroundColor3 = col
  519. end
  520. end)
  521.  
  522. Invisible.MouseButton1Click:connect(function()
  523. game.ReplicatedStorage.SetVis:InvokeServer(1)
  524. end)
  525.  
  526. ghosts = false
  527. Ghostly.MouseButton1Click:connect(function()
  528. ghosts = not ghosts
  529. if ghosts then
  530. game:GetService('RunService').Stepped:connect(function()
  531. if ghosts then
  532. Ghostly.BackgroundColor3 = loc
  533. wait()
  534. game.ReplicatedStorage.SetVis:InvokeServer(0.9)
  535. wait()
  536. game.ReplicatedStorage.SetVis:InvokeServer(0.8)
  537. wait()
  538. game.ReplicatedStorage.SetVis:InvokeServer(0.7)
  539. wait()
  540. game.ReplicatedStorage.SetVis:InvokeServer(0.6)
  541. wait()
  542. game.ReplicatedStorage.SetVis:InvokeServer(0.5)
  543. wait()
  544. game.ReplicatedStorage.SetVis:InvokeServer(0.4)
  545. wait()
  546. game.ReplicatedStorage.SetVis:InvokeServer(0.3)
  547. wait()
  548. game.ReplicatedStorage.SetVis:InvokeServer(0.2)
  549. wait()
  550. game.ReplicatedStorage.SetVis:InvokeServer(0.1)
  551. wait()
  552. game.ReplicatedStorage.SetVis:InvokeServer(0.2)
  553. wait()
  554. game.ReplicatedStorage.SetVis:InvokeServer(0.3)
  555. wait()
  556. game.ReplicatedStorage.SetVis:InvokeServer(0.4)
  557. wait()
  558. game.ReplicatedStorage.SetVis:InvokeServer(0.5)
  559. wait()
  560. game.ReplicatedStorage.SetVis:InvokeServer(0.6)
  561. wait()
  562. game.ReplicatedStorage.SetVis:InvokeServer(0.7)
  563. wait()
  564. game.ReplicatedStorage.SetVis:InvokeServer(0.8)
  565. wait()
  566. game.ReplicatedStorage.SetVis:InvokeServer(0.9)
  567. wait()
  568. end
  569. end)
  570. else
  571. Ghostly.BackgroundColor3 = col
  572. game.ReplicatedStorage.SetVis:InvokeServer(0)
  573. end
  574. end)
  575.  
  576. DarkHeart.MouseButton1Click:connect(function()
  577. game.ReplicatedStorage.GiveSword:InvokeServer("Darkheart", game.Players.LocalPlayer)
  578. end)
  579. Illumina.MouseButton1Click:connect(function()
  580. game.ReplicatedStorage.GiveSword:InvokeServer("Illumina", game.Players.LocalPlayer)
  581. end)
  582. Katana.MouseButton1Click:connect(function()
  583. game.ReplicatedStorage.GiveSword:InvokeServer("Katana", game.Players.LocalPlayer)
  584. end)
  585. Dagger.MouseButton1Click:connect(function()
  586. game.ReplicatedStorage.GiveSword:InvokeServer("Dagger", game.Players.LocalPlayer)
  587. end)
  588. WindForce.MouseButton1Click:connect(function()
  589. game.ReplicatedStorage.GiveSword:InvokeServer("Windforce", game.Players.LocalPlayer)
  590. end)
  591. Venomshank.MouseButton1Click:connect(function()
  592. game.ReplicatedStorage.GiveSword:InvokeServer("Venomshank", game.Players.LocalPlayer)
  593. end)
  594. Firebrand.MouseButton1Click:connect(function()
  595. game.ReplicatedStorage.GiveSword:InvokeServer("Firebrand", game.Players.LocalPlayer)
  596. end)
  597. GhostWalker.MouseButton1Click:connect(function()
  598. game.ReplicatedStorage.GiveSword:InvokeServer("Ghostwalker", game.Players.LocalPlayer)
  599. end)
  600. RemoveMesh.MouseButton1Click:connect(function()
  601. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.Mesh:remove()
  602. end)
  603. Reach.MouseButton1Click:connect(function()
  604. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  605. if v:isA("Tool") then
  606. a=Instance.new("SelectionBox",v.Handle)
  607. a.Adornee=v.Handle
  608. v.Handle.Size=Vector3.new(0.5,0.5,60)
  609. v.GripPos=Vector3.new(0,0,0)
  610. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  611. end
  612. end
  613. end)
  614. AutoRegen.MouseButton1Click:connect(function()
  615. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  616. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  617. l.Parent = game.Players.LocalPlayer.Character
  618. l.Name = "Humanoid"
  619. wait(0.1)
  620. game.Players.LocalPlayer.Character["1"]:Destroy()
  621. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  622. game.Players.LocalPlayer.Character.Animate.Disabled = true
  623. wait(0.1)
  624. game.Players.LocalPlayer.Character.Animate.Disabled = false
  625. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  626. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement