Advertisement
Guest User

Untitled

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