Advertisement
Ameno__GodOH

Glue piece mec script

Sep 3rd, 2024 (edited)
994
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.23 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Orion/main/source'))()
  2. local Window = OrionLib:MakeWindow({
  3. Name = "Mandy Hub",
  4. HidePremium = false,
  5. IntroText = "Mandy Hub",
  6. SaveConfig = true,
  7. ConfigFolder = "MandyHub"
  8. })
  9.  
  10. OrionLib:MakeNotification({
  11. Name = "Mandy Hub",
  12. Content = "By: mandy_dos_candys on discord",
  13. Image = "rbxassetid://4483345998",
  14. Time = 5
  15. })
  16.  
  17. -- "Farm" Tab
  18. local farmTab = Window:MakeTab({
  19. Name = "Blox Fruits",
  20. Icon = "rbxassetid://4483345998",
  21. PremiumOnly = false
  22. })
  23.  
  24. local farmSection = farmTab:AddSection({
  25. Name = "Blox Fruits Section"
  26. })
  27.  
  28. farmTab:AddButton({
  29. Name = "Blox Auto Farm Yatsuraa Hub",
  30. Callback = function()
  31. print("Ativando Blox Auto Farm script for 1 Sea...")
  32. loadstring(game:HttpGet("https://raw.githubusercontent.com/Yatsuraa/Matsune/main/Matsunebeta.lua"))()
  33. end
  34. })
  35.  
  36. farmTab:AddButton({
  37. Name = "Blox Auto Farm W-azure Hub",
  38. Callback = function()
  39. print("Ativando Blox Auto Farm script for 1 Sea...")
  40. loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/3b2169cf53bc6104dabe8e19562e5cc2.lua"))()
  41. end
  42. })
  43.  
  44. farmTab:AddButton({
  45. Name = "Blox Auto Farm Redz Hub Hub",
  46. Callback = function()
  47. print("Ativando Blox Auto Farm script for 1 Sea...")
  48. loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/BloxFruits/main/redz9999"))()
  49. end
  50. })
  51.  
  52. farmTab:AddButton({
  53. Name = "Blox Auto Farm Cokka Hub",
  54. Callback = function()
  55. print("Ativando Blox Auto Farm script for 1 Sea...")
  56. loadstring(game:HttpGet"https://raw.githubusercontent.com/UserDevEthical/Loadstring/main/CokkaHub.lua")()
  57. end
  58. })
  59.  
  60. -- King legacy tab
  61. local KingTab = Window:MakeTab({
  62. Name = "King Legacy",
  63. Icon = "rbxassetid://4483345998",
  64. PremiumOnly = false
  65. })
  66.  
  67. local KingSection = KingTab:AddSection({
  68. Name = "King Legacy Section"
  69. })
  70.  
  71. KingTab:AddButton({
  72. Name = "King Legacy Zee-Hub Script",
  73. Callback = function()
  74. print("Ativando Blox Auto Farm script for 1 Sea...")
  75. loadstring(game:HttpGet('https://zuwz.me/Ls-Zee-Hub-KL'))()
  76. end
  77. })
  78.  
  79. KingTab:AddButton({
  80. Name = "King Legacy ArcHub Script (Need Key)",
  81. Callback = function()
  82. print("Ativando Blox Auto Farm script for 1 Sea...")
  83.  
  84. getgenv().CustomDistance = 10 -- Custom Distance For Bug Can't Swipe
  85. loadstring(game:HttpGet("https://raw.githubusercontent.com/ChopLoris/ArcHub/main/main.lua"))()
  86. end
  87. })
  88.  
  89. -- MM2 Tab
  90. local MM2Tab = Window:MakeTab({
  91. Name = "Murder Mistery 2",
  92. Icon = "rbxassetid://4483345998",
  93. PremiumOnly = false
  94. })
  95.  
  96. local MM2Section = MM2Tab:AddSection({
  97. Name = "Murder Mistery 2 section"
  98. })
  99.  
  100. MM2Tab:AddButton({
  101. Name = "Murder Mistery 2 Yarhm Script",
  102. Callback = function()
  103. print("Ativando Blox Auto Farm script for 1 Sea...")
  104. loadstring(game:HttpGet("https://raw.githubusercontent.com/Joystickplays/psychic-octo-invention/main/yarhm.lua", false))()
  105. end
  106. })
  107.  
  108. -- "Stands Awakening" Tab
  109. local saTab = Window:MakeTab({
  110. Name = "SA Boss helper",
  111. Icon = "rbxassetid://4483345998",
  112. PremiumOnly = false
  113. })
  114.  
  115. local saSection = saTab:AddSection({
  116. Name = "Stands Awakening Boss Section"
  117. })
  118.  
  119. saTab:AddButton({
  120. Name = "Stands Awakening Boss Helper 1",
  121. Callback = function()
  122. print("Ativando Stands Awakening Boss Helper 1...")
  123. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gabiruvei/Ameno/08142f5310d688772d1f0303a551563184374100/Ameno_Script"))()
  124. OrionLib:MakeNotification({
  125. Name = "Stands Awakening Boss Helper 1",
  126. Content = "By: mandy_dos_candys on Discord",
  127. Image = "rbxassetid://4483345998",
  128. Time = 5
  129. })
  130. end
  131. })
  132.  
  133. saTab:AddButton({
  134. Name = "Stands Awakening Boss Speed Attack",
  135. Callback = function()
  136. print("Ativando Stands Awakening Speed Helper...")
  137. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gabiruvei/Ameno_x/2b7b8828652ba7ab3dd2903f34d988419dfbfe76/ameno_x"))()
  138. end
  139. })
  140.  
  141. saTab:AddButton({
  142. Name = "Stands Awakening Boss Helper 2 (May not run on some executors)",
  143. Callback = function()
  144. print("Ativando Stands Awakening Boss Helper 2...")
  145. loadstring(game:HttpGet("https://raw.githubusercontent.com/Just3itx/Deezs/main/Games/Stands%20Awakening/Loader.lua"))()
  146. end
  147. })
  148.  
  149. saTab:AddButton({
  150. Name = "Stands Awakening Boss Move Speed",
  151. Callback = function()
  152. print("Ativando Stands Awakening Boss move speed")
  153. loadstring(game:HttpGet("https://pastebin.com/raw/4iB72HJe"))()
  154. end
  155. })
  156.  
  157. local salTab = Window:MakeTab({
  158. Name = "SA main world",
  159. Icon = "rbxassetid://4483345998",
  160. PremiumOnly = false
  161. })
  162.  
  163. local satSection = salTab:AddSection({
  164. Name = "Stands Awakening Main World Section"
  165. })
  166.  
  167. salTab:AddButton({
  168. Name = "Stands Awakening Main world (bebo script)",
  169. Callback = function()
  170. print("Ativando Stands Awakening Speed Helper...")
  171. loadstring(game:HttpGet("https://raw.githubusercontent.com/Bebo-Mods/BeboScripts/main/StandAwekening.lua"))()
  172. end
  173. })
  174.  
  175. salTab:AddButton({
  176. Name = "Stands Awakening Teleport script",
  177. Callback = function()
  178. print("Ativando Stands Awakening Teleport script")
  179. loadstring(game:HttpGet("https://pastebin.com/raw/wnm5WfPu"))()
  180. end
  181. })
  182.  
  183. salTab:AddButton({
  184. Name = "Stands Awakening Auto Farm Stand",
  185. Callback = function()
  186. print("Ativando Stands Awakening Teleport script")
  187. loadstring(game:HttpGet("https://pastebin.com/raw/KrajzJdV"))()
  188. end
  189. })
  190.  
  191. local TsbTab = Window:MakeTab({
  192. Name = "The Strongest Battlegrounds",
  193. Icon = "rbxassetid://4483345998",
  194. PremiumOnly = false
  195. })
  196.  
  197. local TsbSection = TsbTab:AddSection({
  198. Name = "The Strongest Battlegrounds Section"
  199. })
  200.  
  201. TsbTab:AddButton({
  202. Name = "The Strongest Battlegrounds Uppercut Button",
  203. Callback = function()
  204. print("Ativando Leitor de Coordenadas script...")
  205. loadstring(game:HttpGet("https://pastebin.com/raw/TByAQgT6"))()
  206. end
  207. })
  208.  
  209. local JjsTab = Window:MakeTab({
  210. Name = "Jujutsu Shenanigans",
  211. Icon = "rbxassetid://4483345998",
  212. PremiumOnly = false
  213. })
  214.  
  215. local JjsSection = JjsTab:AddSection({
  216. Name = "Jujutsu Shenanigans Section"
  217. })
  218.  
  219. JjsTab:AddButton({
  220. Name = "Jujutsu Shenanigans Uppercut And Itadori Blackflash Button",
  221. Callback = function()
  222. print("Ativando Leitor de Coordenadas script...")
  223. loadstring(game:HttpGet("https://pastebin.com/raw/TEa28Tpn"))()
  224. end
  225. })
  226.  
  227. JjsTab:AddButton({
  228. Name = "Jujutsu Shenanigans Uppercut And Mahito Blackflash Button",
  229. Callback = function()
  230. print("Ativando Leitor de Coordenadas script...")
  231. loadstring(game:HttpGet("https://pastebin.com/raw/c7PKTFNi"))()
  232. end
  233. })
  234.  
  235. JjsTab:AddButton({
  236. Name = "Jujutsu Shenanigans Uppercut And Go/Jo Blackflash Button",
  237. Callback = function()
  238. print("Ativando Leitor de Coordenadas script...")
  239. loadstring(game:HttpGet("https://pastebin.com/raw/6UseRhjf"))()
  240. end
  241. })
  242.  
  243. JjsTab:AddButton({
  244. Name = "Jujutsu Shenanigans World Slash Button",
  245. Callback = function()
  246. print("Ativando Leitor de Coordenadas script...")
  247. loadstring(game:HttpGet("https://pastebin.com/raw/ECSLJvjt"))()
  248. end
  249. })
  250.  
  251. local Wk2Tab = Window:MakeTab({
  252. Name = "Weak Legacy2",
  253. Icon = "rbxassetid://4483345998",
  254. PremiumOnly = false
  255. })
  256.  
  257. local Wk2Section = Wk2Tab:AddSection({
  258. Name = "Weak Legacy2 Section"
  259. })
  260.  
  261. Wk2Tab:AddButton({
  262. Name = "Weak Legacy 2 One Shot Script",
  263. Callback = function()
  264. print("Ativando Blox Auto Farm script for 1 Sea...")
  265. loadstring(game:HttpGet("https://pastebin.com/raw/TxQFmeQk"))()
  266. end
  267. })
  268.  
  269. Wk2Tab:AddButton({
  270. Name = "Weak Legacy 2 Farm Script",
  271. Callback = function()
  272. print("Ativando Blox Auto Farm script for 1 Sea...")
  273. loadstring(game:HttpGet("https://rawscripts.net/raw/Weak-Legacy-2-RELEASE-Tora-Script-crack-and-source-leak-16767"))()
  274. end
  275. })
  276.  
  277. -- "Config" Tab
  278. local configTab = Window:MakeTab({
  279. Name = "Misc",
  280. Icon = "rbxassetid://4483345998",
  281. PremiumOnly = false
  282. })
  283.  
  284. local configSection = configTab:AddSection({
  285. Name = "Misc Section"
  286. })
  287.  
  288. configTab:AddButton({
  289. Name = "Ghub V13",
  290. Callback = function()
  291. print("Ativando Leitor de Coordenadas script...")
  292. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Ghub-Ui-v13-9485"))()
  293. end
  294. })
  295.  
  296. configTab:AddButton({
  297. Name = "RemoteSpy",
  298. Callback = function()
  299. print("Ativando Leitor de Coordenadas script...")
  300. loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/RS/main/SimpleSpyMobile"))()
  301. end
  302. })
  303.  
  304. configTab:AddButton({
  305. Name = "Coordinate reader",
  306. Callback = function()
  307. print("Ativando Leitor de Coordenadas script...")
  308. loadstring(game:HttpGet("https://pastebin.com/raw/iczGZEjc"))()
  309. end
  310. })
  311.  
  312. configTab:AddButton({
  313. Name = "Fly Fe Script",
  314. Callback = function()
  315. print("Ativando Leitor de Coordenadas script...")
  316. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  317. end
  318. })
  319.  
  320. configTab:AddButton({
  321. Name = "Fly Script (another fly to main world of YBA or another games)",
  322. Callback = function()
  323. print("Ativando Fly script...")
  324. print("(não ative no YBA)")
  325. loadstring(game:HttpGet('https://pastebin.com/raw/TSjdP9mj'))()
  326. end
  327. })
  328.  
  329. configTab:AddButton({
  330. Name = "Dark Dex Explorer",
  331. Callback = function()
  332. print("Ativando Leitor de Coordenadas script...")
  333. loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua",true))()
  334. end
  335. })
  336.  
  337. configTab:AddButton({
  338. Name = "CFrame Checker",
  339. Callback = function()
  340. print("Ativando Leitor de Coordenadas script...")
  341. loadstring(game:HttpGet("https://pastebin.com/raw/xShraXCs"))()
  342. end
  343. })
  344.  
  345. -- "YBA" Tab
  346. local YBATab = Window:MakeTab({
  347. Name = "YBA",
  348. Icon = "rbxassetid://4483345998",
  349. PremiumOnly = false
  350. })
  351.  
  352. local YBASection = YBATab:AddSection({
  353. Name = "YBA Section"
  354. })
  355.  
  356. YBATab:AddButton({
  357. Name = "YBA",
  358. Callback = function()
  359. print("Ativando YBA script...")
  360. loadstring(game:HttpGet("https://raw.githubusercontent.com/zakater5/LuaRepo/main/YBA/v3.lua"))()
  361. end
  362. })
  363.  
  364. -- "Demonfall" Tab
  365. local DemoTab = Window:MakeTab({
  366. Name = "Demonfall",
  367. Icon = "rbxassetid://4483345998",
  368. PremiumOnly = false
  369. })
  370.  
  371. local DemoSection = DemoTab:AddSection({
  372. Name = "Demonfall section"
  373. })
  374.  
  375. DemoTab:AddButton({
  376. Name = "Demonfall Script",
  377. Callback = function()
  378. print("Ativando Demonfall script...")
  379. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gabiruvei/algumacoisa/c8de05d805f56ce38ae2768e77132780e6aabac4/sla"))()
  380. end
  381. })
  382.  
  383. DemoTab:AddButton({
  384. Name = "Demonfall Dupe Item Script",
  385. Callback = function()
  386. print("Ativando Demonfall script...")
  387. loadstring(game: HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/Demonfall",true))()
  388. end
  389. })
  390.  
  391. -- "Aimbot" Tab
  392. local aimTab = Window:MakeTab({
  393. Name = "Aimbot",
  394. Icon = "rbxassetid://4483345998",
  395. PremiumOnly = false
  396. })
  397.  
  398. local aimSection = aimTab:AddSection({
  399. Name = "Aim Lock Section"
  400. })
  401.  
  402. aimTab:AddButton({
  403. Name = "Aim Lock Script (for BattleGrounds)",
  404. Callback = function()
  405. print("Ativando Aim Lock script...")
  406. loadstring(game:HttpGet("https://pastebin.com/raw/0DV8R7RQ"))()
  407. end
  408. })
  409.  
  410. aimTab:AddButton({
  411. Name = "Shiftlock (Activate the game's shiftlock is bad)",
  412. Callback = function()
  413. print("Ativando Demonfall script...")
  414. loadstring(game:HttpGet('https://pastebin.com/raw/CjNsnSDy'))()
  415. end
  416. })
  417.  
  418. local funkyTab = Window:MakeTab({
  419. Name = "Funky Friday",
  420. Icon = "rbxassetid://4483345998",
  421. PremiumOnly = false
  422. })
  423.  
  424. local funkySection = funkyTab:AddSection({
  425. Name = "Funky Friday Section"
  426. })
  427.  
  428. funkyTab:AddButton({
  429. Name = "Auto play Funky Friday ",
  430. Callback = function()
  431. print("Ativando...")
  432. loadstring(game:HttpGet("https://pastebin.com/raw/dcyuEgyK"))()
  433. end
  434. })
  435.  
  436. local bbTab = Window:MakeTab({
  437. Name = "Ball Blade",
  438. Icon = "rbxassetid://4483345998",
  439. PremiumOnly = false
  440. })
  441.  
  442. local bbSection = bbTab:AddSection({
  443. Name = "Ball Blade Section"
  444. })
  445.  
  446. bbTab:AddButton({
  447. Name = "Ball Blade Script",
  448. Callback = function()
  449. print("Ativando Demonfall script...")
  450. loadstring(game:HttpGet("https://raw.githubusercontent.com/FFJ1/Roblox-Exploits/main/scripts/autoparry.lua"))()
  451. end
  452. })
  453.  
  454. local glueTab = Window:MakeTab({
  455. Name = "Glue Piece",
  456. Icon = "rbxassetid://4483345998",
  457. PremiumOnly = false
  458. })
  459.  
  460. local glueSection = glueTab:AddSection({
  461. Name = "Glue Piece"
  462. })
  463.  
  464. glueTab:AddButton({
  465. Name = "Glue Piece Farm Script",
  466. Callback = function()
  467. print("Ativando Demonfall script...")
  468. loadstring(game:HttpGet('https://raw.githubusercontent.com/Godmey/Glue-piece-By-Kill/main/README.md'))()
  469. end
  470. })
  471.  
  472. glueTab:AddButton({
  473. Name = "Glue Piece Auto Buy 100 Fruits",
  474. Callback = function()
  475. print("Ativando Demonfall script...")
  476. local args = {
  477. [1] = "Shop",
  478. [2] = "Random Fruity",
  479. [3] = "Money"
  480. }
  481.  
  482. for i = 1, 100 do
  483. game:GetService("ReplicatedStorage").Remote.RemoteEvent.Shop_Event:FireServer(unpack(args))
  484. end
  485. end
  486. })
  487.  
  488. glueTab:AddButton({
  489. Name = "Glue Piece Auto Drop Fruits",
  490. Callback = function()
  491. print("Ativando Demonfall script...")
  492. local player = game:GetService("Players").LocalPlayer
  493. local backpack = player:WaitForChild("Backpack")
  494. local character = player.Character or player.CharacterAdded:Wait()
  495. local humanoid = character:WaitForChild("Humanoid")
  496.  
  497. -- Função para equipar um item e tentar manter o item "segurado"
  498. local function equipAndHoldItem(item)
  499. if item:IsA("Tool") then
  500. -- Equipar o item
  501. item.Parent = character
  502. humanoid:EquipTool(item)
  503. wait(0.1) -- Atraso para garantir que o item seja equipado
  504.  
  505. -- Executar o comando adicional
  506. local args = {
  507. [1] = "Drop Fruity"
  508. }
  509. game:GetService("ReplicatedStorage").Remote.RemoteEvent.Fruity.Fruity_Event:FireServer(unpack(args))
  510.  
  511. -- Tentar manter o item "segurado"
  512. item.Parent = backpack
  513. wait(0.1) -- Atraso adicional
  514. end
  515. end
  516.  
  517. -- Função para equipar todos os itens
  518. local function equipAllItems()
  519. for _, item in pairs(backpack:GetChildren()) do
  520. equipAndHoldItem(item)
  521. end
  522. end
  523.  
  524. -- Execute o script para equipar todos os itens
  525. equipAllItems()
  526. end
  527. })
  528.  
  529. glueTab:AddButton({
  530. Name = "Glue Piece Anti Hao Haki Script",
  531. Callback = function()
  532. print("Ativando Demonfall script...")
  533. loadstring(game:HttpGet("https://pastebin.com/raw/49v51W7m"))()
  534. end
  535. })
  536.  
  537. local segredoTab = Window:MakeTab({
  538. Name = "Secret🤫",
  539. Icon = "rbxassetid://4483345998",
  540. PremiumOnly = false
  541. })
  542.  
  543. local segredoSection = segredoTab:AddSection({
  544. Name = "???"
  545. })
  546.  
  547. segredoTab:AddButton({
  548. Name = "(Secret🤫🤫🤫)",
  549. Callback = function()
  550. print("Ativando Demonfall script...")
  551. loadstring(game:HttpGet("https://pastebin.com/raw/rAvxFm3U"))()
  552. end
  553. })
  554.  
  555.  
  556. OrionLib:Init()
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement