Advertisement
WaterHub

Untitled

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