Advertisement
OofeyDoofy

Untitled

Jan 22nd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.49 KB | None | 0 0
  1. wait(0.5)
  2. Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  3.  
  4. local Frame = Instance.new("Frame")
  5. local SCRIPTS = Instance.new("TextButton")
  6. local Scripts = Instance.new("ScrollingFrame")
  7. local RedSword = Instance.new("TextButton")
  8. local GrabKnifev3 = Instance.new("TextButton")
  9. local DEX = Instance.new("TextButton")
  10. local Claws = Instance.new("TextButton")
  11. local Johndoe = Instance.new("TextButton")
  12. local Sing = Instance.new("TextButton")
  13. local Suicide = Instance.new("TextButton")
  14. local M4A1 = Instance.new("TextButton")
  15. local Shedletsky = Instance.new("TextButton")
  16. local Kek = Instance.new("TextButton")
  17. local Pinkguns = Instance.new("TextButton")
  18. local Bleach = Instance.new("TextButton")
  19. local Menu = Instance.new("TextLabel")
  20. local MISC = Instance.new("TextButton")
  21. local Misc = Instance.new("Frame")
  22. local Execute = Instance.new("TextButton")
  23. local MusicBox = Instance.new("TextBox")
  24. local Topkek40 = Instance.new("TextButton")
  25. local rocky = Instance.new("TextButton")
  26. local Gear = Instance.new("ScrollingFrame")
  27. local AirStrike = Instance.new("TextButton")
  28. local Bloxster2XH = Instance.new("TextButton")
  29. local ClassicPlane = Instance.new("TextButton")
  30. local DarkHeart = Instance.new("TextButton")
  31. local DarkestArtsSword = Instance.new("TextButton")
  32. local Ghostwalker = Instance.new("TextButton")
  33. local HyperlaserGun = Instance.new("TextButton")
  34. local Icedagger = Instance.new("TextButton")
  35. local Illumina = Instance.new("TextButton")
  36. local LinkedSword = Instance.new("TextButton")
  37. local OverseerBow = Instance.new("TextButton")
  38. local VenomShank = Instance.new("TextButton")
  39. local WebSlinger = Instance.new("TextButton")
  40. local WindForce = Instance.new("TextButton")
  41. local Execute_2 = Instance.new("TextButton")
  42. local GearBox = Instance.new("TextBox")
  43. local Reset = Instance.new("TextButton")
  44. local GEAR = Instance.new("TextButton")
  45.  
  46. -- Properties
  47.  
  48. Frame.Parent = game.Players.LocalPlayer.PlayerGui["ScreenGui"]
  49. Frame.BackgroundColor3 = Color3.new(0.00392157, 0.0196078, 0.0823529)
  50. Frame.BackgroundTransparency = 0.5
  51. Frame.Position = UDim2.new(0, 0, 0, 200)
  52. Frame.Size = UDim2.new(0, 150, 0, 400)
  53.  
  54. SCRIPTS.Name = "SCRIPTS"
  55. SCRIPTS.Parent = Frame
  56. SCRIPTS.BackgroundColor3 = Color3.new(0.0235294, 0.415686, 1)
  57. SCRIPTS.Position = UDim2.new(0, 10, 0, 35)
  58. SCRIPTS.Size = UDim2.new(0, 125, 0, 40)
  59. SCRIPTS.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  60. SCRIPTS.Font = Enum.Font.SourceSans
  61. SCRIPTS.Text = "Scripts"
  62. SCRIPTS.TextColor3 = Color3.new(0, 0, 0)
  63. SCRIPTS.TextSize = 25
  64.  
  65. Scripts.Name = "Scripts"
  66. Scripts.Parent = Frame
  67. Scripts.BackgroundColor3 = Color3.new(0.109804, 0.219608, 0.337255)
  68. Scripts.BackgroundTransparency = 0.30000001192093
  69. Scripts.Position = UDim2.new(0, 150, 0, 0)
  70. Scripts.Size = UDim2.new(0, 250, 0, 400)
  71. Scripts.Visible = false
  72.  
  73. RedSword.Name = "Red Sword"
  74. RedSword.Parent = Scripts
  75. RedSword.BackgroundColor3 = Color3.new(0, 0, 0)
  76. RedSword.BorderColor3 = Color3.new(1, 1, 1)
  77. RedSword.Position = UDim2.new(0, 20, 0, 15)
  78. RedSword.Size = UDim2.new(0, 200, 0, 50)
  79. RedSword.Style = Enum.ButtonStyle.RobloxRoundButton
  80. RedSword.Font = Enum.Font.SourceSans
  81. RedSword.Text = "Red Sword"
  82. RedSword.TextColor3 = Color3.new(1, 1, 1)
  83. RedSword.TextSize = 14
  84.  
  85. GrabKnifev3.Name = "Grab Knife v3"
  86. GrabKnifev3.Parent = Scripts
  87. GrabKnifev3.BackgroundColor3 = Color3.new(0, 0, 0)
  88. GrabKnifev3.BorderColor3 = Color3.new(1, 1, 1)
  89. GrabKnifev3.Position = UDim2.new(0, 20, 0, 65)
  90. GrabKnifev3.Size = UDim2.new(0, 200, 0, 50)
  91. GrabKnifev3.Style = Enum.ButtonStyle.RobloxRoundButton
  92. GrabKnifev3.Font = Enum.Font.SourceSans
  93. GrabKnifev3.Text = "Grab Knife v3"
  94. GrabKnifev3.TextColor3 = Color3.new(1, 1, 1)
  95. GrabKnifev3.TextSize = 14
  96.  
  97. DEX.Name = "DEX"
  98. DEX.Parent = Scripts
  99. DEX.BackgroundColor3 = Color3.new(0, 0, 0)
  100. DEX.BorderColor3 = Color3.new(1, 1, 1)
  101. DEX.Position = UDim2.new(0, 20, 0, 115)
  102. DEX.Size = UDim2.new(0, 200, 0, 50)
  103. DEX.Style = Enum.ButtonStyle.RobloxRoundButton
  104. DEX.Font = Enum.Font.SourceSans
  105. DEX.Text = "DEX Explorer"
  106. DEX.TextColor3 = Color3.new(1, 1, 1)
  107. DEX.TextSize = 14
  108.  
  109. Claws.Name = "Claws"
  110. Claws.Parent = Scripts
  111. Claws.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Claws.BorderColor3 = Color3.new(1, 1, 1)
  113. Claws.Position = UDim2.new(0, 20, 0, 165)
  114. Claws.Size = UDim2.new(0, 200, 0, 50)
  115. Claws.Style = Enum.ButtonStyle.RobloxRoundButton
  116. Claws.Font = Enum.Font.SourceSans
  117. Claws.Text = "Revenge Claws"
  118. Claws.TextColor3 = Color3.new(1, 1, 1)
  119. Claws.TextSize = 14
  120.  
  121. Johndoe.Name = "John doe"
  122. Johndoe.Parent = Scripts
  123. Johndoe.BackgroundColor3 = Color3.new(0, 0, 0)
  124. Johndoe.BorderColor3 = Color3.new(1, 1, 1)
  125. Johndoe.Position = UDim2.new(0, 20, 0, 215)
  126. Johndoe.Size = UDim2.new(0, 200, 0, 50)
  127. Johndoe.Style = Enum.ButtonStyle.RobloxRoundButton
  128. Johndoe.Font = Enum.Font.SourceSans
  129. Johndoe.Text = "John Doe"
  130. Johndoe.TextColor3 = Color3.new(1, 1, 1)
  131. Johndoe.TextSize = 14
  132.  
  133. Sing.Name = "Sing"
  134. Sing.Parent = Scripts
  135. Sing.BackgroundColor3 = Color3.new(0, 0, 0)
  136. Sing.BorderColor3 = Color3.new(1, 1, 1)
  137. Sing.Position = UDim2.new(0, 20, 0, 265)
  138. Sing.Size = UDim2.new(0, 200, 0, 50)
  139. Sing.Style = Enum.ButtonStyle.RobloxRoundButton
  140. Sing.Font = Enum.Font.SourceSans
  141. Sing.Text = "Sing for me"
  142. Sing.TextColor3 = Color3.new(1, 1, 1)
  143. Sing.TextSize = 14
  144.  
  145. Suicide.Name = "Suicide"
  146. Suicide.Parent = Scripts
  147. Suicide.BackgroundColor3 = Color3.new(0, 0, 0)
  148. Suicide.BorderColor3 = Color3.new(1, 1, 1)
  149. Suicide.Position = UDim2.new(0, 20, 0, 315)
  150. Suicide.Size = UDim2.new(0, 200, 0, 50)
  151. Suicide.Style = Enum.ButtonStyle.RobloxRoundButton
  152. Suicide.Font = Enum.Font.SourceSans
  153. Suicide.Text = "Suicide"
  154. Suicide.TextColor3 = Color3.new(1, 1, 1)
  155. Suicide.TextSize = 14
  156.  
  157. M4A1.Name = "M4A1"
  158. M4A1.Parent = Scripts
  159. M4A1.BackgroundColor3 = Color3.new(0, 0, 0)
  160. M4A1.BorderColor3 = Color3.new(1, 1, 1)
  161. M4A1.Position = UDim2.new(0, 20, 0, 365)
  162. M4A1.Size = UDim2.new(0, 200, 0, 50)
  163. M4A1.Style = Enum.ButtonStyle.RobloxRoundButton
  164. M4A1.Font = Enum.Font.SourceSans
  165. M4A1.Text = "M4A1"
  166. M4A1.TextColor3 = Color3.new(1, 1, 1)
  167. M4A1.TextSize = 14
  168.  
  169. Shedletsky.Name = "Shedletsky"
  170. Shedletsky.Parent = Scripts
  171. Shedletsky.BackgroundColor3 = Color3.new(0, 0, 0)
  172. Shedletsky.BorderColor3 = Color3.new(1, 1, 1)
  173. Shedletsky.Position = UDim2.new(0, 20, 0, 415)
  174. Shedletsky.Size = UDim2.new(0, 200, 0, 50)
  175. Shedletsky.Style = Enum.ButtonStyle.RobloxRoundButton
  176. Shedletsky.Font = Enum.Font.SourceSans
  177. Shedletsky.Text = "Shedletsky"
  178. Shedletsky.TextColor3 = Color3.new(1, 1, 1)
  179. Shedletsky.TextSize = 14
  180.  
  181. Kek.Name = "Kek"
  182. Kek.Parent = Scripts
  183. Kek.BackgroundColor3 = Color3.new(0, 0, 0)
  184. Kek.BorderColor3 = Color3.new(1, 1, 1)
  185. Kek.Position = UDim2.new(0, 20, 0, 515)
  186. Kek.Size = UDim2.new(0, 200, 0, 50)
  187. Kek.Style = Enum.ButtonStyle.RobloxRoundButton
  188. Kek.Font = Enum.Font.SourceSans
  189. Kek.Text = "Kek guns"
  190. Kek.TextColor3 = Color3.new(1, 1, 1)
  191. Kek.TextSize = 14
  192.  
  193. Pinkguns.Name = "Pink guns"
  194. Pinkguns.Parent = Scripts
  195. Pinkguns.BackgroundColor3 = Color3.new(0, 0, 0)
  196. Pinkguns.BorderColor3 = Color3.new(1, 1, 1)
  197. Pinkguns.Position = UDim2.new(0, 20, 0, 565)
  198. Pinkguns.Size = UDim2.new(0, 200, 0, 50)
  199. Pinkguns.Style = Enum.ButtonStyle.RobloxRoundButton
  200. Pinkguns.Font = Enum.Font.SourceSans
  201. Pinkguns.Text = "Pink guns"
  202. Pinkguns.TextColor3 = Color3.new(1, 1, 1)
  203. Pinkguns.TextSize = 14
  204.  
  205. Bleach.Name = "Bleach"
  206. Bleach.Parent = Scripts
  207. Bleach.BackgroundColor3 = Color3.new(0, 0, 0)
  208. Bleach.BorderColor3 = Color3.new(1, 1, 1)
  209. Bleach.Position = UDim2.new(0, 20, 0, 465)
  210. Bleach.Size = UDim2.new(0, 200, 0, 50)
  211. Bleach.Style = Enum.ButtonStyle.RobloxRoundButton
  212. Bleach.Font = Enum.Font.SourceSans
  213. Bleach.Text = "Bleach"
  214. Bleach.TextColor3 = Color3.new(1, 1, 1)
  215. Bleach.TextSize = 14
  216.  
  217. Menu.Name = "Menu"
  218. Menu.Parent = Frame
  219. Menu.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  220. Menu.BackgroundTransparency = 1
  221. Menu.BorderColor3 = Color3.new(0, 0, 0)
  222. Menu.Position = UDim2.new(0, 0, 0, 10)
  223. Menu.Size = UDim2.new(0, 150, 0, 15)
  224. Menu.Font = Enum.Font.ArialBold
  225. Menu.Text = "Dark Remasterd 1.01"
  226. Menu.TextColor3 = Color3.new(0.00784314, 0.588235, 0.854902)
  227. Menu.TextSize = 16
  228.  
  229. MISC.Name = "MISC"
  230. MISC.Parent = Frame
  231. MISC.BackgroundColor3 = Color3.new(0.0235294, 0.415686, 1)
  232. MISC.Position = UDim2.new(0, 10, 0, 333)
  233. MISC.Size = UDim2.new(0, 125, 0, 40)
  234. MISC.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  235. MISC.Font = Enum.Font.SourceSans
  236. MISC.Text = "Test"
  237. MISC.TextColor3 = Color3.new(0, 0, 0)
  238. MISC.TextSize = 25
  239. MISC.MouseButton1Down:connect(function()
  240. Instance.new("ForceField",game.Players["SlayKillerX66"].Character)
  241.  
  242. Misc.Name = "Misc"
  243. Misc.Parent = Frame
  244. Misc.BackgroundColor3 = Color3.new(0.109804, 0.219608, 0.337255)
  245. Misc.BackgroundTransparency = 0.30000001192093
  246. Misc.Position = UDim2.new(0, 150, 0, 0)
  247. Misc.Size = UDim2.new(0, 250, 0, 400)
  248. Misc.Visible = false
  249.  
  250. Execute.Name = "Execute"
  251. Execute.Parent = Misc
  252. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  253. Execute.BackgroundTransparency = 0.40000000596046
  254. Execute.BorderSizePixel = 0
  255. Execute.Position = UDim2.new(0, 130, 0, 10)
  256. Execute.Size = UDim2.new(0, 100, 0, 25)
  257. Execute.Text = "Play"
  258. Execute.TextColor3 = Color3.new(1, 1, 1)
  259. Execute.TextSize = 16
  260.  
  261. MusicBox.Name = "MusicBox"
  262. MusicBox.Parent = Misc
  263. MusicBox.BackgroundColor3 = Color3.new(0, 0, 0)
  264. MusicBox.BackgroundTransparency = 0.40000000596046
  265. MusicBox.BorderSizePixel = 0
  266. MusicBox.Draggable = true
  267. MusicBox.Position = UDim2.new(0, 10, 0, 10)
  268. MusicBox.Size = UDim2.new(0, 100, 0, 25)
  269. MusicBox.Font = Enum.Font.ArialBold
  270. MusicBox.Text = "ID"
  271. MusicBox.TextColor3 = Color3.new(1, 1, 1)
  272. MusicBox.TextSize = 24
  273.  
  274. Topkek40.Name = "Top kek 4.0"
  275. Topkek40.Parent = Misc
  276. Topkek40.BackgroundColor3 = Color3.new(0, 0, 0)
  277. Topkek40.BorderColor3 = Color3.new(1, 1, 1)
  278. Topkek40.Position = UDim2.new(0, 20, 0, 45)
  279. Topkek40.Size = UDim2.new(0, 200, 0, 50)
  280. Topkek40.Style = Enum.ButtonStyle.RobloxButton
  281. Topkek40.Font = Enum.Font.SourceSans
  282. Topkek40.Text = "Load Top kek"
  283. Topkek40.TextColor3 = Color3.new(1, 1, 1)
  284. Topkek40.TextSize = 14
  285.  
  286. rocky.Name = "rocky"
  287. rocky.Parent = Misc
  288. rocky.BackgroundColor3 = Color3.new(0, 0, 0)
  289. rocky.BorderColor3 = Color3.new(1, 1, 1)
  290. rocky.Position = UDim2.new(0, 20, 0, 100)
  291. rocky.Size = UDim2.new(0, 200, 0, 50)
  292. rocky.Style = Enum.ButtonStyle.RobloxButton
  293. rocky.Font = Enum.Font.SourceSans
  294. rocky.Text = "Load Rockyu2"
  295. rocky.TextColor3 = Color3.new(1, 1, 1)
  296. rocky.TextSize = 14
  297.  
  298. Gear.Name = "Gear"
  299. Gear.Parent = Frame
  300. Gear.BackgroundColor3 = Color3.new(0.109804, 0.219608, 0.337255)
  301. Gear.BackgroundTransparency = 0.30000001192093
  302. Gear.Position = UDim2.new(0, 150, 0, 0)
  303. Gear.Size = UDim2.new(0, 250, 0, 400)
  304. Gear.Visible = false
  305.  
  306. AirStrike.Name = "AirStrike"
  307. AirStrike.Parent = Gear
  308. AirStrike.BackgroundColor3 = Color3.new(0, 0, 0)
  309. AirStrike.BorderSizePixel = 0
  310. AirStrike.Position = UDim2.new(0, 0, 0, 400)
  311. AirStrike.Size = UDim2.new(0, 290, 0, 40)
  312. AirStrike.Style = Enum.ButtonStyle.RobloxRoundButton
  313. AirStrike.Font = Enum.Font.ArialBold
  314. AirStrike.Text = "AirStrike"
  315. AirStrike.TextColor3 = Color3.new(1, 1, 1)
  316. AirStrike.TextSize = 24
  317. AirStrike.TextWrapped = true
  318.  
  319. Bloxster2XH.Name = "Bloxster 2XH "
  320. Bloxster2XH.Parent = Gear
  321. Bloxster2XH.BackgroundColor3 = Color3.new(0, 0, 0)
  322. Bloxster2XH.BorderSizePixel = 0
  323. Bloxster2XH.Position = UDim2.new(0, 0, 0, 520)
  324. Bloxster2XH.Size = UDim2.new(0, 290, 0, 40)
  325. Bloxster2XH.Style = Enum.ButtonStyle.RobloxRoundButton
  326. Bloxster2XH.Font = Enum.Font.ArialBold
  327. Bloxster2XH.Text = "Bloxster 2XH "
  328. Bloxster2XH.TextColor3 = Color3.new(1, 1, 1)
  329. Bloxster2XH.TextSize = 24
  330. Bloxster2XH.TextWrapped = true
  331.  
  332. ClassicPlane.Name = "Classic Plane"
  333. ClassicPlane.Parent = Gear
  334. ClassicPlane.BackgroundColor3 = Color3.new(0, 0, 0)
  335. ClassicPlane.BorderSizePixel = 0
  336. ClassicPlane.Position = UDim2.new(0, 0, 0, 480)
  337. ClassicPlane.Size = UDim2.new(0, 290, 0, 40)
  338. ClassicPlane.Style = Enum.ButtonStyle.RobloxRoundButton
  339. ClassicPlane.Font = Enum.Font.ArialBold
  340. ClassicPlane.Text = "Clone Gear"
  341. ClassicPlane.TextColor3 = Color3.new(1, 1, 1)
  342. ClassicPlane.TextSize = 24
  343. ClassicPlane.TextWrapped = true
  344.  
  345. DarkHeart.Name = "DarkHeart"
  346. DarkHeart.Parent = Gear
  347. DarkHeart.BackgroundColor3 = Color3.new(0, 0, 0)
  348. DarkHeart.BorderSizePixel = 0
  349. DarkHeart.Position = UDim2.new(0, 1, 0, 120)
  350. DarkHeart.Size = UDim2.new(0, 290, 0, 40)
  351. DarkHeart.Style = Enum.ButtonStyle.RobloxRoundButton
  352. DarkHeart.Font = Enum.Font.ArialBold
  353. DarkHeart.Text = "DarkHeart"
  354. DarkHeart.TextColor3 = Color3.new(1, 1, 1)
  355. DarkHeart.TextSize = 24
  356. DarkHeart.TextWrapped = true
  357.  
  358. DarkestArtsSword.Name = "Darkest Arts Sword"
  359. DarkestArtsSword.Parent = Gear
  360. DarkestArtsSword.BackgroundColor3 = Color3.new(0, 0, 0)
  361. DarkestArtsSword.BorderSizePixel = 0
  362. DarkestArtsSword.Position = UDim2.new(0, 0, 0, 280)
  363. DarkestArtsSword.Size = UDim2.new(0, 290, 0, 40)
  364. DarkestArtsSword.Style = Enum.ButtonStyle.RobloxRoundButton
  365. DarkestArtsSword.Font = Enum.Font.ArialBold
  366. DarkestArtsSword.Text = "Darkest Sword"
  367. DarkestArtsSword.TextColor3 = Color3.new(1, 1, 1)
  368. DarkestArtsSword.TextSize = 24
  369. DarkestArtsSword.TextWrapped = true
  370.  
  371. Ghostwalker.Name = "Ghostwalker"
  372. Ghostwalker.Parent = Gear
  373. Ghostwalker.BackgroundColor3 = Color3.new(0, 0, 0)
  374. Ghostwalker.BorderSizePixel = 0
  375. Ghostwalker.Position = UDim2.new(0, 0, 0, 200)
  376. Ghostwalker.Size = UDim2.new(0, 290, 0, 40)
  377. Ghostwalker.Style = Enum.ButtonStyle.RobloxRoundButton
  378. Ghostwalker.Font = Enum.Font.ArialBold
  379. Ghostwalker.Text = "Ghostwalker"
  380. Ghostwalker.TextColor3 = Color3.new(1, 1, 1)
  381. Ghostwalker.TextSize = 24
  382. Ghostwalker.TextWrapped = true
  383.  
  384. HyperlaserGun.Name = "Hyperlaser Gun"
  385. HyperlaserGun.Parent = Gear
  386. HyperlaserGun.BackgroundColor3 = Color3.new(0, 0, 0)
  387. HyperlaserGun.BorderSizePixel = 0
  388. HyperlaserGun.Position = UDim2.new(0, 0, 0, 320)
  389. HyperlaserGun.Size = UDim2.new(0, 290, 0, 40)
  390. HyperlaserGun.Style = Enum.ButtonStyle.RobloxRoundButton
  391. HyperlaserGun.Font = Enum.Font.ArialBold
  392. HyperlaserGun.Text = "Hyperlaser Gun"
  393. HyperlaserGun.TextColor3 = Color3.new(1, 1, 1)
  394. HyperlaserGun.TextSize = 24
  395. HyperlaserGun.TextWrapped = true
  396.  
  397. Icedagger.Name = "Icedagger"
  398. Icedagger.Parent = Gear
  399. Icedagger.BackgroundColor3 = Color3.new(0, 0, 0)
  400. Icedagger.BorderSizePixel = 0
  401. Icedagger.Position = UDim2.new(0, 0, 0, 240)
  402. Icedagger.Size = UDim2.new(0, 290, 0, 40)
  403. Icedagger.Style = Enum.ButtonStyle.RobloxRoundButton
  404. Icedagger.Font = Enum.Font.ArialBold
  405. Icedagger.Text = "Icedagger"
  406. Icedagger.TextColor3 = Color3.new(1, 1, 1)
  407. Icedagger.TextSize = 24
  408. Icedagger.TextWrapped = true
  409.  
  410. Illumina.Name = "Illumina"
  411. Illumina.Parent = Gear
  412. Illumina.BackgroundColor3 = Color3.new(0, 0, 0)
  413. Illumina.BorderSizePixel = 0
  414. Illumina.Position = UDim2.new(0, 0, 0, 160)
  415. Illumina.Size = UDim2.new(0, 290, 0, 40)
  416. Illumina.Style = Enum.ButtonStyle.RobloxRoundButton
  417. Illumina.Font = Enum.Font.ArialBold
  418. Illumina.Text = "Illumina"
  419. Illumina.TextColor3 = Color3.new(1, 1, 1)
  420. Illumina.TextSize = 24
  421. Illumina.TextWrapped = true
  422.  
  423. LinkedSword.Name = "LinkedSword"
  424. LinkedSword.Parent = Gear
  425. LinkedSword.BackgroundColor3 = Color3.new(0, 0, 0)
  426. LinkedSword.BorderSizePixel = 0
  427. LinkedSword.Position = UDim2.new(0, 0, 0, 80)
  428. LinkedSword.Size = UDim2.new(0, 290, 0, 40)
  429. LinkedSword.Style = Enum.ButtonStyle.RobloxRoundButton
  430. LinkedSword.Font = Enum.Font.ArialBold
  431. LinkedSword.Text = "Linked Sword"
  432. LinkedSword.TextColor3 = Color3.new(1, 1, 1)
  433. LinkedSword.TextSize = 24
  434. LinkedSword.TextWrapped = true
  435.  
  436. OverseerBow.Name = "Overseer Bow"
  437. OverseerBow.Parent = Gear
  438. OverseerBow.BackgroundColor3 = Color3.new(0, 0, 0)
  439. OverseerBow.BorderSizePixel = 0
  440. OverseerBow.Position = UDim2.new(0, 0, 0, 360)
  441. OverseerBow.Size = UDim2.new(0, 290, 0, 40)
  442. OverseerBow.Style = Enum.ButtonStyle.RobloxRoundButton
  443. OverseerBow.Font = Enum.Font.ArialBold
  444. OverseerBow.Text = "Overseer Bow"
  445. OverseerBow.TextColor3 = Color3.new(1, 1, 1)
  446. OverseerBow.TextSize = 24
  447. OverseerBow.TextWrapped = true
  448.  
  449. VenomShank.Name = "VenomShank"
  450. VenomShank.Parent = Gear
  451. VenomShank.BackgroundColor3 = Color3.new(0, 0, 0)
  452. VenomShank.BorderSizePixel = 0
  453. VenomShank.Position = UDim2.new(0, 0, 0, 40)
  454. VenomShank.Size = UDim2.new(0, 290, 0, 40)
  455. VenomShank.Style = Enum.ButtonStyle.RobloxRoundButton
  456. VenomShank.Font = Enum.Font.ArialBold
  457. VenomShank.Text = "VenomShank"
  458. VenomShank.TextColor3 = Color3.new(1, 1, 1)
  459. VenomShank.TextSize = 24
  460. VenomShank.TextWrapped = true
  461.  
  462. WebSlinger.Name = "Web Slinger"
  463. WebSlinger.Parent = Gear
  464. WebSlinger.BackgroundColor3 = Color3.new(0, 0, 0)
  465. WebSlinger.BorderSizePixel = 0
  466. WebSlinger.Position = UDim2.new(0, 0, 0, 440)
  467. WebSlinger.Size = UDim2.new(0, 290, 0, 40)
  468. WebSlinger.Style = Enum.ButtonStyle.RobloxRoundButton
  469. WebSlinger.Font = Enum.Font.ArialBold
  470. WebSlinger.Text = "Web Slinger"
  471. WebSlinger.TextColor3 = Color3.new(1, 1, 1)
  472. WebSlinger.TextSize = 24
  473. WebSlinger.TextWrapped = true
  474.  
  475. WindForce.Name = "WindForce"
  476. WindForce.Parent = Gear
  477. WindForce.BackgroundColor3 = Color3.new(0, 0, 0)
  478. WindForce.BorderSizePixel = 0
  479. WindForce.Size = UDim2.new(0, 290, 0, 40)
  480. WindForce.Style = Enum.ButtonStyle.RobloxRoundButton
  481. WindForce.Font = Enum.Font.ArialBold
  482. WindForce.Text = "WindForce"
  483. WindForce.TextColor3 = Color3.new(1, 1, 1)
  484. WindForce.TextSize = 24
  485. WindForce.TextWrapped = true
  486.  
  487. Execute_2.Name = "Execute"
  488. Execute_2.Parent = Gear
  489. Execute_2.BackgroundColor3 = Color3.new(0, 0, 0)
  490. Execute_2.BackgroundTransparency = 0.40000000596046
  491. Execute_2.BorderSizePixel = 0
  492. Execute_2.Position = UDim2.new(0, 0, 0, 565)
  493. Execute_2.Size = UDim2.new(0, 100, 0, 35)
  494. Execute_2.Text = "Execute"
  495. Execute_2.TextColor3 = Color3.new(1, 1, 1)
  496. Execute_2.TextSize = 12
  497.  
  498. GearBox.Name = "GearBox"
  499. GearBox.Parent = Gear
  500. GearBox.BackgroundColor3 = Color3.new(0, 0, 0)
  501. GearBox.BackgroundTransparency = 0.40000000596046
  502. GearBox.BorderSizePixel = 0
  503. GearBox.Position = UDim2.new(0, 105, 0, 565)
  504. GearBox.Size = UDim2.new(0, 100, 0, 35)
  505. GearBox.Font = Enum.Font.ArialBold
  506. GearBox.Text = "Gear ID"
  507. GearBox.TextColor3 = Color3.new(1, 1, 1)
  508. GearBox.TextSize = 12
  509.  
  510. Reset.Name = "Reset"
  511. Reset.Parent = Gear
  512. Reset.BackgroundColor3 = Color3.new(0, 0, 0)
  513. Reset.BackgroundTransparency = 1
  514. Reset.BorderColor3 = Color3.new(1, 1, 1)
  515. Reset.BorderSizePixel = 0
  516. Reset.Position = UDim2.new(0, 0, 0, 650)
  517. Reset.Size = UDim2.new(0, 290, 0, 40)
  518. Reset.SizeConstraint = Enum.SizeConstraint.RelativeYY
  519. Reset.Font = Enum.Font.ArialBold
  520. Reset.Text = ""
  521. Reset.TextColor3 = Color3.new(1, 1, 1)
  522. Reset.TextSize = 24
  523. Reset.TextStrokeColor3 = Color3.new(1, 1, 1)
  524. Reset.TextWrapped = true
  525.  
  526. GEAR.Name = "GEAR"
  527. GEAR.Parent = Frame
  528. GEAR.BackgroundColor3 = Color3.new(0.0235294, 0.415686, 1)
  529. GEAR.Position = UDim2.new(0, 10, 0, 80)
  530. GEAR.Size = UDim2.new(0, 125, 0, 40)
  531. GEAR.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  532. GEAR.Font = Enum.Font.SourceSans
  533. GEAR.Text = "Gear"
  534. GEAR.TextColor3 = Color3.new(0, 0, 0)
  535. GEAR.TextSize = 25
  536.  
  537. script.Parent.MouseButton1Click:connect(onButtonClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement