Advertisement
Dogmen

Untitled

Nov 20th, 2018
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1. -- lmao made by mad#7374 for DarkSky gui
  2. -- Instances:
  3. local BlobGUI = Instance.new("ScreenGui")
  4. local mainframe = Instance.new("Frame")
  5. local value = Instance.new("TextBox")
  6. local coins = Instance.new("TextButton")
  7. local turkey = Instance.new("TextButton")
  8. local rebirth = Instance.new("TextButton")
  9. local apples = Instance.new("TextButton")
  10. local realms = Instance.new("TextButton")
  11. local rebirthloop = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextButton = Instance.new("TextButton")
  14. --Properties:
  15. BlobGUI.Name = "BlobGUI"
  16. BlobGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. mainframe.Name = "mainframe"
  19. mainframe.Parent = BlobGUI
  20. mainframe.Active = true
  21. mainframe.BackgroundColor3 = Color3.new(0.0588235, 0.0196078, 0.0784314)
  22. mainframe.BorderSizePixel = 8
  23. mainframe.Position = UDim2.new(0.376016259, 0, 0.360736191, 0)
  24. mainframe.Selectable = true
  25. mainframe.Size = UDim2.new(0, 268, 0, 351)
  26. mainframe.Draggable = true
  27.  
  28. value.Name = "value"
  29. value.Parent = mainframe
  30. value.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  31. value.BorderSizePixel = 5
  32. value.Position = UDim2.new(0.167910442, 0, 0.733414769, 0)
  33. value.Size = UDim2.new(0, 177, 0, 31)
  34. value.Font = Enum.Font.Cartoon
  35. value.PlaceholderText = "Value"
  36. value.Text = ""
  37. value.TextColor3 = Color3.new(1, 1, 1)
  38. value.TextScaled = true
  39. value.TextSize = 14
  40. value.TextWrapped = true
  41.  
  42. coins.Name = "coins"
  43. coins.Parent = mainframe
  44. coins.BackgroundColor3 = Color3.new(0.0784314, 0.0588235, 0.0784314)
  45. coins.Position = UDim2.new(0.074626863, 0, 0.0529100485, 0)
  46. coins.Size = UDim2.new(0, 99, 0, 31)
  47. coins.Font = Enum.Font.Cartoon
  48. coins.Text = "Coins"
  49. coins.TextColor3 = Color3.new(1, 1, 1)
  50. coins.TextScaled = true
  51. coins.TextSize = 14
  52. coins.TextWrapped = true
  53.  
  54. turkey.Name = "turkey"
  55. turkey.Parent = mainframe
  56. turkey.BackgroundColor3 = Color3.new(0.0784314, 0.0588235, 0.0784314)
  57. turkey.Position = UDim2.new(0.537313461, 0, 0.0529100485, 0)
  58. turkey.Size = UDim2.new(0, 99, 0, 31)
  59. turkey.Font = Enum.Font.Cartoon
  60. turkey.Text = "Turkey Coins"
  61. turkey.TextColor3 = Color3.new(1, 1, 1)
  62. turkey.TextScaled = true
  63. turkey.TextSize = 14
  64. turkey.TextWrapped = true
  65.  
  66. rebirth.Name = "rebirth"
  67. rebirth.Parent = mainframe
  68. rebirth.BackgroundColor3 = Color3.new(0.0784314, 0.0588235, 0.0784314)
  69. rebirth.Position = UDim2.new(0.0746268481, 0, 0.380273491, 0)
  70. rebirth.Size = UDim2.new(0, 99, 0, 31)
  71. rebirth.Font = Enum.Font.Cartoon
  72. rebirth.Text = "Rebirth"
  73. rebirth.TextColor3 = Color3.new(1, 1, 1)
  74. rebirth.TextScaled = true
  75. rebirth.TextSize = 14
  76. rebirth.TextWrapped = true
  77.  
  78. apples.Name = "apples"
  79. apples.Parent = mainframe
  80. apples.BackgroundColor3 = Color3.new(0.0784314, 0.0588235, 0.0784314)
  81. apples.Position = UDim2.new(0.313432872, 0, 0.215456247, 0)
  82. apples.Size = UDim2.new(0, 99, 0, 31)
  83. apples.Font = Enum.Font.Cartoon
  84. apples.Text = "Apples"
  85. apples.TextColor3 = Color3.new(1, 1, 1)
  86. apples.TextScaled = true
  87. apples.TextSize = 14
  88. apples.TextWrapped = true
  89.  
  90. realms.Name = "realms"
  91. realms.Parent = mainframe
  92. realms.BackgroundColor3 = Color3.new(0.0784314, 0.0588235, 0.0784314)
  93. realms.Position = UDim2.new(0.582089543, 0, 0.380273491, 0)
  94. realms.Size = UDim2.new(0, 99, 0, 31)
  95. realms.Font = Enum.Font.Cartoon
  96. realms.Text = "Unlock all Realms"
  97. realms.TextColor3 = Color3.new(1, 1, 1)
  98. realms.TextScaled = true
  99. realms.TextSize = 14
  100. realms.TextWrapped = true
  101.  
  102. rebirthloop.Name = "rebirthloop"
  103. rebirthloop.Parent = mainframe
  104. rebirthloop.BackgroundColor3 = Color3.new(0.0784314, 0.0588235, 0.0784314)
  105. rebirthloop.Position = UDim2.new(0.313432813, 0, 0.532934487, 0)
  106. rebirthloop.Size = UDim2.new(0, 99, 0, 31)
  107. rebirthloop.Font = Enum.Font.Cartoon
  108. rebirthloop.Text = "Loop Rebirth"
  109. rebirthloop.TextColor3 = Color3.new(1, 1, 1)
  110. rebirthloop.TextScaled = true
  111. rebirthloop.TextSize = 14
  112. rebirthloop.TextWrapped = true
  113.  
  114. TextLabel.Parent = mainframe
  115. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.137255)
  116. TextLabel.Position = UDim2.new(0, 0, 0.908831894, 0)
  117. TextLabel.Size = UDim2.new(0, 200, 0, 32)
  118. TextLabel.Font = Enum.Font.Cartoon
  119. TextLabel.Text = "Made By man#7374"
  120. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  121. TextLabel.TextScaled = true
  122. TextLabel.TextSize = 14
  123. TextLabel.TextWrapped = true
  124.  
  125. TextButton.Parent = mainframe
  126. TextButton.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  127. TextButton.Position = UDim2.new(0.873134315, 0, 0.908831894, 0)
  128. TextButton.Size = UDim2.new(0, 34, 0, 32)
  129. TextButton.Font = Enum.Font.SourceSans
  130. TextButton.Text = "X"
  131. TextButton.TextColor3 = Color3.new(1, 1, 1)
  132. TextButton.TextScaled = true
  133. TextButton.TextSize = 14
  134. TextButton.TextWrapped = true
  135. -- Scripts:
  136.  
  137.  
  138. coins.MouseButton1Click:connect(function()
  139. local Money = value.Text
  140. local lol = "nohacking"
  141. local Event = game.ReplicatedStorage.Events.ChangeMoney
  142. Event:FireServer(Money, lol)
  143. end)
  144.  
  145. TextButton.MouseButton1Click:connect(function()
  146. game.Players.LocalPlayer.PlayerGui.BlobGUI:Remove()
  147. end)
  148.  
  149. turkey.MouseButton1Click:connect(function()
  150. local Coins = value.Text
  151. local lol = "nohacking"
  152. local Event = game.ReplicatedStorage.Events.ChangeTurkeyCoins
  153. Event:FireServer(Coins, lol)
  154. end)
  155.  
  156. apples.MouseButton1Click:connect(function()
  157. local Apples = value.Text
  158. local lol = "nohacking"
  159. local Event = game.ReplicatedStorage.Events.ChangeApples
  160. Event:FireServer(Apples, lol)
  161. end)
  162.  
  163. rebirth.MouseButton1Click:connect(function()
  164. local ok = 666
  165. local lol = "nohacking"
  166. local Event = game.ReplicatedStorage.Events.RebirthPlayer
  167. Event:FireServer(ok, lol)
  168. end)
  169.  
  170. rebirthloop.MouseButton1Click:connect(function()
  171. while wait(0.5) do
  172. local ok = 666
  173. local lol = "nohacking"
  174. local Event = game.ReplicatedStorage.Events.RebirthPlayer
  175. Event:FireServer(ok, lol)
  176. end
  177. end)
  178.  
  179. realms.MouseButton1Click:connect(function()
  180. local Realms = game:GetService("Workspace").GameStuff.RealmDoors
  181. local Event = game:GetService("ReplicatedStorage").Events.RealmPurchase
  182. for i,v in pairs(Realms:GetChildren()) do
  183. Event:FireServer(v)
  184. end
  185. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement