Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. --[[
  2. ██████╗██████╗ █████╗ ███████╗██╗ ██╗ ██╗ ██╗ █████╗ █████╗ ██╗██╗ ██╗
  3. ██╔════╝██╔══██╗██╔══██╗╚══███╔╝╚██╗ ██╔╝████████╗██╔══██╗██╔══██╗███║██║ ██║
  4. ██║ ██████╔╝███████║ ███╔╝ ╚████╔╝ ╚██╔═██╔╝╚█████╔╝╚█████╔╝╚██║███████║
  5. ██║ ██╔══██╗██╔══██║ ███╔╝ ╚██╔╝ ████████╗██╔══██╗██╔══██╗ ██║╚════██║
  6. ╚██████╗██║ ██║██║ ██║███████╗ ██║ ╚██╔═██╔╝╚█████╔╝╚█████╔╝ ██║ ██║
  7. ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚════╝ ╚════╝ ╚═╝ ╚═╝
  8. By CrAZy#8814
  9.  
  10. ]]--
  11.  
  12. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Made by CrAZy.\n WARNING! Use with R6 only, or it won't work.",Duration=20,Button1="Alright."})
  13.  
  14. -- Instances:
  15.  
  16. local ScreenGui = Instance.new("ScreenGui")
  17. local Main = Instance.new("Frame")
  18. local NameOfScript = Instance.new("TextLabel")
  19. local ImageLabel = Instance.new("ImageLabel")
  20. local Version = Instance.new("TextLabel")
  21. local FollowAll = Instance.new("TextButton")
  22. local R6Pipis = Instance.new("TextButton")
  23. local Note = Instance.new("TextLabel")
  24. local FlyingOrbs = Instance.new("TextButton")
  25. local ChatTroll = Instance.new("TextButton")
  26. local ServerCrasher = Instance.new("TextButton")
  27. local ChatByp = Instance.new("TextButton")
  28. local Animations = Instance.new("TextButton")
  29. local Shattervast = Instance.new("TextButton")
  30. local InfiniteYield = Instance.new("TextButton")
  31. local FE_EnabledDisabled = Instance.new("TextLabel")
  32. local DropHats = Instance.new("TextButton")
  33. local NoLimbs = Instance.new("TextButton")
  34. local Creeper = Instance.new("TextButton")
  35. local ComingIn = Instance.new("TextLabel")
  36.  
  37. --Properties:
  38.  
  39. ScreenGui.Parent = game.CoreGui
  40. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  41.  
  42. Main.Active = true
  43. Main.Draggable = true
  44. Main.Name = "Main"
  45. Main.Parent = ScreenGui
  46. Main.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  47. Main.BorderColor3 = Color3.new(0, 0, 0)
  48. Main.BorderSizePixel = 3
  49. Main.Position = UDim2.new(0.274410784, 0, 0.206552744, 0)
  50. Main.Size = UDim2.new(0, 479, 0, 411)
  51.  
  52. NameOfScript.Name = "NameOfScript"
  53. NameOfScript.Parent = Main
  54. NameOfScript.BackgroundColor3 = Color3.new(1, 1, 1)
  55. NameOfScript.BackgroundTransparency = 1
  56. NameOfScript.Position = UDim2.new(0.0195221007, 0, 0.0272019468, 0)
  57. NameOfScript.Size = UDim2.new(0, 200, 0, 50)
  58. NameOfScript.Font = Enum.Font.Arcade
  59. NameOfScript.Text = "some dumb trolling gui"
  60. NameOfScript.TextColor3 = Color3.new(0, 0, 0)
  61. NameOfScript.TextScaled = true
  62. NameOfScript.TextSize = 14
  63. NameOfScript.TextWrapped = true
  64.  
  65. ImageLabel.Parent = Main
  66. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  67. ImageLabel.BackgroundTransparency = 1
  68. ImageLabel.Position = UDim2.new(0.774579465, 0, 0.729927003, 0)
  69. ImageLabel.Size = UDim2.new(0, 107, 0, 110)
  70. ImageLabel.Image = "http://www.roblox.com/asset/?id=4492172626"
  71.  
  72. Version.Name = "Version"
  73. Version.Parent = Main
  74. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Version.BackgroundTransparency = 1
  76. Version.Position = UDim2.new(0.154555887, 0, 0.148400247, 0)
  77. Version.Size = UDim2.new(0, 136, 0, 16)
  78. Version.Font = Enum.Font.Code
  79. Version.Text = "v0.81 / BlastingStone#8878"
  80. Version.TextColor3 = Color3.new(0, 0, 0)
  81. Version.TextSize = 14
  82.  
  83. FollowAll.Name = "FollowAll"
  84. FollowAll.Parent = Main
  85. FollowAll.BackgroundColor3 = Color3.new(1, 1, 1)
  86. FollowAll.BorderSizePixel = 3
  87. FollowAll.Position = UDim2.new(0.0279605929, 0, 0.252499998, 0)
  88. FollowAll.Size = UDim2.new(0, 100, 0, 25)
  89. FollowAll.Font = Enum.Font.Cartoon
  90. FollowAll.Text = "Follow All"
  91. FollowAll.TextColor3 = Color3.new(0, 0, 0)
  92. FollowAll.TextSize = 14
  93.  
  94. R6Pipis.Name = "R6Pipis"
  95. R6Pipis.Parent = Main
  96. R6Pipis.BackgroundColor3 = Color3.new(1, 1, 1)
  97. R6Pipis.BorderSizePixel = 3
  98. R6Pipis.Position = UDim2.new(0.0279605929, 0, 0.34797442, 0)
  99. R6Pipis.Size = UDim2.new(0, 100, 0, 25)
  100. R6Pipis.Font = Enum.Font.Cartoon
  101. R6Pipis.Text = "R6 Pipis"
  102. R6Pipis.TextColor3 = Color3.new(0, 0, 0)
  103. R6Pipis.TextSize = 14
  104.  
  105. Note.Name = "Note"
  106. Note.Parent = Main
  107. Note.BackgroundColor3 = Color3.new(1, 1, 1)
  108. Note.BackgroundTransparency = 1
  109. Note.Position = UDim2.new(0.290444702, 0, 0.876368582, 0)
  110. Note.Size = UDim2.new(0, 200, 0, 50)
  111. Note.Font = Enum.Font.Code
  112. Note.Text = "Press ; to open/close GUI."
  113. Note.TextColor3 = Color3.new(0, 0, 0)
  114. Note.TextSize = 14
  115.  
  116. FlyingOrbs.Name = "FlyingOrbs"
  117. FlyingOrbs.Parent = Main
  118. FlyingOrbs.BackgroundColor3 = Color3.new(1, 1, 1)
  119. FlyingOrbs.BorderSizePixel = 3
  120. FlyingOrbs.Position = UDim2.new(0.0279605929, 0, 0.442332715, 0)
  121. FlyingOrbs.Size = UDim2.new(0, 100, 0, 25)
  122. FlyingOrbs.Font = Enum.Font.Cartoon
  123. FlyingOrbs.Text = "R6 Flying Orbs"
  124. FlyingOrbs.TextColor3 = Color3.new(0, 0, 0)
  125. FlyingOrbs.TextSize = 14
  126.  
  127. ChatTroll.Name = "ChatTroll"
  128. ChatTroll.Parent = Main
  129. ChatTroll.BackgroundColor3 = Color3.new(1, 1, 1)
  130. ChatTroll.BorderSizePixel = 3
  131. ChatTroll.Position = UDim2.new(0.0260953903, 0, 0.542037725, 0)
  132. ChatTroll.Size = UDim2.new(0, 100, 0, 25)
  133. ChatTroll.Font = Enum.Font.Cartoon
  134. ChatTroll.Text = "Chat Troll"
  135. ChatTroll.TextColor3 = Color3.new(0, 0, 0)
  136. ChatTroll.TextSize = 14
  137.  
  138. ServerCrasher.Name = "ServerCrasher"
  139. ServerCrasher.Parent = Main
  140. ServerCrasher.BackgroundColor3 = Color3.new(1, 1, 1)
  141. ServerCrasher.BorderSizePixel = 3
  142. ServerCrasher.Position = UDim2.new(0.0273244679, 0, 0.64237833, 0)
  143. ServerCrasher.Size = UDim2.new(0, 100, 0, 25)
  144. ServerCrasher.Font = Enum.Font.Cartoon
  145. ServerCrasher.Text = "Server Crasher"
  146. ServerCrasher.TextColor3 = Color3.new(0, 0, 0)
  147. ServerCrasher.TextSize = 14
  148.  
  149. ChatByp.Name = "ChatByp"
  150. ChatByp.Parent = Main
  151. ChatByp.BackgroundColor3 = Color3.new(1, 1, 1)
  152. ChatByp.BorderSizePixel = 3
  153. ChatByp.Position = UDim2.new(0.290372491, 0, 0.250118643, 0)
  154. ChatByp.Size = UDim2.new(0, 100, 0, 25)
  155. ChatByp.Font = Enum.Font.Cartoon
  156. ChatByp.Text = "Chat Bypass"
  157. ChatByp.TextColor3 = Color3.new(0, 0, 0)
  158. ChatByp.TextSize = 14
  159.  
  160. Animations.Name = "Animations"
  161. Animations.Parent = Main
  162. Animations.BackgroundColor3 = Color3.new(1, 1, 1)
  163. Animations.BorderSizePixel = 3
  164. Animations.Position = UDim2.new(0.288920909, 0, 0.539656341, 0)
  165. Animations.Size = UDim2.new(0, 100, 0, 25)
  166. Animations.Font = Enum.Font.Cartoon
  167. Animations.Text = "R6 Animations"
  168. Animations.TextColor3 = Color3.new(0, 0, 0)
  169. Animations.TextSize = 14
  170.  
  171. Shattervast.Name = "Shattervast"
  172. Shattervast.Parent = Main
  173. Shattervast.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Shattervast.BorderSizePixel = 3
  175. Shattervast.Position = UDim2.new(0.288920909, 0, 0.347390503, 0)
  176. Shattervast.Size = UDim2.new(0, 100, 0, 25)
  177. Shattervast.Font = Enum.Font.Cartoon
  178. Shattervast.Text = "Shattervast"
  179. Shattervast.TextColor3 = Color3.new(0, 0, 0)
  180. Shattervast.TextSize = 14
  181.  
  182. InfiniteYield.Name = "InfiniteYield"
  183. InfiniteYield.Parent = Main
  184. InfiniteYield.BackgroundColor3 = Color3.new(1, 1, 1)
  185. InfiniteYield.BorderSizePixel = 3
  186. InfiniteYield.Position = UDim2.new(0.288920909, 0, 0.440431863, 0)
  187. InfiniteYield.Size = UDim2.new(0, 100, 0, 25)
  188. InfiniteYield.Font = Enum.Font.Cartoon
  189. InfiniteYield.Text = "Infinite Yield"
  190. InfiniteYield.TextColor3 = Color3.new(0, 0, 0)
  191. InfiniteYield.TextSize = 14
  192.  
  193. FE_EnabledDisabled.Name = "FE_EnabledDisabled"
  194. FE_EnabledDisabled.Parent = Main
  195. FE_EnabledDisabled.BackgroundColor3 = Color3.new(1, 1, 1)
  196. FE_EnabledDisabled.BackgroundTransparency = 1
  197. FE_EnabledDisabled.Position = UDim2.new(0.344535023, 0, 0.875894189, 0)
  198. FE_EnabledDisabled.Size = UDim2.new(0, 136, 0, 16)
  199. FE_EnabledDisabled.Font = Enum.Font.Code
  200. FE_EnabledDisabled.Text = "FE is unknown."
  201. FE_EnabledDisabled.TextColor3 = Color3.new(0, 0, 0)
  202. FE_EnabledDisabled.TextSize = 14
  203.  
  204. DropHats.Name = "DropHats"
  205. DropHats.Parent = Main
  206. DropHats.BackgroundColor3 = Color3.new(1, 1, 1)
  207. DropHats.BorderSizePixel = 3
  208. DropHats.Position = UDim2.new(0.288920909, 0, 0.64184612, 0)
  209. DropHats.Size = UDim2.new(0, 100, 0, 25)
  210. DropHats.Font = Enum.Font.Cartoon
  211. DropHats.Text = "Drop Hats"
  212. DropHats.TextColor3 = Color3.new(0, 0, 0)
  213. DropHats.TextSize = 14
  214.  
  215. NoLimbs.Name = "NoLimbs"
  216. NoLimbs.Parent = Main
  217. NoLimbs.BackgroundColor3 = Color3.new(1, 1, 1)
  218. NoLimbs.BorderSizePixel = 3
  219. NoLimbs.Position = UDim2.new(0.551332831, 0, 0.250118643, 0)
  220. NoLimbs.Size = UDim2.new(0, 100, 0, 25)
  221. NoLimbs.Font = Enum.Font.Cartoon
  222. NoLimbs.Text = "No Limbs"
  223. NoLimbs.TextColor3 = Color3.new(0, 0, 0)
  224. NoLimbs.TextSize = 14
  225.  
  226. Creeper.Name = "Creeper"
  227. Creeper.Parent = Main
  228. Creeper.BackgroundColor3 = Color3.new(1, 1, 1)
  229. Creeper.BorderSizePixel = 3
  230. Creeper.Position = UDim2.new(0.551332831, 0, 0.34744224, 0)
  231. Creeper.Size = UDim2.new(0, 100, 0, 25)
  232. Creeper.Font = Enum.Font.Cartoon
  233. Creeper.Text = "Creeper"
  234. Creeper.TextColor3 = Color3.new(0, 0, 0)
  235. Creeper.TextSize = 14
  236.  
  237. ComingIn.Name = "ComingIn"
  238. ComingIn.Parent = Main
  239. ComingIn.BackgroundColor3 = Color3.new(1, 1, 1)
  240. ComingIn.BorderSizePixel = 3
  241. ComingIn.Position = UDim2.new(0.551332831, 0, 0.440389305, 0)
  242. ComingIn.Size = UDim2.new(0, 100, 0, 107)
  243. ComingIn.Font = Enum.Font.SourceSans
  244. ComingIn.Text = "Coming in v0.9!"
  245. ComingIn.TextColor3 = Color3.new(0, 0, 0)
  246. ComingIn.TextScaled = true
  247. ComingIn.TextSize = 14
  248. ComingIn.TextWrapped = true
  249.  
  250. -- Scripts:
  251.  
  252. local function RMETKMB_fake_script() -- NameOfScript.LocalScript
  253. local script = Instance.new('LocalScript', NameOfScript)
  254.  
  255. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  256.  
  257. counter = 0
  258.  
  259. while wait(1)do
  260. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  261.  
  262. counter = counter + 0.01
  263. end
  264. end
  265. coroutine.wrap(RMETKMB_fake_script)()
  266. FollowAll.MouseButton1Click:connect(function() -- FollowAll.LocalScript
  267. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  268. local RobloxReplicatedStorage = game:GetService('RobloxReplicatedStorage')
  269. local RemoteEvent_NewFollower = RobloxReplicatedStorage:WaitForChild('NewFollower')
  270. while wait(0) do
  271. for i,v in pairs(game.Players:GetChildren()) do
  272. RemoteEvent_NewFollower:FireServer(v, true)
  273. end
  274. end
  275. end)
  276. R6Pipis.MouseButton1Click:connect(function() -- R6Pipis.LocalScript
  277. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  278. loadstring(game:HttpGet(('https://pastebin.com/raw/VBNjM0nh'),true))()
  279. end)
  280. local function RQUV_fake_script() -- Main.LocalScript
  281. local script = Instance.new('LocalScript', Main)
  282.  
  283. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  284.  
  285. counter = 0
  286.  
  287. while wait(1)do
  288. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  289.  
  290. counter = counter + 0.01
  291. end
  292. end
  293. coroutine.wrap(RQUV_fake_script)()
  294. FlyingOrbs.MouseButton1Click:connect(function() -- FlyingOrbs.LocalScript
  295. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  296. loadstring(game:HttpGet(('https://pastebin.com/raw/UrxVQURH'),true))()
  297. end)
  298. ChatTroll.MouseButton1Click:connect(function() -- ChatTroll.LocalScript
  299. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  300. local Action = game.Players:GetPlayers()
  301. for i = 1,#Action do
  302. Action[i].Chatted:connect(function(Message)
  303. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  304. end)
  305. end
  306. end)
  307. ServerCrasher.MouseButton1Click:connect(function() -- ServerCrasher.LocalScript
  308. loadstring(game:HttpGet(('https://pastebin.com/raw/VSeqmt5t'),true))()
  309. end)
  310. ChatByp.MouseButton1Click:connect(function() -- ChatByp.LocalScript
  311. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  312. loadstring(game:HttpGet(('https://pastebin.com/raw/Wh0DUEdn'),true))()
  313. end)
  314. Animations.MouseButton1Click:connect(function() -- Animations.LocalScript
  315. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  316. loadstring(game:HttpGet(('https://pastebin.com/raw/9UZAxtTT'),true))()
  317. end)
  318. Shattervast.MouseButton1Click:connect(function() -- Shattervast.LocalScript
  319. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  320. loadstring(game:HttpGet(('https://pastebin.com/raw/TE7fz2m9'),true))()
  321. end)
  322. InfiniteYield.MouseButton1Click:connect(function() -- InfiniteYield.LocalScript
  323. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  324. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  325. end)
  326. if game.Workspace.FilteringEnabled == false then
  327. FE_EnabledDisabled.Text = "FE is disabled."
  328. else
  329. FE_EnabledDisabled.Text = "FE is enabled."
  330. end
  331. DropHats.MouseButton1Click:connect(function() -- DropHats.LocalScript
  332. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  333. loadstring(game:HttpGet(('https://pastebin.com/raw/3puF99Kn'),true))()
  334. end)
  335. NoLimbs.MouseButton1Click:connect(function() -- NoLimbs.LocalScript
  336. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  337. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  338. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  339. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  340. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  341. end)
  342. Creeper.MouseButton1Click:connect(function() -- Creeper.LocalScript
  343. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loaded!",Text=X and"SETTINGS CHANGED!"or"Succesfully loaded!",Duration=20})
  344. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  345. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  346. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  347. end)
  348. local function LWRFLAP_fake_script() -- ComingIn.LocalScript
  349. local script = Instance.new('LocalScript', ComingIn)
  350.  
  351. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  352.  
  353. counter = 0
  354.  
  355. while wait(1)do
  356. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  357.  
  358. counter = counter + 0.01
  359. end
  360. end
  361. coroutine.wrap(LWRFLAP_fake_script)()
  362.  
  363. --something more.
  364. local isHidden = false
  365.  
  366. local mause = game.Players.LocalPlayer:GetMouse()
  367. mause.KeyDown:connect(function(key)
  368. if key == ";" then
  369. if isHidden == false then
  370. Main:TweenPosition(Main.Position - UDim2.new(0,0,1,0),"Out","Quad",0.4,false)
  371. isHidden = true
  372. else
  373. Main:TweenPosition(Main.Position + UDim2.new(0,0,1,0),"Out","Quad",0.4,false)
  374. isHidden = false
  375. end
  376. end
  377. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement