Advertisement
matekaOSF2

MadYoloV1

Dec 23rd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. game.ReplicatedStorage.Event:FireServer("Dialogue",{{Text="Credits: NinjutsuCollector\nHelper: Forever4D",Delay=1.5}})
  2. local MadYolo = Instance.new("ScreenGui")
  3. local ModsDraggable = Instance.new("Frame")
  4. local ModsMain = Instance.new("Frame")
  5. local modallx15 = Instance.new("TextButton")
  6. local modallx25 = Instance.new("TextButton")
  7. local modallx20 = Instance.new("TextButton")
  8. local modallx10 = Instance.new("TextButton")
  9. local modallx5 = Instance.new("TextButton")
  10. local Title = Instance.new("TextLabel")
  11. local OffMods = Instance.new("TextButton")
  12.  
  13. function modAll(x)
  14. game.ReplicatedStorage.Event:FireServer("Dialogue",{{Text="Script By: NinjutsuCollector\nHelper: Forever4D",Delay=1.5}})
  15. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  16. for a,b in pairs(v:GetChildren()) do
  17. for i = 1,x do
  18. b:Clone().Parent = v
  19. end
  20. end
  21. end
  22.  
  23. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  24. if v.ClassName == "Tool" then
  25. for a,b in pairs(v:GetChildren()) do
  26. for i = 1,x do
  27. b:Clone().Parent = v
  28. end
  29. end
  30. end
  31. end
  32. end
  33.  
  34. MadYolo.Name = "MadYolo"
  35. MadYolo.Parent = game.CoreGui
  36. MadYolo.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  37.  
  38. ModsDraggable.Name = "ModsDraggable"
  39. ModsDraggable.Parent = MadYolo
  40. ModsDraggable.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  41. ModsDraggable.BorderSizePixel = 0
  42. ModsDraggable.Position = UDim2.new(0.04978038, 0, 0.0816733092, 0)
  43. ModsDraggable.Size = UDim2.new(0, 161, 0, 20)
  44.  
  45. ModsMain.Name = "ModsMain"
  46. ModsMain.Parent = ModsDraggable
  47. ModsMain.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  48. ModsMain.BorderSizePixel = 0
  49. ModsMain.Position = UDim2.new(0, 0, 1, 0)
  50. ModsMain.Size = UDim2.new(0, 161, 0, 174)
  51.  
  52. modallx15.Name = "modallx15"
  53. modallx15.Parent = ModsMain
  54. modallx15.BackgroundColor3 = Color3.new(1, 1, 1)
  55. modallx15.BackgroundTransparency = 1
  56. modallx15.Position = UDim2.new(0.0186335407, 0, 0.430784583, 0)
  57. modallx15.Size = UDim2.new(0, 154, 0, 23)
  58. modallx15.Font = Enum.Font.Cartoon
  59. modallx15.Text = "Mod All x15"
  60. modallx15.TextColor3 = Color3.new(1, 1, 1)
  61. modallx15.TextScaled = true
  62. modallx15.TextSize = 14
  63. modallx15.TextWrapped = true
  64. modallx15.MouseButton1Click:Connect(function()
  65. modAll(15)
  66. end)
  67.  
  68. modallx25.Name = "modallx25"
  69. modallx25.Parent = ModsMain
  70. modallx25.BackgroundColor3 = Color3.new(1, 1, 1)
  71. modallx25.BackgroundTransparency = 1
  72. modallx25.Position = UDim2.new(0.0186335407, 0, 0.810094953, 0)
  73. modallx25.Size = UDim2.new(0, 154, 0, 23)
  74. modallx25.Font = Enum.Font.Cartoon
  75. modallx25.Text = "Mod All x25"
  76. modallx25.TextColor3 = Color3.new(1, 1, 1)
  77. modallx25.TextScaled = true
  78. modallx25.TextSize = 14
  79. modallx25.TextWrapped = true
  80. modallx25.MouseButton1Click:Connect(function()
  81. modAll(25)
  82. end)
  83.  
  84. modallx20.Name = "modallx20"
  85. modallx20.Parent = ModsMain
  86. modallx20.BackgroundColor3 = Color3.new(1, 1, 1)
  87. modallx20.BackgroundTransparency = 1
  88. modallx20.Position = UDim2.new(0.0186335407, 0, 0.620439768, 0)
  89. modallx20.Size = UDim2.new(0, 154, 0, 23)
  90. modallx20.Font = Enum.Font.Cartoon
  91. modallx20.Text = "Mod All x20"
  92. modallx20.TextColor3 = Color3.new(1, 1, 1)
  93. modallx20.TextScaled = true
  94. modallx20.TextSize = 14
  95. modallx20.TextWrapped = true
  96. modallx20.MouseButton1Click:Connect(function()
  97. modAll(20)
  98. end)
  99.  
  100. modallx10.Name = "modallx10"
  101. modallx10.Parent = ModsMain
  102. modallx10.BackgroundColor3 = Color3.new(1, 1, 1)
  103. modallx10.BackgroundTransparency = 1
  104. modallx10.Position = UDim2.new(0.0186335407, 0, 0.258370787, 0)
  105. modallx10.Size = UDim2.new(0, 154, 0, 23)
  106. modallx10.Font = Enum.Font.Cartoon
  107. modallx10.Text = "Mod All x10"
  108. modallx10.TextColor3 = Color3.new(1, 1, 1)
  109. modallx10.TextScaled = true
  110. modallx10.TextSize = 14
  111. modallx10.TextWrapped = true
  112. modallx10.MouseButton1Click:Connect(function()
  113. modAll(10)
  114. end)
  115.  
  116. modallx5.Name = "modallx5"
  117. modallx5.Parent = ModsMain
  118. modallx5.BackgroundColor3 = Color3.new(1, 1, 1)
  119. modallx5.BackgroundTransparency = 1
  120. modallx5.Position = UDim2.new(0.0186335407, 0, 0.0917041302, 0)
  121. modallx5.Size = UDim2.new(0, 154, 0, 23)
  122. modallx5.Font = Enum.Font.Cartoon
  123. modallx5.Text = "Mod All x5"
  124. modallx5.TextColor3 = Color3.new(1, 1, 1)
  125. modallx5.TextScaled = true
  126. modallx5.TextSize = 14
  127. modallx5.TextWrapped = true
  128. modallx5.MouseButton1Click:Connect(function()
  129. modAll(5)
  130. end)
  131.  
  132. Title.Name = "Title"
  133. Title.Parent = ModsDraggable
  134. Title.Active = true
  135. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  136. Title.BackgroundTransparency = 1
  137. Title.BorderSizePixel = 0
  138. Title.Position = UDim2.new(0.0186335407, 0, 0, 0)
  139. Title.Selectable = true
  140. Title.Size = UDim2.new(0, 135, 0, 20)
  141. Title.Font = Enum.Font.Cartoon
  142. Title.Text = " Mods"
  143. Title.TextColor3 = Color3.new(1, 1, 1)
  144. Title.TextScaled = true
  145. Title.TextSize = 14
  146. Title.TextWrapped = true
  147.  
  148. OffMods.Name = "OffMods"
  149. OffMods.Parent = ModsDraggable
  150. OffMods.BackgroundColor3 = Color3.new(1, 1, 1)
  151. OffMods.BackgroundTransparency = 1
  152. OffMods.Position = UDim2.new(0.857142866, 0, 0, 0)
  153. OffMods.Size = UDim2.new(0, 23, 0, 20)
  154. OffMods.Font = Enum.Font.Cartoon
  155. OffMods.Text = "-"
  156. OffMods.TextColor3 = Color3.new(1, 1, 1)
  157. OffMods.TextScaled = true
  158. OffMods.TextSize = 14
  159. OffMods.TextWrapped = true
  160. OffMods.MouseButton1Click:Connect(function()
  161. if ModsMain.Visible then
  162. OffMods.Text = "+"
  163. ModsMain.Visible = false
  164. else
  165. OffMods.Text = "-"
  166. ModsMain.Visible = true
  167. end
  168. end)
  169.  
  170.  
  171. if string.find(b.Name,"Power") then
  172. for i = 1,15 do
  173. b:Clone().Parent = v
  174. end
  175. end
  176. end
  177. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement