Advertisement
1x11337

b

Jul 28th, 2018
911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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, 328, 0, 357)
  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, 225, 0, 41)
  38. Title.Font = Enum.Font.ArialBold
  39. Title.Text = "Booga Hub by Bottle Flip P_P"
  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, 100, 0, 29)
  52. Jump.Font = Enum.Font.ArialBold
  53. Jump.Text = "WalkSpeed And JumpPower (WalkSpeed Press Q)"
  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, 100, 0, 29)
  67. reffects.Font             = Enum.Font.ArialBold
  68. reffects.Text             = "Remove Fogs"
  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, 198, 0, 29)
  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, 180, 0, 41)
  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, 317, 0, 35)
  113. credits.Font = Enum.Font.ArialBold
  114. credits.Text = "Made By Bottle Flip Game 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. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  123.  
  124. local plr = game:GetService("Players").LocalPlayer
  125. local char = plr.Character
  126. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  127. local hum = char:FindFirstChild("HumanoidRootPart")
  128. local speed = 3
  129. mouse.KeyDown:connect(function(key)
  130.     if key == "q"  then
  131.         loop = true
  132.         while loop do
  133.             hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  134.             wait()
  135.         end
  136.         end
  137. end)
  138.  
  139. mouse.KeyUp:connect(function(key)
  140.     if key == "q"  then
  141.         loop = false
  142.     end
  143. end)
  144. end)
  145.  
  146.  
  147. reffects.MouseButton1Down:connect(function()
  148. game.Lighting.FogEnd = 1200000
  149. game.Lighting.Brightness = 3
  150. game.Lighting.GlobalShadows = false
  151. end)
  152.  
  153.  
  154. craft.MouseButton1Down:connect(function()
  155. local item = craftitem.Text
  156. local CI = item
  157. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  158. Event:FireServer(CI)
  159. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement