Advertisement
koreanhackerman

Family Friendly V1 GUI (WLS3 autofarm)

Nov 30th, 2019
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.39 KB | None | 0 0
  1. -- Family Friendly V1
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Background = Instance.new("Frame")
  5. local GuiButtonframe = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local Situpfarm = Instance.new("TextButton")
  8. local Pushupfarm = Instance.new("TextButton")
  9. local Deletetool = Instance.new("TextButton")
  10. local Spamchat = Instance.new("TextButton")
  11. local Killarura = Instance.new("TextButton")
  12. local Stopspam = Instance.new("TextButton")
  13. local Credits = Instance.new("TextLabel")
  14. local Info = Instance.new("TextLabel")
  15. local Title = Instance.new("TextLabel")
  16. --Properties:
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Background.Name = "Background"
  21. Background.Parent = ScreenGui
  22. Background.BackgroundColor3 = Color3.new(0.376471, 0.380392, 0.376471)
  23. Background.Position = UDim2.new(0.405708462, 0, 0.321489394, 0)
  24. Background.Size = UDim2.new(0, 389, 0, 256)
  25.  
  26. GuiButtonframe.Name = "Gui Button frame"
  27. GuiButtonframe.Parent = Background
  28. GuiButtonframe.BackgroundColor3 = Color3.new(0.376471, 0.380392, 0.376471)
  29. GuiButtonframe.Position = UDim2.new(-0.000461190939, 0, 0.151251867, 0)
  30. GuiButtonframe.Size = UDim2.new(0, 389, 0, 200)
  31.  
  32. Frame.Parent = GuiButtonframe
  33. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  34. Frame.Position = UDim2.new(0.0625640303, 0, 0.139244199, 0)
  35. Frame.Size = UDim2.new(0, 340, 0, 143)
  36.  
  37. Situpfarm.Name = "Sit-up farm"
  38. Situpfarm.Parent = Frame
  39. Situpfarm.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  40. Situpfarm.Position = UDim2.new(0.370588243, 0, 0.132867098, 0)
  41. Situpfarm.Size = UDim2.new(0, 89, 0, 41)
  42. Situpfarm.Font = Enum.Font.SourceSans
  43. Situpfarm.Text = "Sit- up farm"
  44. Situpfarm.TextColor3 = Color3.new(0, 0, 0)
  45. Situpfarm.TextSize = 14
  46.  
  47. Pushupfarm.Name = "Push-up farm"
  48. Pushupfarm.Parent = Frame
  49. Pushupfarm.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  50. Pushupfarm.Position = UDim2.new(0.717647076, 0, 0.132867098, 0)
  51. Pushupfarm.Size = UDim2.new(0, 89, 0, 41)
  52. Pushupfarm.Font = Enum.Font.SourceSans
  53. Pushupfarm.Text = "Push-up farm"
  54. Pushupfarm.TextColor3 = Color3.new(0, 0, 0)
  55. Pushupfarm.TextSize = 14
  56.  
  57. Deletetool.Name = "Delete tool"
  58. Deletetool.Parent = Frame
  59. Deletetool.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  60. Deletetool.Position = UDim2.new(0.0147058815, 0, 0.573426545, 0)
  61. Deletetool.Size = UDim2.new(0, 89, 0, 41)
  62. Deletetool.Font = Enum.Font.SourceSans
  63. Deletetool.Text = "Delete tool"
  64. Deletetool.TextColor3 = Color3.new(0, 0, 0)
  65. Deletetool.TextSize = 14
  66.  
  67. Spamchat.Name = "Spam chat"
  68. Spamchat.Parent = Frame
  69. Spamchat.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  70. Spamchat.Position = UDim2.new(0.370588243, 0, 0.573426545, 0)
  71. Spamchat.Size = UDim2.new(0, 89, 0, 41)
  72. Spamchat.Font = Enum.Font.SourceSans
  73. Spamchat.Text = "Spam chat"
  74. Spamchat.TextColor3 = Color3.new(0, 0, 0)
  75. Spamchat.TextSize = 14
  76.  
  77. Killarura.Name = "Kill arura"
  78. Killarura.Parent = Frame
  79. Killarura.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  80. Killarura.Position = UDim2.new(0.0171883982, 0, 0.138528466, 0)
  81. Killarura.Size = UDim2.new(0, 89, 0, 41)
  82. Killarura.Font = Enum.Font.SourceSans
  83. Killarura.Text = "KIll Arura"
  84. Killarura.TextColor3 = Color3.new(0, 0, 0)
  85. Killarura.TextSize = 14
  86.  
  87. Stopspam.Name = "Stop spam"
  88. Stopspam.Parent = Frame
  89. Stopspam.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  90. Stopspam.Position = UDim2.new(0.717647076, 0, 0.573426545, 0)
  91. Stopspam.Size = UDim2.new(0, 89, 0, 41)
  92. Stopspam.Font = Enum.Font.SourceSans
  93. Stopspam.Text = "Stop Spam"
  94. Stopspam.TextColor3 = Color3.new(0, 0, 0)
  95. Stopspam.TextSize = 14
  96.  
  97. Credits.Name = "Credits"
  98. Credits.Parent = Background
  99. Credits.BackgroundColor3 = Color3.new(0.376471, 0.380392, 0.376471)
  100. Credits.Position = UDim2.new(-0.000461161137, 0, -0.000658422243, 0)
  101. Credits.Size = UDim2.new(0, 94, 0, 34)
  102. Credits.Font = Enum.Font.SourceSans
  103. Credits.Text = "Hayden\n#4508"
  104. Credits.TextColor3 = Color3.new(0, 0, 0)
  105. Credits.TextSize = 14
  106.  
  107. Info.Name = "Info"
  108. Info.Parent = Background
  109. Info.BackgroundColor3 = Color3.new(0.376471, 0.380392, 0.376471)
  110. Info.Position = UDim2.new(0.754123271, 0, -0.000658422709, 0)
  111. Info.Size = UDim2.new(0, 95, 0, 34)
  112. Info.Font = Enum.Font.SourceSans
  113. Info.Text = "Enjoy"
  114. Info.TextColor3 = Color3.new(0, 0, 0)
  115. Info.TextSize = 14
  116.  
  117. Title.Name = "Title"
  118. Title.Parent = Background
  119. Title.BackgroundColor3 = Color3.new(0.376471, 0.380392, 0.376471)
  120. Title.Position = UDim2.new(0.241360784, 0, -0.000658392906, 0)
  121. Title.Size = UDim2.new(0, 200, 0, 34)
  122. Title.Font = Enum.Font.SourceSans
  123. Title.Text = "Family Friendly GUI"
  124. Title.TextColor3 = Color3.new(0, 0, 0)
  125. Title.TextSize = 14
  126. Background.Active = true
  127. Background.Draggable = true
  128.  
  129. -- Scripts:
  130. Deletetool.MouseButton1Click:Connect(function()
  131. Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = "Hammer"
  132. end)
  133.  
  134. Killarura.MouseButton1Click:Connect(function()
  135. Kill = true
  136.  
  137. while Kill == true do wait()
  138. local tbl_main =
  139. {
  140.     "punch"
  141. }
  142. game.Players.LocalPlayer.Character:FindFirstChild"Combat".combatClientScript.replicator:FireServer(unpack(tbl_main))
  143. end
  144. end)
  145.  
  146. Pushupfarm.MouseButton1Click:Connect(function()
  147. rep1 = true
  148.  
  149. while rep1 == true do wait()
  150. local tbl_main =
  151. {
  152.     "rep"
  153. }
  154. game:GetService("Players").LocalPlayer.strengthEvent:FireServer(unpack(tbl_main))
  155. end
  156. end)
  157.  
  158. Spamchat.MouseButton1Click:Connect(function()
  159. spam = true
  160.  
  161. while spam == true do wait(2)
  162. local tbl_main =
  163. {
  164.     "###########################################################################################################################################################################",
  165.     "All"
  166. }
  167. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  168. end
  169. end)
  170.  
  171. Stopspam.MouseButton1Click:Connect(function()
  172. spam = false
  173.  
  174. while spam == true do wait()
  175. local tbl_main =
  176. {
  177.     "###########################################################################################################################################################################",
  178.     "All"
  179. }
  180. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  181. end
  182. end)
  183.  
  184. Situpfarm.MouseButton1Click:Connect(function()
  185. rep2 = true
  186.  
  187. while rep2 == true do wait()
  188. local tbl_main =
  189. {
  190.     "rep"
  191. }
  192. game:GetService("Players").LocalPlayer.strengthEvent:FireServer(unpack(tbl_main))
  193. end
  194. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement