Advertisement
Guest User

Untitled

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