Advertisement
NAZOR

87gbd1private

Sep 22nd, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.00 KB | None | 0 0
  1. -- Instances:
  2. local DRAGONKEEPER = Instance.new("ScreenGui")
  3. local DKFRAME = Instance.new("Frame")
  4. local DGTEXT = Instance.new("TextLabel")
  5. local WOOD = Instance.new("TextButton")
  6. local GOLD = Instance.new("TextButton")
  7. local IRONITE = Instance.new("TextButton")
  8. local STONE = Instance.new("TextButton")
  9. local ALLRESCOUCES = Instance.new("TextButton")
  10. local MYTHICEGG = Instance.new("TextButton")
  11. local LEGENDARYEGG = Instance.new("TextButton")
  12. local LVLUP = Instance.new("TextButton")
  13. --Properties:
  14. DRAGONKEEPER.Name = "DRAGONKEEPER"
  15. DRAGONKEEPER.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. DRAGONKEEPER.ResetOnSpawn = false
  17.  
  18. DKFRAME.Name = "DKFRAME"
  19. DKFRAME.Parent = DRAGONKEEPER
  20. DKFRAME.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  21. DKFRAME.BackgroundTransparency = 0.20000000298023
  22. DKFRAME.BorderSizePixel = 0
  23. DKFRAME.Position = UDim2.new(0.0651890486, 0, 0.442231059, 0)
  24. DKFRAME.Size = UDim2.new(0, 222, 0, 257)
  25. DKFRAME.Active = true
  26. DKFRAME.Draggable = true
  27.  
  28. DGTEXT.Name = "DGTEXT"
  29. DGTEXT.Parent = DKFRAME
  30. DGTEXT.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. DGTEXT.BackgroundTransparency = 0.69999998807907
  32. DGTEXT.BorderSizePixel = 0
  33. DGTEXT.Size = UDim2.new(0, 222, 0, 50)
  34. DGTEXT.Font = Enum.Font.SourceSansBold
  35. DGTEXT.Text = "DRAGON KEEPER"
  36. DGTEXT.TextColor3 = Color3.new(1, 1, 1)
  37. DGTEXT.TextSize = 25
  38.  
  39. WOOD.Name = "WOOD"
  40. WOOD.Parent = DKFRAME
  41. WOOD.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  42. WOOD.BackgroundTransparency = 0.10000000149012
  43. WOOD.BorderSizePixel = 0
  44. WOOD.Position = UDim2.new(0.0542861074, 0, 0.203611508, 0)
  45. WOOD.Size = UDim2.new(0, 96, 0, 41)
  46. WOOD.Font = Enum.Font.SourceSansBold
  47. WOOD.Text = "WOOD"
  48. WOOD.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  49. WOOD.TextSize = 14
  50. WOOD.MouseButton1Click:connect(function()
  51. local Wood  = game.Workspace.Gathering.Wood:FindFirstChild("GatherEvent",true)
  52. local A_1   = 100
  53. local Event = Wood
  54. Event:FireServer(A_1)
  55. end)
  56.  
  57. GOLD.Name = "GOLD"
  58. GOLD.Parent = DKFRAME
  59. GOLD.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  60. GOLD.BackgroundTransparency = 0.10000000149012
  61. GOLD.BorderSizePixel = 0
  62. GOLD.Position = UDim2.new(0.513745546, 0, 0.201114267, 0)
  63. GOLD.Size = UDim2.new(0, 96, 0, 41)
  64. GOLD.Font = Enum.Font.SourceSansBold
  65. GOLD.Text = "GOLD"
  66. GOLD.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  67. GOLD.TextSize = 14
  68. GOLD.MouseButton1Click:connect(function()
  69. local Gold = game.Workspace.Gathering.Gold:FindFirstChild("GatherEvent",true)
  70. local A_1 = 100
  71. local Event = Gold
  72. Event:FireServer(A_1)
  73. end)
  74.  
  75. IRONITE.Name = "IRONITE"
  76. IRONITE.Parent = DKFRAME
  77. IRONITE.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  78. IRONITE.BackgroundTransparency = 0.10000000149012
  79. IRONITE.BorderSizePixel = 0
  80. IRONITE.Position = UDim2.new(0.0542861074, 0, 0.393172652, 0)
  81. IRONITE.Size = UDim2.new(0, 96, 0, 41)
  82. IRONITE.Font = Enum.Font.SourceSansBold
  83. IRONITE.Text = "IRONITE"
  84. IRONITE.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  85. IRONITE.TextSize = 14
  86. IRONITE.MouseButton1Click:connect(function()
  87. local Ironite = game.Workspace.Gathering.Ironite:FindFirstChild("GatherEvent",true)
  88. local A_1     = 100
  89. local Event   = Ironite
  90. Event:FireServer(A_1)
  91. end)
  92.  
  93. STONE.Name = "STONE"
  94. STONE.Parent = DKFRAME
  95. STONE.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  96. STONE.BackgroundTransparency = 0.10000000149012
  97. STONE.BorderSizePixel = 0
  98. STONE.Position = UDim2.new(0.513745546, 0, 0.393172652, 0)
  99. STONE.Size = UDim2.new(0, 96, 0, 41)
  100. STONE.Font = Enum.Font.SourceSansBold
  101. STONE.Text = "STONE"
  102. STONE.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  103. STONE.TextSize = 14
  104. STONE.MouseButton1Click:connect(function()
  105. local Stone = game.Workspace.Gathering.Stone:FindFirstChild("GatherEvent",true)
  106. local A_1 = 100
  107. local Event = Stone
  108. Event:FireServer(A_1)
  109. end)
  110.  
  111. ALLRESCOUCES.Name = "ALL RESCOUCES"
  112. ALLRESCOUCES.Parent = DKFRAME
  113. ALLRESCOUCES.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  114. ALLRESCOUCES.BackgroundTransparency = 0.10000000149012
  115. ALLRESCOUCES.BorderSizePixel = 0
  116. ALLRESCOUCES.Position = UDim2.new(0.0542861074, 0, 0.586417496, 0)
  117. ALLRESCOUCES.Size = UDim2.new(0, 96, 0, 41)
  118. ALLRESCOUCES.Font = Enum.Font.SourceSansBold
  119. ALLRESCOUCES.Text = "ALL RESCOUCES"
  120. ALLRESCOUCES.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  121. ALLRESCOUCES.TextSize = 14
  122. ALLRESCOUCES.MouseButton1Click:connect(function()
  123.     local Gold = game.Workspace.Gathering.Gold:FindFirstChild("GatherEvent",true)
  124.  local A_1   = 100
  125.  local Event = Gold
  126.  Event:FireServer(A_1)
  127.  
  128.  local Wood  = game.Workspace.Gathering.Wood:FindFirstChild("GatherEvent",true)
  129. local A_1   = 100
  130. local Event = Wood
  131. Event:FireServer(A_1)
  132.  
  133. local Ironite = game.Workspace.Gathering.Ironite:FindFirstChild("GatherEvent",true)
  134. local A_1     = 100
  135. local Event   = Ironite
  136. Event:FireServer(A_1)
  137.  
  138. local Stone = game.Workspace.Gathering.Stone:FindFirstChild("GatherEvent",true)
  139.  local A_1 = 100
  140.  local Event = Stone
  141.  Event:FireServer(A_1)
  142. end)
  143.  
  144. MYTHICEGG.Name = "MYTHIC EGG"
  145. MYTHICEGG.Parent = DKFRAME
  146. MYTHICEGG.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  147. MYTHICEGG.BackgroundTransparency = 0.10000000149012
  148. MYTHICEGG.BorderSizePixel = 0
  149. MYTHICEGG.Position = UDim2.new(0.0542860925, 0, 0.784861088, 0)
  150. MYTHICEGG.Size = UDim2.new(0, 96, 0, 41)
  151. MYTHICEGG.Font = Enum.Font.SourceSansBold
  152. MYTHICEGG.Text = "MYTHIC EGG"
  153. MYTHICEGG.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  154. MYTHICEGG.TextSize = 14
  155. MYTHICEGG.MouseButton1Click:connect(function()
  156.     while wait() do
  157. local remotes = "GiveTutorialEgg"
  158. local id = "30"
  159. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  160. Event:FireServer(remotes, id)
  161. end
  162. end)
  163.  
  164. LEGENDARYEGG.Name = "LEGENDARY EGG"
  165. LEGENDARYEGG.Parent = DKFRAME
  166. LEGENDARYEGG.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  167. LEGENDARYEGG.BackgroundTransparency = 0.10000000149012
  168. LEGENDARYEGG.BorderSizePixel = 0
  169. LEGENDARYEGG.Position = UDim2.new(0.513745546, 0, 0.787651777, 0)
  170. LEGENDARYEGG.Size = UDim2.new(0, 96, 0, 41)
  171. LEGENDARYEGG.Font = Enum.Font.SourceSansBold
  172. LEGENDARYEGG.Text = "LEGENDARY EGG"
  173. LEGENDARYEGG.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  174. LEGENDARYEGG.TextSize = 14
  175. LEGENDARYEGG.MouseButton1Click:connect(function()
  176.     while wait() do
  177. local remotes = "GiveTutorialEgg"
  178. local id = "25"
  179. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  180. Event:FireServer(remotes, id)
  181. end
  182. end)
  183.  
  184. LVLUP.Name = "LVLUP"
  185. LVLUP.Parent = DKFRAME
  186. LVLUP.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  187. LVLUP.BackgroundTransparency = 0.10000000149012
  188. LVLUP.BorderSizePixel = 0
  189. LVLUP.Position = UDim2.new(0.513745546, 0, 0.589208245, 0)
  190. LVLUP.Size = UDim2.new(0, 96, 0, 41)
  191. LVLUP.Font = Enum.Font.SourceSansBold
  192. LVLUP.Text = "LVL UP"
  193. LVLUP.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  194. LVLUP.TextSize = 14
  195. LVLUP.MouseButton1Click:connect(function()
  196.     while true do
  197.  
  198.     wait(0.01)
  199. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Orbs.Orb.Part.CFrame
  200. end
  201.  
  202. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement