Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.23 KB | None | 0 0
  1. - Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local shinypets = Instance.new("TextButton")
  8. local farm = Instance.new("TextButton")
  9. local notifications = Instance.new("TextButton")
  10. local Autosell = Instance.new("TextButton")
  11. local autorebirth = Instance.new("TextButton")
  12. local openegg = Instance.new("TextButton")
  13. local credits = Instance.new("TextButton")
  14. local Openeggtab = Instance.new("Frame")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local openegg_2 = Instance.new("TextButton")
  17. local TextButton = Instance.new("TextButton")
  18. local creds = Instance.new("Frame")
  19. local TextLabel_3 = Instance.new("TextLabel")
  20. local TextLabel_4 = Instance.new("TextLabel")
  21. local TextLabel_5 = Instance.new("TextLabel")
  22. local TextLabel_6 = Instance.new("TextLabel")
  23. local TextButton_2 = Instance.new("TextButton")
  24. --Properties:
  25. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = ScreenGui
  30. Main.BackgroundColor3 = Color3.new(0.14902, 0.145098, 0.133333)
  31. Main.BorderColor3 = Color3.new(0, 0, 0)
  32. Main.Position = UDim2.new(0.203416154, 0, 0.273865402, 0)
  33. Main.Size = UDim2.new(0, 376, 0, 270)
  34. Main.Active = true
  35. Main.Draggable = true
  36.  
  37. TextLabel.Parent = Main
  38. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  39. TextLabel.BorderSizePixel = 0
  40. TextLabel.Size = UDim2.new(0, 376, 0, 50)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = "MagnetFuck3r v1"
  43. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  44. TextLabel.TextScaled = true
  45. TextLabel.TextSize = 14
  46. TextLabel.TextWrapped = true
  47. TextLabel.Active = true
  48.  
  49. shinypets.Name = "shiny pets"
  50. shinypets.Parent = Main
  51. shinypets.BackgroundColor3 = Color3.new(0, 0, 0)
  52. shinypets.BorderSizePixel = 0
  53. shinypets.Position = UDim2.new(0, 0, 0.722593784, 0)
  54. shinypets.Size = UDim2.new(0, 75, 0, 74)
  55. shinypets.Font = Enum.Font.SourceSans
  56. shinypets.Text = "Make all pets shiny"
  57. shinypets.TextColor3 = Color3.new(1, 1, 1)
  58. shinypets.TextScaled = true
  59. shinypets.TextSize = 14
  60. shinypets.TextWrapped = true
  61. shinypets.MouseButton1Down:connect(function()
  62. _G.shiny = true
  63. local Shinys = {"Three-Headed Demon", "Mad Demon", "Fallen Bird", "Demonic Bird", "Cat Demon", "Golden Dominus", "Space Dominus", "Flame Dominus", "Frost Dominus", "Spirit Dominus", "Super Bear", "Bat Bear", "Flashy Bear", "Storm Bear", "Captain Bear", "Cursed Wolf", "Angel Wolf", "Sanic", "Ogre", "Nyan Cat", "Doge", "MLG Bear", "Rich Bear", "Noob", "Fancy Bear", "Ice Wolf", "Ghost Wolf", "Galaxy Wolf", "Galaxy Bear", "Spirit Bear", "Moon Bear", "Crystal Fox", "Magnetite Wolf", "Winged Overseer", "Overseer Wolf", "Wizard Overseer", "Three-Headed Overseer", "Overseer Overlord", "Praefectus Overseer"}
  64. while _G.shiny do
  65. wait(0.1)
  66. for i = 1,#Shinys do
  67. wait()
  68. game.ReplicatedStorage.ShinyEvents.requestMakeShiny:FireServer(Shinys[i])
  69. end
  70. end
  71. end)
  72.  
  73. farm.Name = "farm"
  74. farm.Parent = Main
  75. farm.BackgroundColor3 = Color3.new(0, 0, 0)
  76. farm.BorderSizePixel = 0
  77. farm.Position = UDim2.new(0, 0, 0.184622854, 0)
  78. farm.Size = UDim2.new(0, 75, 0, 74)
  79. farm.Font = Enum.Font.SourceSans
  80. farm.Text = "Make your backpack full everytime"
  81. farm.TextColor3 = Color3.new(1, 1, 1)
  82. farm.TextScaled = true
  83. farm.TextSize = 14
  84. farm.TextWrapped = true
  85. farm.MouseButton1Down:connect(function()
  86. local r = game:GetService('ReplicatedStorage').Events.MagnetEvents['requestGrab']
  87. local rs = game:GetService('RunService').RenderStepped
  88.  
  89. tool = "Dark-Matter Dual Magnet"
  90. while rs:wait() do
  91. for i = 1,10 do
  92. r:FireServer("7", game.ReplicatedStorage.Tools[tool])
  93. end
  94. end
  95. end)
  96. notifications.Name = "notifications"
  97. notifications.Parent = Main
  98. notifications.BackgroundColor3 = Color3.new(0, 0, 0)
  99. notifications.BorderSizePixel = 0
  100. notifications.Position = UDim2.new(0.798016071, 0, 0.179630786, 0)
  101. notifications.Size = UDim2.new(0, 75, 0, 74)
  102. notifications.Font = Enum.Font.SourceSans
  103. notifications.Text = "Remove annoying notifications (Coins, etc.)"
  104. notifications.TextColor3 = Color3.new(1, 1, 1)
  105. notifications.TextScaled = true
  106. notifications.TextSize = 14
  107. notifications.TextWrapped = true
  108. notifications.MouseButton1Down:connect(function()
  109. local plr = game:GetService("Players").LocalPlayer
  110. local screengui = plr.PlayerGui.GameHUD
  111. screengui.EggHandler.Disabled = true
  112. screengui.Notifications.Handler.Disabled = true
  113. screengui.FullBackpack.Handler.Disabled = true
  114. end)
  115.  
  116. Autosell.Name = "Auto sell"
  117. Autosell.Parent = Main
  118. Autosell.BackgroundColor3 = Color3.new(0, 0, 0)
  119. Autosell.BorderSizePixel = 0
  120. Autosell.Position = UDim2.new(0.19815512, 0, 0.448519677, 0)
  121. Autosell.Size = UDim2.new(0, 75, 0, 74)
  122. Autosell.Font = Enum.Font.SourceSans
  123. Autosell.Text = "Auto-sell"
  124. Autosell.TextColor3 = Color3.new(1, 1, 1)
  125. Autosell.TextScaled = true
  126. Autosell.TextSize = 14
  127. Autosell.TextWrapped = true
  128. Autosell.MouseButton1Down:connect(function()
  129. _G.on = true
  130. local plr = game.Players.LocalPlayer
  131. local char = plr.Character.HumanoidRootPart
  132.  
  133. while _G.on do
  134. game.Workspace.Rings.Sellx2.CanCollide = false
  135. game.Workspace.Rings.Sellx2.Transparency = 1
  136. game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  137. wait(0.1)
  138. end
  139. end)
  140.  
  141. autorebirth.Name = "auto rebirth"
  142. autorebirth.Parent = Main
  143. autorebirth.BackgroundColor3 = Color3.new(0, 0, 0)
  144. autorebirth.BorderSizePixel = 0
  145. autorebirth.Position = UDim2.new(0.797905982, 0, 0.722593784, 0)
  146. autorebirth.Size = UDim2.new(0, 75, 0, 74)
  147. autorebirth.Font = Enum.Font.SourceSans
  148. autorebirth.Text = "Auto rebirth (be careful)"
  149. autorebirth.TextColor3 = Color3.new(1, 1, 1)
  150. autorebirth.TextScaled = true
  151. autorebirth.TextSize = 14
  152. autorebirth.TextWrapped = true
  153. autorebirth.MouseButton1Down:connect(function()
  154. _G.Rebirths = true
  155. while _G.rebirths do
  156. wait()
  157. local Rebirths = 1000 --1000, 500, 250, 100, 50, 25, 5 and 1
  158. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirth:FireServer(Rebirths)
  159. end
  160. end)
  161.  
  162. openegg.Name = "open egg"
  163. openegg.Parent = Main
  164. openegg.BackgroundColor3 = Color3.new(0, 0, 0)
  165. openegg.BorderSizePixel = 0
  166. openegg.Position = UDim2.new(0.597091317, 0, 0.455927074, 0)
  167. openegg.Size = UDim2.new(0, 75, 0, 74)
  168. openegg.Font = Enum.Font.SourceSans
  169. openegg.Text = "Open any egg (another tab)"
  170. openegg.TextColor3 = Color3.new(1, 1, 1)
  171. openegg.TextScaled = true
  172. openegg.TextSize = 14
  173. openegg.TextWrapped = true
  174. openegg.MouseButton1Click:connect(function()
  175. Openeggtab.Visible = true
  176. end)
  177.  
  178. credits.Name = "credits"
  179. credits.Parent = Main
  180. credits.BackgroundColor3 = Color3.new(0, 0, 0)
  181. credits.BorderSizePixel = 0
  182. credits.Position = UDim2.new(0.397623181, 0, 0.178149402, 0)
  183. credits.Size = UDim2.new(0, 75, 0, 28)
  184. credits.Font = Enum.Font.SourceSans
  185. credits.Text = "CREDITS"
  186. credits.TextColor3 = Color3.new(1, 1, 1)
  187. credits.TextScaled = true
  188. credits.TextSize = 14
  189. credits.TextWrapped = true
  190. credits.MouseButton1Click:connect(function()
  191. creds.Visible = true
  192. end)
  193.  
  194. Openeggtab.Name = "Open egg tab"
  195. Openeggtab.Parent = ScreenGui
  196. Openeggtab.BackgroundColor3 = Color3.new(0.14902, 0.145098, 0.133333)
  197. Openeggtab.BorderColor3 = Color3.new(0, 0, 0)
  198. Openeggtab.Position = UDim2.new(0.349378884, 0, 0.674920797, 0)
  199. Openeggtab.Size = UDim2.new(0, 282, 0, 174)
  200. Openeggtab.Visible = false
  201.  
  202. TextLabel_2.Parent = Openeggtab
  203. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  204. TextLabel_2.BorderSizePixel = 0
  205. TextLabel_2.Size = UDim2.new(0, 282, 0, 50)
  206. TextLabel_2.Font = Enum.Font.SourceSans
  207. TextLabel_2.Text = "MagnetFuck3r v1 open egg"
  208. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  209. TextLabel_2.TextScaled = true
  210. TextLabel_2.TextSize = 14
  211. TextLabel_2.TextWrapped = true
  212.  
  213. openegg_2.Name = "open egg"
  214. openegg_2.Parent = Openeggtab
  215. openegg_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  216. openegg_2.BorderSizePixel = 0
  217. openegg_2.Position = UDim2.new(-0.00219943002, 0, 0.283513218, 0)
  218. openegg_2.Size = UDim2.new(0, 282, 0, 124)
  219. openegg_2.Font = Enum.Font.SourceSans
  220. openegg_2.Text = "IN DEVELOPMENT!"
  221. openegg_2.TextColor3 = Color3.new(1, 1, 1)
  222. openegg_2.TextScaled = true
  223. openegg_2.TextSize = 14
  224. openegg_2.TextWrapped = true
  225.  
  226. TextButton.Parent = Openeggtab
  227. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  228. TextButton.Position = UDim2.new(0.804964542, 0, -0.242807791, 0)
  229. TextButton.Size = UDim2.new(0, 55, 0, 42)
  230. TextButton.Font = Enum.Font.SourceSans
  231. TextButton.Text = "CLOSE"
  232. TextButton.TextColor3 = Color3.new(1, 1, 1)
  233. TextButton.TextScaled = true
  234. TextButton.TextSize = 14
  235. TextButton.TextWrapped = true
  236. TextButton.MouseButton1Click:connect(function()
  237. Openeggtab.Visible = false
  238. end)
  239.  
  240. creds.Name = "creds"
  241. creds.Parent = ScreenGui
  242. creds.BackgroundColor3 = Color3.new(0.14902, 0.145098, 0.133333)
  243. creds.BorderColor3 = Color3.new(0, 0, 0)
  244. creds.Position = UDim2.new(0.434782594, 0, 0.205263868, 0)
  245. creds.Size = UDim2.new(0, 282, 0, 173)
  246.  
  247. TextLabel_3.Parent = creds
  248. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  249. TextLabel_3.BorderSizePixel = 0
  250. TextLabel_3.Position = UDim2.new(-1.1920929e-07, 0, -0.00574702024, 0)
  251. TextLabel_3.Size = UDim2.new(0, 282, 0, 50)
  252. TextLabel_3.Font = Enum.Font.SourceSans
  253. TextLabel_3.Text = "MagnetFuck3r v1 Credits"
  254. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  255. TextLabel_3.TextScaled = true
  256. TextLabel_3.TextSize = 14
  257. TextLabel_3.TextWrapped = true
  258.  
  259. TextLabel_4.Parent = creds
  260. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  261. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  262. TextLabel_4.Position = UDim2.new(0, 0, 0.293103546, 0)
  263. TextLabel_4.Size = UDim2.new(0, 282, 0, 40)
  264. TextLabel_4.Font = Enum.Font.SourceSans
  265. TextLabel_4.Text = "thats oof#3643 for making the gui. "
  266. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  267. TextLabel_4.TextScaled = true
  268. TextLabel_4.TextSize = 30
  269. TextLabel_4.TextWrapped = true
  270.  
  271. TextLabel_5.Parent = creds
  272. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  273. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  274. TextLabel_5.Position = UDim2.new(0, 0, 0.522988558, 0)
  275. TextLabel_5.Size = UDim2.new(0, 282, 0, 37)
  276. TextLabel_5.Font = Enum.Font.SourceSans
  277. TextLabel_5.Text = "iTzSadButNotRad on v3rm for scripts"
  278. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  279. TextLabel_5.TextScaled = true
  280. TextLabel_5.TextSize = 30
  281. TextLabel_5.TextWrapped = true
  282.  
  283. TextLabel_6.Parent = creds
  284. TextLabel_6.BackgroundColor3 = Color3.new(0, 0, 0)
  285. TextLabel_6.BorderColor3 = Color3.new(0, 0, 0)
  286. TextLabel_6.Position = UDim2.new(-0.00354609918, 0, 0.7356323, 0)
  287. TextLabel_6.Size = UDim2.new(0, 282, 0, 45)
  288. TextLabel_6.Font = Enum.Font.SourceSans
  289. TextLabel_6.Text = "AdamRoots on v3rm for posting the gui."
  290. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  291. TextLabel_6.TextScaled = true
  292. TextLabel_6.TextSize = 30
  293. TextLabel_6.TextWrapped = true
  294.  
  295. TextButton_2.Parent = creds
  296. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  297. TextButton_2.Position = UDim2.new(0.804964542, 0, -0.248554915, 0)
  298. TextButton_2.Size = UDim2.new(0, 55, 0, 42)
  299. TextButton_2.Font = Enum.Font.SourceSans
  300. TextButton_2.Text = "CLOSE"
  301. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  302. TextButton_2.TextScaled = true
  303. TextButton_2.TextSize = 14
  304. TextButton_2.TextWrapped = true
  305. TextButton_2.MouseButton1Click:connect(function()
  306. creds.Visible = false
  307. end)
  308. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement