Advertisement
BlastingStone

bruh

Jan 11th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.61 KB | None | 0 0
  1. --[[
  2.     ____  __           __  _             _____ __                
  3.    / __ )/ /___ ______/ /_(_)___  ____ _/ ___// /_____  ____  ___
  4.   / __  / / __ `/ ___/ __/ / __ \/ __ `/\__ \/ __/ __ \/ __ \/ _ \
  5.  / /_/ / / /_/ (__  ) /_/ / / / / /_/ /___/ / /_/ /_/ / / / /  __/
  6. /_____/_/\__,_/____/\__/_/_/ /_/\__, //____/\__/\____/_/ /_/\___/
  7.                                /____/ Made by BlastingStone#8878
  8. ]]--
  9.  
  10. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Made by BlastingStone. My 1st trolling GUI.\n Made for testing my scripting skills.",Duration=20,Button1="Alright."})
  11.  
  12. -- Instances:
  13.  
  14. local ScreenGui = Instance.new("ScreenGui")
  15. local Frame = Instance.new("Frame")
  16. local TextLabel = Instance.new("TextLabel")
  17. local ImageLabel = Instance.new("ImageLabel")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local TextButton = Instance.new("TextButton")
  20. local TextButton_2 = Instance.new("TextButton")
  21. local TextLabel_3 = Instance.new("TextLabel")
  22.  
  23. --Properties:
  24.  
  25. ScreenGui.Parent = game.CoreGui
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Frame.Active = true
  29. Frame.Draggable = true
  30. Frame.Parent = ScreenGui
  31. Frame.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  32. Frame.BorderColor3 = Color3.new(0, 0, 0)
  33. Frame.BorderSizePixel = 3
  34. Frame.Position = UDim2.new(0.620370388, 0, 0.498575538, 0)
  35. Frame.Size = UDim2.new(0, 300, 0, 300)
  36.  
  37. TextLabel.Parent = Frame
  38. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel.BackgroundTransparency = 1
  40. TextLabel.Position = UDim2.new(0.043333333, 0, 0.0466666669, 0)
  41. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  42. TextLabel.Font = Enum.Font.Arcade
  43. TextLabel.Text = "some dumb trolling gui"
  44. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  45. TextLabel.TextScaled = true
  46. TextLabel.TextSize = 14
  47. TextLabel.TextWrapped = true
  48.  
  49. ImageLabel.Parent = Frame
  50. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  51. ImageLabel.BackgroundTransparency = 1
  52. ImageLabel.Position = UDim2.new(0.653333366, 0, 0, 0)
  53. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  54. ImageLabel.Image = "http://www.roblox.com/asset/?id=4492172626"
  55.  
  56. TextLabel_2.Parent = Frame
  57. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  58. TextLabel_2.BackgroundTransparency = 1
  59. TextLabel_2.Position = UDim2.new(0.166666672, 0, 0.213333338, 0)
  60. TextLabel_2.Size = UDim2.new(0, 136, 0, 16)
  61. TextLabel_2.Font = Enum.Font.Code
  62. TextLabel_2.Text = "v0.1 / BlastingStone#8878"
  63. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  64. TextLabel_2.TextSize = 14
  65.  
  66. TextButton.Parent = Frame
  67. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  68. TextButton.BorderSizePixel = 3
  69. TextButton.Position = UDim2.new(0.166666672, 0, 0.356666654, 0)
  70. TextButton.Size = UDim2.new(0, 200, 0, 50)
  71. TextButton.Font = Enum.Font.Cartoon
  72. TextButton.Text = "Follow All"
  73. TextButton.TextColor3 = Color3.new(0, 0, 0)
  74. TextButton.TextSize = 14
  75.  
  76. TextButton_2.Parent = Frame
  77. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TextButton_2.BorderSizePixel = 3
  79. TextButton_2.Position = UDim2.new(0.166666672, 0, 0.579999983, 0)
  80. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  81. TextButton_2.Font = Enum.Font.Cartoon
  82. TextButton_2.Text = "Penishito R6"
  83. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  84. TextButton_2.TextSize = 14
  85.  
  86. TextLabel_3.Parent = Frame
  87. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  88. TextLabel_3.BackgroundTransparency = 1
  89. TextLabel_3.Position = UDim2.new(0.166666672, 0, 0.833333313, 0)
  90. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  91. TextLabel_3.Font = Enum.Font.Code
  92. TextLabel_3.Text = "I'm sorry for this script."
  93. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  94. TextLabel_3.TextSize = 14
  95.  
  96. -- Scripts:
  97.  
  98. local function FGNMS_fake_script() -- TextLabel.LocalScript
  99.     local script = Instance.new('LocalScript', TextLabel)
  100.  
  101.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  102.    
  103.     counter = 0
  104.    
  105.     while wait(0.1)do
  106.      script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  107.      
  108.      counter = counter + 0.01
  109.     end
  110. end
  111. coroutine.wrap(FGNMS_fake_script)()
  112. local function PSDKAPN_fake_script() -- TextButton.LocalScript
  113.     local script = Instance.new('LocalScript', TextButton)
  114.  
  115.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  116.    
  117.     counter = 0
  118.    
  119.     while wait(0.1)do
  120.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  121.      
  122.      counter = counter + 0.01
  123.     end
  124. end
  125. coroutine.wrap(PSDKAPN_fake_script)()
  126. TextButton.MouseButton1Click:connect(function() -- TextButton.LocalScript
  127.     local RobloxReplicatedStorage = game:GetService('RobloxReplicatedStorage')
  128.     local RemoteEvent_NewFollower = RobloxReplicatedStorage:WaitForChild('NewFollower')
  129.     while wait(0) do
  130.     for i,v in pairs(game.Players:GetChildren()) do
  131.     RemoteEvent_NewFollower:FireServer(v, true)
  132.     end
  133.     end
  134. end)
  135. local function PNAHCE_fake_script() -- TextButton_2.LocalScript
  136.     local script = Instance.new('LocalScript', TextButton_2)
  137.  
  138.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  139.    
  140.     counter = 0
  141.    
  142.     while wait(0.1)do
  143.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  144.      
  145.      counter = counter + 0.01
  146.     end
  147. end
  148. coroutine.wrap(PNAHCE_fake_script)()
  149. TextButton_2.MouseButton1Click:connect(function() -- TextButton_2.LocalScript
  150.     loadstring(game:HttpGet(('https://pastebin.com/raw/VBNjM0nh'),true))()
  151. end)
  152. local function TODGK_fake_script() -- Frame.LocalScript
  153.     local script = Instance.new('LocalScript', Frame)
  154.  
  155.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  156.    
  157.     counter = 0
  158.    
  159.     while wait(0.1)do
  160.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  161.      
  162.      counter = counter + 0.01
  163.     end
  164. end
  165. coroutine.wrap(TODGK_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement