Advertisement
Flareon_Mob

ALPHA

Dec 24th, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. --[[
  2. $$$$$$\ $$\ $$\ $$\
  3. $$ __$$\ $$ | $$ | $$ |
  4. $$ / \__|$$$$$$$\ $$$$$$\ $$$$$$$$\$$$$$$\ $$$$$$\$$$$\ $$ | $$$$$$\ $$$$$$\ $$$$$$$ | $$$$$$\ $$$$$$\
  5. \$$$$$$\ $$ __$$\ \____$$\ \____$$ \____$$\ $$ _$$ _$$\ $$ | $$ __$$\ \____$$\ $$ __$$ |$$ __$$\ $$ __$$\
  6. \____$$\ $$ | $$ | $$$$$$$ | $$$$ _/$$$$$$$ |$$ / $$ / $$ | $$ | $$ / $$ | $$$$$$$ |$$ / $$ |$$$$$$$$ |$$ | \__|
  7. $$\ $$ |$$ | $$ |$$ __$$ | $$ _/ $$ __$$ |$$ | $$ | $$ | $$ | $$ | $$ |$$ __$$ |$$ | $$ |$$ ____|$$ |
  8. \$$$$$$ |$$ | $$ |\$$$$$$$ |$$$$$$$$\$$$$$$$ |$$ | $$ | $$ | $$$$$$$$\$$$$$$ |\$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ |
  9. \______/ \__| \__| \_______|\________\_______|\__| \__| \__| \________\______/ \_______| \_______| \_______|\__|
  10.  
  11. --]]
  12.  
  13. if FilteringEnabled then
  14. print("Filtering is Enabled")
  15. else
  16. print("Filtering is Disabled")
  17. end
  18. print("Credits to the Team of Shazam")
  19. print("Shazam UI ALPHA 0.01")
  20. --My Objects <3
  21. local ScreenGui = Instance.new("ScreenGui")
  22. local Frame = Instance.new("Frame")
  23. local Frame2 = Instance.new("Frame")
  24. local TextButton = Instance.new("TextButton")
  25. local TextButton2 = Instance.new("TextButton")
  26. local TextButton3 = Instance.new("TextButton")
  27. local TextButton4 = Instance.new("TextButton")
  28. local TextButton5 = Instance.new("TextButton")
  29. local TextButton6 = Instance.new("TextButton")
  30. local TextButton7 = Instance.new("TextButton")
  31. local TextButton8 = Instance.new("TextButton")
  32. local TextButton9 = Instance.new("TextButton")
  33. local TextButton10 = Instance.new("TextButton")
  34. local TextButton11 = Instance.new("TextButton")
  35. local TextButton12 = Instance.new("TextButton")
  36.  
  37. --Prop
  38. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  39.  
  40. Frame.Parent = ScreenGui
  41. Frame.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  42. Frame.Position = UDim2.new(0.5, -115, 0, -145)
  43. Frame.Size = UDim2.new(0, 230, 0, 290)
  44. TextButton.Parent = ScreenGui
  45. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  46. TextButton.Position = UDim2.new(0, 220, 0, 70)
  47. TextButton.Size = UDim2.new(0, 200, 0, 50)
  48. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  49. TextButton.Font = Enum.Font.SourceSans
  50. TextButton.FontSize = Enum.FontSize.Size14
  51. TextButton.Text = "Load Shazam Loader"
  52. TextButton.TextSize = 14
  53. Frame2.Name = "Frame2"
  54. Frame2.Parent = ScreenGui
  55. Frame2.Visible = false
  56. Frame2.Archivable = false
  57. Frame2.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  58. Frame2.Position = UDim2.new(0.5, -201, 0.5, -120)
  59. Frame2.Size = UDim2.new(0, 400, 0, 300)
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. --Scripts Source
  68. game.Players.LocalPlayer.PlayerGui.ScreenGui.TextButton.MouseButton1Down:connect(function()
  69. print("Okay Loading the Gui")
  70. game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame2.Visible = true
  71.  
  72. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement