Advertisement
TheNadie

Untitled

Jan 4th, 2019
2,643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local MagnetSimulatorGUI = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Start = Instance.new("TextButton")
  7. local Credits = Instance.new("TextLabel")
  8. local Info = Instance.new("TextLabel")
  9. local Border = Instance.new("Frame")
  10. local Underline = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local AutoFarm = Instance.new("TextButton")
  13. --Properties:
  14. MagnetSimulatorGUI.Name = "MagnetSimulatorGUI"
  15. MagnetSimulatorGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Main.Name = "Main"
  18. Main.Parent = MagnetSimulatorGUI
  19. Main.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  20. Main.BorderSizePixel = 0
  21. Main.Position = UDim2.new(0.197329372, 0, 0.234317347, 0)
  22. Main.Size = UDim2.new(0, 496, 0, 278)
  23.  
  24. Start.Name = "Start"
  25. Start.Parent = Main
  26. Start.BackgroundColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  27. Start.BorderSizePixel = 0
  28. Start.Position = UDim2.new(0.0560926609, 0, 0.365247726, 0)
  29. Start.Size = UDim2.new(0, 179, 0, 44)
  30. Start.Visible = false
  31. Start.Font = Enum.Font.Code
  32. Start.Text = "Start"
  33. Start.TextColor3 = Color3.new(0, 0, 0)
  34. Start.TextSize = 25
  35.  
  36. Credits.Name = "Credits"
  37. Credits.Parent = Main
  38. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Credits.BackgroundTransparency = 1
  40. Credits.BorderSizePixel = 0
  41. Credits.Position = UDim2.new(-0.00173494895, 0, 0.594992042, 0)
  42. Credits.Size = UDim2.new(0, 237, 0, 113)
  43. Credits.Visible = false
  44. Credits.Font = Enum.Font.Highway
  45. Credits.Text = "Credits to the person who made the script."
  46. Credits.TextColor3 = Color3.new(1, 1, 1)
  47. Credits.TextSize = 25
  48. Credits.TextWrapped = true
  49.  
  50. Info.Name = "Info"
  51. Info.Parent = Main
  52. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Info.BackgroundTransparency = 1
  54. Info.BorderSizePixel = 0
  55. Info.Position = UDim2.new(0.499928266, 0, 0.318226188, 0)
  56. Info.Size = UDim2.new(0, 237, 0, 66)
  57. Info.Visible = false
  58. Info.Font = Enum.Font.SourceSansLight
  59. Info.Text = "This grabs all the money everywhere, So; You don't need to go everywhere to grab it! Press 'Start' to start it!"
  60. Info.TextColor3 = Color3.new(1, 1, 1)
  61. Info.TextScaled = true
  62. Info.TextSize = 25
  63. Info.TextWrapped = true
  64.  
  65. Border.Name = "Border"
  66. Border.Parent = Main
  67. Border.BackgroundColor3 = Color3.new(0.776471, 0.776471, 0.776471)
  68. Border.BorderSizePixel = 0
  69. Border.Position = UDim2.new(0.474897087, 0, 0.318226129, 0)
  70. Border.Size = UDim2.new(0, 6, 0, 190)
  71. Border.Visible = false
  72.  
  73. Underline.Name = "Underline"
  74. Underline.Parent = Main
  75. Underline.BackgroundColor3 = Color3.new(0.776471, 0.776471, 0.776471)
  76. Underline.BorderSizePixel = 0
  77. Underline.Position = UDim2.new(0, 0, 0.573563516, 0)
  78. Underline.Size = UDim2.new(0, 496, 0, 6)
  79. Underline.Visible = false
  80.  
  81. Title.Name = "Title"
  82. Title.Parent = MagnetSimulatorGUI
  83. Title.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  84. Title.BorderSizePixel = 0
  85. Title.Position = UDim2.new(0.197329372, 0, 0.234317347, 0)
  86. Title.Size = UDim2.new(0, 496, 0, 50)
  87. Title.Font = Enum.Font.Gotham
  88. Title.Text = "Magnet Simulator GUI ~ Alpha"
  89. Title.TextColor3 = Color3.new(1, 1, 1)
  90. Title.TextSize = 20
  91. Title.TextStrokeColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  92. Title.TextStrokeTransparency = 0
  93.  
  94. AutoFarm.Name = "AutoFarm"
  95. AutoFarm.Parent = MagnetSimulatorGUI
  96. AutoFarm.BackgroundColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  97. AutoFarm.BorderSizePixel = 0
  98. AutoFarm.Position = UDim2.new(0.197078094, 0, 0.324169695, 0)
  99. AutoFarm.Size = UDim2.new(0, 496, 0, 40)
  100. AutoFarm.Font = Enum.Font.SciFi
  101. AutoFarm.Text = "AUTOFARM"
  102. AutoFarm.TextColor3 = Color3.new(0, 0, 0)
  103. AutoFarm.TextSize = 14
  104. -- Scripts:
  105. function SCRIPT_MLEN77_FAKESCRIPT() -- Start.start
  106. getfenv().script = Instance.new('LocalScript', Start)
  107.  
  108. local start = script.Parent
  109.  
  110. start.MouseButton1Click:Connect(function()
  111. local Player = game:GetService("Players").LocalPlayer
  112. local Event = game:GetService("ReplicatedStorage").Events.MagnetEvents.requestGrab
  113. _G.Go = true
  114.  
  115. while _G.Go do
  116. game:GetService("RunService").RenderStepped:Wait()
  117. if Player.Character:FindFirstChildOfClass("Tool") then
  118. Event:FireServer("1250", Player.Character:FindFirstChildOfClass("Tool"))
  119. end
  120. end
  121. end)
  122.  
  123. end
  124. coroutine.resume(coroutine.create(SCRIPT_MLEN77_FAKESCRIPT))
  125. function SCRIPT_WIVY71_FAKESCRIPT() -- AutoFarm.openclose
  126. getfenv().script = Instance.new('LocalScript', AutoFarm)
  127.  
  128. local border = script.Parent.Parent.Main.Border
  129. local underline = script.Parent.Parent.Main.Underline
  130. local start = script.Parent.Parent.Main.Start
  131. local credits = script.Parent.Parent.Main.Credits
  132. local info = script.Parent.Parent.Main.Info
  133. local button = script.Parent
  134. --------------------------------------------------------------------------------------------
  135. button.MouseEnter:Connect(function()
  136. border.Visible = true
  137. underline.Visible = true
  138. start.Visible = true
  139. credits.Visible = true
  140. info.Visible = true
  141. end)
  142.  
  143. script.Parent.Parent.Title.MouseEnter:Connect(function()
  144. border.Visible = false
  145. underline.Visible = false
  146. start.Visible = false
  147. credits.Visible = false
  148. info.Visible = false
  149. end)
  150.  
  151. end
  152. coroutine.resume(coroutine.create(SCRIPT_WIVY71_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement