b11gaming

Script Hack ⭐ X2 | Magnet Simulator ⚡

Oct 5th, 2019
755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6. local TextButton_2 = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9.  
  10. -- Properties
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.819608, 0.803922, 0.254902)
  15. Frame.Position = UDim2.new(0.208931416, 0, 0.224409446, 0)
  16. Frame.Size = UDim2.new(0, 299, 0, 225)
  17. Frame.Active = true
  18. Frame.Draggable = true
  19.  
  20. TextButton.Parent = Frame
  21. TextButton.BackgroundColor3 = Color3.new(0.784314, 0.909804, 0.329412)
  22. TextButton.Position = UDim2.new(0.175118536, 0, 0.508565187, 0)
  23. TextButton.Size = UDim2.new(0, 192, 0, 50)
  24. TextButton.Font = Enum.Font.SourceSans
  25. TextButton.Text = "Auto Sell x2"
  26. TextButton.TextColor3 = Color3.new(0.996078, 0.0666667, 0.00392157)
  27. TextButton.TextScaled = true
  28. TextButton.TextSize = 14
  29. TextButton.TextWrapped = true
  30. TextButton.MouseButton1Down:connect(function()
  31. _G.on = true
  32. local plr = game.Players.LocalPlayer
  33. local char = plr.Character.HumanoidRootPart
  34.  
  35. while _G.on do
  36. game.Workspace.Rings.Sellx2.CanCollide = false
  37. game.Workspace.Rings.Sellx2.Transparency = 1
  38. game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  39. wait(0.1)
  40. end
  41. end)
  42.  
  43. TextButton_2.Parent = Frame
  44. TextButton_2.BackgroundColor3 = Color3.new(0.784314, 0.909804, 0.329412)
  45. TextButton_2.Position = UDim2.new(0.175118536, 0, 0.240804911, 0)
  46. TextButton_2.Size = UDim2.new(0, 192, 0, 50)
  47. TextButton_2.Font = Enum.Font.SciFi
  48. TextButton_2.Text = "Auto Fram"
  49. TextButton_2.TextColor3 = Color3.new(0.0745098, 0.0901961, 1)
  50. TextButton_2.TextScaled = true
  51. TextButton_2.TextSize = 14
  52. TextButton_2.TextWrapped = true
  53. TextButton_2.MouseButton1Down:connect(function()
  54. local r = game:GetService('ReplicatedStorage').Events.MagnetEvents['requestGrab']
  55. local rs = game:GetService('RunService').RenderStepped
  56.  
  57. tool = "Dark-Matter Dual Magnet"
  58. while rs:wait() do
  59. for i = 1,10 do
  60. r:FireServer("7", game.ReplicatedStorage.Tools[tool])
  61. end
  62. end
  63. end)
  64.  
  65. TextLabel.Parent = Frame
  66. TextLabel.BackgroundColor3 = Color3.new(0.976471, 0.65098, 0.247059)
  67. TextLabel.Position = UDim2.new(-0.0017709285, 0, -0.0022572279, 0)
  68. TextLabel.Size = UDim2.new(0, 299, 0, 47)
  69. TextLabel.Font = Enum.Font.SourceSans
  70. TextLabel.Text = "✎﹏ TOSUBSCRIBERSB11GAMING ﹏✍"
  71. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  72. TextLabel.TextSize = 14
  73.  
  74. TextLabel_2.Parent = Frame
  75. TextLabel_2.BackgroundColor3 = Color3.new(0.976471, 0.65098, 0.247059)
  76. TextLabel_2.Position = UDim2.new(-0.0017709285, 0, 0.788136482, 0)
  77. TextLabel_2.Size = UDim2.new(0, 299, 0, 47)
  78. TextLabel_2.Font = Enum.Font.SourceSans
  79. TextLabel_2.Text = "✎﹏ M̐A̐D̐E̐B̐Y̐S̐C̐R̐I̐P̐T̐:B̐11G̐A̐M̐I̐N̐G̐ ﹏✍"
  80. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  81. TextLabel_2.TextSize = 14
  82. --=[Made By Script Hack B11 Gaming 2K6]=--
Add Comment
Please, Sign In to add comment