arfiakbar123

GG

Apr 4th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "House On V3rm", Text = "You're welcome"})
  2. local new = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local frame = Instance.new("Frame")
  5. local Build = Instance.new("TextButton")
  6. local name = Instance.new("TextBox")
  7. local AutoRebirthOn = Instance.new("TextButton")
  8. local AutoRebirthOff = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11.  
  12. new.Name = "new"
  13. new.Parent = game.CoreGui
  14.  
  15. Main.Name = "Main"
  16. Main.Active = true
  17. Main.Draggable = true
  18. Main.Parent = new
  19. Main.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  20. Main.BorderColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  21. Main.Position = UDim2.new(0.324974805, 0, 0.397578269, 0)
  22. Main.Size = UDim2.new(0, 232, 0, 153)
  23.  
  24. frame.Name = "frame"
  25. frame.Parent = Main
  26. frame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  27. frame.BorderColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  28. frame.Position = UDim2.new(0.0246580709, 0, 0.196078435, 0)
  29. frame.Size = UDim2.new(0, 218, 0, 114)
  30.  
  31. Build.Name = "Build"
  32. Build.Parent = frame
  33. Build.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  34. Build.BorderColor3 = Color3.new(0.258824, 0.423529, 0.0117647)
  35. Build.Position = UDim2.new(0.0366972461, 0, 0.612621665, 0)
  36. Build.Size = UDim2.new(0, 202, 0, 33)
  37. Build.Font = Enum.Font.Fantasy
  38. Build.Text = "Auto Build"
  39. Build.TextColor3 = Color3.new(1, 1, 1)
  40. Build.TextSize = 16
  41. Build.TextStrokeColor3 = Color3.new(0.67451, 0, 0.00784314)
  42. Build.TextWrapped = true
  43.  
  44. name.Name = "name"
  45. name.Parent = frame
  46. name.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  47. name.BorderColor3 = Color3.new(0.427451, 0.0235294, 0.027451)
  48. name.Position = UDim2.new(0.0366972461, 0, 0.0948275849, 0)
  49. name.Size = UDim2.new(0, 202, 0, 19)
  50. name.Font = Enum.Font.Gotham
  51. name.Text = "Blue Print Name Here"
  52. name.TextColor3 = Color3.new(1, 1, 1)
  53. name.TextSize = 14
  54. name.TextStrokeColor3 = Color3.new(1, 1, 1)
  55.  
  56. AutoRebirthOn.Name = "AutoRebirthOn"
  57. AutoRebirthOn.Parent = frame
  58. AutoRebirthOn.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  59. AutoRebirthOn.BorderColor3 = Color3.new(0.427451, 0.0235294, 0.027451)
  60. AutoRebirthOn.Position = UDim2.new(0.0366972461, 0, 0.327586204, 0)
  61. AutoRebirthOn.Size = UDim2.new(0, 202, 0, 19)
  62. AutoRebirthOn.Font = Enum.Font.Gotham
  63. AutoRebirthOn.Text = "Auto Rebirth On"
  64. AutoRebirthOn.TextColor3 = Color3.new(1, 1, 1)
  65. AutoRebirthOn.TextSize = 14
  66. AutoRebirthOn.TextStrokeColor3 = Color3.new(1, 1, 1)
  67. AutoRebirthOn.Visible = true
  68. AutoRebirthOn.MouseButton1Click:connect(function()
  69. AutoRebirthOn.Visible = false
  70. AutoRebirthOff.Visible = true
  71. while AutoRebirthOff.Visible == true do
  72. game.ReplicatedStorage.Events.Rebirth:FireServer()
  73. wait()
  74. end
  75. end)
  76.  
  77. AutoRebirthOff.Name = "AutoRebirthOff"
  78. AutoRebirthOff.Parent = frame
  79. AutoRebirthOff.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  80. AutoRebirthOff.BorderColor3 = Color3.new(0.427451, 0.0235294, 0.027451)
  81. AutoRebirthOff.Position = UDim2.new(0.0366972461, 0, 0.327586204, 0)
  82. AutoRebirthOff.Size = UDim2.new(0, 202, 0, 19)
  83. AutoRebirthOff.Font = Enum.Font.Gotham
  84. AutoRebirthOff.Text = "Auto Rebirth Off"
  85. AutoRebirthOff.TextColor3 = Color3.new(1, 1, 1)
  86. AutoRebirthOff.TextSize = 14
  87. AutoRebirthOff.TextStrokeColor3 = Color3.new(1, 1, 1)
  88. AutoRebirthOff.Visible = false
  89. AutoRebirthOff.MouseButton1Click:connect(function()
  90. AutoRebirthOff.Visible = false
  91. AutoRebirthOn.Visible = true
  92. end)
  93.  
  94. TextLabel.Parent = Main
  95. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  96. TextLabel.BackgroundTransparency = 1
  97. TextLabel.Position = UDim2.new(0.0488293022, 0, 0, 0)
  98. TextLabel.Size = UDim2.new(0, 97, 0, 30)
  99. TextLabel.Font = Enum.Font.GothamSemibold
  100. TextLabel.Text = "H"
  101. TextLabel.TextColor3 = Color3.new(0.729412, 0, 0.0117647)
  102. TextLabel.TextSize = 18
  103. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  104.  
  105. TextLabel_2.Parent = Main
  106. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  107. TextLabel_2.BackgroundTransparency = 1
  108. TextLabel_2.Position = UDim2.new(0.12240614, 0, 0, 0)
  109. TextLabel_2.Size = UDim2.new(0, 127, 0, 30)
  110. TextLabel_2.Font = Enum.Font.GothamSemibold
  111. TextLabel_2.Text = "o u s e V 3 r m"
  112. TextLabel_2.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  113. TextLabel_2.TextSize = 18
  114. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. Build.MouseButton1Down:connect(function()
  117. while true do
  118. function BluePrints ()
  119.  
  120. local thing = name.text
  121.  
  122. game.ReplicatedStorage.Events.PlaceBlueprint:FireServer(game.ReplicatedStorage.Blueprints[thing], CFrame.new(-100,0.0500000007,-20,1,0,0,0,1,0,0,0,1))
  123.  
  124. game.ReplicatedStorage.Events.HitBuild:FireServer(game.Workspace.Builds[thing])
  125.  
  126. if tostring(game.Workspace.Builds[thing].Owner.Value) ~= game.Players.LocalPlayer.Name then
  127. game.Workspace.Builds[thing]:Destroy()
  128. end
  129.  
  130. if game.Workspace.Builds[thing].Done.Value == true then
  131. game.Workspace.Builds[thing]:Destroy()
  132. end
  133.  
  134. end
  135. pcall( BluePrints )
  136. wait()
  137. end
  138. end)
Add Comment
Please, Sign In to add comment