Advertisement
Guest User

booga booga hax

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