Advertisement
matekaOSF2

Forever4DHELPER

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