b11gaming

Script Hack ⭐UPDATE ⚔️ Saber Simulator

Oct 5th, 2019
800
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9.  
  10. -- Properties
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(0.819608, 1, 0.00784314)
  16. Frame.Position = UDim2.new(0.516746402, 0, 0.283464581, 0)
  17. Frame.Size = UDim2.new(0, 212, 0, 246)
  18. Frame.Active = true
  19. Frame.Draggable = true
  20.  
  21. TextLabel.Parent = Frame
  22. TextLabel.BackgroundColor3 = Color3.new(0.0470588, 1, 0)
  23. TextLabel.Position = UDim2.new(-0.00212150812, 0, 0.795307636, 0)
  24. TextLabel.Size = UDim2.new(0, 212, 0, 50)
  25. TextLabel.Font = Enum.Font.SciFi
  26. TextLabel.Text = "Made By Script:B11 Gaming"
  27. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  28. TextLabel.TextScaled = true
  29. TextLabel.TextSize = 14
  30. TextLabel.TextWrapped = true
  31.  
  32. TextLabel_2.Parent = Frame
  33. TextLabel_2.BackgroundColor3 = Color3.new(0.0470588, 1, 0)
  34. TextLabel_2.Position = UDim2.new(-0.00212150812, 0, -0.0010882616, 0)
  35. TextLabel_2.Size = UDim2.new(0, 212, 0, 50)
  36. TextLabel_2.Font = Enum.Font.SciFi
  37. TextLabel_2.Text = "To Subscriber B11 Gaming"
  38. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  39. TextLabel_2.TextScaled = true
  40. TextLabel_2.TextSize = 14
  41. TextLabel_2.TextWrapped = true
  42.  
  43. TextButton.Parent = Frame
  44. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  45. TextButton.Position = UDim2.new(0.0263158083, 0, 0.279751599, 0)
  46. TextButton.Size = UDim2.new(0, 200, 0, 50)
  47. TextButton.Font = Enum.Font.Cartoon
  48. TextButton.Text = "Auto Farm"
  49. TextButton.TextColor3 = Color3.new(1, 0.0235294, 0.333333)
  50. TextButton.TextScaled = true
  51. TextButton.TextSize = 14
  52. TextButton.TextWrapped = true
  53. TextButton.MouseButton1Down:connect(function()
  54. while wait() do
  55. local tbl_main =
  56. {
  57. }
  58. game:GetService("ReplicatedStorage").Events.Clicked:FireServer(unpack(tbl_main))
  59. end
  60. end)
  61.  
  62. TextButton_2.Parent = Frame
  63. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  64. TextButton_2.Position = UDim2.new(0.0263158083, 0, 0.537785649, 0)
  65. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  66. TextButton_2.Font = Enum.Font.Cartoon
  67. TextButton_2.Text = "TP Coin"
  68. TextButton_2.TextColor3 = Color3.new(1, 0.0235294, 0.333333)
  69. TextButton_2.TextScaled = true
  70. TextButton_2.TextSize = 14
  71. TextButton_2.TextWrapped = true
  72. TextButton_2.MouseButton1Down:connect(function()
  73. while wait(2) do
  74. local plr = game.Players.LocalPlayer
  75. for i,v in pairs(game.Workspace.CoinsHolder:GetChildren()) do
  76. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then
  77. wait(1)
  78. plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,1,0)
  79. end
  80. end
  81. end
  82. end)
Add Comment
Please, Sign In to add comment