Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1.  
  2. -- Special Thx To Script Owner
  3.  
  4. Bacot1 = 0
  5. Bacot2 = 0
  6. Bacot3 = 0
  7. Bacot4 = 0
  8.  
  9.  
  10. -- Objects
  11.  
  12. plr = game:GetService('Players').LocalPlayer
  13. Bocah = game.Players.LocalPlayer.Character.HumanoidRootPart
  14. local Magnet = Instance.new("ScreenGui")
  15. local Frame = Instance.new("Frame")
  16. local Ar = Instance.new("TextButton")
  17. local Credit = Instance.new("TextLabel")
  18. local Af = Instance.new("TextButton")
  19. local NamaEgg = Instance.new("TextBox")
  20. local As = Instance.new("TextButton")
  21. local Ab = Instance.new("TextButton")
  22. local PetName = Instance.new("TextBox")
  23. local Dupe = Instance.new("TextButton")
  24. local Jumlah = Instance.new("TextBox")
  25. local title = Instance.new("TextLabel")
  26. local X = Instance.new("TextButton")
  27.  
  28. -- Properties
  29.  
  30. Magnet.Name = "Magnet"
  31. Magnet.Parent = game.CoreGui
  32.  
  33. Frame.Archivable = false
  34. Frame.Parent = Magnet
  35. Frame.Active = true
  36. Frame.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  37. Frame.BorderColor3 = Color3.new(0, 0.666667, 1)
  38. Frame.BorderSizePixel = 5
  39. Frame.Position = UDim2.new(0.183547065, 0, 0.191689655, 0)
  40. Frame.Size = UDim2.new(0, 422, 0, 320)
  41. Frame.Draggable = true
  42.  
  43. Ar.Name = "Ar"
  44. Ar.Parent = Frame
  45. Ar.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  46. Ar.BorderColor3 = Color3.new(0, 0.666667, 1)
  47. Ar.BorderSizePixel = 5
  48. Ar.Position = UDim2.new(0.0664502159, 0, 0.304287851, 0)
  49. Ar.Size = UDim2.new(0, 142, 0, 44)
  50. Ar.Font = Enum.Font.SciFi
  51. Ar.Text = "Auto Rebirth 100"
  52. Ar.TextColor3 = Color3.new(0.666667, 0, 0)
  53. Ar.TextScaled = true
  54. Ar.TextSize = 14
  55. Ar.TextWrapped = true
  56.  
  57. Credit.Name = "Credit"
  58. Credit.Parent = Frame
  59. Credit.BackgroundColor3 = Color3.new(1, 0, 0)
  60. Credit.BackgroundTransparency = 1
  61. Credit.Position = UDim2.new(0.113744088, 0, 1.02499986, 0)
  62. Credit.Size = UDim2.new(0, 200, 0, 24)
  63. Credit.Font = Enum.Font.GothamBold
  64. Credit.Text = "Credits: Script Maker, ScRipt HunTer"
  65. Credit.TextColor3 = Color3.new(1, 0, 0)
  66. Credit.TextSize = 20
  67. Credit.TextXAlignment = Enum.TextXAlignment.Left
  68. Credit.TextYAlignment = Enum.TextYAlignment.Top
  69.  
  70. Af.Name = "Af"
  71. Af.Parent = Frame
  72. Af.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  73. Af.BorderColor3 = Color3.new(0, 0.666667, 1)
  74. Af.BorderSizePixel = 5
  75. Af.Position = UDim2.new(0.60199523, 0, 0.304287851, 0)
  76. Af.Size = UDim2.new(0, 142, 0, 44)
  77. Af.Font = Enum.Font.SciFi
  78. Af.Text = "AutoFarm"
  79. Af.TextColor3 = Color3.new(0.666667, 0, 0)
  80. Af.TextScaled = true
  81. Af.TextSize = 14
  82. Af.TextWrapped = true
  83.  
  84. NamaEgg.Name = "NamaEgg"
  85. NamaEgg.Parent = Frame
  86. NamaEgg.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  87. NamaEgg.BorderColor3 = Color3.new(0, 0.666667, 1)
  88. NamaEgg.BorderSizePixel = 5
  89. NamaEgg.Position = UDim2.new(0.225118488, 0, 0.065624997, 0)
  90. NamaEgg.Size = UDim2.new(0, 233, 0, 50)
  91. NamaEgg.Font = Enum.Font.SciFi
  92. NamaEgg.Text = "Egg Name"
  93. NamaEgg.TextColor3 = Color3.new(0.666667, 0, 0)
  94. NamaEgg.TextScaled = true
  95. NamaEgg.TextSize = 14
  96. NamaEgg.TextWrapped = true
  97.  
  98. As.Name = "As"
  99. As.Parent = Frame
  100. As.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  101. As.BorderColor3 = Color3.new(0, 0.666667, 1)
  102. As.BorderSizePixel = 5
  103. As.Position = UDim2.new(0.0664502159, 0, 0.529287815, 0)
  104. As.Size = UDim2.new(0, 142, 0, 44)
  105. As.Font = Enum.Font.SciFi
  106. As.Text = "AutoSell"
  107. As.TextColor3 = Color3.new(0.666667, 0, 0)
  108. As.TextScaled = true
  109. As.TextSize = 14
  110. As.TextWrapped = true
  111.  
  112. Ab.Name = "Ab"
  113. Ab.Parent = Frame
  114. Ab.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  115. Ab.BorderColor3 = Color3.new(0, 0.666667, 1)
  116. Ab.BorderSizePixel = 5
  117. Ab.Position = UDim2.new(0.601995289, 0, 0.529287815, 0)
  118. Ab.Size = UDim2.new(0, 142, 0, 44)
  119. Ab.Font = Enum.Font.SciFi
  120. Ab.Text = "Auto Buy Egg"
  121. Ab.TextColor3 = Color3.new(0.666667, 0, 0)
  122. Ab.TextScaled = true
  123. Ab.TextSize = 14
  124. Ab.TextWrapped = true
  125.  
  126. PetName.Name = "PetName"
  127. PetName.Parent = Frame
  128. PetName.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  129. PetName.BorderColor3 = Color3.new(0, 0.666667, 1)
  130. PetName.BorderSizePixel = 5
  131. PetName.Position = UDim2.new(0.0663507134, 0, 0.721875012, 0)
  132. PetName.Size = UDim2.new(0, 185, 0, 27)
  133. PetName.Font = Enum.Font.SciFi
  134. PetName.Text = "Pet name here"
  135. PetName.TextColor3 = Color3.new(0.666667, 0, 0)
  136. PetName.TextScaled = true
  137. PetName.TextSize = 14
  138. PetName.TextWrapped = true
  139.  
  140. Dupe.Name = "Dupe"
  141. Dupe.Parent = Frame
  142. Dupe.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  143. Dupe.BorderColor3 = Color3.new(0, 0.666667, 1)
  144. Dupe.BorderSizePixel = 5
  145. Dupe.Position = UDim2.new(0.56881994, 0, 0.773037791, 0)
  146. Dupe.Size = UDim2.new(0, 142, 0, 44)
  147. Dupe.Font = Enum.Font.SciFi
  148. Dupe.Text = "Dupe Pet"
  149. Dupe.TextColor3 = Color3.new(0.666667, 0, 0)
  150. Dupe.TextScaled = true
  151. Dupe.TextSize = 14
  152. Dupe.TextWrapped = true
  153.  
  154. Jumlah.Name = "Jumlah"
  155. Jumlah.Parent = Frame
  156. Jumlah.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  157. Jumlah.BorderColor3 = Color3.new(0, 0.666667, 1)
  158. Jumlah.BorderSizePixel = 5
  159. Jumlah.Position = UDim2.new(0.0663507134, 0, 0.875, 0)
  160. Jumlah.Size = UDim2.new(0, 185, 0, 27)
  161. Jumlah.Font = Enum.Font.SciFi
  162. Jumlah.Text = "How Many You Want?"
  163. Jumlah.TextColor3 = Color3.new(0.666667, 0, 0)
  164. Jumlah.TextScaled = true
  165. Jumlah.TextSize = 14
  166. Jumlah.TextWrapped = true
  167.  
  168. title.Name = "title"
  169. title.Parent = Frame
  170. title.BackgroundColor3 = Color3.new(0, 0, 0)
  171. title.BorderColor3 = Color3.new(0, 0.666667, 1)
  172. title.BorderSizePixel = 5
  173. title.Position = UDim2.new(-0.0253578648, 0, -0.0338308662, 0)
  174. title.Size = UDim2.new(0, 443, 0, 40)
  175. title.Font = Enum.Font.SciFi
  176. title.Text = "MAGNET SIMULATOR GUI"
  177. title.TextColor3 = Color3.new(0.666667, 0, 0)
  178. title.TextSize = 25
  179. title.TextWrapped = true
  180.  
  181. X.Name = "X"
  182. X.Parent = title
  183. X.BackgroundColor3 = Color3.new(0, 0, 0)
  184. X.BorderColor3 = Color3.new(0, 0.666667, 1)
  185. X.BorderSizePixel = 5
  186. X.Position = UDim2.new(0.899318576, 0, -0.0343750007, 0)
  187. X.Size = UDim2.new(0, 42, 0, 41)
  188. X.Font = Enum.Font.SciFi
  189. X.Text = "X"
  190. X.TextColor3 = Color3.new(0.666667, 0, 0)
  191. X.TextScaled = true
  192. X.TextSize = 14
  193. X.TextWrapped = true
  194.  
  195. -- Script
  196.  
  197. Ar.MouseButton1Click:connect(function()
  198. if Bacot1 == 1 then
  199. Bacot1 = 0
  200. Fiture1 = false
  201. Ar.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  202. else
  203. Bacot1 = 1
  204. Fiture1 = true
  205. Ar.BackgroundColor3 = Color3.new(0, 255, 0)
  206. if Fiture1 == true then
  207. while Fiture1 do
  208. wait(5)
  209. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirthBoard:FireServer("5_100Rebirths")
  210. end
  211. end
  212. end
  213. end)
  214.  
  215. Af.MouseButton1Click:connect(function()
  216. if Bacot2 == 1 then
  217. Bacot2 = 0
  218. Fiture2 = false
  219. Af.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  220. else
  221. Bacot2 = 1
  222. Fiture2 = true
  223. Af.BackgroundColor3 = Color3.new(0, 255, 0)
  224. farm()
  225. end
  226. end)
  227.  
  228. Awal = Bocah.CFrame
  229. As.MouseButton1Click:connect(function()
  230. if Bacot3 == 1 then
  231. Bacot3 = 0
  232. Fiture3 = false
  233. As.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  234. else
  235. Bacot3 = 1
  236. Fiture3 = true
  237. As.BackgroundColor3 = Color3.new(0, 255, 0)
  238. if Fiture3 == true then
  239. while Fiture3 do
  240. game:GetService('RunService').Stepped:wait()
  241. Bocah.CFrame = CFrame.new(136.73712158203, 13.362461090088, -52.908908843994)
  242. wait()
  243. Bocah.CFrame = CFrame.new(136.83712158203, 13.362461090088, -52.908908843994)
  244. wait()
  245. end
  246. Bocah.CFrame = Awal
  247. end
  248. end
  249.  
  250. end)
  251.  
  252. Ab.MouseButton1Click:connect(function()
  253. if Bacot4 == 1 then
  254. Bacot4 = 0
  255. Fiture4 = false
  256. Ab.BackgroundColor3 = Color3.new(0.776471, 0.784314, 0.772549)
  257. else
  258. Bacot4 = 1
  259. Fiture4 = true
  260. Ab.BackgroundColor3 = Color3.new(0, 255, 0)
  261. if Fiture4 == true then
  262. while Fiture4 do
  263. wait()
  264. game.ReplicatedStorage.PetEvents.requesthatch:FireServer(NamaEgg.Text)
  265. end
  266. end
  267. end
  268. end)
  269.  
  270. Dupe.MouseButton1Click:connect(function()
  271. local A_1 = PetName.Text
  272. local A_2 = -Jumlah.Text
  273. local Event = game:GetService("ReplicatedStorage").PetEvents.requestDelete
  274. Event:FireServer(A_1, A_2)
  275. end)
  276.  
  277. X.MouseButton1Click:connect(function()
  278. Magnet:Destroy()
  279. end)
  280.  
  281. -- Pls Dont Edit THis ;)
  282. Fiture1 = false
  283. Fiture2 = false
  284. Fiture3 = false
  285. Fiture4 = false
  286.  
  287. function farm()
  288. if Fiture2 == true then
  289. while Fiture2 do
  290. game:GetService('RunService').Stepped:wait()
  291. for i = 1,25 do
  292. local tool = game.ReplicatedStorage.Tools["Galaxy Rebirth Magnet"]
  293. if tool then
  294. local A_1 = "72000"
  295. local A_2 = tool
  296. local Event = game:GetService("ReplicatedStorage").Events.MagnetEvents.requestGrab
  297. Event:FireServer(A_1, A_2)
  298. else
  299. local tool = game.ReplicatedStorage.Tools["Galaxy Rebirth Magnet"]
  300. if tool then
  301. local A_1 = "72000"
  302. local A_2 = tool
  303. local Event = game:GetService("ReplicatedStorage").Events.MagnetEvents.requestGrab
  304. Event:FireServer(A_1, A_2)
  305. end
  306. end
  307. end
  308. end
  309. end
  310. end
  311.  
  312. if Credit.Text == "Credits: Script Maker, ScRipt HunTer" then
  313. Magnet.Parent = game.CoreGui
  314. else
  315. Magnet:Destroy()
  316. end
  317. RAW Paste Data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement