Advertisement
Pou_help

Untitled

Feb 17th, 2019
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.54 KB | None | 0 0
  1. local lplayer = game:GetService('Players').LocalPlayer
  2.  
  3. local killing = false
  4. function GetPlayer(String)
  5. local Found = {}
  6. local strl = String:lower()
  7. if strl == "all" then
  8. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  9. table.insert(Found,v)
  10. end
  11. elseif strl == "others" then
  12. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  13. if v.Name ~= lplayer.Name then
  14. table.insert(Found,v)
  15. end
  16. end
  17. elseif strl == "me" then
  18. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  19. if v.Name == lplayer.Name then
  20. table.insert(Found,v)
  21. end
  22. end
  23. else
  24. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  25. if v.Name:lower():sub(1, #String) == String:lower() then
  26. table.insert(Found,v)
  27. end
  28. end
  29. end
  30. return Found
  31. end
  32. function ahh(thing)
  33. local asd = {'kill','gui','kill gui'}
  34. local f = string.upper(asd[math.random(1,#asd)])
  35. return f
  36. end
  37.  
  38. ScreenGui = Instance.new("ScreenGui")
  39. main = Instance.new("Frame")
  40. title = Instance.new("TextLabel")
  41. nothing = Instance.new("TextLabel")
  42. mainbutton = Instance.new("TextButton")
  43. mainbar = Instance.new("TextLabel")
  44. title_2 = Instance.new("TextLabel")
  45. RemoteBar = Instance.new("TextLabel")
  46. RemotesButton = Instance.new("TextButton")
  47. SettingsBar = Instance.new("TextLabel")
  48. SettingsButton = Instance.new("TextButton")
  49. CreditBar = Instance.new("TextLabel")
  50. CreditButton = Instance.new("TextButton")
  51. Blocks = Instance.new("TextButton")
  52. Fling = Instance.new("TextButton")
  53. Invis = Instance.new("TextButton")
  54. Insane = Instance.new("TextButton")
  55. God = Instance.new("TextButton")
  56. Close = Instance.new("TextButton")
  57. Player = Instance.new("TextBox")
  58. Lag = Instance.new("TextButton")
  59. VurNotMess = Instance.new("Frame")
  60. TextLabel = Instance.new("TextLabel")
  61. TextLabel_2 = Instance.new("TextLabel")
  62. TextLabel_3 = Instance.new("TextLabel")
  63. CloseVurMes = Instance.new("TextButton")
  64. Remotes = Instance.new("Frame")
  65. title_3 = Instance.new("TextLabel")
  66. nothing_2 = Instance.new("TextLabel")
  67. mainbutton_2 = Instance.new("TextButton")
  68. mainbar_2 = Instance.new("TextLabel")
  69. title_4 = Instance.new("TextLabel")
  70. RemoteBar_2 = Instance.new("TextLabel")
  71. RemotesButton_2 = Instance.new("TextButton")
  72. SettingsBar_2 = Instance.new("TextLabel")
  73. SettingsButton_2 = Instance.new("TextButton")
  74. CreditBar_2 = Instance.new("TextLabel")
  75. CreditButton_2 = Instance.new("TextButton")
  76. cafe = Instance.new("TextButton")
  77. Cki = Instance.new("TextButton")
  78. Close_2 = Instance.new("TextButton")
  79. Gra = Instance.new("TextButton")
  80. Settings = Instance.new("Frame")
  81. title_5 = Instance.new("TextLabel")
  82. nothing_3 = Instance.new("TextLabel")
  83. mainbutton_3 = Instance.new("TextButton")
  84. mainbar_3 = Instance.new("TextLabel")
  85. title_6 = Instance.new("TextLabel")
  86. RemoteBar_3 = Instance.new("TextLabel")
  87. RemotesButton_3 = Instance.new("TextButton")
  88. SettingsBar_3 = Instance.new("TextLabel")
  89. SettingsButton_3 = Instance.new("TextButton")
  90. CreditBar_3 = Instance.new("TextLabel")
  91. CreditButton_3 = Instance.new("TextButton")
  92. Normal = Instance.new("TextButton")
  93. Blue = Instance.new("TextButton")
  94. Close_3 = Instance.new("TextButton")
  95. Red = Instance.new("TextButton")
  96. Credits = Instance.new("Frame")
  97. title_7 = Instance.new("TextLabel")
  98. nothing_4 = Instance.new("TextLabel")
  99. mainbutton_4 = Instance.new("TextButton")
  100. mainbar_4 = Instance.new("TextLabel")
  101. title_8 = Instance.new("TextLabel")
  102. RemoteBar_4 = Instance.new("TextLabel")
  103. RemotesButton_4 = Instance.new("TextButton")
  104. SettingsBar_4 = Instance.new("TextLabel")
  105. SettingsButton_4 = Instance.new("TextButton")
  106. CreditBar_4 = Instance.new("TextLabel")
  107. CreditButton_4 = Instance.new("TextButton")
  108. title_9 = Instance.new("TextLabel")
  109.  
  110. ScreenGui.Parent = game.CoreGui
  111.  
  112. main.Name = "main"
  113. main.Parent = ScreenGui
  114. main.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  115. main.BorderSizePixel = 0
  116. main.Position = UDim2.new(0.0293209925, 0, 0.231227651, 0)
  117. main.Size = UDim2.new(0, 423, 0, 318)
  118. main.Active = true
  119. main.Draggable = true
  120.  
  121. title.Name = "title"
  122. title.Parent = main
  123. title.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  124. title.BorderSizePixel = 0
  125. title.Position = UDim2.new(0, 0, 0.0314465426, 0)
  126. title.Size = UDim2.new(0, 423, 0, 41)
  127. title.Font = Enum.Font.SourceSansItalic
  128. title.FontSize = Enum.FontSize.Size24
  129. title.Text = "legohax v2.1"
  130. title.TextColor3 = Color3.new(0, 0, 0)
  131. title.TextSize = 24
  132.  
  133. nothing.Name = "nothing"
  134. nothing.Parent = main
  135. nothing.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  136. nothing.BorderSizePixel = 0
  137. nothing.Position = UDim2.new(0, 0, 0.133116886, 0)
  138. nothing.Size = UDim2.new(0, 423, 0, 26)
  139. nothing.Font = Enum.Font.SourceSansItalic
  140. nothing.FontSize = Enum.FontSize.Size24
  141. nothing.Text = ""
  142. nothing.TextColor3 = Color3.new(0, 0, 0)
  143. nothing.TextSize = 24
  144.  
  145. mainbutton.Name = "mainbutton"
  146. mainbutton.Parent = main
  147. mainbutton.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  148. mainbutton.BackgroundTransparency = 1
  149. mainbutton.Position = UDim2.new(0.0307328608, 0, 0.110287458, 0)
  150. mainbutton.Size = UDim2.new(0, 88, 0, 29)
  151. mainbutton.Font = Enum.Font.SourceSansLight
  152. mainbutton.FontSize = Enum.FontSize.Size14
  153. mainbutton.Text = "main"
  154. mainbutton.TextColor3 = Color3.new(0, 0, 0)
  155. mainbutton.TextSize = 14
  156. mainbutton.MouseButton1Down:connect(function()
  157. main.Visible = true
  158. Settings.Visible = false
  159. Remotes.Visible = false
  160. Credits.Visible = false
  161. end)
  162.  
  163. mainbar.Name = "mainbar"
  164. mainbar.Parent = main
  165. mainbar.BackgroundColor3 = Color3.new(0, 0, 0)
  166. mainbar.BorderSizePixel = 0
  167. mainbar.Position = UDim2.new(0.0212765951, 0, 0.201298743, 0)
  168. mainbar.Size = UDim2.new(0, 97, 0, 4)
  169. mainbar.Font = Enum.Font.SourceSansItalic
  170. mainbar.FontSize = Enum.FontSize.Size24
  171. mainbar.Text = ""
  172. mainbar.TextColor3 = Color3.new(0, 0, 0)
  173. mainbar.TextSize = 24
  174.  
  175. title_2.Name = "title"
  176. title_2.Parent = main
  177. title_2.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  178. title_2.BorderSizePixel = 0
  179. title_2.Size = UDim2.new(0, 423, 0, 16)
  180. title_2.Font = Enum.Font.SourceSansItalic
  181. title_2.FontSize = Enum.FontSize.Size24
  182. title_2.Text = ""
  183. title_2.TextColor3 = Color3.new(0, 0, 0)
  184. title_2.TextSize = 24
  185.  
  186. RemoteBar.Name = "RemoteBar"
  187. RemoteBar.Parent = main
  188. RemoteBar.BackgroundColor3 = Color3.new(0, 0, 0)
  189. RemoteBar.BorderSizePixel = 0
  190. RemoteBar.Position = UDim2.new(0.269503564, 0, 0.201298743, 0)
  191. RemoteBar.Size = UDim2.new(0, 97, 0, 4)
  192. RemoteBar.Visible = false
  193. RemoteBar.Font = Enum.Font.SourceSansItalic
  194. RemoteBar.FontSize = Enum.FontSize.Size24
  195. RemoteBar.Text = ""
  196. RemoteBar.TextColor3 = Color3.new(0, 0, 0)
  197. RemoteBar.TextSize = 24
  198.  
  199. RemotesButton.Name = "RemotesButton"
  200. RemotesButton.Parent = main
  201. RemotesButton.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  202. RemotesButton.BackgroundTransparency = 1
  203. RemotesButton.Position = UDim2.new(0.278959811, 0, 0.110287458, 0)
  204. RemotesButton.Size = UDim2.new(0, 88, 0, 29)
  205. RemotesButton.Font = Enum.Font.SourceSansLight
  206. RemotesButton.FontSize = Enum.FontSize.Size14
  207. RemotesButton.Text = "Remote Triggers"
  208. RemotesButton.TextColor3 = Color3.new(0, 0, 0)
  209. RemotesButton.TextSize = 14
  210. RemotesButton.MouseButton1Down:connect(function()
  211. main.Visible = false
  212. Settings.Visible = false
  213. Credits.Visible = false
  214. Remotes.Visible = true
  215. end)
  216.  
  217. SettingsBar.Name = "SettingsBar"
  218. SettingsBar.Parent = main
  219. SettingsBar.BackgroundColor3 = Color3.new(0, 0, 0)
  220. SettingsBar.BorderSizePixel = 0
  221. SettingsBar.Position = UDim2.new(0.515366495, 0, 0.201298743, 0)
  222. SettingsBar.Size = UDim2.new(0, 97, 0, 4)
  223. SettingsBar.Visible = false
  224. SettingsBar.Font = Enum.Font.SourceSansItalic
  225. SettingsBar.FontSize = Enum.FontSize.Size24
  226. SettingsBar.Text = ""
  227. SettingsBar.TextColor3 = Color3.new(0, 0, 0)
  228. SettingsBar.TextSize = 24
  229.  
  230. SettingsButton.Name = "SettingsButton"
  231. SettingsButton.Parent = main
  232. SettingsButton.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  233. SettingsButton.BackgroundTransparency = 1
  234. SettingsButton.Position = UDim2.new(0.524822712, 0, 0.110287458, 0)
  235. SettingsButton.Size = UDim2.new(0, 88, 0, 29)
  236. SettingsButton.Font = Enum.Font.SourceSansLight
  237. SettingsButton.FontSize = Enum.FontSize.Size14
  238. SettingsButton.Text = "Settings"
  239. SettingsButton.TextColor3 = Color3.new(0, 0, 0)
  240. SettingsButton.TextSize = 14
  241. SettingsButton.MouseButton1Down:connect(function()
  242. main.Visible = false
  243. Settings.Visible = true
  244. Credits.Visible = false
  245. Remotes.Visible = false
  246. end)
  247.  
  248. CreditBar.Name = "CreditBar"
  249. CreditBar.Parent = main
  250. CreditBar.BackgroundColor3 = Color3.new(0, 0, 0)
  251. CreditBar.BorderSizePixel = 0
  252. CreditBar.Position = UDim2.new(0.770685613, 0, 0.201298743, 0)
  253. CreditBar.Size = UDim2.new(0, 97, 0, 4)
  254. CreditBar.Visible = false
  255. CreditBar.Font = Enum.Font.SourceSansItalic
  256. CreditBar.FontSize = Enum.FontSize.Size24
  257. CreditBar.Text = ""
  258. CreditBar.TextColor3 = Color3.new(0, 0, 0)
  259. CreditBar.TextSize = 24
  260.  
  261. CreditButton.Name = "CreditButton"
  262. CreditButton.Parent = main
  263. CreditButton.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  264. CreditButton.BackgroundTransparency = 1
  265. CreditButton.Position = UDim2.new(0.78014189, 0, 0.110287458, 0)
  266. CreditButton.Size = UDim2.new(0, 88, 0, 29)
  267. CreditButton.Font = Enum.Font.SourceSansLight
  268. CreditButton.FontSize = Enum.FontSize.Size14
  269. CreditButton.Text = "Credits"
  270. CreditButton.TextColor3 = Color3.new(0, 0, 0)
  271. CreditButton.TextSize = 14
  272. CreditButton.MouseButton1Down:connect(function()
  273. main.Visible = false
  274. Settings.Visible = false
  275. Credits.Visible = true
  276. Remotes.Visible = false
  277. end)
  278.  
  279. Blocks.Name = "Blocks"
  280. Blocks.Parent = main
  281. Blocks.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  282. Blocks.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  283. Blocks.BorderSizePixel = 2
  284. Blocks.Position = UDim2.new(0.132387698, 0, 0.283243418, 0)
  285. Blocks.Size = UDim2.new(0, 100, 0, 32)
  286. Blocks.Font = Enum.Font.SourceSansLight
  287. Blocks.FontSize = Enum.FontSize.Size14
  288. Blocks.Text = "Spam Blocks"
  289. Blocks.TextColor3 = Color3.new(0, 0, 0)
  290. Blocks.TextSize = 14
  291. Blocks.MouseButton1Down:connect(function()
  292.  
  293. local A_1 = "Hat"
  294. local A_2 = 100427922
  295. local A_3 = false
  296. local Event = game:GetService("ReplicatedStorage").WearItem
  297. Event:FireServer(A_1, A_2, A_3)
  298. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  299. if (v:IsA("Accessory")) then
  300. v.Handle.Mesh:remove()
  301. end
  302. end
  303. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  304. if (v:IsA("Accessory")) then
  305. v.Parent = workspace
  306. end
  307. end
  308. wait(0.0000001)
  309.  
  310. local A_1 = "Hat"
  311. local A_2 = 100427922
  312. local A_3 = false
  313. local Event = game:GetService("ReplicatedStorage").WearItem
  314. Event:FireServer(A_1, A_2, A_3)
  315. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  316. if (v:IsA("Accessory")) then
  317. v.Handle.Mesh:remove()
  318. end
  319. end
  320. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  321. if (v:IsA("Accessory")) then
  322. v.Parent = workspace
  323. end
  324. end
  325. wait(0.0000001)
  326.  
  327. local A_1 = "Hat"
  328. local A_2 = 100427922
  329. local A_3 = false
  330. local Event = game:GetService("ReplicatedStorage").WearItem
  331. Event:FireServer(A_1, A_2, A_3)
  332. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  333. if (v:IsA("Accessory")) then
  334. v.Handle.Mesh:remove()
  335. end
  336. end
  337. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  338. if (v:IsA("Accessory")) then
  339. v.Parent = workspace
  340. end
  341. end
  342. wait(0.0000001)
  343.  
  344. local A_1 = "Hat"
  345. local A_2 = 100427922
  346. local A_3 = false
  347. local Event = game:GetService("ReplicatedStorage").WearItem
  348. Event:FireServer(A_1, A_2, A_3)
  349. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  350. if (v:IsA("Accessory")) then
  351. v.Handle.Mesh:remove()
  352. end
  353. end
  354. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  355. if (v:IsA("Accessory")) then
  356. v.Parent = workspace
  357. end
  358. end
  359. wait(0.0000001)
  360.  
  361. local A_1 = "Hat"
  362. local A_2 = 100427922
  363. local A_3 = false
  364. local Event = game:GetService("ReplicatedStorage").WearItem
  365. Event:FireServer(A_1, A_2, A_3)
  366. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  367. if (v:IsA("Accessory")) then
  368. v.Handle.Mesh:remove()
  369. end
  370. end
  371. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  372. if (v:IsA("Accessory")) then
  373. v.Parent = workspace
  374. end
  375. end
  376. wait(0.0000001)
  377.  
  378. local A_1 = "Hat"
  379. local A_2 = 100427922
  380. local A_3 = false
  381. local Event = game:GetService("ReplicatedStorage").WearItem
  382. Event:FireServer(A_1, A_2, A_3)
  383. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  384. if (v:IsA("Accessory")) then
  385. v.Handle.Mesh:remove()
  386. end
  387. end
  388. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  389. if (v:IsA("Accessory")) then
  390. v.Parent = workspace
  391. end
  392. end
  393. wait(0.0000001)
  394.  
  395. local A_1 = "Hat"
  396. local A_2 = 100427922
  397. local A_3 = false
  398. local Event = game:GetService("ReplicatedStorage").WearItem
  399. Event:FireServer(A_1, A_2, A_3)
  400. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  401. if (v:IsA("Accessory")) then
  402. v.Handle.Mesh:remove()
  403. end
  404. end
  405. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  406. if (v:IsA("Accessory")) then
  407. v.Parent = workspace
  408. end
  409. end
  410. wait(0.0000001)
  411.  
  412. local A_1 = "Hat"
  413. local A_2 = 100427922
  414. local A_3 = false
  415. local Event = game:GetService("ReplicatedStorage").WearItem
  416. Event:FireServer(A_1, A_2, A_3)
  417. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  418. if (v:IsA("Accessory")) then
  419. v.Handle.Mesh:remove()
  420. end
  421. end
  422. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  423. if (v:IsA("Accessory")) then
  424. v.Parent = workspace
  425. end
  426. end
  427. wait(0.0000001)
  428.  
  429. local A_1 = "Hat"
  430. local A_2 = 100427922
  431. local A_3 = false
  432. local Event = game:GetService("ReplicatedStorage").WearItem
  433. Event:FireServer(A_1, A_2, A_3)
  434. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  435. if (v:IsA("Accessory")) then
  436. v.Handle.Mesh:remove()
  437. end
  438. end
  439. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  440. if (v:IsA("Accessory")) then
  441. v.Parent = workspace
  442. end
  443. end
  444. wait(0.0000001)
  445.  
  446. local A_1 = "Hat"
  447. local A_2 = 100427922
  448. local A_3 = false
  449. local Event = game:GetService("ReplicatedStorage").WearItem
  450. Event:FireServer(A_1, A_2, A_3)
  451. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  452. if (v:IsA("Accessory")) then
  453. v.Handle.Mesh:remove()
  454. end
  455. end
  456. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  457. if (v:IsA("Accessory")) then
  458. v.Parent = workspace
  459. end
  460. end
  461. wait(0.0000001)
  462.  
  463. local A_1 = "Hat"
  464. local A_2 = 100427922
  465. local A_3 = false
  466. local Event = game:GetService("ReplicatedStorage").WearItem
  467. Event:FireServer(A_1, A_2, A_3)
  468. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  469. if (v:IsA("Accessory")) then
  470. v.Handle.Mesh:remove()
  471. end
  472. end
  473. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  474. if (v:IsA("Accessory")) then
  475. v.Parent = workspace
  476. end
  477. end
  478. wait(0.0000001)
  479.  
  480. local A_1 = "Hat"
  481. local A_2 = 100427922
  482. local A_3 = false
  483. local Event = game:GetService("ReplicatedStorage").WearItem
  484. Event:FireServer(A_1, A_2, A_3)
  485. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  486. if (v:IsA("Accessory")) then
  487. v.Handle.Mesh:remove()
  488. end
  489. end
  490. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  491. if (v:IsA("Accessory")) then
  492. v.Parent = workspace
  493. end
  494. end
  495. wait(0.0000001)
  496.  
  497. local A_1 = "Hat"
  498. local A_2 = 100427922
  499. local A_3 = false
  500. local Event = game:GetService("ReplicatedStorage").WearItem
  501. Event:FireServer(A_1, A_2, A_3)
  502. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  503. if (v:IsA("Accessory")) then
  504. v.Handle.Mesh:remove()
  505. end
  506. end
  507. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  508. if (v:IsA("Accessory")) then
  509. v.Parent = workspace
  510. end
  511. end
  512. wait(0.0000001)
  513.  
  514. local A_1 = "Hat"
  515. local A_2 = 100427922
  516. local A_3 = false
  517. local Event = game:GetService("ReplicatedStorage").WearItem
  518. Event:FireServer(A_1, A_2, A_3)
  519. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  520. if (v:IsA("Accessory")) then
  521. v.Handle.Mesh:remove()
  522. end
  523. end
  524. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  525. if (v:IsA("Accessory")) then
  526. v.Parent = workspace
  527. end
  528. end
  529. wait(0.0000001)
  530.  
  531. local A_1 = "Hat"
  532. local A_2 = 100427922
  533. local A_3 = false
  534. local Event = game:GetService("ReplicatedStorage").WearItem
  535. Event:FireServer(A_1, A_2, A_3)
  536. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  537. if (v:IsA("Accessory")) then
  538. v.Handle.Mesh:remove()
  539. end
  540. end
  541. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  542. if (v:IsA("Accessory")) then
  543. v.Parent = workspace
  544. end
  545. end
  546. wait(0.0000001)
  547.  
  548. local A_1 = "Hat"
  549. local A_2 = 100427922
  550. local A_3 = false
  551. local Event = game:GetService("ReplicatedStorage").WearItem
  552. Event:FireServer(A_1, A_2, A_3)
  553. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  554. if (v:IsA("Accessory")) then
  555. v.Handle.Mesh:remove()
  556. end
  557. end
  558. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  559. if (v:IsA("Accessory")) then
  560. v.Parent = workspace
  561. end
  562. end
  563. wait(0.0000001)
  564.  
  565. local A_1 = "Hat"
  566. local A_2 = 100427922
  567. local A_3 = false
  568. local Event = game:GetService("ReplicatedStorage").WearItem
  569. Event:FireServer(A_1, A_2, A_3)
  570. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  571. if (v:IsA("Accessory")) then
  572. v.Handle.Mesh:remove()
  573. end
  574. end
  575. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  576. if (v:IsA("Accessory")) then
  577. v.Parent = workspace
  578. end
  579. end
  580. wait(0.0000001)
  581.  
  582. local A_1 = "Hat"
  583. local A_2 = 100427922
  584. local A_3 = false
  585. local Event = game:GetService("ReplicatedStorage").WearItem
  586. Event:FireServer(A_1, A_2, A_3)
  587. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  588. if (v:IsA("Accessory")) then
  589. v.Handle.Mesh:remove()
  590. end
  591. end
  592. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  593. if (v:IsA("Accessory")) then
  594. v.Parent = workspace
  595. end
  596. end
  597. wait(0.0000001)
  598.  
  599. local A_1 = "Hat"
  600. local A_2 = 100427922
  601. local A_3 = false
  602. local Event = game:GetService("ReplicatedStorage").WearItem
  603. Event:FireServer(A_1, A_2, A_3)
  604. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  605. if (v:IsA("Accessory")) then
  606. v.Handle.Mesh:remove()
  607. end
  608. end
  609. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  610. if (v:IsA("Accessory")) then
  611. v.Parent = workspace
  612. end
  613. end
  614. wait(0.0000001)
  615.  
  616. local A_1 = "Hat"
  617. local A_2 = 100427922
  618. local A_3 = false
  619. local Event = game:GetService("ReplicatedStorage").WearItem
  620. Event:FireServer(A_1, A_2, A_3)
  621. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  622. if (v:IsA("Accessory")) then
  623. v.Handle.Mesh:remove()
  624. end
  625. end
  626. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  627. if (v:IsA("Accessory")) then
  628. v.Parent = workspace
  629. end
  630. end
  631. wait(0.0000001)
  632.  
  633. local A_1 = "Hat"
  634. local A_2 = 100427922
  635. local A_3 = false
  636. local Event = game:GetService("ReplicatedStorage").WearItem
  637. Event:FireServer(A_1, A_2, A_3)
  638. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  639. if (v:IsA("Accessory")) then
  640. v.Handle.Mesh:remove()
  641. end
  642. end
  643. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  644. if (v:IsA("Accessory")) then
  645. v.Parent = workspace
  646. end
  647. end
  648. wait(0.0000001)
  649.  
  650. local A_1 = "Hat"
  651. local A_2 = 100427922
  652. local A_3 = false
  653. local Event = game:GetService("ReplicatedStorage").WearItem
  654. Event:FireServer(A_1, A_2, A_3)
  655. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  656. if (v:IsA("Accessory")) then
  657. v.Handle.Mesh:remove()
  658. end
  659. end
  660. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  661. if (v:IsA("Accessory")) then
  662. v.Parent = workspace
  663. end
  664. end
  665. wait(0.0000001)
  666.  
  667. local A_1 = "Hat"
  668. local A_2 = 100427922
  669. local A_3 = false
  670. local Event = game:GetService("ReplicatedStorage").WearItem
  671. Event:FireServer(A_1, A_2, A_3)
  672. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  673. if (v:IsA("Accessory")) then
  674. v.Handle.Mesh:remove()
  675. end
  676. end
  677. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  678. if (v:IsA("Accessory")) then
  679. v.Parent = workspace
  680. end
  681. end
  682. wait(0.0000001)
  683.  
  684. local A_1 = "Hat"
  685. local A_2 = 100427922
  686. local A_3 = false
  687. local Event = game:GetService("ReplicatedStorage").WearItem
  688. Event:FireServer(A_1, A_2, A_3)
  689. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  690. if (v:IsA("Accessory")) then
  691. v.Handle.Mesh:remove()
  692. end
  693. end
  694. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  695. if (v:IsA("Accessory")) then
  696. v.Parent = workspace
  697. end
  698. end
  699. wait(0.0000001)
  700.  
  701. local A_1 = "Hat"
  702. local A_2 = 100427922
  703. local A_3 = false
  704. local Event = game:GetService("ReplicatedStorage").WearItem
  705. Event:FireServer(A_1, A_2, A_3)
  706. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  707. if (v:IsA("Accessory")) then
  708. v.Handle.Mesh:remove()
  709. end
  710. end
  711. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  712. if (v:IsA("Accessory")) then
  713. v.Parent = workspace
  714. end
  715. end
  716. wait(0.0000001)
  717.  
  718. local A_1 = "Hat"
  719. local A_2 = 100427922
  720. local A_3 = false
  721. local Event = game:GetService("ReplicatedStorage").WearItem
  722. Event:FireServer(A_1, A_2, A_3)
  723. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  724. if (v:IsA("Accessory")) then
  725. v.Handle.Mesh:remove()
  726. end
  727. end
  728. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  729. if (v:IsA("Accessory")) then
  730. v.Parent = workspace
  731. end
  732. end
  733. wait(0.0000001)
  734.  
  735. local A_1 = "Hat"
  736. local A_2 = 100427922
  737. local A_3 = false
  738. local Event = game:GetService("ReplicatedStorage").WearItem
  739. Event:FireServer(A_1, A_2, A_3)
  740. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  741. if (v:IsA("Accessory")) then
  742. v.Handle.Mesh:remove()
  743. end
  744. end
  745. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  746. if (v:IsA("Accessory")) then
  747. v.Parent = workspace
  748. end
  749. end
  750. wait(0.0000001)
  751.  
  752. local A_1 = "Hat"
  753. local A_2 = 100427922
  754. local A_3 = false
  755. local Event = game:GetService("ReplicatedStorage").WearItem
  756. Event:FireServer(A_1, A_2, A_3)
  757. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  758. if (v:IsA("Accessory")) then
  759. v.Handle.Mesh:remove()
  760. end
  761. end
  762. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  763. if (v:IsA("Accessory")) then
  764. v.Parent = workspace
  765. end
  766. end
  767. wait(0.0000001)
  768.  
  769.  
  770. local A_1 = "Hat"
  771. local A_2 = 100427922
  772. local A_3 = false
  773. local Event = game:GetService("ReplicatedStorage").WearItem
  774. Event:FireServer(A_1, A_2, A_3)
  775. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  776. if (v:IsA("Accessory")) then
  777. v.Handle.Mesh:remove()
  778. end
  779. end
  780. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  781. if (v:IsA("Accessory")) then
  782. v.Parent = workspace
  783. end
  784. end
  785. wait(0.00000001)
  786.  
  787. local A_1 = "Hat"
  788. local A_2 = 100427922
  789. local A_3 = false
  790. local Event = game:GetService("ReplicatedStorage").WearItem
  791. Event:FireServer(A_1, A_2, A_3)
  792. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  793. if (v:IsA("Accessory")) then
  794. v.Handle.Mesh:remove()
  795. end
  796. end
  797. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  798. if (v:IsA("Accessory")) then
  799. v.Parent = workspace
  800. end
  801. end
  802. wait(0.00000001)
  803.  
  804. local A_1 = "Hat"
  805. local A_2 = 100427922
  806. local A_3 = false
  807. local Event = game:GetService("ReplicatedStorage").WearItem
  808. Event:FireServer(A_1, A_2, A_3)
  809. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  810. if (v:IsA("Accessory")) then
  811. v.Handle.Mesh:remove()
  812. end
  813. end
  814. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  815. if (v:IsA("Accessory")) then
  816. v.Parent = workspace
  817. end
  818. end
  819. wait(0.00000001)
  820.  
  821. local A_1 = "Hat"
  822. local A_2 = 100427922
  823. local A_3 = false
  824. local Event = game:GetService("ReplicatedStorage").WearItem
  825. Event:FireServer(A_1, A_2, A_3)
  826. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  827. if (v:IsA("Accessory")) then
  828. v.Handle.Mesh:remove()
  829. end
  830. end
  831. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  832. if (v:IsA("Accessory")) then
  833. v.Parent = workspace
  834. end
  835. end
  836. wait(0.00000001)
  837.  
  838. local A_1 = "Hat"
  839. local A_2 = 100427922
  840. local A_3 = false
  841. local Event = game:GetService("ReplicatedStorage").WearItem
  842. Event:FireServer(A_1, A_2, A_3)
  843. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  844. if (v:IsA("Accessory")) then
  845. v.Handle.Mesh:remove()
  846. end
  847. end
  848. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  849. if (v:IsA("Accessory")) then
  850. v.Parent = workspace
  851. end
  852. end
  853. wait(0.00000001)
  854.  
  855. local A_1 = "Hat"
  856. local A_2 = 100427922
  857. local A_3 = false
  858. local Event = game:GetService("ReplicatedStorage").WearItem
  859. Event:FireServer(A_1, A_2, A_3)
  860. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  861. if (v:IsA("Accessory")) then
  862. v.Handle.Mesh:remove()
  863. end
  864. end
  865. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  866. if (v:IsA("Accessory")) then
  867. v.Parent = workspace
  868. end
  869. end
  870. wait(0.00000001)
  871.  
  872. local A_1 = "Hat"
  873. local A_2 = 100427922
  874. local A_3 = false
  875. local Event = game:GetService("ReplicatedStorage").WearItem
  876. Event:FireServer(A_1, A_2, A_3)
  877. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  878. if (v:IsA("Accessory")) then
  879. v.Handle.Mesh:remove()
  880. end
  881. end
  882. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  883. if (v:IsA("Accessory")) then
  884. v.Parent = workspace
  885. end
  886. end
  887. wait(0.00000001)
  888.  
  889. local A_1 = "Hat"
  890. local A_2 = 100427922
  891. local A_3 = false
  892. local Event = game:GetService("ReplicatedStorage").WearItem
  893. Event:FireServer(A_1, A_2, A_3)
  894. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  895. if (v:IsA("Accessory")) then
  896. v.Handle.Mesh:remove()
  897. end
  898. end
  899. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  900. if (v:IsA("Accessory")) then
  901. v.Parent = workspace
  902. end
  903. end
  904. wait(0.00000001)
  905.  
  906. local A_1 = "Hat"
  907. local A_2 = 100427922
  908. local A_3 = false
  909. local Event = game:GetService("ReplicatedStorage").WearItem
  910. Event:FireServer(A_1, A_2, A_3)
  911. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  912. if (v:IsA("Accessory")) then
  913. v.Handle.Mesh:remove()
  914. end
  915. end
  916. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  917. if (v:IsA("Accessory")) then
  918. v.Parent = workspace
  919. end
  920. end
  921. wait(0.00000001)
  922.  
  923. local A_1 = "Hat"
  924. local A_2 = 100427922
  925. local A_3 = false
  926. local Event = game:GetService("ReplicatedStorage").WearItem
  927. Event:FireServer(A_1, A_2, A_3)
  928. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  929. if (v:IsA("Accessory")) then
  930. v.Handle.Mesh:remove()
  931. end
  932. end
  933. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  934. if (v:IsA("Accessory")) then
  935. v.Parent = workspace
  936. end
  937. end
  938. wait(0.00000001)
  939.  
  940. local A_1 = "Hat"
  941. local A_2 = 100427922
  942. local A_3 = false
  943. local Event = game:GetService("ReplicatedStorage").WearItem
  944. Event:FireServer(A_1, A_2, A_3)
  945. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  946. if (v:IsA("Accessory")) then
  947. v.Handle.Mesh:remove()
  948. end
  949. end
  950. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  951. if (v:IsA("Accessory")) then
  952. v.Parent = workspace
  953. end
  954. end
  955. wait(0.00000001)
  956.  
  957. local A_1 = "Hat"
  958. local A_2 = 100427922
  959. local A_3 = false
  960. local Event = game:GetService("ReplicatedStorage").WearItem
  961. Event:FireServer(A_1, A_2, A_3)
  962. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  963. if (v:IsA("Accessory")) then
  964. v.Handle.Mesh:remove()
  965. end
  966. end
  967. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  968. if (v:IsA("Accessory")) then
  969. v.Parent = workspace
  970. end
  971. end
  972. wait(0.00000001)
  973.  
  974. local A_1 = "Hat"
  975. local A_2 = 100427922
  976. local A_3 = false
  977. local Event = game:GetService("ReplicatedStorage").WearItem
  978. Event:FireServer(A_1, A_2, A_3)
  979. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  980. if (v:IsA("Accessory")) then
  981. v.Handle.Mesh:remove()
  982. end
  983. end
  984. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  985. if (v:IsA("Accessory")) then
  986. v.Parent = workspace
  987. end
  988. end
  989. wait(0.00000001)
  990.  
  991. local A_1 = "Hat"
  992. local A_2 = 100427922
  993. local A_3 = false
  994. local Event = game:GetService("ReplicatedStorage").WearItem
  995. Event:FireServer(A_1, A_2, A_3)
  996. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  997. if (v:IsA("Accessory")) then
  998. v.Handle.Mesh:remove()
  999. end
  1000. end
  1001. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1002. if (v:IsA("Accessory")) then
  1003. v.Parent = workspace
  1004. end
  1005. end
  1006. wait(0.00000001)
  1007.  
  1008. local A_1 = "Hat"
  1009. local A_2 = 100427922
  1010. local A_3 = false
  1011. local Event = game:GetService("ReplicatedStorage").WearItem
  1012. Event:FireServer(A_1, A_2, A_3)
  1013. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1014. if (v:IsA("Accessory")) then
  1015. v.Handle.Mesh:remove()
  1016. end
  1017. end
  1018. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1019. if (v:IsA("Accessory")) then
  1020. v.Parent = workspace
  1021. end
  1022. end
  1023. wait(0.00000001)
  1024.  
  1025. local A_1 = "Hat"
  1026. local A_2 = 100427922
  1027. local A_3 = false
  1028. local Event = game:GetService("ReplicatedStorage").WearItem
  1029. Event:FireServer(A_1, A_2, A_3)
  1030. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1031. if (v:IsA("Accessory")) then
  1032. v.Handle.Mesh:remove()
  1033. end
  1034. end
  1035. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1036. if (v:IsA("Accessory")) then
  1037. v.Parent = workspace
  1038. end
  1039. end
  1040. wait(0.00000001)
  1041.  
  1042. local A_1 = "Hat"
  1043. local A_2 = 100427922
  1044. local A_3 = false
  1045. local Event = game:GetService("ReplicatedStorage").WearItem
  1046. Event:FireServer(A_1, A_2, A_3)
  1047. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1048. if (v:IsA("Accessory")) then
  1049. v.Handle.Mesh:remove()
  1050. end
  1051. end
  1052. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1053. if (v:IsA("Accessory")) then
  1054. v.Parent = workspace
  1055. end
  1056. end
  1057. wait(0.00000001)
  1058.  
  1059. local A_1 = "Hat"
  1060. local A_2 = 100427922
  1061. local A_3 = false
  1062. local Event = game:GetService("ReplicatedStorage").WearItem
  1063. Event:FireServer(A_1, A_2, A_3)
  1064. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1065. if (v:IsA("Accessory")) then
  1066. v.Handle.Mesh:remove()
  1067. end
  1068. end
  1069. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1070. if (v:IsA("Accessory")) then
  1071. v.Parent = workspace
  1072. end
  1073. end
  1074. wait(0.00000001)
  1075.  
  1076. local A_1 = "Hat"
  1077. local A_2 = 100427922
  1078. local A_3 = false
  1079. local Event = game:GetService("ReplicatedStorage").WearItem
  1080. Event:FireServer(A_1, A_2, A_3)
  1081. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1082. if (v:IsA("Accessory")) then
  1083. v.Handle.Mesh:remove()
  1084. end
  1085. end
  1086. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1087. if (v:IsA("Accessory")) then
  1088. v.Parent = workspace
  1089. end
  1090. end
  1091. wait(0.00000001)
  1092.  
  1093. local A_1 = "Hat"
  1094. local A_2 = 100427922
  1095. local A_3 = false
  1096. local Event = game:GetService("ReplicatedStorage").WearItem
  1097. Event:FireServer(A_1, A_2, A_3)
  1098. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1099. if (v:IsA("Accessory")) then
  1100. v.Handle.Mesh:remove()
  1101. end
  1102. end
  1103. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1104. if (v:IsA("Accessory")) then
  1105. v.Parent = workspace
  1106. end
  1107. end
  1108. wait(0.00000001)
  1109. wait()
  1110. game:GetService('Players').LocalPlayer.Character.Humanoid.Health = 0
  1111.  
  1112. end)
  1113.  
  1114. Fling.Name = "Fling"
  1115. Fling.Parent = main
  1116. Fling.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1117. Fling.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1118. Fling.BorderSizePixel = 2
  1119. Fling.Position = UDim2.new(0.380614668, 0, 0.283243418, 0)
  1120. Fling.Size = UDim2.new(0, 100, 0, 32)
  1121. Fling.Font = Enum.Font.SourceSansLight
  1122. Fling.FontSize = Enum.FontSize.Size14
  1123. Fling.Text = "Fling"
  1124. Fling.TextColor3 = Color3.new(0, 0, 0)
  1125. Fling.TextSize = 14
  1126. Fling.MouseButton1Down:connect(function()
  1127. local target = unpack(GetPlayer(Player.Text)).Character
  1128.  
  1129. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  1130. yeeting = true
  1131. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  1132. coin.Force = Vector3.new(9999,9999,9999)
  1133. coin.Name = "yeetforce"
  1134. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or yeeting == false
  1135.  
  1136. end)
  1137.  
  1138.  
  1139. Invis.Name = "Invis"
  1140. Invis.Parent = main
  1141. Invis.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1142. Invis.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1143. Invis.BorderSizePixel = 2
  1144. Invis.Position = UDim2.new(0.380614668, 0, 0.409029603, 0)
  1145. Invis.Size = UDim2.new(0, 100, 0, 32)
  1146. Invis.Font = Enum.Font.SourceSansLight
  1147. Invis.FontSize = Enum.FontSize.Size14
  1148. Invis.Text = "Invisible"
  1149. Invis.TextColor3 = Color3.new(0, 0, 0)
  1150. Invis.TextSize = 14
  1151. Invis.MouseButton1Down:connect(function()
  1152. local player = game.Players.LocalPlayer
  1153. position = player.Character.HumanoidRootPart.Position
  1154. wait(0.1)
  1155. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  1156. wait(0.1)
  1157. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  1158. wait(0.1)
  1159. player.Character.HumanoidRootPart:Destroy()
  1160. humanoidrootpart.Parent = player.Character
  1161. player.Character:MoveTo(position)
  1162. wait()
  1163.  
  1164. end)
  1165.  
  1166. Insane.Name = "Insane"
  1167. Insane.Parent = main
  1168. Insane.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1169. Insane.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1170. Insane.BorderSizePixel = 2
  1171. Insane.Position = UDim2.new(0.631205678, 0, 0.409029603, 0)
  1172. Insane.Size = UDim2.new(0, 100, 0, 32)
  1173. Insane.Font = Enum.Font.SourceSansLight
  1174. Insane.FontSize = Enum.FontSize.Size14
  1175. Insane.Text = "Insane"
  1176. Insane.TextColor3 = Color3.new(0, 0, 0)
  1177. Insane.TextSize = 14
  1178. Insane.MouseButton1Down:connect(function()
  1179. local AnimationId = 33796059
  1180. local Anim = Instance.new("Animation")
  1181. Anim.AnimationId = "rbxassetid://"..AnimationId
  1182. local Player = game.Players:FindFirstChild(Player.Text)
  1183. if Player ~= nil then
  1184. local k = Player.Character.Humanoid:LoadAnimation(Anim)
  1185. k:Play()
  1186. k:AdjustSpeed("40")
  1187. end
  1188. end)
  1189.  
  1190. God.Name = "God"
  1191. God.Parent = main
  1192. God.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1193. God.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1194. God.BorderSizePixel = 2
  1195. God.Position = UDim2.new(0.132387698, 0, 0.409029603, 0)
  1196. God.Size = UDim2.new(0, 100, 0, 32)
  1197. God.Font = Enum.Font.SourceSansLight
  1198. God.FontSize = Enum.FontSize.Size14
  1199. God.Text = "God"
  1200. God.TextColor3 = Color3.new(0, 0, 0)
  1201. God.TextSize = 14
  1202. God.MouseButton1Down:connect(function()
  1203. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1204. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1205. l.Parent = game.Players.LocalPlayer.Character
  1206. l.Name = "Humanoid"
  1207. wait()
  1208. game.Players.LocalPlayer.Character["1"]:Destroy()
  1209. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1210. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1211. wait()
  1212. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1213. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1214. end)
  1215.  
  1216. Close.Name = "Close"
  1217. Close.Parent = main
  1218. Close.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1219. Close.BackgroundTransparency = 1
  1220. Close.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1221. Close.BorderSizePixel = 2
  1222. Close.Position = UDim2.new(0.931442082, 0, 0, 0)
  1223. Close.Size = UDim2.new(0, 29, 0, 16)
  1224. Close.Font = Enum.Font.SourceSansLight
  1225. Close.FontSize = Enum.FontSize.Size14
  1226. Close.Text = "X"
  1227. Close.TextColor3 = Color3.new(0, 0, 0)
  1228. Close.TextSize = 14
  1229. Close.MouseButton1Down:connect(function()
  1230. main.Visible = false
  1231. Settings.Visible = false
  1232. Credits.Visible = false
  1233. Remotes.Visible = false
  1234. end)
  1235.  
  1236. Player.Name = "Player"
  1237. Player.Parent = main
  1238. Player.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  1239. Player.BorderSizePixel = 0
  1240. Player.Position = UDim2.new(0.25059104, 0, 0.628930807, 0)
  1241. Player.Size = UDim2.new(0, 200, 0, 50)
  1242. Player.Font = Enum.Font.SourceSansLight
  1243. Player.FontSize = Enum.FontSize.Size24
  1244. Player.Text = "Player"
  1245. Player.TextColor3 = Color3.new(0, 0, 0)
  1246. Player.TextSize = 20
  1247. Player.TextWrapped = true
  1248.  
  1249. Lag.Name = "Lag"
  1250. Lag.Parent = main
  1251. Lag.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1252. Lag.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1253. Lag.BorderSizePixel = 2
  1254. Lag.Position = UDim2.new(0.631205678, 0, 0.283243418, 0)
  1255. Lag.Size = UDim2.new(0, 100, 0, 32)
  1256. Lag.Font = Enum.Font.SourceSansLight
  1257. Lag.FontSize = Enum.FontSize.Size14
  1258. Lag.Text = "Lag"
  1259. Lag.TextColor3 = Color3.new(0, 0, 0)
  1260. Lag.TextSize = 14
  1261. Lag.MouseButton1Down:connect(function()
  1262.  
  1263.  
  1264. local lag_strength = 100
  1265.  
  1266.  
  1267. local LocalPlayer = game:GetService("Players").LocalPlayer
  1268. while game:GetService("RunService").RenderStepped:Wait() do
  1269. for i = 1, lag_strength do
  1270. local anim = Instance.new("Animation")
  1271. anim.AnimationId = "dfgdfgrdfg"..math.random()
  1272. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  1273. anim:Destroy()
  1274. end
  1275. end
  1276. end)
  1277.  
  1278. VurNotMess.Name = "VurNotMess"
  1279. VurNotMess.Parent = ScreenGui
  1280. VurNotMess.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  1281. VurNotMess.BorderSizePixel = 0
  1282. VurNotMess.Position = UDim2.new(0.324845701, 0, 0.193087012, 0)
  1283. VurNotMess.Size = UDim2.new(0, 453, 0, 425)
  1284. VurNotMess.Visible = false
  1285.  
  1286. TextLabel.Parent = VurNotMess
  1287. TextLabel.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1288. TextLabel.BorderSizePixel = 0
  1289. TextLabel.Size = UDim2.new(0, 453, 0, 20)
  1290. TextLabel.Font = Enum.Font.SourceSans
  1291. TextLabel.FontSize = Enum.FontSize.Size14
  1292. TextLabel.Text = ""
  1293. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1294. TextLabel.TextSize = 14
  1295.  
  1296. TextLabel_2.Parent = VurNotMess
  1297. TextLabel_2.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  1298. TextLabel_2.BorderSizePixel = 0
  1299. TextLabel_2.Position = UDim2.new(0.00220750552, 0, 0.0470588282, 0)
  1300. TextLabel_2.Size = UDim2.new(0, 453, 0, 31)
  1301. TextLabel_2.Font = Enum.Font.SourceSans
  1302. TextLabel_2.FontSize = Enum.FontSize.Size14
  1303. TextLabel_2.Text = ""
  1304. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  1305. TextLabel_2.TextSize = 14
  1306.  
  1307. TextLabel_3.Parent = VurNotMess
  1308. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1309. TextLabel_3.BackgroundTransparency = 1
  1310. TextLabel_3.Position = UDim2.new(0.0618101545, 0, 0.119999982, 0)
  1311. TextLabel_3.Size = UDim2.new(0, 399, 0, 199)
  1312. TextLabel_3.Font = Enum.Font.SourceSansLight
  1313. TextLabel_3.FontSize = Enum.FontSize.Size96
  1314. TextLabel_3.Text = "No vulnerability was found"
  1315. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  1316. TextLabel_3.TextSize = 70
  1317. TextLabel_3.TextWrapped = true
  1318.  
  1319. CloseVurMes.Name = "CloseVurMes"
  1320. CloseVurMes.Parent = VurNotMess
  1321. CloseVurMes.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
  1322. CloseVurMes.BorderSizePixel = 2
  1323. CloseVurMes.Position = UDim2.new(0.280353189, 0, 0.642352939, 0)
  1324. CloseVurMes.Size = UDim2.new(0, 200, 0, 50)
  1325. CloseVurMes.Font = Enum.Font.SourceSansLight
  1326. CloseVurMes.FontSize = Enum.FontSize.Size32
  1327. CloseVurMes.Text = "Accept"
  1328. CloseVurMes.TextColor3 = Color3.new(0, 0, 0)
  1329. CloseVurMes.TextSize = 30
  1330. CloseVurMes.MouseButton1Down:connect(function()
  1331. VurNotMess.Visible = false
  1332. end)
  1333.  
  1334.  
  1335. Remotes.Name = "Remotes"
  1336. Remotes.Parent = ScreenGui
  1337. Remotes.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1338. Remotes.BorderSizePixel = 0
  1339. Remotes.Position = UDim2.new(0.0293209925, 0, 0.231227651, 0)
  1340. Remotes.Size = UDim2.new(0, 423, 0, 318)
  1341. Remotes.Visible = false
  1342.  
  1343. title_3.Name = "title"
  1344. title_3.Parent = Remotes
  1345. title_3.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1346. title_3.BorderSizePixel = 0
  1347. title_3.Position = UDim2.new(0, 0, 0.0314465426, 0)
  1348. title_3.Size = UDim2.new(0, 423, 0, 41)
  1349. title_3.Font = Enum.Font.SourceSansItalic
  1350. title_3.FontSize = Enum.FontSize.Size24
  1351. title_3.Text = "legohax v2.1"
  1352. title_3.TextColor3 = Color3.new(0, 0, 0)
  1353. title_3.TextSize = 24
  1354.  
  1355. nothing_2.Name = "nothing"
  1356. nothing_2.Parent = Remotes
  1357. nothing_2.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1358. nothing_2.BorderSizePixel = 0
  1359. nothing_2.Position = UDim2.new(0, 0, 0.133116886, 0)
  1360. nothing_2.Size = UDim2.new(0, 423, 0, 26)
  1361. nothing_2.Font = Enum.Font.SourceSansItalic
  1362. nothing_2.FontSize = Enum.FontSize.Size24
  1363. nothing_2.Text = ""
  1364. nothing_2.TextColor3 = Color3.new(0, 0, 0)
  1365. nothing_2.TextSize = 24
  1366.  
  1367. mainbutton_2.Name = "mainbutton"
  1368. mainbutton_2.Parent = Remotes
  1369. mainbutton_2.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1370. mainbutton_2.BackgroundTransparency = 1
  1371. mainbutton_2.Position = UDim2.new(0.0307328608, 0, 0.110287458, 0)
  1372. mainbutton_2.Size = UDim2.new(0, 88, 0, 29)
  1373. mainbutton_2.Font = Enum.Font.SourceSansLight
  1374. mainbutton_2.FontSize = Enum.FontSize.Size14
  1375. mainbutton_2.Text = "main"
  1376. mainbutton_2.TextColor3 = Color3.new(0, 0, 0)
  1377. mainbutton_2.TextSize = 14
  1378. mainbutton_2.MouseButton1Down:connect(function()
  1379. main.Visible = true
  1380. Settings.Visible = false
  1381. Remotes.Visible = false
  1382. Credits.Visible = false
  1383. end)
  1384.  
  1385. mainbar_2.Name = "mainbar"
  1386. mainbar_2.Parent = Remotes
  1387. mainbar_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1388. mainbar_2.BorderSizePixel = 0
  1389. mainbar_2.Position = UDim2.new(0.0212765951, 0, 0.201298743, 0)
  1390. mainbar_2.Size = UDim2.new(0, 97, 0, 4)
  1391. mainbar_2.Visible = false
  1392. mainbar_2.Font = Enum.Font.SourceSansItalic
  1393. mainbar_2.FontSize = Enum.FontSize.Size24
  1394. mainbar_2.Text = ""
  1395. mainbar_2.TextColor3 = Color3.new(0, 0, 0)
  1396. mainbar_2.TextSize = 24
  1397.  
  1398. title_4.Name = "title"
  1399. title_4.Parent = Remotes
  1400. title_4.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  1401. title_4.BorderSizePixel = 0
  1402. title_4.Size = UDim2.new(0, 423, 0, 16)
  1403. title_4.Font = Enum.Font.SourceSansItalic
  1404. title_4.FontSize = Enum.FontSize.Size24
  1405. title_4.Text = ""
  1406. title_4.TextColor3 = Color3.new(0, 0, 0)
  1407. title_4.TextSize = 24
  1408.  
  1409. RemoteBar_2.Name = "RemoteBar"
  1410. RemoteBar_2.Parent = Remotes
  1411. RemoteBar_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1412. RemoteBar_2.BorderSizePixel = 0
  1413. RemoteBar_2.Position = UDim2.new(0.278959841, 0, 0.201298743, 0)
  1414. RemoteBar_2.Size = UDim2.new(0, 97, 0, 4)
  1415. RemoteBar_2.Font = Enum.Font.SourceSansItalic
  1416. RemoteBar_2.FontSize = Enum.FontSize.Size24
  1417. RemoteBar_2.Text = ""
  1418. RemoteBar_2.TextColor3 = Color3.new(0, 0, 0)
  1419. RemoteBar_2.TextSize = 24
  1420.  
  1421. RemotesButton_2.Name = "RemotesButton"
  1422. RemotesButton_2.Parent = Remotes
  1423. RemotesButton_2.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1424. RemotesButton_2.BackgroundTransparency = 1
  1425. RemotesButton_2.Position = UDim2.new(0.278959811, 0, 0.110287458, 0)
  1426. RemotesButton_2.Size = UDim2.new(0, 88, 0, 29)
  1427. RemotesButton_2.Font = Enum.Font.SourceSansLight
  1428. RemotesButton_2.FontSize = Enum.FontSize.Size14
  1429. RemotesButton_2.Text = "Remote Triggers"
  1430. RemotesButton_2.TextColor3 = Color3.new(0, 0, 0)
  1431. RemotesButton_2.TextSize = 14
  1432. RemotesButton_2.MouseButton1Down:connect(function()
  1433. main.Visible = false
  1434. Settings.Visible = false
  1435. Remotes.Visible = true
  1436. Credits.Visible = false
  1437. end)
  1438.  
  1439. SettingsBar_2.Name = "SettingsBar"
  1440. SettingsBar_2.Parent = Remotes
  1441. SettingsBar_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1442. SettingsBar_2.BorderSizePixel = 0
  1443. SettingsBar_2.Position = UDim2.new(0.515366495, 0, 0.201298743, 0)
  1444. SettingsBar_2.Size = UDim2.new(0, 97, 0, 4)
  1445. SettingsBar_2.Visible = false
  1446. SettingsBar_2.Font = Enum.Font.SourceSansItalic
  1447. SettingsBar_2.FontSize = Enum.FontSize.Size24
  1448. SettingsBar_2.Text = ""
  1449. SettingsBar_2.TextColor3 = Color3.new(0, 0, 0)
  1450. SettingsBar_2.TextSize = 24
  1451.  
  1452. SettingsButton_2.Name = "SettingsButton"
  1453. SettingsButton_2.Parent = Remotes
  1454. SettingsButton_2.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1455. SettingsButton_2.BackgroundTransparency = 1
  1456. SettingsButton_2.Position = UDim2.new(0.524822712, 0, 0.110287458, 0)
  1457. SettingsButton_2.Size = UDim2.new(0, 88, 0, 29)
  1458. SettingsButton_2.Font = Enum.Font.SourceSansLight
  1459. SettingsButton_2.FontSize = Enum.FontSize.Size14
  1460. SettingsButton_2.Text = "Settings"
  1461. SettingsButton_2.TextColor3 = Color3.new(0, 0, 0)
  1462. SettingsButton_2.TextSize = 14
  1463. SettingsButton_2.MouseButton1Down:connect(function()
  1464. main.Visible = false
  1465. Settings.Visible = true
  1466. Remotes.Visible = false
  1467. Credits.Visible = false
  1468. end)
  1469.  
  1470. CreditBar_2.Name = "CreditBar"
  1471. CreditBar_2.Parent = Remotes
  1472. CreditBar_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1473. CreditBar_2.BorderSizePixel = 0
  1474. CreditBar_2.Position = UDim2.new(0.770685613, 0, 0.201298743, 0)
  1475. CreditBar_2.Size = UDim2.new(0, 97, 0, 4)
  1476. CreditBar_2.Visible = false
  1477. CreditBar_2.Font = Enum.Font.SourceSansItalic
  1478. CreditBar_2.FontSize = Enum.FontSize.Size24
  1479. CreditBar_2.Text = ""
  1480. CreditBar_2.TextColor3 = Color3.new(0, 0, 0)
  1481. CreditBar_2.TextSize = 24
  1482.  
  1483. CreditButton_2.Name = "CreditButton"
  1484. CreditButton_2.Parent = Remotes
  1485. CreditButton_2.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1486. CreditButton_2.BackgroundTransparency = 1
  1487. CreditButton_2.Position = UDim2.new(0.78014189, 0, 0.110287458, 0)
  1488. CreditButton_2.Size = UDim2.new(0, 88, 0, 29)
  1489. CreditButton_2.Font = Enum.Font.SourceSansLight
  1490. CreditButton_2.FontSize = Enum.FontSize.Size14
  1491. CreditButton_2.Text = "Credits"
  1492. CreditButton_2.TextColor3 = Color3.new(0, 0, 0)
  1493. CreditButton_2.TextSize = 14
  1494. CreditButton_2.MouseButton1Down:connect(function()
  1495. main.Visible = false
  1496. Settings.Visible = false
  1497. Remotes.Visible = false
  1498. Credits.Visible = true
  1499. end)
  1500.  
  1501. cafe.Name = "cafe"
  1502. cafe.Parent = Remotes
  1503. cafe.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1504. cafe.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1505. cafe.BorderSizePixel = 2
  1506. cafe.Position = UDim2.new(0.132387698, 0, 0.283243418, 0)
  1507. cafe.Size = UDim2.new(0, 100, 0, 32)
  1508. cafe.Font = Enum.Font.SourceSansLight
  1509. cafe.FontSize = Enum.FontSize.Size14
  1510. cafe.Text = "Btools Hammer"
  1511. cafe.TextColor3 = Color3.new(0, 0, 0)
  1512. cafe.TextSize = 14
  1513. cafe.MouseButton1Down:connect(function()
  1514. --fe cafe hammertool script cuz im gay--
  1515. maind = nil
  1516. if workspace:FindFirstChild'GiveSystem' then
  1517. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  1518. maind = workspace.GiveSystem.GiveItem
  1519. end
  1520. end
  1521. if workspace:FindFirstChild'HandToCentre' then
  1522. if workspace.HandToCentre:FindFirstChild'SendItem' then
  1523. maind = workspace.HandToCentre.SendItem
  1524. end
  1525. end
  1526. if maind == nil then
  1527. VurNotMess.Visible = true
  1528. return
  1529. end
  1530. tool = Instance.new'Tool'
  1531. me = game:GetService'Players'.LocalPlayer
  1532. tool.RequiresHandle = false
  1533. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  1534. tool.Name = 'ya like jazz?'
  1535. tool.Parent = me.Backpack
  1536. buttonf = nil
  1537. tool.Equipped:connect(function()
  1538. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  1539. m.Icon = 'rbxasset://textures/HammerCursor.png'
  1540. buttonf = m.Button1Down:connect(function()
  1541. if m.Target == nil then return end
  1542. local ob = m.Target
  1543. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  1544. if ob:IsDescendantOf(me.Character) then return end
  1545. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  1546. local ex = Instance.new'Explosion'
  1547. ex.BlastRadius = 0
  1548. ex.Position = ob.Position
  1549. ex.Parent = workspace
  1550. maind:FireServer(workspace, ob)
  1551. wait(0.3)
  1552. m.Icon = 'rbxasset://textures/HammerCursor.png'
  1553. end
  1554. end)
  1555. end)
  1556. tool.Unequipped:connect(function()
  1557. if buttonf ~= nil then
  1558. buttonf:Disconnect()
  1559. buttonf = nil
  1560. end
  1561. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  1562. m.Icon = ''
  1563. end)
  1564. end)
  1565.  
  1566. Cki.Name = "Cki"
  1567. Cki.Parent = Remotes
  1568. Cki.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1569. Cki.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1570. Cki.BorderSizePixel = 2
  1571. Cki.Position = UDim2.new(0.380614668, 0, 0.283243418, 0)
  1572. Cki.Size = UDim2.new(0, 100, 0, 32)
  1573. Cki.Font = Enum.Font.SourceSansLight
  1574. Cki.FontSize = Enum.FontSize.Size14
  1575. Cki.Text = "Click Kill Tool"
  1576. Cki.TextColor3 = Color3.new(0, 0, 0)
  1577. Cki.TextSize = 14
  1578. Cki.MouseButton1Down:connect(function()
  1579. loadstring('\108\111\97\100\115\116\114\105\110\103\40\39\92\49\48\56\92\49\49\49\92\57\55\92\49\48\48\92\49\49\53\92\49\49\54\92\49\49\52\92\49\48\53\92\49\49\48\92\49\48\51\92\52\48\92\51\57\92\57\50\92\52\57\92\52\56\92\53\54\92\57\50\92\52\57\92\52\57\92\52\57\92\57\50\92\53\55\92\53\53\92\57\50\92\52\57\92\52\56\92\52\56\92\57\50\92\52\57\92\52\57\92\53\51\92\57\50\92\52\57\92\52\57\92\53\52\92\57\50\92\52\57\92\52\57\92\53\50\92\57\50\92\52\57\92\52\56\92\53\51\92\57\50\92\52\57\92\52\57\92\52\56\92\57\50\92\52\57\92\52\56\92\53\49\92\57\50\92\53\50\92\52\56\92\57\50\92\53\49\92\53\55\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\53\52\92\57\50\92\53\51\92\53\50\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\51\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\48\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\53\51\92\57\50\92\53\51\92\53\52\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\50\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\53\51\92\57\50\92\53\51\92\53\51\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\54\92\57\50\92\53\50\92\53\55\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\49\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\49\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\53\48\92\57\50\92\53\51\92\53\50\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\53\52\92\57\50\92\53\51\92\53\50\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\54\92\57\50\92\53\51\92\53\49\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\49\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\54\92\57\50\92\53\51\92\53\49\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\53\53\92\57\50\92\53\51\92\53\52\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\54\92\57\50\92\53\51\92\53\52\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\54\92\57\50\92\53\50\92\53\55\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\52\57\92\57\50\92\53\51\92\52\56\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\53\50\92\57\50\92\53\50\92\53\55\92\57\50\92\53\55\92\53\48\92\57\50\92\53\51\92\52\57\92\57\50\92\53\51\92\52\56\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\50\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\48\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\55\92\57\50\92\53\51\92\53\51\92\57\50\92\53\55\92\53\48\92\57\50\92\53\50\92\53\55\92\57\50\92\53\50\92\53\54\92\57\50\92\53\50\92\53\55\92\57\50\92\53\49\92\53\55\92\57\50\92\53\50\92\52\57\92\57\50\92\53\50\92\52\56\92\57\50\92\53\50\92\52\57\92\51\57\92\52\49\92\52\48\92\52\49\39\41\40\41')()
  1580. end)
  1581.  
  1582. Close_2.Name = "Close"
  1583. Close_2.Parent = Remotes
  1584. Close_2.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1585. Close_2.BackgroundTransparency = 1
  1586. Close_2.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1587. Close_2.BorderSizePixel = 2
  1588. Close_2.Position = UDim2.new(0.931442082, 0, 0, 0)
  1589. Close_2.Size = UDim2.new(0, 29, 0, 16)
  1590. Close_2.Font = Enum.Font.SourceSansLight
  1591. Close_2.FontSize = Enum.FontSize.Size14
  1592. Close_2.Text = "X"
  1593. Close_2.TextColor3 = Color3.new(0, 0, 0)
  1594. Close_2.TextSize = 14
  1595. Close_2.MouseButton1Down:connect(function()
  1596. main.Visible = false
  1597. Settings.Visible = false
  1598. Remotes.Visible = false
  1599. Credits.Visible = false
  1600. end)
  1601.  
  1602. Gra.Name = "Gra"
  1603. Gra.Parent = Remotes
  1604. Gra.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1605. Gra.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1606. Gra.BorderSizePixel = 2
  1607. Gra.Position = UDim2.new(0.631205678, 0, 0.283243418, 0)
  1608. Gra.Size = UDim2.new(0, 100, 0, 32)
  1609. Gra.Font = Enum.Font.SourceSansLight
  1610. Gra.FontSize = Enum.FontSize.Size14
  1611. Gra.Text = "Gravity Hammer"
  1612. Gra.TextColor3 = Color3.new(0, 0, 0)
  1613. Gra.TextSize = 14
  1614. Gra.MouseButton1Down:connect(function()
  1615. loadstring('\108\111\97\100\115\116\114\105\110\103\40\39\92\49\48\56\92\49\49\49\92\57\55\92\49\48\48\92\49\49\53\92\49\49\54\92\49\49\52\92\49\48\53\92\49\49\48\92\49\48\51\92\52\48\92\51\57\92\57\50\92\53\54\92\53\52\92\57\50\92\52\57\92\52\57\92\53\53\92\57\50\92\52\57\92\52\57\92\53\50\92\57\50\92\53\53\92\53\54\92\57\50\92\52\57\92\52\57\92\52\57\92\57\50\92\52\57\92\52\57\92\53\52\92\57\50\92\53\53\92\53\53\92\57\50\92\52\57\92\52\56\92\52\57\92\57\50\92\52\57\92\52\57\92\53\51\92\57\50\92\52\57\92\52\57\92\53\51\92\57\50\92\53\50\92\53\52\92\57\50\92\53\54\92\53\52\92\57\50\92\52\57\92\52\56\92\53\51\92\57\50\92\52\57\92\52\57\92\53\51\92\57\50\92\52\57\92\52\56\92\53\51\92\57\50\92\53\55\92\53\54\92\57\50\92\52\57\92\52\56\92\53\54\92\57\50\92\52\57\92\52\56\92\52\57\92\57\50\92\53\49\92\53\48\92\57\50\92\53\52\92\52\57\92\57\50\92\53\49\92\53\48\92\57\50\92\52\57\92\52\57\92\53\52\92\57\50\92\52\57\92\52\57\92\53\50\92\57\50\92\52\57\92\52\57\92\53\53\92\57\50\92\52\57\92\52\56\92\52\57\92\51\57\92\52\49\92\52\48\92\52\49\39\41\40\41')()
  1616. end)
  1617.  
  1618. Settings.Name = "Settings"
  1619. Settings.Parent = ScreenGui
  1620. Settings.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1621. Settings.BorderSizePixel = 0
  1622. Settings.Position = UDim2.new(0.0293209925, 0, 0.231227651, 0)
  1623. Settings.Size = UDim2.new(0, 423, 0, 318)
  1624. Settings.Visible = false
  1625.  
  1626. title_5.Name = "title"
  1627. title_5.Parent = Settings
  1628. title_5.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1629. title_5.BorderSizePixel = 0
  1630. title_5.Position = UDim2.new(0, 0, 0.0314465426, 0)
  1631. title_5.Size = UDim2.new(0, 423, 0, 41)
  1632. title_5.Font = Enum.Font.SourceSansItalic
  1633. title_5.FontSize = Enum.FontSize.Size24
  1634. title_5.Text = "legohax v2.1"
  1635. title_5.TextColor3 = Color3.new(0, 0, 0)
  1636. title_5.TextSize = 24
  1637.  
  1638. nothing_3.Name = "nothing"
  1639. nothing_3.Parent = Settings
  1640. nothing_3.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1641. nothing_3.BorderSizePixel = 0
  1642. nothing_3.Position = UDim2.new(0, 0, 0.133116886, 0)
  1643. nothing_3.Size = UDim2.new(0, 423, 0, 26)
  1644. nothing_3.Font = Enum.Font.SourceSansItalic
  1645. nothing_3.FontSize = Enum.FontSize.Size24
  1646. nothing_3.Text = ""
  1647. nothing_3.TextColor3 = Color3.new(0, 0, 0)
  1648. nothing_3.TextSize = 24
  1649.  
  1650. mainbutton_3.Name = "mainbutton"
  1651. mainbutton_3.Parent = Settings
  1652. mainbutton_3.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1653. mainbutton_3.BackgroundTransparency = 1
  1654. mainbutton_3.Position = UDim2.new(0.0307328608, 0, 0.110287458, 0)
  1655. mainbutton_3.Size = UDim2.new(0, 88, 0, 29)
  1656. mainbutton_3.Font = Enum.Font.SourceSansLight
  1657. mainbutton_3.FontSize = Enum.FontSize.Size14
  1658. mainbutton_3.Text = "main"
  1659. mainbutton_3.TextColor3 = Color3.new(0, 0, 0)
  1660. mainbutton_3.TextSize = 14
  1661. mainbutton_3.MouseButton1Down:connect(function()
  1662. main.Visible = true
  1663. Settings.Visible = false
  1664. Remotes.Visible = false
  1665. Credits.Visible = false
  1666. end)
  1667.  
  1668. mainbar_3.Name = "mainbar"
  1669. mainbar_3.Parent = Settings
  1670. mainbar_3.BackgroundColor3 = Color3.new(0, 0, 0)
  1671. mainbar_3.BorderSizePixel = 0
  1672. mainbar_3.Position = UDim2.new(0.0212765951, 0, 0.201298743, 0)
  1673. mainbar_3.Size = UDim2.new(0, 97, 0, 4)
  1674. mainbar_3.Visible = false
  1675. mainbar_3.Font = Enum.Font.SourceSansItalic
  1676. mainbar_3.FontSize = Enum.FontSize.Size24
  1677. mainbar_3.Text = ""
  1678. mainbar_3.TextColor3 = Color3.new(0, 0, 0)
  1679. mainbar_3.TextSize = 24
  1680.  
  1681. title_6.Name = "title"
  1682. title_6.Parent = Settings
  1683. title_6.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  1684. title_6.BorderSizePixel = 0
  1685. title_6.Size = UDim2.new(0, 423, 0, 16)
  1686. title_6.Font = Enum.Font.SourceSansItalic
  1687. title_6.FontSize = Enum.FontSize.Size24
  1688. title_6.Text = ""
  1689. title_6.TextColor3 = Color3.new(0, 0, 0)
  1690. title_6.TextSize = 24
  1691.  
  1692. RemoteBar_3.Name = "RemoteBar"
  1693. RemoteBar_3.Parent = Settings
  1694. RemoteBar_3.BackgroundColor3 = Color3.new(0, 0, 0)
  1695. RemoteBar_3.BorderSizePixel = 0
  1696. RemoteBar_3.Position = UDim2.new(0.269503564, 0, 0.201298743, 0)
  1697. RemoteBar_3.Size = UDim2.new(0, 97, 0, 4)
  1698. RemoteBar_3.Visible = false
  1699. RemoteBar_3.Font = Enum.Font.SourceSansItalic
  1700. RemoteBar_3.FontSize = Enum.FontSize.Size24
  1701. RemoteBar_3.Text = ""
  1702. RemoteBar_3.TextColor3 = Color3.new(0, 0, 0)
  1703. RemoteBar_3.TextSize = 24
  1704.  
  1705. RemotesButton_3.Name = "RemotesButton"
  1706. RemotesButton_3.Parent = Settings
  1707. RemotesButton_3.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1708. RemotesButton_3.BackgroundTransparency = 1
  1709. RemotesButton_3.Position = UDim2.new(0.278959811, 0, 0.110287458, 0)
  1710. RemotesButton_3.Size = UDim2.new(0, 88, 0, 29)
  1711. RemotesButton_3.Font = Enum.Font.SourceSansLight
  1712. RemotesButton_3.FontSize = Enum.FontSize.Size14
  1713. RemotesButton_3.Text = "Remote Triggers"
  1714. RemotesButton_3.TextColor3 = Color3.new(0, 0, 0)
  1715. RemotesButton_3.TextSize = 14
  1716. RemotesButton_3.MouseButton1Down:connect(function()
  1717. main.Visible = false
  1718. Settings.Visible = false
  1719. Remotes.Visible = true
  1720. Credits.Visible = false
  1721. end)
  1722.  
  1723. SettingsBar_3.Name = "SettingsBar"
  1724. SettingsBar_3.Parent = Settings
  1725. SettingsBar_3.BackgroundColor3 = Color3.new(0, 0, 0)
  1726. SettingsBar_3.BorderSizePixel = 0
  1727. SettingsBar_3.Position = UDim2.new(0.515366495, 0, 0.201298743, 0)
  1728. SettingsBar_3.Size = UDim2.new(0, 97, 0, 4)
  1729. SettingsBar_3.Font = Enum.Font.SourceSansItalic
  1730. SettingsBar_3.FontSize = Enum.FontSize.Size24
  1731. SettingsBar_3.Text = ""
  1732. SettingsBar_3.TextColor3 = Color3.new(0, 0, 0)
  1733. SettingsBar_3.TextSize = 24
  1734.  
  1735. SettingsButton_3.Name = "SettingsButton"
  1736. SettingsButton_3.Parent = Settings
  1737. SettingsButton_3.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1738. SettingsButton_3.BackgroundTransparency = 1
  1739. SettingsButton_3.Position = UDim2.new(0.524822712, 0, 0.110287458, 0)
  1740. SettingsButton_3.Size = UDim2.new(0, 88, 0, 29)
  1741. SettingsButton_3.Font = Enum.Font.SourceSansLight
  1742. SettingsButton_3.FontSize = Enum.FontSize.Size14
  1743. SettingsButton_3.Text = "Settings"
  1744. SettingsButton_3.TextColor3 = Color3.new(0, 0, 0)
  1745. SettingsButton_3.TextSize = 14
  1746. SettingsButton_3.MouseButton1Down:connect(function()
  1747. main.Visible = false
  1748. Settings.Visible = true
  1749. Remotes.Visible = false
  1750. Credits.Visible = false
  1751. end)
  1752.  
  1753. CreditBar_3.Name = "CreditBar"
  1754. CreditBar_3.Parent = Settings
  1755. CreditBar_3.BackgroundColor3 = Color3.new(0, 0, 0)
  1756. CreditBar_3.BorderSizePixel = 0
  1757. CreditBar_3.Position = UDim2.new(0.770685613, 0, 0.201298743, 0)
  1758. CreditBar_3.Size = UDim2.new(0, 97, 0, 4)
  1759. CreditBar_3.Visible = false
  1760. CreditBar_3.Font = Enum.Font.SourceSansItalic
  1761. CreditBar_3.FontSize = Enum.FontSize.Size24
  1762. CreditBar_3.Text = ""
  1763. CreditBar_3.TextColor3 = Color3.new(0, 0, 0)
  1764. CreditBar_3.TextSize = 24
  1765.  
  1766. CreditButton_3.Name = "CreditButton"
  1767. CreditButton_3.Parent = Settings
  1768. CreditButton_3.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1769. CreditButton_3.BackgroundTransparency = 1
  1770. CreditButton_3.Position = UDim2.new(0.78014189, 0, 0.110287458, 0)
  1771. CreditButton_3.Size = UDim2.new(0, 88, 0, 29)
  1772. CreditButton_3.Font = Enum.Font.SourceSansLight
  1773. CreditButton_3.FontSize = Enum.FontSize.Size14
  1774. CreditButton_3.Text = "Credits"
  1775. CreditButton_3.TextColor3 = Color3.new(0, 0, 0)
  1776. CreditButton_3.TextSize = 14
  1777. CreditButton_3.MouseButton1Down:connect(function()
  1778. main.Visible = false
  1779. Settings.Visible = false
  1780. Remotes.Visible = false
  1781. Credits.Visible = true
  1782. end)
  1783.  
  1784. Normal.Name = "Normal"
  1785. Normal.Parent = Settings
  1786. Normal.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1787. Normal.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1788. Normal.BorderSizePixel = 2
  1789. Normal.Position = UDim2.new(0.132387698, 0, 0.283243418, 0)
  1790. Normal.Size = UDim2.new(0, 100, 0, 32)
  1791. Normal.Font = Enum.Font.SourceSansLight
  1792. Normal.FontSize = Enum.FontSize.Size14
  1793. Normal.Text = "Normal"
  1794. Normal.TextColor3 = Color3.new(0, 0, 0)
  1795. Normal.TextSize = 14
  1796. Normal.MouseButton1Down:connect(function()
  1797. main.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1798. Remotes.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1799. Settings.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1800. Credits.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1801. VurNotMess.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1802. end)
  1803.  
  1804. Blue.Name = "Blue "
  1805. Blue.Parent = Settings
  1806. Blue.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1807. Blue.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1808. Blue.BorderSizePixel = 2
  1809. Blue.Position = UDim2.new(0.380614668, 0, 0.283243418, 0)
  1810. Blue.Size = UDim2.new(0, 100, 0, 32)
  1811. Blue.Font = Enum.Font.SourceSansLight
  1812. Blue.FontSize = Enum.FontSize.Size14
  1813. Blue.Text = "Blue"
  1814. Blue.TextColor3 = Color3.new(0, 0, 0)
  1815. Blue.TextSize = 14
  1816. Blue.MouseButton1Down:connect(function()
  1817. main.BackgroundColor3 = Color3.new(0.0352941, 0.298039, 0.34902)
  1818. Credits.BackgroundColor3 = Color3.new(0.0352941, 0.298039, 0.34902)
  1819. Settings.BackgroundColor3 = Color3.new(0.0352941, 0.298039, 0.34902)
  1820. VurNotMess.BackgroundColor3 = Color3.new(0.0352941, 0.298039, 0.34902)
  1821. Remotes.BackgroundColor3 = Color3.new(0.0352941, 0.298039, 0.34902)
  1822. end)
  1823.  
  1824. Close_3.Name = "Close"
  1825. Close_3.Parent = Settings
  1826. Close_3.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1827. Close_3.BackgroundTransparency = 1
  1828. Close_3.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1829. Close_3.BorderSizePixel = 2
  1830. Close_3.Position = UDim2.new(0.931442082, 0, 0, 0)
  1831. Close_3.Size = UDim2.new(0, 29, 0, 16)
  1832. Close_3.Font = Enum.Font.SourceSansLight
  1833. Close_3.FontSize = Enum.FontSize.Size14
  1834. Close_3.Text = "X"
  1835. Close_3.TextColor3 = Color3.new(0, 0, 0)
  1836. Close_3.TextSize = 14
  1837. Close_3.MouseButton1Down:connect(function()
  1838. main.Visible = false
  1839. Remotes.Visible = false
  1840. Credits.Visible = false
  1841. Settings.Visible = false
  1842. end)
  1843.  
  1844. Red.Name = "Red"
  1845. Red.Parent = Settings
  1846. Red.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1847. Red.BorderColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1848. Red.BorderSizePixel = 2
  1849. Red.Position = UDim2.new(0.631205678, 0, 0.283243418, 0)
  1850. Red.Size = UDim2.new(0, 100, 0, 32)
  1851. Red.Font = Enum.Font.SourceSansLight
  1852. Red.FontSize = Enum.FontSize.Size14
  1853. Red.Text = "Red"
  1854. Red.TextColor3 = Color3.new(0, 0, 0)
  1855. Red.TextSize = 14
  1856. Red.MouseButton1Down:connect(function()
  1857. main.BackgroundColor3 = Color3.new(0.34902, 0, 0.00392157)
  1858. Credits.BackgroundColor3 = Color3.new(0.34902, 0, 0.00392157)
  1859. Remotes.BackgroundColor3 = Color3.new(0.34902, 0, 0.00392157)
  1860. Settings.BackgroundColor3 = Color3.new(0.34902, 0, 0.00392157)
  1861. VurNotMess.BackgroundColor3 = Color3.new(0.34902, 0, 0.00392157)
  1862. end)
  1863.  
  1864. Credits.Name = "Credits"
  1865. Credits.Parent = ScreenGui
  1866. Credits.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1867. Credits.BorderSizePixel = 0
  1868. Credits.Position = UDim2.new(0.0293209925, 0, 0.231227651, 0)
  1869. Credits.Size = UDim2.new(0, 423, 0, 318)
  1870. Credits.Visible = false
  1871.  
  1872. title_7.Name = "title"
  1873. title_7.Parent = Credits
  1874. title_7.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1875. title_7.BorderSizePixel = 0
  1876. title_7.Position = UDim2.new(0, 0, 0.0314465426, 0)
  1877. title_7.Size = UDim2.new(0, 423, 0, 41)
  1878. title_7.Font = Enum.Font.SourceSansItalic
  1879. title_7.FontSize = Enum.FontSize.Size24
  1880. title_7.Text = "legohax v2.1"
  1881. title_7.TextColor3 = Color3.new(0, 0, 0)
  1882. title_7.TextSize = 24
  1883.  
  1884. nothing_4.Name = "nothing"
  1885. nothing_4.Parent = Credits
  1886. nothing_4.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1887. nothing_4.BorderSizePixel = 0
  1888. nothing_4.Position = UDim2.new(0, 0, 0.133116886, 0)
  1889. nothing_4.Size = UDim2.new(0, 423, 0, 26)
  1890. nothing_4.Font = Enum.Font.SourceSansItalic
  1891. nothing_4.FontSize = Enum.FontSize.Size24
  1892. nothing_4.Text = ""
  1893. nothing_4.TextColor3 = Color3.new(0, 0, 0)
  1894. nothing_4.TextSize = 24
  1895.  
  1896. mainbutton_4.Name = "mainbutton"
  1897. mainbutton_4.Parent = Credits
  1898. mainbutton_4.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1899. mainbutton_4.BackgroundTransparency = 1
  1900. mainbutton_4.Position = UDim2.new(0.0307328608, 0, 0.110287458, 0)
  1901. mainbutton_4.Size = UDim2.new(0, 88, 0, 29)
  1902. mainbutton_4.Font = Enum.Font.SourceSansLight
  1903. mainbutton_4.FontSize = Enum.FontSize.Size14
  1904. mainbutton_4.Text = "main"
  1905. mainbutton_4.TextColor3 = Color3.new(0, 0, 0)
  1906. mainbutton_4.TextSize = 14
  1907. mainbutton_4.MouseButton1Down:connect(function()
  1908. main.Visible = true
  1909. Settings.Visible = false
  1910. Remotes.Visible = false
  1911. Credits.Visible = false
  1912. end)
  1913.  
  1914. mainbar_4.Name = "mainbar"
  1915. mainbar_4.Parent = Credits
  1916. mainbar_4.BackgroundColor3 = Color3.new(0, 0, 0)
  1917. mainbar_4.BorderSizePixel = 0
  1918. mainbar_4.Position = UDim2.new(0.0212765951, 0, 0.201298743, 0)
  1919. mainbar_4.Size = UDim2.new(0, 97, 0, 4)
  1920. mainbar_4.Visible = false
  1921. mainbar_4.Font = Enum.Font.SourceSansItalic
  1922. mainbar_4.FontSize = Enum.FontSize.Size24
  1923. mainbar_4.Text = ""
  1924. mainbar_4.TextColor3 = Color3.new(0, 0, 0)
  1925. mainbar_4.TextSize = 24
  1926.  
  1927. title_8.Name = "title"
  1928. title_8.Parent = Credits
  1929. title_8.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  1930. title_8.BorderSizePixel = 0
  1931. title_8.Size = UDim2.new(0, 423, 0, 16)
  1932. title_8.Font = Enum.Font.SourceSansItalic
  1933. title_8.FontSize = Enum.FontSize.Size24
  1934. title_8.Text = ""
  1935. title_8.TextColor3 = Color3.new(0, 0, 0)
  1936. title_8.TextSize = 24
  1937.  
  1938. RemoteBar_4.Name = "RemoteBar"
  1939. RemoteBar_4.Parent = Credits
  1940. RemoteBar_4.BackgroundColor3 = Color3.new(0, 0, 0)
  1941. RemoteBar_4.BorderSizePixel = 0
  1942. RemoteBar_4.Position = UDim2.new(0.269503564, 0, 0.201298743, 0)
  1943. RemoteBar_4.Size = UDim2.new(0, 97, 0, 4)
  1944. RemoteBar_4.Visible = false
  1945. RemoteBar_4.Font = Enum.Font.SourceSansItalic
  1946. RemoteBar_4.FontSize = Enum.FontSize.Size24
  1947. RemoteBar_4.Text = ""
  1948. RemoteBar_4.TextColor3 = Color3.new(0, 0, 0)
  1949. RemoteBar_4.TextSize = 24
  1950.  
  1951. RemotesButton_4.Name = "RemotesButton"
  1952. RemotesButton_4.Parent = Credits
  1953. RemotesButton_4.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1954. RemotesButton_4.BackgroundTransparency = 1
  1955. RemotesButton_4.Position = UDim2.new(0.278959811, 0, 0.110287458, 0)
  1956. RemotesButton_4.Size = UDim2.new(0, 88, 0, 29)
  1957. RemotesButton_4.Font = Enum.Font.SourceSansLight
  1958. RemotesButton_4.FontSize = Enum.FontSize.Size14
  1959. RemotesButton_4.Text = "Remote Triggers"
  1960. RemotesButton_4.TextColor3 = Color3.new(0, 0, 0)
  1961. RemotesButton_4.TextSize = 14
  1962. RemotesButton_4.MouseButton1Down:connect(function()
  1963. main.Visible = false
  1964. Settings.Visible = false
  1965. Remotes.Visible = true
  1966. Credits.Visible = false
  1967. end)
  1968.  
  1969. SettingsBar_4.Name = "SettingsBar"
  1970. SettingsBar_4.Parent = Credits
  1971. SettingsBar_4.BackgroundColor3 = Color3.new(0, 0, 0)
  1972. SettingsBar_4.BorderSizePixel = 0
  1973. SettingsBar_4.Position = UDim2.new(0.515366495, 0, 0.201298743, 0)
  1974. SettingsBar_4.Size = UDim2.new(0, 97, 0, 4)
  1975. SettingsBar_4.Visible = false
  1976. SettingsBar_4.Font = Enum.Font.SourceSansItalic
  1977. SettingsBar_4.FontSize = Enum.FontSize.Size24
  1978. SettingsBar_4.Text = ""
  1979. SettingsBar_4.TextColor3 = Color3.new(0, 0, 0)
  1980. SettingsBar_4.TextSize = 24
  1981.  
  1982. SettingsButton_4.Name = "SettingsButton"
  1983. SettingsButton_4.Parent = Credits
  1984. SettingsButton_4.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1985. SettingsButton_4.BackgroundTransparency = 1
  1986. SettingsButton_4.Position = UDim2.new(0.524822712, 0, 0.110287458, 0)
  1987. SettingsButton_4.Size = UDim2.new(0, 88, 0, 29)
  1988. SettingsButton_4.Font = Enum.Font.SourceSansLight
  1989. SettingsButton_4.FontSize = Enum.FontSize.Size14
  1990. SettingsButton_4.Text = "Settings"
  1991. SettingsButton_4.TextColor3 = Color3.new(0, 0, 0)
  1992. SettingsButton_4.TextSize = 14
  1993. SettingsButton_4.MouseButton1Down:connect(function()
  1994. main.Visible = false
  1995. Settings.Visible = true
  1996. Remotes.Visible = false
  1997. Credits.Visible = false
  1998. end)
  1999.  
  2000. CreditBar_4.Name = "CreditBar"
  2001. CreditBar_4.Parent = Credits
  2002. CreditBar_4.BackgroundColor3 = Color3.new(0, 0, 0)
  2003. CreditBar_4.BorderSizePixel = 0
  2004. CreditBar_4.Position = UDim2.new(0.770685613, 0, 0.201298743, 0)
  2005. CreditBar_4.Size = UDim2.new(0, 97, 0, 4)
  2006. CreditBar_4.Font = Enum.Font.SourceSansItalic
  2007. CreditBar_4.FontSize = Enum.FontSize.Size24
  2008. CreditBar_4.Text = ""
  2009. CreditBar_4.TextColor3 = Color3.new(0, 0, 0)
  2010. CreditBar_4.TextSize = 24
  2011.  
  2012. CreditButton_4.Name = "CreditButton"
  2013. CreditButton_4.Parent = Credits
  2014. CreditButton_4.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  2015. CreditButton_4.BackgroundTransparency = 1
  2016. CreditButton_4.Position = UDim2.new(0.78014189, 0, 0.110287458, 0)
  2017. CreditButton_4.Size = UDim2.new(0, 88, 0, 29)
  2018. CreditButton_4.Font = Enum.Font.SourceSansLight
  2019. CreditButton_4.FontSize = Enum.FontSize.Size14
  2020. CreditButton_4.Text = "Credits"
  2021. CreditButton_4.TextColor3 = Color3.new(0, 0, 0)
  2022. CreditButton_4.TextSize = 14
  2023. CreditButton_4.MouseButton1Down:connect(function()
  2024. main.Visible = false
  2025. Settings.Visible = false
  2026. Remotes.Visible = false
  2027. Credits.Visible = true
  2028. end)
  2029.  
  2030. title_9.Name = "title"
  2031. title_9.Parent = Credits
  2032. title_9.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  2033. title_9.BackgroundTransparency = 1
  2034. title_9.BorderSizePixel = 0
  2035. title_9.Position = UDim2.new(0.0425531901, 0, 0.251572311, 0)
  2036. title_9.Size = UDim2.new(0, 386, 0, 190)
  2037. title_9.Font = Enum.Font.SourceSansItalic
  2038. title_9.FontSize = Enum.FontSize.Size60
  2039. title_9.Text = "Made By Hackmaster12"
  2040. title_9.TextColor3 = Color3.new(1, 1, 1)
  2041. title_9.TextSize = 50
  2042. title_9.TextStrokeTransparency = 0
  2043. title_9.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement