Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.60 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("ImageLabel")
  6. local borderPixel = Instance.new("ImageLabel")
  7. local Frame_2 = Instance.new("Frame")
  8. local Exit = Instance.new("TextButton")
  9. local AF = Instance.new("TextButton")
  10. local AS = Instance.new("TextButton")
  11. local AR = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Frame.Name = "Frame"
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Frame.BackgroundTransparency = 1
  23. Frame.Position = UDim2.new(0.259900987, 0, 0.282555282, 0)
  24. Frame.Size = UDim2.new(0.480198026, 0, 0.212530717, 0)
  25. Frame.ZIndex = 0
  26. Frame.Image = "rbxassetid://2790392032"
  27. Frame.ScaleType = Enum.ScaleType.Slice
  28. Frame.SliceCenter = Rect.new(24, 24, 232, 232)
  29.  
  30. borderPixel.Name = "borderPixel"
  31. borderPixel.Parent = Frame
  32. borderPixel.AnchorPoint = Vector2.new(0.5, 0.5)
  33. borderPixel.BackgroundColor3 = Color3.new(1, 1, 1)
  34. borderPixel.BackgroundTransparency = 1
  35. borderPixel.Position = UDim2.new(0.5, 0, 0.498587579, 0)
  36. borderPixel.Size = UDim2.new(1.0025773, 0, 1.0028249, 0)
  37. borderPixel.Image = "rbxassetid://2790392032"
  38. borderPixel.ImageColor3 = Color3.new(0, 0.615686, 1)
  39. borderPixel.ScaleType = Enum.ScaleType.Slice
  40. borderPixel.SliceCenter = Rect.new(24, 24, 232, 232)
  41.  
  42. Frame_2.Parent = borderPixel
  43. Frame_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  44. Frame_2.BorderSizePixel = 0
  45. Frame_2.Position = UDim2.new(0, 0, 0.203854159, 0)
  46. Frame_2.Size = UDim2.new(0.998714626, 0, 0.0427192412, 0)
  47.  
  48. Exit.Name = "Exit"
  49. Exit.Parent = Frame_2
  50. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Exit.BackgroundTransparency = 1
  52. Exit.Position = UDim2.new(0.933075964, 0, -4.84113598, 0)
  53. Exit.Size = UDim2.new(0.0296010301, 0, 3.42857122, 0)
  54. Exit.Font = Enum.Font.Cartoon
  55. Exit.Text = "X"
  56. Exit.TextColor3 = Color3.new(1, 1, 1)
  57. Exit.TextScaled = true
  58. Exit.TextSize = 14
  59. Exit.TextWrapped = true
  60.  
  61. AF.Name = "AF"
  62. AF.Parent = Frame_2
  63. AF.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  64. AF.BorderSizePixel = 0
  65. AF.Position = UDim2.new(0.0669240654, 0, 5.41211224, 0)
  66. AF.Size = UDim2.new(0, 213, 0, 53)
  67. AF.Font = Enum.Font.Cartoon
  68. AF.Text = "AutoFarm [ OFF ]"
  69. AF.TextColor3 = Color3.new(1, 1, 1)
  70. AF.TextScaled = true
  71. AF.TextSize = 14
  72. AF.TextWrapped = true
  73.  
  74. AS.Name = "AS"
  75. AS.Parent = Frame_2
  76. AS.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  77. AS.BorderSizePixel = 0
  78. AS.Position = UDim2.new(0.364221364, 0, 5.41211224, 0)
  79. AS.Size = UDim2.new(0, 213, 0, 53)
  80. AS.Font = Enum.Font.Cartoon
  81. AS.Text = "AutoSell [ OFF ]"
  82. AS.TextColor3 = Color3.new(1, 1, 1)
  83. AS.TextScaled = true
  84. AS.TextSize = 14
  85. AS.TextWrapped = true
  86.  
  87. AR.Name = "AR"
  88. AR.Parent = Frame_2
  89. AR.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  90. AR.BorderSizePixel = 0
  91. AR.Position = UDim2.new(0.658944607, 0, 5.41211224, 0)
  92. AR.Size = UDim2.new(0, 213, 0, 53)
  93. AR.Font = Enum.Font.Cartoon
  94. AR.Text = "AutoRebirth [ OFF ]"
  95. AR.TextColor3 = Color3.new(1, 1, 1)
  96. AR.TextScaled = true
  97. AR.TextSize = 14
  98. AR.TextWrapped = true
  99.  
  100. TextLabel.Parent = borderPixel
  101. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextLabel.BackgroundTransparency = 1
  103. TextLabel.Position = UDim2.new(0.0359897166, 0, 0.0280898735, 0)
  104. TextLabel.Size = UDim2.new(0.317480713, 0, 0.175764188, 0)
  105. TextLabel.Font = Enum.Font.Cartoon
  106. TextLabel.Text = "Project: E2T"
  107. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  108. TextLabel.TextScaled = true
  109. TextLabel.TextSize = 14
  110. TextLabel.TextWrapped = true
  111. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  112.  
  113. TextLabel_2.Parent = borderPixel
  114. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  115. TextLabel_2.BackgroundTransparency = 1
  116. TextLabel_2.Position = UDim2.new(0.340049267, 0, 0.0260143671, 0)
  117. TextLabel_2.Size = UDim2.new(0.317480713, 0, 0.177839518, 0)
  118. TextLabel_2.Font = Enum.Font.Cartoon
  119. TextLabel_2.Text = "Magnet Simulator"
  120. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  121. TextLabel_2.TextScaled = true
  122. TextLabel_2.TextSize = 14
  123. TextLabel_2.TextWrapped = true
  124. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  125.  
  126. TextLabel_3.Parent = borderPixel
  127. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  128. TextLabel_3.BackgroundTransparency = 1
  129. TextLabel_3.Position = UDim2.new(0.0359897166, 0, 0.823530793, 0)
  130. TextLabel_3.Size = UDim2.new(0.925449848, 0, 0.175764188, 0)
  131. TextLabel_3.Font = Enum.Font.Cartoon
  132. TextLabel_3.Text = "By ErenKKOWN - Eren#8501 [ Pls dont leech XD ]"
  133. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  134. TextLabel_3.TextScaled = true
  135. TextLabel_3.TextSize = 14
  136. TextLabel_3.TextWrapped = true
  137. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  138. -- Scripts:
  139. local reqGrab = game:GetService("ReplicatedStorage").Events.MagnetEvents['requestGrab']
  140. local renderStep = game:GetService("RunService").RenderStepped
  141.  
  142.  
  143. local farmToggle = false
  144. Frame.Active = true
  145. Frame.Draggable = true
  146. Exit.MouseButton1Click:connect(function()
  147. ScreenGui:Destroy()
  148. end)
  149. AF.MouseButton1Click:connect(function()
  150. if farmToggle == false then
  151. farmToggle = true
  152. AF.Text = "AutoFarm [ ON ]"
  153.  
  154. local tool = "Binary Long Power Magnet"
  155.  
  156. while renderStep:wait() do
  157. if farmToggle == false then break end
  158.  
  159. for i = 1, 10 do
  160. reqGrab:FireServer("11000000", game.ReplicatedStorage.Tools[tool])
  161. end
  162. end
  163. elseif farmToggle then
  164. farmToggle = false
  165. AF.Text = "AutoFarm [ OFF ]"
  166. end
  167.  
  168. end)
  169. local sellToggle = false
  170. AS.MouseButton1Click:connect(function()
  171. local plr = game.Players.LocalPlayer
  172. local char = plr.Character.HumanoidRootPart
  173.  
  174. if sellToggle == false then
  175. sellToggle = true
  176. AS.Text = "AutoSell [ ON ]"
  177. while renderStep:wait() do
  178. if sellToggle == false then break end
  179. for i = 1, 10 do
  180. workspace.Rings.Sellx2.CanCollide = false
  181. workspace.Rings.Sellx2.Transparency = 1
  182. workspace.Rings.Sellx2.CFrame = char.CFrame --+ Vector3.new(0, math.random(-1, 1), 0)
  183. end
  184. end
  185. wait(0.1)
  186. elseif sellToggle == true then
  187. sellToggle = false
  188. AS.Text = "AutoSell [ OFF ]"
  189. workspace.Rings.Sellx2.CanCollide = true
  190. workspace.Rings.Sellx2.Transparency = 0
  191. workspace.Rings.Sellx2.CFrame = CFrame.new(-423.296997, 1.41699982, -849.867981, 0.766061246, -0, -0.642767608, 0, 1, -0, 0.642767608, 0, 0.766061246)
  192. end
  193. end)
  194. local rebirthToggle = false
  195.  
  196. AR.MouseButton1Click:connect(function()
  197. if rebirthToggle == false then
  198. rebirthToggle = true
  199. AR.Text = "AutoRebirth [ ON ]"
  200. while renderStep:wait() do
  201. if rebirthToggle == false then break end
  202. for i = 1, 10 do
  203. wait(4)
  204. game.ReplicatedStorage.RebirthEvents.requestRebirth:FireServer(10000)
  205. end
  206. end
  207. elseif rebirthToggle == true then
  208. rebirthToggle = false
  209. AR.Text = "AutoRebirth [ OFF ]"
  210. end
  211. end)
  212. local TweenService = game:GetService("TweenService")
  213. local mouse = game.Players.LocalPlayer:GetMouse()
  214. spawn(function()
  215. for i,v in pairs(ScreenGui:GetDescendants()) do
  216. if v:IsA("TextButton") and v.BackgroundTransparency ~= 1 then
  217. local mouseDown = false
  218. local mouseUp
  219.  
  220. v.MouseButton1Down:connect(function()
  221. mouseDown = true
  222. mouseUp = v.MouseButton1Up:connect(function()
  223. mouseDown = false
  224. mouseUp:Disconnect()
  225. end)
  226. v.AutoButtonColor = false
  227. v.ClipsDescendants = true
  228.  
  229. local circle = Instance.new("ImageLabel",v)
  230. circle.Size = UDim2.new(0,0,0,0)
  231. circle.Image = "rbxassetid://1986366831"
  232. circle.ImageTransparency = 0.6
  233. circle.Position = UDim2.new(0, mouse.X - 0, 0, mouse.Y) - UDim2.new(0,v.AbsolutePosition.X, 0, v.AbsolutePosition.Y)
  234. circle.BackgroundTransparency = 1
  235. local endSize = {Size = UDim2.new(0, 500, 0, 500), Position = circle.Position - UDim2.new(0, 250, 0, 250)}
  236. local fade = {ImageTransparency = 1}
  237. local endTime = false
  238. TweenService:Create(circle,TweenInfo.new(2,Enum.EasingStyle.Sine, Enum.EasingDirection.Out),endSize):Play()
  239. spawn(function()
  240. wait(2)
  241. endTime = true
  242. end)
  243. repeat wait() until endTime or not mouseDown
  244. mouseUp:Disconnect()
  245. TweenService:Create(circle,TweenInfo.new(1,Enum.EasingStyle.Sine, Enum.EasingDirection.Out),fade):Play()
  246. repeat wait() until circle.ImageTransparency == 1
  247. circle:Destroy()
  248. end)
  249. end
  250. end
  251. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement