Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --KL----
- local SCrpit = Instance.new("ScreenGui")
- local WhitelistFrame = Instance.new("Frame")
- local Logo = Instance.new("ImageLabel")
- local getkey = Instance.new("TextButton")
- local submit = Instance.new("TextButton")
- local Keyhere = Instance.new("TextBox")
- local Main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Active = Instance.new("TextButton")
- local Stop = Instance.new("Frame")
- local Stopp = Instance.new("TextButton")
- --Properties:
- SCrpit.Name = "SCrpit"
- SCrpit.Parent = game.CoreGui
- SCrpit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- WhitelistFrame.Name = "WhitelistFrame"
- WhitelistFrame.Parent = SCrpit
- WhitelistFrame.Active = true
- WhitelistFrame.BackgroundColor3 = Color3.new(0.533333, 0.533333, 0.533333)
- WhitelistFrame.Position = UDim2.new(0.066079326, 0, 0.430803537, 0)
- WhitelistFrame.Size = UDim2.new(0, 184, 0, 121)
- WhitelistFrame.Draggable = true
- Logo.Name = "Logo"
- Logo.Parent = WhitelistFrame
- Logo.BackgroundColor3 = Color3.new(0.0313726, 1, 1)
- Logo.Position = UDim2.new(-1.65856406e-07, 0, 0, 0)
- Logo.Size = UDim2.new(0, 168, 0, 121)
- Logo.Image = "rbxassetid://3219296478"
- getkey.Name = "getkey "
- getkey.Parent = Logo
- getkey.BackgroundColor3 = Color3.new(1, 1, 1)
- getkey.Position = UDim2.new(0.326086968, 0, 0.561983407, 0)
- getkey.Size = UDim2.new(0, 65, 0, 20)
- getkey.Font = Enum.Font.SourceSans
- getkey.Text = "Print Key"
- getkey.TextColor3 = Color3.new(0, 0, 0)
- getkey.TextScaled = true
- getkey.TextSize = 18
- getkey.TextWrapped = true
- getkey.MouseButton1Down:connect(function()
- Keyhere.Text = "The Fear!!!"
- end)
- submit.Name = "submit"
- submit.Parent = Logo
- submit.BackgroundColor3 = Color3.new(1, 1, 1)
- submit.Position = UDim2.new(0.320652366, 0, 0.785123944, 0)
- submit.Size = UDim2.new(0, 65, 0, 20)
- submit.Font = Enum.Font.SourceSans
- submit.Text = "Login"
- submit.TextColor3 = Color3.new(0, 0, 0)
- submit.TextScaled = true
- submit.TextSize = 14
- submit.TextWrapped = true
- submit.MouseButton1Down:connect(function()
- if Keyhere.Text == "The Fear!!!" then
- Main.Visible = true
- WhitelistFrame.Visible = false
- end
- end)
- Keyhere.Name = "Keyhere"
- Keyhere.Parent = WhitelistFrame
- Keyhere.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
- Keyhere.BackgroundTransparency = 0.64999997615814
- Keyhere.Position = UDim2.new(0.134145781, 0, 0.0786968768, 0)
- Keyhere.Size = UDim2.new(0, 122, 0, 27)
- Keyhere.Font = Enum.Font.SourceSans
- Keyhere.Text = "Whitelist Key"
- Keyhere.TextColor3 = Color3.new(0, 0, 0)
- Keyhere.TextScaled = true
- Keyhere.TextSize = 14
- Keyhere.TextWrapped = true
- Main.Name = "Main"
- Main.Parent = SCrpit
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
- Main.Position = UDim2.new(0.667400837, 0, 0.337053597, 0)
- Main.Size = UDim2.new(0, 128, 0, 78)
- Main.Visible = false
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 0.0195167661, 0)
- TextLabel.Size = UDim2.new(0, 128, 0, 49)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Welcome To Bloxburg Auto!!"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Active.Name = "Active"
- Active.Parent = Main
- Active.BackgroundColor3 = Color3.new(0.92549, 0.72549, 1)
- Active.Position = UDim2.new(0, 0, 0.642351985, 0)
- Active.Size = UDim2.new(0, 128, 0, 27)
- Active.Font = Enum.Font.SourceSans
- Active.Text = "Active"
- Active.TextColor3 = Color3.new(0, 0, 0)
- Active.TextScaled = true
- Active.TextSize = 14
- Active.TextStrokeColor3 = Color3.new(0.105882, 0.533333, 0.141176)
- Active.TextStrokeTransparency = 0
- Active.TextWrapped = true
- Active.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/5D5rj7WN", true))()
- wait(3)
- Main.Visible = false
- end)
- -- Scripts:
- function SCRIPT_ANNV83_FAKESCRIPT() -- WhitelistFrame.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = WhitelistFrame
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_ANNV83_FAKESCRIPT))
- function SCRIPT_LGLP72_FAKESCRIPT() -- Keyhere.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Keyhere
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_LGLP72_FAKESCRIPT))
- function SCRIPT_PVJV72_FAKESCRIPT() -- Active.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Active
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_PVJV72_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement