Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. --Made By Roadine
  2. -- Objects
  3.  
  4. local BoogaHub = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Jump = Instance.new("TextButton")
  8. local reffects = Instance.new("TextButton")
  9. local craftitem = Instance.new("TextBox")
  10. local craft = Instance.new("TextButton")
  11. local credits = Instance.new("TextLabel")
  12.  
  13. -- Properties
  14.  
  15. BoogaHub.Name = "Booga Hub"
  16. BoogaHub.Parent = game.Players.LocalPlayer.PlayerGui
  17.  
  18. Main.Name = "Main"
  19. Main.Parent = BoogaHub
  20. Main.Active = true
  21. Main.Draggable = true
  22. Main.BackgroundColor3 = Color3.new(255, 0, 191)
  23. Main.BackgroundTransparency = 0.10000000149012
  24. Main.BorderSizePixel = 0
  25. Main.ClipsDescendants = true
  26. Main.Position = UDim2.new(0.440909088, 0, 0.289044321, 0)
  27. Main.Selectable = true
  28. Main.Size = UDim2.new(0, 195, 0, 254)
  29.  
  30. Title.Name = "Title"
  31. Title.Parent = Main
  32. Title.BackgroundColor3 = Color3.new(117, 0, 0)
  33. Title.BackgroundTransparency = 0.10000000149012
  34. Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  35. Title.BorderSizePixel = 4
  36. Title.Position = UDim2.new(0.164102569, 0, 0.0705394223, 0)
  37. Title.Size = UDim2.new(0, 130, 0, 41)
  38. Title.Font = Enum.Font.ArialBold
  39. Title.Text = "Booga Hub by Roadine and iiiPipe"
  40. Title.TextColor3 = Color3.new(1, 1, 1)
  41. Title.TextScaled = true
  42. Title.TextSize = 14
  43. Title.TextWrapped = true
  44.  
  45. Jump.Name = "Jump"
  46. Jump.Parent = Main
  47. Jump.BackgroundColor3 = Color3.new(117, 0, 0)
  48. Jump.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  49. Jump.BorderSizePixel = 4
  50. Jump.Position = UDim2.new(0.164102569, 0, 0.294605821, 0)
  51. Jump.Size = UDim2.new(0, 56, 0, 29)
  52. Jump.Font = Enum.Font.ArialBold
  53. Jump.Text = "Coming Soon"
  54. Jump.TextColor3 = Color3.new(1, 1, 1)
  55. Jump.TextScaled = true
  56. Jump.TextSize = 14
  57. Jump.TextWrapped = true
  58.  
  59. reffects.Name = "reffects"
  60. reffects.Parent = Main
  61. reffects.Active = false
  62. reffects.BackgroundColor3 = Color3.new(0, 0, 225)
  63. reffects.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  64. reffects.BorderSizePixel = 4
  65. reffects.Position = UDim2.new(0.543589771, 0, 0.294605821, 0)
  66. reffects.Size = UDim2.new(0, 56, 0, 29)
  67. reffects.Font = Enum.Font.ArialBold
  68. reffects.Text = "Coming Soon"
  69. reffects.TextColor3 = Color3.new(1, 1, 1)
  70. reffects.TextScaled = true
  71. reffects.TextSize = 14
  72. reffects.TextWrapped = true
  73.  
  74. craftitem.Name = "craft item"
  75. craftitem.Parent = Main
  76. craftitem.Active = false
  77. craftitem.BackgroundColor3 = Color3.new(0, 0, 225)
  78. craftitem.BackgroundTransparency = 0.10000000149012
  79. craftitem.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  80. craftitem.BorderSizePixel = 4
  81. craftitem.Position = UDim2.new(0.200000003, 0, 0.74219954, 0)
  82. craftitem.Size = UDim2.new(0, 116, 0, 23)
  83. craftitem.Font = Enum.Font.ArialBold
  84. craftitem.Text = "Item To Craft Here!"
  85. craftitem.TextColor3 = Color3.new(1, 1, 1)
  86. craftitem.TextScaled = true
  87. craftitem.TextSize = 14
  88. craftitem.TextWrapped = true
  89.  
  90. craft.Name = "craft"
  91. craft.Parent = Main
  92. craft.Active = false
  93. craft.BackgroundColor3 = Color3.new(0, 0, 225)
  94. craft.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  95. craft.BorderSizePixel = 4
  96. craft.Position = UDim2.new(0.225641027, 0, 0.517283678, 0)
  97. craft.Size = UDim2.new(0, 106, 0, 43)
  98. craft.Font = Enum.Font.ArialBold
  99. craft.Text = "Craft Item"
  100. craft.TextColor3 = Color3.new(1, 1, 1)
  101. craft.TextScaled = true
  102. craft.TextSize = 14
  103. craft.TextWrapped = true
  104.  
  105. credits.Name = "credits"
  106. credits.Parent = Main
  107. credits.BackgroundColor3 = Color3.new(117, 0, 0)
  108. credits.BackgroundTransparency = 0.10000000149012
  109. credits.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  110. credits.BorderSizePixel = 0
  111. credits.Position = UDim2.new(0.0153846154, 0, 0.905511796, 0)
  112. credits.Size = UDim2.new(0, 114, 0, 17)
  113. credits.Font = Enum.Font.ArialBold
  114. credits.Text = "Made By Roadine and iiiPipe"
  115. credits.TextColor3 = Color3.new(1, 1, 1)
  116. credits.TextScaled = true
  117. credits.TextSize = 14
  118. credits.TextWrapped = true
  119.  
  120. -- Scripts
  121. Jump.MouseButton1Down:connect(function()
  122. local Player = game:GetService'Players'.LocalPlayer;
  123. local UIS = game:GetService'UserInputService';
  124.  
  125. _G.JumpHeight = 50;
  126.  
  127. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  128.  
  129. UIS.InputBegan:connect(function(UserInput)
  130. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  131. Action(Player.Character.Humanoid, function(self)
  132. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  133. Action(self.Parent.HumanoidRootPart, function(self)
  134. self.Velocity = Vector3.new(0, _G.JumpHeight, 300);
  135. end)
  136. end
  137. end)
  138. end
  139. end)
  140. end)
  141.  
  142.  
  143. reffects.MouseButton1Down:connect(function()
  144. game.Lighting.FogEnd = 1200000
  145. game.Lighting.Brightness = 3
  146. game.Lighting.GlobalShadows = false
  147. end)
  148.  
  149.  
  150. craft.MouseButton1Down:connect(function()
  151. local item = craftitem.Text
  152. local CI = item
  153. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  154. Event:FireServer(CI)
  155. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement