View difference between Paste ID: kftga5pP and MkjZw7yJ
SHOW: | | - or go back to the newest paste.
1
--Made By Roadine
2
-- Objects
3
4-
local SodaDrinkingHub = Instance.new("ScreenGui")
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-
SodaDrinkingHub.Name = "SodaDrinking Hub"
15+
BoogaHub.Name = "Booga Hub"
16-
SodaDrinkingHub.Parent = game.Players.LocalPlayer.PlayerGui
16+
BoogaHub.Parent = game.Players.LocalPlayer.PlayerGui
17
18-
Main.Name                   = "Main"
18+
Main.Name = "Main"
19-
Main.Parent                 = SodaDrinkingHub
19+
Main.Parent = BoogaHub
20-
Main.Active                 = true
20+
Main.Active = true
21-
Main.Draggable              = true
21+
Main.Draggable = true
22-
Main.BackgroundColor3       = Color3.new(255, 0, 191)
22+
Main.BackgroundColor3 = Color3.new(255, 0, 191)
23
Main.BackgroundTransparency = 0.10000000149012
24-
Main.BorderSizePixel        = 0
24+
Main.BorderSizePixel = 0
25-
Main.ClipsDescendants       = true
25+
Main.ClipsDescendants = true
26-
Main.Position               = UDim2.new(0.440909088, 0, 0.289044321, 0)
26+
Main.Position = UDim2.new(0.440909088, 0, 0.289044321, 0)
27-
Main.Selectable             = true
27+
Main.Selectable = true
28-
Main.Size                   = UDim2.new(0, 365, 0, 357)
28+
Main.Size = UDim2.new(0, 328, 0, 357)
29
30-
Title.Name                   = "Title"
30+
Title.Name = "Title"
31-
Title.Parent                 = Main
31+
Title.Parent = Main
32-
Title.BackgroundColor3       = Color3.new(117, 0, 0)
32+
Title.BackgroundColor3 = Color3.new(117, 0, 0)
33
Title.BackgroundTransparency = 0.10000000149012
34-
Title.BorderColor3           = Color3.new(0.0588235, 0.0588235, 0.0588235)
34+
Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
35-
Title.BorderSizePixel        = 4
35+
Title.BorderSizePixel = 4
36-
Title.Position               = UDim2.new(0.164102569, 0, 0.0705394223, 0)
36+
Title.Position = UDim2.new(0.164102569, 0, 0.0705394223, 0)
37-
Title.Size                   = UDim2.new(0, 245, 0, 41)
37+
Title.Size = UDim2.new(0, 225, 0, 41)
38-
Title.Font                   = Enum.Font.ArialBold
38+
Title.Font = Enum.Font.ArialBold
39-
Title.Text                   = "Soda Drinking Simulator Hub by Soda fo"
39+
Title.Text = "Booga Hub by Bottle Flip P_P"
40-
Title.TextColor3             = Color3.new(1, 1, 1)
40+
Title.TextColor3 = Color3.new(1, 1, 1)
41-
Title.TextScaled             = true
41+
Title.TextScaled = true
42-
Title.TextSize               = 14
42+
Title.TextSize = 14
43-
Title.TextWrapped            = true
43+
Title.TextWrapped = true
44
45-
Jump.Name             = "Jump"
45+
Jump.Name = "Jump"
46-
Jump.Parent           = Main
46+
Jump.Parent = Main
47
Jump.BackgroundColor3 = Color3.new(117, 0, 0)
48-
Jump.BorderColor3     = Color3.new(0.0588235, 0.0588235, 0.0588235)
48+
Jump.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
49-
Jump.BorderSizePixel  = 4
49+
Jump.BorderSizePixel = 4
50-
Jump.Position         = UDim2.new(0.164102569, 0, 0.294605821, 0)
50+
Jump.Position = UDim2.new(0.164102569, 0, 0.294605821, 0)
51-
Jump.Size             = UDim2.new(0, 245, 0.4, 29)
51+
Jump.Size = UDim2.new(0, 100, 0, 29)
52-
Jump.Font             = Enum.Font.ArialBold
52+
Jump.Font = Enum.Font.ArialBold
53-
Jump.Text             = "Auto Fast Drinking"
53+
Jump.Text = "WalkSpeed And JumpPower (WalkSpeed Press Q)"
54-
Jump.TextColor3       = Color3.new(1, 1, 1)
54+
Jump.TextColor3 = Color3.new(1, 1, 1)
55-
Jump.TextScaled       = true
55+
Jump.TextScaled = true
56-
Jump.TextSize         = 14
56+
Jump.TextSize = 14
57-
Jump.TextWrapped      = true
57+
Jump.TextWrapped = true
58
59-
credits.Name                   = "credits"
59+
reffects.Name             = "reffects"
60-
credits.Parent                 = Main
60+
reffects.Parent           = Main
61-
credits.BackgroundColor3       = Color3.new(117, 0, 0)
61+
reffects.Active           = false
62
reffects.BackgroundColor3 = Color3.new(0, 0, 225)
63-
credits.BorderColor3           = Color3.new(0.0588235, 0.0588235, 0.0588235)
63+
reffects.BorderColor3     = Color3.new(0.0588235, 0.0588235, 0.0588235)
64-
credits.BorderSizePixel        = 0
64+
reffects.BorderSizePixel  = 4
65-
credits.Position               = UDim2.new(0.0153846154, 0, 0.905511796, 0)
65+
reffects.Position         = UDim2.new(0.543589771, 0, 0.294605821, 0)
66-
credits.Size                   = UDim2.new(0, 353, 0, 35)
66+
reffects.Size             = UDim2.new(0, 100, 0, 29)
67-
credits.Font                   = Enum.Font.ArialBold
67+
reffects.Font             = Enum.Font.ArialBold
68-
credits.Text                   = "Made By Soda fo and iiiPipe"
68+
reffects.Text             = "Remove Fogs"
69-
credits.TextColor3             = Color3.new(1, 1, 1)
69+
reffects.TextColor3       = Color3.new(1, 1, 1)
70-
credits.TextScaled             = true
70+
reffects.TextScaled       = true
71-
credits.TextSize               = 14
71+
reffects.TextSize         = 14
72-
credits.TextWrapped            = true
72+
reffects.TextWrapped      = true
73
74
craftitem.Name = "craft item"
75
craftitem.Parent = Main
76-
while true do
76+
craftitem.Active = false
77-
game["Run Service"].RenderStepped:wait()
77+
craftitem.BackgroundColor3 = Color3.new(0, 0, 225)
78-
game.Players.LocalPlayer.Character.Soda.Drink:FireServer()
78+
craftitem.BackgroundTransparency = 0.10000000149012
79-
game.Players.LocalPlayer.Character.Soda.Drink:FireServer()
79+
craftitem.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
80-
game.ReplicatedStorage.RebirthMe:FireServer()
80+
craftitem.BorderSizePixel = 4
81-
end
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)