Advertisement
Xhdhsahjwjwisi

Untitled

Oct 14th, 2024
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.60 KB | None | 0 0
  1. local WeaponName
  2. local FunctionCall
  3. local Players = game:GetService("Players")
  4. local LocalPlayer = Players.LocalPlayer
  5. local UIPath
  6. if LocalPlayer.PlayerGui.MainGUI.Game:FindFirstChild("Inventory") ~= nil then
  7. UIPath = LocalPlayer.PlayerGui.MainGUI.Game.Inventory.Main
  8. else
  9. UIPath = LocalPlayer.PlayerGui.MainGUI.Lobby.Screens.Inventory.Main
  10. end
  11. local function VisualDupe()
  12. wait(math.random(1, 3))
  13. for i,v in pairs(UIPath.Weapons.Items.Container:GetChildren()) do
  14. for i,v in pairs(v.Container:GetChildren()) do
  15. if v.Name == "Christmas" or v.Name == "Halloween" then
  16. for i,v in pairs(v.Container:GetChildren()) do
  17. if v:IsA("Frame") and v.ItemName.Label.Text == WeaponName then
  18. local amount = v.Container.Amount.Text
  19. if amount == "" or amount == "None" then
  20. v.Container.Amount.Text = "x2"
  21. else
  22. local num = tonumber(amount:match("x(%d+)"))
  23. if num then
  24. v.Container.Amount.Text = "x" .. tostring(num + 1)
  25. end
  26. end
  27. end
  28. end
  29. else
  30. if v:IsA("Frame") and v.ItemName.Label.Text == WeaponName then
  31. local amount = v.Container.Amount.Text
  32. if amount == "" or amount == "None" then
  33. v.Container.Amount.Text = "x2"
  34. else
  35. local num = tonumber(amount:match("x(%d+)"))
  36. if num then
  37. v.Container.Amount.Text = "x" .. tostring(num + 1)
  38. end
  39. end
  40. end
  41. end
  42. end
  43. end
  44. end
  45. local function InventoryDupe()
  46. wait(math.random(3, 5))
  47. for i,v in pairs(UIPath.Weapons.Items.Container:GetChildren()) do
  48. for i,v in pairs(v.Container:GetChildren()) do
  49. if v.Name == "Christmas" or v.Name == "Halloween" then
  50. for i,v in pairs(v.Container:GetChildren()) do
  51. if v:IsA("Frame") then
  52. if v.ItemName.Label.Text ~= "Default Knife" and v.ItemName.Label.Text ~= "Default Gun" then
  53. local amount = v.Container.Amount.Text
  54. if amount == "" or amount == "None" then
  55. v.Container.Amount.Text = "x2"
  56. else
  57. local num = tonumber(amount:match("x(%d+)"))
  58. if num then
  59. v.Container.Amount.Text = "x" .. tostring(num * 2)
  60. end
  61. end
  62. end
  63. end
  64. end
  65. else
  66. if v:IsA("Frame") then
  67. if v.ItemName.Label.Text ~= "Default Knife" and v.ItemName.Label.Text ~= "Default Gun" then
  68. local amount = v.Container.Amount.Text
  69. if amount == "" or amount == "None" then
  70. v.Container.Amount.Text = "x2"
  71. else
  72. local num = tonumber(amount:match("x(%d+)"))
  73. if num then
  74. v.Container.Amount.Text = "x" .. tostring(num * 2)
  75. end
  76. end
  77. end
  78. end
  79. end
  80. end
  81. end
  82. for i,v in pairs(UIPath.Pets.Items.Container.Current.Container:GetChildren()) do
  83. if v:IsA("Frame") then
  84. local amount = v.Container.Amount.Text
  85. if amount == "" or amount == "None" then
  86. v.Container.Amount.Text = "x2"
  87. else
  88. local num = tonumber(amount:match("x(%d+)"))
  89. if num then
  90. v.Container.Amount.Text = "x" .. tostring(num * 2)
  91. end
  92. end
  93. end
  94. end
  95. end
  96. local OrionLib = loadstring(game:HttpGet(('https://pastebin.com/raw/WRUyYTdY')))()
  97. OrionLib:MakeNotification({
  98. Name = "YUKIO Exploits | MM2",
  99. Content = "YUKIO Exploits: Murder Mystery 2",
  100. Image = "rbxassetid://7733964719",
  101. Time = 5
  102. })
  103. local Window = OrionLib:MakeWindow({
  104. Name = "YUKIO Exploits [DUPE] 💧 #1 DUPE EXPLOIT.",
  105. HidePremium = false,
  106. IntroText = "IceCC Exploits V5",
  107. SaveConfig = true,
  108. ConfigFolder = "IceCCExploitConfig"
  109. })
  110. local InfoTab = Window:MakeTab({
  111. Name = "Information",
  112. Icon = "rbxassetid://7733964719",
  113. PremiumOnly = false
  114. })
  115. local InfoSection = InfoTab:AddSection({
  116. Name = "Script Information ❓"
  117. })
  118. InfoTab:AddParagraph("Alt Account Warning! ⚠️", "If You Are Using An Alt Account/Another Account Besdies Your Main, All Of The Exploits Will Not Work! This Will Only Work On Your Main Account Because The .SetVariables Are Stored On Your Main Account!")
  119. InfoTab:AddParagraph("MM2 Dupe Status! 🛠️", "The MM2 Dupe Is Currenty 100% Working. If You Find Any Errors/Bugs, Please Report Them To 'icewingfanatic' On Discord!")
  120. InfoTab:AddLabel("Script Hub Made By The YUKIO Team!💧")
  121. InfoTab:AddButton({
  122. Name = "Copy Discord Invite",
  123. Callback = function()
  124. setclipboard("https://discord.gg/FzcU632VMe")
  125. OrionLib:MakeNotification({
  126. Name = "YUKIO| MM2",
  127. Content = "Successfully Copied Discord Invite!",
  128. Image = "rbxassetid://7733964719",
  129. Time = 5
  130. })
  131. end
  132. })
  133. local DupeTab = Window:MakeTab({
  134. Name = "Weapon Dupe",
  135. Icon = "rbxassetid://7734022107",
  136. PremiumOnly = false
  137. })
  138. local DupeSection = DupeTab:AddSection({
  139. Name = "Weapon Duplication [FetchData]🔪"
  140. })
  141. DupeTab:AddTextbox({
  142. Name = "Weapon Name 📌",
  143. Default = "Lightbringer",
  144. TextDisappear = false,
  145. Callback = function(Value)
  146. WeaponName = Value
  147. OrionLib:MakeNotification({
  148. Name = "YUKIO | MM2",
  149. Content = "Selected Weapon: "..tostring(WeaponName).."",
  150. Image = "rbxassetid://7733964719",
  151. Time = 5
  152. })
  153. end
  154. })
  155. DupeTab:AddTextbox({
  156. Name = "Dupe Amount 📦",
  157. Default = "5",
  158. TextDisappear = false,
  159. Callback = function(DupeAmount)
  160. FunctionCall = DupeAmount
  161. OrionLib:MakeNotification({
  162. Name = "YUKIO| MM2",
  163. Content = "Selected Amount: "..tostring(FunctionCall).."",
  164. Image = "rbxassetid://7733964719",
  165. Time = 5
  166. })
  167. end
  168. })
  169. DupeTab:AddButton({
  170. Name = "Start Duplication Proccess❗",
  171. Callback = function()
  172. OrionLib:MakeNotification({
  173. Name = "YUKIO| MM2",
  174. Content = "Started Duplication For: ".. tostring(WeaponName) ..", " .. tostring(FunctionCall) .. " times.",
  175. Image = "rbxassetid://7733964719",
  176. Time = 5
  177. })
  178. for i = 1, FunctionCall do
  179. VisualDupe()
  180. end
  181. OrionLib:MakeNotification({
  182. Name = "YUKIO| MM2",
  183. Content = "Successfully duplicated ".. tostring(WeaponName) .." " .. tostring(FunctionCall) .. " times.",
  184. Image = "rbxassetid://7733964719",
  185. Time = 5
  186. })
  187. end
  188. })
  189. local DupeInvSection = DupeTab:AddSection({
  190. Name = "Inventory Duplication [FetchData]🔪"
  191. })
  192. DupeTab:AddButton({
  193. Name = "Start Inventory Dupe Proccess❗",
  194. Callback = function()
  195. OrionLib:MakeNotification({
  196. Name = "YUKIO | MM2",
  197. Content = "Attempting To Duplicate Whole Weapon Inventory.",
  198. Image = "rbxassetid://7733964719",
  199. Time = 5
  200. })
  201. InventoryDupe()
  202. wait(1)
  203. OrionLib:MakeNotification({
  204. Name = "YUKIO| MM2",
  205. Content = "Successfully Duplicated Whole Weapon Inventory, Enjoy!",
  206. Image = "rbxassetid://7733964719",
  207. Time = 5
  208. })
  209. end
  210. })
  211. DupeTab:AddParagraph("Tutorial For Weapon Duper! 🗡", "First, Enter The Weapon Name You Wanna Dupe. Then, Enter The Amount Of Time You Want To Dupe It. Lasty, Click 'Toggle Duplication Proccess' And Your Item Should Dupe! YOU CANNOT GET BANNED FOR THIS!")
  212. DupeTab:AddParagraph("Alt Account Warning! ⚠️", "If You Are Using An Alt Account/Another Account, It Will Not Work! This Will Only Work On Your Main Account Because The .SetVariables Are Stored On Your Main Account!")
  213. local TradeScamTab = Window:MakeTab({
  214. Name = "Trade-Scam",
  215. Icon = "rbxassetid://7733673056",
  216. PremiumOnly = false
  217. })
  218.  
  219. local TradeScamSection = TradeScamTab:AddSection({
  220. Name = "Trade-Scam [.ServerInstance] 📜"
  221. })
  222.  
  223. TradeScamSection:AddToggle({
  224. Name = "Toggle Visual Trade 📌",
  225. Default = false,
  226. Callback = function(Value)
  227. print(Value)
  228. end
  229. })
  230.  
  231. TradeScamTab:AddButton({
  232. Name = "Start Visual Trade❗",
  233. Callback = function()
  234. wait(1.5)
  235. OrionLib:MakeNotification({
  236. Name = "YUKIO| MM2",
  237. Content = "Items In Trade Are Now Visual, Remove All Items!",
  238. Image = "rbxassetid://7733964719",
  239. Time = 5
  240. })
  241. end
  242. })
  243.  
  244. TradeScamTab:AddParagraph("Tutorial For Trade-Scam! 📜", "First, Click On Toggle Visual Trade. Then, Click On Start Visual Trade! It Will Take A 2 Seconds For The Items In The Trade To Become Visual!")
  245. TradeScamTab:AddParagraph("Alt Account Warning! ⚠️", "If You Are Using An Alt Account/Another Account, It Will Not Work! This Will Only Work On Your Main Account Because The .SetVariables Are Stored On Your Main Account!")
  246. ------
  247. local VisualTab = Window:MakeTab({
  248. Name = "Visual",
  249. Icon = "rbxassetid://7733964640",
  250. PremiumOnly = false
  251. })
  252.  
  253. local VisualSection = VisualTab:AddSection({
  254. Name = "Visual Weapons [.MeshReplace] 🔫"
  255. })
  256. VisualTab:AddButton({
  257. Name = "Nik's Scythe❗",
  258. Callback = function()
  259. OrionLib:MakeNotification({
  260. Name = " YUKIO| MM2",
  261. Content = "Getting Nik's Sycthe...",
  262. Image = "rbxassetid://7733964719",
  263. Time = 5
  264. })
  265. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.TextureId = "rbxassetid://2599774828"
  266. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.MeshId = "rbxassetid://305826272"
  267. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.Scale = Vector3.new(0.9, 0.9, 0.9)
  268. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.TextureId = "rbxassetid://2599774828"
  269. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.MeshId = "rbxassetid://305826272"
  270. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.Scale = Vector3.new(0.9, 0.9, 0.9)
  271. OrionLib:MakeNotification({
  272. Name = "YUKIO | MM2",
  273. Content = "Successfully Got Nik's Sycthe!",
  274. Image = "rbxassetid://7733964719",
  275. Time = 5
  276. })
  277. end
  278. })
  279. VisualTab:AddButton({
  280. Name = "Candleflame❗",
  281. Callback = function()
  282. OrionLib:MakeNotification({
  283. Name = "YUKIO | MM2",
  284. Content = "Getting Candleflame...",
  285. Image = "rbxassetid://7733964719",
  286. Time = 5
  287. })
  288. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.TextureId = "rbxassetid://8272172218"
  289. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.MeshId = "rbxassetid://7791364860"
  290. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.Scale = Vector3.new(0.064, 0.064, 0.064)
  291. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.TextureId = "rbxassetid://8272172218"
  292. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.MeshId = "rbxassetid://7791364860"
  293. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.Scale = Vector3.new(0.064, 0.064, 0.064)
  294. OrionLib:MakeNotification({
  295. Name = "YUKIO | MM2",
  296. Content = "Successfully Got Candleflame!",
  297. Image = "rbxassetid://7733964719",
  298. Time = 5
  299. })
  300. end
  301. })
  302. VisualTab:AddButton({
  303. Name = "Corrupt❗",
  304. Callback = function()
  305. OrionLib:MakeNotification({
  306. Name = "YUKIO | MM2",
  307. Content = "Getting Corrupt...",
  308. Image = "rbxassetid://7733964719",
  309. Time = 5
  310. })
  311. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.TextureId = "http://www.roblox.com/asset/?id=162016526"
  312. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=162016526"
  313. OrionLib:MakeNotification({
  314. Name = "IceCC Exploits | MM2",
  315. Content = "Successfully Got Corrupt!",
  316. Image = "rbxassetid://7733964719",
  317. Time = 5
  318. })
  319. end
  320. })
  321. VisualTab:AddButton({
  322. Name = "Icebreaker❗",
  323. Callback = function()
  324. OrionLib:MakeNotification({
  325. Name = "YUKIO | MM2",
  326. Content = "Getting Icebreaker...",
  327. Image = "rbxassetid://7733964719",
  328. Time = 5
  329. })
  330. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.TextureId = "rbxassetid://6124173821"
  331. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.MeshId = "rbxassetid://6124173614"
  332. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.Scale = Vector3.new(1, 1, 1)
  333. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.TextureId = "rbxassetid://6124173821"
  334. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.MeshId = "rbxassetid://6124173614"
  335. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.Scale = Vector3.new(1, 1, 1)
  336. OrionLib:MakeNotification({
  337. Name = "IceCC Exploits | MM2",
  338. Content = "Successfully Got Icebreaker!",
  339. Image = "rbxassetid://7733964719",
  340. Time = 5
  341. })
  342. end
  343. })
  344. VisualTab:AddButton({
  345. Name = "Batwing❗",
  346. Callback = function()
  347. OrionLib:MakeNotification({
  348. Name = "YUKIO | MM2",
  349. Content = "Getting Batwing...",
  350. Image = "rbxassetid://7733964719",
  351. Time = 5
  352. })
  353. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.TextureId = "rbxassetid://2551856737"
  354. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.MeshId = "rbxassetid://305826272"
  355. game.Players.LocalPlayer.Character.KnifeDisplay.Mesh.Scale = Vector3.new(0.9, 0.9, 0.9)
  356. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.TextureId = "rbxassetid://2551856737"
  357. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.MeshId = "rbxassetid://305826272"
  358. game.Players.LocalPlayer.Backpack.Knife.Handle.Mesh.Scale = Vector3.new(0.9, 0.9, 0.9)
  359. OrionLib:MakeNotification({
  360. Name = "YUKIO | MM2",
  361. Content = "Successfully Got Batwing!",
  362. Image = "rbxassetid://7733964719",
  363. Time = 5
  364. })
  365. end
  366. })
  367. VisualTab:AddParagraph("Tutorial For Visual Weapons! 🔫", "First, Click On Whatever Weapon Visual You Want. Then, Equip Any Gun/Knife. When You Get Murderer, The Gun Will Look Like Whatever You Chose. If You Die/Reset Then It Will Go Away.")
  368. VisualTab:AddParagraph("Alt Account Warning! ⚠️", "If You Are Using An Alt Account/Another Account, It Will Not Work! This Will Only Work On Your Main Account Because The .SetVariables Are Stored On Your Main Account!")
  369. ------
  370. local CrasherTab = Window:MakeTab({
  371. Name = "Lagger",
  372. Icon = "rbxassetid://7734053426",
  373. PremiumOnly = false
  374. })
  375.  
  376. local CrasherSection = CrasherTab:AddSection({
  377. Name = "Server Lagger [.KBPSLimit] 🖥"
  378. })
  379. CrasherTab:AddButton({
  380. Name = "Start Server Lag❗",
  381. Callback = function()
  382. OrionLib:MakeNotification({
  383. Name = "YUKIO | MM2",
  384. Content = "Server Is Now In Lagging, There Is A Chance To Be Disconnected!",
  385. Image = "rbxassetid://7733964719",
  386. Time = 5
  387. })
  388. local e = game:GetService("ReplicatedStorage").GetSyncData
  389. local InvokeServer = e.InvokeServer
  390. local spawn = task.spawn
  391. local a = 0;
  392. while 1 do
  393. for i=1, 1 do
  394. spawn(InvokeServer, e)
  395. end
  396. a = a + 1
  397. if a == 3 then
  398. a = 0
  399. wait(0)
  400. end
  401. end
  402. end
  403. })
  404. CrasherTab:AddParagraph("Tutorial For Server Lagger! 📜", "First, Click On Start Server Lag. Then, Your Ping Will Start To Rise And There Might Be A Chance To Be Kicked!")
  405. CrasherTab:AddParagraph("Alt Account Warning! ⚠️", "If You Are Using An Alt Account/Another Account, It Will Not Work! This Will Only Work On Your Main Account Because The .SetVariables Are Stored On Your Main Account!")
  406. local ChangelogsTab = Window:MakeTab({
  407. Name = "Changelogs",
  408. Icon = "rbxassetid://8997388036",
  409. PremiumOnly = false
  410. })
  411. local ChangelogsSection = ChangelogsTab:AddSection({
  412. Name = "Script Changes 📜"
  413. })
  414. ChangelogsTab:AddParagraph("Version 1.0.0", "Added Trade Scam [V1]")
  415. ChangelogsTab:AddParagraph("Version 2.0.0", "Updated Trade Scam [V2]")
  416. ChangelogsTab:AddParagraph("Version 3.0.0", "Updated Trade Scam [V3]")
  417. ChangelogsTab:AddParagraph("Version 4.0.0", "Added Weapon Dupe And Crasher [V4]")
  418. ChangelogsTab:AddParagraph("Version 5.0.0 (Current)", "Updated Weapon Dupe [V5]")
  419. ChangelogsTab:AddParagraph("Credits", "Created by icewingfanatic, developed by _k4f7")
  420. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement