Roblox Gifs Pet Simulator Dominus Huge

Pet Simulator Codes Roblox List – November 2020 (Updated) VALID CODES. Update18 – By Using This Code, You Will Get FREE 10 Minutes Worth of Coins.; 60MPET – By Using This Code, You Will Get FREE 60M Digital Thunderbird.

Sep 8th, 2019
Roblox Gifs Pet Simulator Dominus HugeDominus

Dominus Lifting Simulator Codes Roblox

Never

Roblox Free Dominus

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Roblox Pet Simulator Dominus Huge

  1. local MS = Instance.new('ScreenGui')
  2. local Title = Instance.new('TextLabel')
  3. local Frame = Instance.new('Frame')
  4. local Eggs = Instance.new('TextButton')
  5. local Sell = Instance.new('TextButton')
  6. local EggName = Instance.new('TextBox')
  7. local Mini = Instance.new('TextButton')
  8. --Properties:
  9. MS.Name = 'MS'
  10. MainFrame.Parent = MS
  11. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  12. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  13. MainFrame.Selectable = true
  14. MainFrame.Size = UDim2.new(0, 175, 0, 25)
  15. Title.Name = 'Title'
  16. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Title.Position = UDim2.new(0, 15, 0, 0)
  18. Title.Font = Enum.Font.SourceSans
  19. Title.TextColor3 = Color3.new(1, 1, 1)
  20. Close.Parent = MainFrame
  21. Close.BackgroundTransparency = 1
  22. Close.Position = UDim2.new(0, 155, 0, 0)
  23. Close.Font = Enum.Font.SourceSans
  24. Close.TextColor3 = Color3.new(1, 0, 0)
  25. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Frame.BorderColor3 = Color3.new(1, 1, 1)
  27. Frame.Size = UDim2.new(0, 175, 0, 150)
  28. Display.Name = 'Display'
  29. Display.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Display.BorderColor3 = Color3.new(1, 1, 1)
  31. Display.Size = UDim2.new(0, 155, 0, 20)
  32. Display.Text = 'Notifications ON'
  33. Display.TextSize = 14
  34. Eggs.Name = 'Eggs'
  35. Eggs.BackgroundColor3 = Color3.new(0, 0, 0)
  36. Eggs.BorderColor3 = Color3.new(1, 1, 1)
  37. Eggs.Size = UDim2.new(0, 155, 0, 20)
  38. Eggs.Text = 'Open Eggs OFF'
  39. Eggs.TextSize = 14
  40. Farm.Name = 'Farm'
  41. Farm.BackgroundColor3 = Color3.new(0, 0, 0)
  42. Farm.BorderColor3 = Color3.new(1, 1, 1)
  43. Farm.Size = UDim2.new(0, 75, 0, 20)
  44. Farm.Text = 'Coin OFF'
  45. Farm.TextSize = 14
  46. Sell.Name = 'Sell'
  47. Sell.BackgroundColor3 = Color3.new(0, 0, 0)
  48. Sell.BorderColor3 = Color3.new(1, 1, 1)
  49. Sell.Size = UDim2.new(0, 75, 0, 20)
  50. Sell.Text = 'Sell OFF'
  51. Sell.TextSize = 14
  52. Shiny.Name = 'Shiny'
  53. Shiny.BackgroundColor3 = Color3.new(0, 0, 0)
  54. Shiny.BorderColor3 = Color3.new(1, 1, 1)
  55. Shiny.Size = UDim2.new(0, 75, 0, 20)
  56. Shiny.Text = 'Shiny Pet OFF'
  57. Shiny.TextSize = 14
  58. EggName.Name = 'EggName'
  59. EggName.BackgroundColor3 = Color3.new(0, 0, 0)
  60. EggName.BackgroundTransparency = 0.69999998807907
  61. EggName.Position = UDim2.new(0, 10, 0, 90)
  62. EggName.Font = Enum.Font.SourceSans
  63. EggName.TextColor3 = Color3.new(1, 1, 1)
  64. Rebirth.Parent = Frame
  65. Rebirth.BackgroundTransparency = 0.5
  66. Rebirth.Position = UDim2.new(0, 90, 0, 40)
  67. Rebirth.Font = Enum.Font.SourceSans
  68. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  69. Mini.Parent = MainFrame
  70. Mini.BackgroundTransparency = 1
  71. Mini.Size = UDim2.new(0, 20, 0, 20)
  72. Mini.Text = '_'
  73. Mini.TextSize = 14
  74. -- Scripts:
  75. local r = game:GetService('ReplicatedStorage').Events.MagnetEvents['requestGrab']
  76. local rs = game:GetService('RunService').RenderStepped
  77. 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', 'Lava Wolf', 'Magma Gentleman', 'Three-Headed Magma Wolf', 'Hooded Fire Lord', 'Lord of the Magma'}
  78. local char = plr.Character.HumanoidRootPart
  79. local mini = true
  80. _G.sell = false
  81. _G.shiny = false
  82. _G.display = false
  83. MS:Destroy()
  84. if mini true then
  85. Frame.Visible = false
  86. else
  87. Frame.Visible = true
  88. end
  89. if _G.display true then
  90. Display.TextColor3 = Color3.new(1, 0, 0)
  91. screengui.EggHandler.Disabled = false
  92. screengui.Notifications.Handler.Disabled = false
  93. else
  94. Display.TextColor3 = Color3.new(0, 0.666667, 0)
  95. screengui.EggHandler.Disabled = true
  96. screengui.FullBackpack.Handler.Disabled = true
  97. end)
  98. Shiny.MouseButton1Down:connect(function()
  99. _G.shiny = false
  100. Shiny.Text = 'Shiny Pet OFF'
  101. _G.shiny = true
  102. Shiny.Text = 'Shiny Pet ON'
  103. wait(0.1)
  104. wait()
  105. game.ReplicatedStorage.ShinyEvents.requestMakeShiny:FireServer(Shinys[i])
  106. end
  107. end)
  108. Farm.MouseButton1Down:connect(function()
  109. _G.farm = false
  110. Farm.Text = 'Coin OFF'
  111. _G.farm = true
  112. Farm.Text = 'Coin ON'
  113. for i = 1,10 do
  114. r:FireServer('1100000', game.ReplicatedStorage.Tools[tool])
  115. end
  116. end)
  117. Sell.MouseButton1Down:connect(function()
  118. _G.sell = false
  119. Sell.Text = 'Sell OFF'
  120. _G.sell = true
  121. Sell.Text = 'Sell ON'
  122. game.Workspace.Rings.Sellx2.CanCollide = false
  123. game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  124. end
  125. end)
  126. Eggs.MouseButton1Down:connect(function()
  127. _G.egg = false
  128. Eggs.Text = 'Open Eggs OFF'
  129. _G.egg = true
  130. Eggs.Text = 'Open Eggs ON'
  131. wait()
  132. game:GetService('ReplicatedStorage').PetEvents.requesthatch:FireServer(egg)
  133. end
  134. if _G.rebirth true then
  135. Rebirth.TextColor3 = Color3.new(1, 0, 0)
  136. else
  137. Rebirth.TextColor3 = Color3.new(0, 0.666667, 0)
  138. while _G.rebirth true do
  139. local rebirths = 1000 --1000,500,250,100,50,25,5,1
  140. game.ReplicatedStorage.RebirthEvents.requestRebirth:FireServer(rebirths)
  141. end
RAW Paste Data

Roblox Pet Simulator Dominus Huge