nguyenminhnghia

mns

Jan 15th, 2019
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.37 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextLabel_2 = Instance.new("TextLabel")
  5. local TextLabel_3 = Instance.new("TextLabel")
  6. local rebirthoff = Instance.new("TextButton")
  7. local eggoff = Instance.new("TextButton")
  8. local buyoff = Instance.new("TextButton")
  9. local shinyoff = Instance.new("TextButton")
  10. local _1rebirth = Instance.new("TextButton")
  11. local _5rebirth = Instance.new("TextButton")
  12. local _25rebirth = Instance.new("TextButton")
  13. local _50rebirth = Instance.new("TextButton")
  14. local _100rebirth = Instance.new("TextButton")
  15. local cata = Instance.new("TextButton")
  16. local super = Instance.new("TextButton")
  17. local psy = Instance.new("TextButton")
  18. local meme = Instance.new("TextButton")
  19. local myt = Instance.new("TextButton")
  20. local TextLabel_4 = Instance.new("TextLabel")
  21. local rebirthon = Instance.new("TextButton")
  22. local eggon = Instance.new("TextButton")
  23. local shinyon = Instance.new("TextButton")
  24. eggtype = "Super Egg"
  25. rebirthtype = "1_1Rebirth"
  26. --Properties:
  27. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28.  
  29. Frame.Parent = ScreenGui
  30. Frame.BackgroundColor3 = Color3.new(0.176471, 0.203922, 0.211765)
  31. Frame.Position = UDim2.new(0.142503098, 0, 0.392578125, 0)
  32. Frame.Size = UDim2.new(0, 450, 0, 200)
  33. Frame.Active = true
  34. Frame.Draggable = true
  35.  
  36. TextLabel.Parent = Frame
  37. TextLabel.BackgroundColor3 = Color3.new(0.176471, 0.203922, 0.211765)
  38. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  39. TextLabel.BorderSizePixel = 0
  40. TextLabel.Size = UDim2.new(0, 450, 0, 30)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = "CERBERGANG"
  43. TextLabel.TextColor3 = Color3.new(0.87451, 0.901961, 0.913726)
  44. TextLabel.TextSize = 20
  45.  
  46. TextLabel_2.Parent = Frame
  47. TextLabel_2.BackgroundColor3 = Color3.new(0.176471, 0.203922, 0.211765)
  48. TextLabel_2.BorderSizePixel = 0
  49. TextLabel_2.Position = UDim2.new(0.333333343, 0, 0.149999976, 0)
  50. TextLabel_2.Size = UDim2.new(0, 150, 0, 20)
  51. TextLabel_2.Font = Enum.Font.SourceSans
  52. TextLabel_2.Text = "AUTO"
  53. TextLabel_2.TextColor3 = Color3.new(0.87451, 0.901961, 0.913726)
  54. TextLabel_2.TextSize = 20
  55.  
  56. TextLabel_3.Parent = Frame
  57. TextLabel_3.BackgroundColor3 = Color3.new(0.176471, 0.203922, 0.211765)
  58. TextLabel_3.BorderColor3 = Color3.new(1, 1, 1)
  59. TextLabel_3.BorderSizePixel = 0
  60. TextLabel_3.Position = UDim2.new(0.666666687, 0, 0.150000006, 0)
  61. TextLabel_3.Size = UDim2.new(0, 150, 0, 20)
  62. TextLabel_3.Font = Enum.Font.SourceSans
  63. TextLabel_3.Text = "SELECT REBIRTH"
  64. TextLabel_3.TextColor3 = Color3.new(0.87451, 0.901961, 0.913726)
  65. TextLabel_3.TextSize = 20
  66.  
  67. rebirthoff.Name = "rebirthoff"
  68. rebirthoff.Parent = Frame
  69. rebirthoff.BackgroundColor3 = Color3.new(0.839216, 0.188235, 0.192157)
  70. rebirthoff.Position = UDim2.new(0.377777785, 0, 0.319999993, 0)
  71. rebirthoff.Size = UDim2.new(0, 110, 0, 30)
  72. rebirthoff.Font = Enum.Font.SourceSans
  73. rebirthoff.Text = "Farm + Rebirth"
  74. rebirthoff.TextColor3 = Color3.new(0, 0, 0)
  75. rebirthoff.TextSize = 14
  76. rebirthoff.MouseButton1Click:connect(function()
  77. rebirthon.Visible = true
  78. rebirthoff.Visible = false
  79. _G.farm = true
  80. local plr = game.Players.LocalPlayer
  81. for _,v in pairs(plr.Purchases:GetChildren()) do
  82. if v.Name == "InfiniteBackpack" then
  83. v.Value = false
  84. else
  85. v.Value = true
  86. end
  87. end
  88. if plr.PlayerGui.GameHUD:FindFirstChild("FullBackpack") then
  89. plr.PlayerGui.GameHUD:FindFirstChild("FullBackpack"):Destroy()
  90. end
  91. while _G.farm do
  92. wait()
  93. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirthBoard:FireServer(rebirthtype)
  94. local plr = game.Players.LocalPlayer
  95. local char = plr.Character.HumanoidRootPart
  96. game.Workspace.Rings.Sell.CanCollide = false
  97. game.Workspace.Rings.Sell.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  98. local Remote = game.ReplicatedStorage.Events.MagnetEvents['requestGrab']
  99. local Arguments = {
  100. [1] = "72000",
  101. [2] = game.ReplicatedStorage.Tools["Galaxy Rebirth Magnet"]
  102. }
  103. Remote:FireServer(unpack(Arguments))
  104. end
  105. end)
  106.  
  107. eggoff.Name = "eggoff"
  108. eggoff.Parent = Frame
  109. eggoff.BackgroundColor3 = Color3.new(0.839216, 0.188235, 0.192157)
  110. eggoff.Position = UDim2.new(0.377777785, 0, 0.469999999, 0)
  111. eggoff.Size = UDim2.new(0, 110, 0, 30)
  112. eggoff.Font = Enum.Font.SourceSans
  113. eggoff.Text = "OpenEggs"
  114. eggoff.TextColor3 = Color3.new(0, 0, 0)
  115. eggoff.TextSize = 14
  116. eggoff.MouseButton1Click:connect(function()
  117. eggon.Visible = true
  118. eggoff.Visible = false
  119. _G.eggs = true
  120. while _G.eggs do
  121. wait()
  122. game.ReplicatedStorage.PetEvents.requesthatch:FireServer(eggtype)
  123. end
  124. end)
  125.  
  126.  
  127. buyoff.Name = "buyoff"
  128. buyoff.Parent = Frame
  129. buyoff.BackgroundColor3 = Color3.new(1, 1, 1)
  130. buyoff.Position = UDim2.new(0.377777785, 0, 0.620000005, 0)
  131. buyoff.Size = UDim2.new(0, 110, 0, 30)
  132. buyoff.Font = Enum.Font.SourceSans
  133. buyoff.Text = "Buy Everything"
  134. buyoff.TextColor3 = Color3.new(0, 0, 0)
  135. buyoff.TextSize = 14
  136. buyoff.MouseButton1Click:connect(function()
  137. local plr = game.Players.LocalPlayer
  138. for _,v in pairs(plr.Inventory:GetChildren()) do
  139. if v:FindFirstChild("Item") and v.Value == false then
  140. game.ReplicatedStorage.Events.ShopEvents.requestBuy:FireServer(v.Name, "Magnet")
  141. end
  142. end
  143. for _,v in pairs(plr.BackpackInventory:GetChildren()) do
  144. if not v.Value then
  145. game.ReplicatedStorage.Events.ShopEvents.requestBuy:FireServer(v.Name, "Backpack")
  146. end
  147. end
  148. for i,v in pairs(workspace.RPGDoors:GetChildren()) do
  149. if #v:GetChildren() > 0 then
  150. for o,l in pairs(v:GetChildren()) do
  151. if l.Name == "Sign" then
  152. game.ReplicatedStorage.Events.ShopEvents.buyDoor:FireServer(l.p.Value)
  153. end
  154. end
  155. end
  156. end
  157. for i = 1,4 do
  158. if plr.ChickenStats[i].Bought.Value == false then
  159. game.ReplicatedStorage.ChickenEvents.buyChicken:FireServer(i)
  160. end
  161. if plr.ChickenStats[i].Level.Value < 100 then
  162. for v = plr.ChickenStats[i].Level.Value,100 do
  163. game.ReplicatedStorage.ChickenEvents.requestUpgrade:FireServer(i,v)
  164. end
  165. end
  166. end
  167. end)
  168.  
  169. shinyoff.Name = "shinyoff"
  170. shinyoff.Parent = Frame
  171. shinyoff.BackgroundColor3 = Color3.new(0.839216, 0.188235, 0.192157)
  172. shinyoff.Position = UDim2.new(0.377777785, 0, 0.769999981, 0)
  173. shinyoff.Size = UDim2.new(0, 110, 0, 30)
  174. shinyoff.Font = Enum.Font.SourceSans
  175. shinyoff.Text = "ShinyCraft"
  176. shinyoff.TextColor3 = Color3.new(0, 0, 0)
  177. shinyoff.TextSize = 14
  178. shinyoff.MouseButton1Click:connect(function()
  179. shinyon.Visible = true
  180. shinyoff.Visible = false
  181. _G.Shinies = true
  182. while _G.Shinies do
  183. wait()
  184. for i,v in pairs(game.ReplicatedStorage.Pets:GetChildren()) do
  185. game.ReplicatedStorage.ShinyEvents.requestMakeShiny:FireServer(v.Name)
  186. end
  187. end
  188. end)
  189.  
  190.  
  191. _1rebirth.Name = "1rebirth"
  192. _1rebirth.Parent = Frame
  193. _1rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  194. _1rebirth.Position = UDim2.new(0.711111128, 0, 0.319999993, 0)
  195. _1rebirth.Size = UDim2.new(0, 110, 0, 24)
  196. _1rebirth.Font = Enum.Font.SourceSans
  197. _1rebirth.Text = "1 Rebirth"
  198. _1rebirth.TextColor3 = Color3.new(0, 0, 0)
  199. _1rebirth.TextSize = 14
  200. _1rebirth.MouseButton1Click:connect(function()
  201. rebirthtype = "1_1Rebirth"
  202. end)
  203.  
  204.  
  205. _5rebirth.Name = "5rebirth"
  206. _5rebirth.Parent = Frame
  207. _5rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  208. _5rebirth.Position = UDim2.new(0.711111128, 0, 0.439999998, 0)
  209. _5rebirth.Size = UDim2.new(0, 110, 0, 24)
  210. _5rebirth.Font = Enum.Font.SourceSans
  211. _5rebirth.Text = "5 Rebirth"
  212. _5rebirth.TextColor3 = Color3.new(0, 0, 0)
  213. _5rebirth.TextSize = 14
  214. _5rebirth.MouseButton1Click:connect(function()
  215. rebirthtype = "2_5Rebirths"
  216. end)
  217.  
  218. _25rebirth.Name = "25rebirth"
  219. _25rebirth.Parent = Frame
  220. _25rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  221. _25rebirth.Position = UDim2.new(0.711111128, 0, 0.560000002, 0)
  222. _25rebirth.Size = UDim2.new(0, 110, 0, 24)
  223. _25rebirth.Font = Enum.Font.SourceSans
  224. _25rebirth.Text = "25 Rebirth"
  225. _25rebirth.TextColor3 = Color3.new(0, 0, 0)
  226. _25rebirth.TextSize = 14
  227. _25rebirth.MouseButton1Click:connect(function()
  228. rebirthtype = "3_25Rebirths"
  229. end)
  230.  
  231. _50rebirth.Name = "50rebirth"
  232. _50rebirth.Parent = Frame
  233. _50rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  234. _50rebirth.Position = UDim2.new(0.711111128, 0, 0.680000007, 0)
  235. _50rebirth.Size = UDim2.new(0, 110, 0, 24)
  236. _50rebirth.Font = Enum.Font.SourceSans
  237. _50rebirth.Text = "50 Rebirth"
  238. _50rebirth.TextColor3 = Color3.new(0, 0, 0)
  239. _50rebirth.TextSize = 14
  240. _50rebirth.MouseButton1Click:connect(function()
  241. rebirthtype = "4_50Rebirths"
  242. end)
  243.  
  244. _100rebirth.Name = "100rebirth"
  245. _100rebirth.Parent = Frame
  246. _100rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  247. _100rebirth.Position = UDim2.new(0.711111128, 0, 0.800000012, 0)
  248. _100rebirth.Size = UDim2.new(0, 110, 0, 24)
  249. _100rebirth.Font = Enum.Font.SourceSans
  250. _100rebirth.Text = "100 Rebirth"
  251. _100rebirth.TextColor3 = Color3.new(0, 0, 0)
  252. _100rebirth.TextSize = 14
  253. _100rebirth.MouseButton1Click:connect(function()
  254. rebirthtype = "5_100Rebirths"
  255. end)
  256.  
  257. cata.Name = "cata"
  258. cata.Parent = Frame
  259. cata.BackgroundColor3 = Color3.new(1, 1, 1)
  260. cata.Position = UDim2.new(0.0444444455, 0, 0.439999998, 0)
  261. cata.Size = UDim2.new(0, 110, 0, 24)
  262. cata.Font = Enum.Font.SourceSans
  263. cata.Text = "Catacylsmic"
  264. cata.TextColor3 = Color3.new(0, 0, 0)
  265. cata.TextSize = 14
  266. cata.MouseButton1Click:connect(function()
  267. eggtype = "Rebirth Egg 2"
  268. end)
  269.  
  270. super.Name = "super"
  271. super.Parent = Frame
  272. super.BackgroundColor3 = Color3.new(1, 1, 1)
  273. super.Position = UDim2.new(0.0444444455, 0, 0.319999993, 0)
  274. super.Size = UDim2.new(0, 110, 0, 24)
  275. super.Font = Enum.Font.SourceSans
  276. super.Text = "Super"
  277. super.TextColor3 = Color3.new(0, 0, 0)
  278. super.TextSize = 14
  279. super.MouseButton1Click:connect(function()
  280. eggtype = "Super Egg"
  281. end)
  282.  
  283. psy.Name = "psy"
  284. psy.Parent = Frame
  285. psy.BackgroundColor3 = Color3.new(1, 1, 1)
  286. psy.Position = UDim2.new(0.0444444455, 0, 0.560000002, 0)
  287. psy.Size = UDim2.new(0, 110, 0, 24)
  288. psy.Font = Enum.Font.SourceSans
  289. psy.Text = "Psychadelic"
  290. psy.TextColor3 = Color3.new(0, 0, 0)
  291. psy.TextSize = 14
  292. psy.MouseButton1Click:connect(function()
  293. eggtype = "Psychadelic Rebirth Egg"
  294. end)
  295.  
  296. meme.Name = "meme"
  297. meme.Parent = Frame
  298. meme.BackgroundColor3 = Color3.new(1, 1, 1)
  299. meme.Position = UDim2.new(0.0444444455, 0, 0.680000007, 0)
  300. meme.Size = UDim2.new(0, 110, 0, 24)
  301. meme.Font = Enum.Font.SourceSans
  302. meme.Text = "Meme"
  303. meme.TextColor3 = Color3.new(0, 0, 0)
  304. meme.TextSize = 14
  305. meme.MouseButton1Click:connect(function()
  306. eggtype = "Meme Egg"
  307. end)
  308.  
  309. myt.Name = "myt"
  310. myt.Parent = Frame
  311. myt.BackgroundColor3 = Color3.new(1, 1, 1)
  312. myt.Position = UDim2.new(0.0444444455, 0, 0.800000012, 0)
  313. myt.Size = UDim2.new(0, 110, 0, 24)
  314. myt.Font = Enum.Font.SourceSans
  315. myt.Text = "Mythical"
  316. myt.TextColor3 = Color3.new(0, 0, 0)
  317. myt.TextSize = 14
  318. myt.MouseButton1Click:connect(function()
  319. eggtype = "Mythical Egg"
  320. end)
  321.  
  322. TextLabel_4.Parent = Frame
  323. TextLabel_4.BackgroundColor3 = Color3.new(0.176471, 0.203922, 0.211765)
  324. TextLabel_4.BorderSizePixel = 0
  325. TextLabel_4.Position = UDim2.new(0, 0, 0.149999976, 0)
  326. TextLabel_4.Size = UDim2.new(0, 150, 0, 20)
  327. TextLabel_4.Font = Enum.Font.SourceSans
  328. TextLabel_4.Text = "SELECT EGG"
  329. TextLabel_4.TextColor3 = Color3.new(0.87451, 0.901961, 0.913726)
  330. TextLabel_4.TextSize = 20
  331.  
  332. rebirthon.Name = "rebirthon"
  333. rebirthon.Parent = Frame
  334. rebirthon.BackgroundColor3 = Color3.new(0, 0.721569, 0.580392)
  335. rebirthon.Position = UDim2.new(0.377777785, 0, 0.319999993, 0)
  336. rebirthon.Size = UDim2.new(0, 110, 0, 30)
  337. rebirthon.Font = Enum.Font.SourceSans
  338. rebirthon.Text = "Farm + Rebirth"
  339. rebirthon.TextColor3 = Color3.new(0, 0, 0)
  340. rebirthon.TextSize = 14
  341. rebirthon.Visible = false
  342. rebirthon.MouseButton1Click:connect(function()
  343. rebirthon.Visible = false
  344. rebirthoff.Visible = true
  345. _G.farm = false
  346. end)
  347.  
  348. eggon.Name = "eggon"
  349. eggon.Parent = Frame
  350. eggon.BackgroundColor3 = Color3.new(0, 0.721569, 0.580392)
  351. eggon.Position = UDim2.new(0.377777785, 0, 0.469999999, 0)
  352. eggon.Size = UDim2.new(0, 110, 0, 30)
  353. eggon.Font = Enum.Font.SourceSans
  354. eggon.Text = "OpenEggs"
  355. eggon.TextColor3 = Color3.new(0, 0, 0)
  356. eggon.TextSize = 14
  357. eggon.Visible = false
  358. eggon.MouseButton1Click:connect(function()
  359. eggon.Visible = false
  360. eggoff.Visible = true
  361. _G.eggs = false
  362. end)
  363.  
  364. shinyon.Name = "shinyon"
  365. shinyon.Parent = Frame
  366. shinyon.BackgroundColor3 = Color3.new(0, 0.721569, 0.580392)
  367. shinyon.Position = UDim2.new(0.377777785, 0, 0.769999981, 0)
  368. shinyon.Size = UDim2.new(0, 110, 0, 30)
  369. shinyon.Font = Enum.Font.SourceSans
  370. shinyon.Text = "ShinyCraft"
  371. shinyon.TextColor3 = Color3.new(0, 0, 0)
  372. shinyon.TextSize = 14
  373. shinyon.Visible = false
  374. shinyon.MouseButton1Click:connect(function()
  375. shinyon.Visible = false
  376. shinyoff.Visible = true
  377. _G.Shinies = false
  378. end)
  379. -- Scripts:
Add Comment
Please, Sign In to add comment