RobloxPain3

DemonSlayer

Sep 1st, 2019
2,936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. -- Checkout Spooky Devs: https://discord.gg/w7aWW4j
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Topbar = Instance.new("Frame")
  4. local MFrame = Instance.new("Frame")
  5. local DH = Instance.new("TextButton")
  6. local NLR = Instance.new("TextButton")
  7. local SNS = Instance.new("TextButton")
  8. local CR = Instance.new("TextLabel")
  9. local HN = Instance.new("TextButton")
  10. local ADA = Instance.new("TextButton")
  11. local LB = Instance.new("TextButton")
  12. local BB = Instance.new("TextButton")
  13. local WB = Instance.new("TextButton")
  14. local CR1 = Instance.new("TextLabel")
  15. local CR2 = Instance.new("TextLabel")
  16. local TP = Instance.new("TextLabel")
  17. local Close = Instance.new("TextButton")
  18. local DArt = Instance.new("TextLabel")
  19. local ENE = Instance.new("TextLabel")
  20. local Open = Instance.new("TextButton")
  21. --Properties:
  22. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. ScreenGui.Parent = game.CoreGui
  24.  
  25. Topbar.Name = "Topbar"
  26. Topbar.Parent = ScreenGui
  27. Topbar.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  28. Topbar.BorderSizePixel = 0
  29. Topbar.Position = UDim2.new(-1.09599996, 0, 0.174999997, 0)
  30. Topbar.Size = UDim2.new(0, 407, 0, 30)
  31. Topbar.ZIndex = 2
  32.  
  33. MFrame.Name = "MFrame"
  34. MFrame.Parent = Topbar
  35. MFrame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  36. MFrame.BorderSizePixel = 0
  37. MFrame.Size = UDim2.new(0, 407, 0, 201)
  38.  
  39. DH.Name = "DH"
  40. DH.Parent = MFrame
  41. DH.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  42. DH.Position = UDim2.new(0.0190634485, 0, 0.74626863, 0)
  43. DH.Size = UDim2.new(0, 117, 0, 27)
  44. DH.Font = Enum.Font.Bodoni
  45. DH.Text = "Demons/Humans"
  46. DH.TextColor3 = Color3.new(1, 1, 1)
  47. DH.TextSize = 16
  48. DH.TextWrapped = true
  49.  
  50. NLR.Name = "NLR"
  51. NLR.Parent = MFrame
  52. NLR.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  53. NLR.Position = UDim2.new(0.0190634467, 0, 0.402985066, 0)
  54. NLR.Size = UDim2.new(0, 117, 0, 39)
  55. NLR.Font = Enum.Font.Bodoni
  56. NLR.Text = "Never lose-rep & Anti Combat Tag"
  57. NLR.TextColor3 = Color3.new(1, 1, 1)
  58. NLR.TextSize = 16
  59. NLR.TextWrapped = true
  60.  
  61. SNS.Name = "SNS"
  62. SNS.Parent = MFrame
  63. SNS.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  64. SNS.Position = UDim2.new(0.0192875564, 0, 0.194029778, 0)
  65. SNS.Size = UDim2.new(0, 117, 0, 29)
  66. SNS.Font = Enum.Font.Bodoni
  67. SNS.Text = "Semi - No Stun"
  68. SNS.TextColor3 = Color3.new(1, 1, 1)
  69. SNS.TextSize = 16
  70. SNS.TextWrapped = true
  71.  
  72. CR.Name = "CR"
  73. CR.Parent = MFrame
  74. CR.BackgroundColor3 = Color3.new(1, 1, 1)
  75. CR.BackgroundTransparency = 1
  76. CR.Position = UDim2.new(0.66978538, 0, 0.189054802, 0)
  77. CR.Size = UDim2.new(0, 113, 0, 30)
  78. CR.ZIndex = 2
  79. CR.Font = Enum.Font.Bodoni
  80. CR.Text = "Credits"
  81. CR.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  82. CR.TextSize = 18
  83.  
  84. HN.Name = "HN"
  85. HN.Parent = MFrame
  86. HN.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  87. HN.Position = UDim2.new(0.341154873, 0, 0.194029778, 0)
  88. HN.Size = UDim2.new(0, 117, 0, 29)
  89. HN.Font = Enum.Font.Bodoni
  90. HN.Text = "Hide Name"
  91. HN.TextColor3 = Color3.new(1, 1, 1)
  92. HN.TextSize = 16
  93. HN.TextWrapped = true
  94.  
  95. ADA.Name = "ADA"
  96. ADA.Parent = MFrame
  97. ADA.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  98. ADA.Position = UDim2.new(0.343004078, 0, 0.691542208, 0)
  99. ADA.Size = UDim2.new(0, 126, 0, 27)
  100. ADA.Font = Enum.Font.Bodoni
  101. ADA.Text = "Arrow Demon Art"
  102. ADA.TextColor3 = Color3.new(1, 1, 1)
  103. ADA.TextSize = 16
  104. ADA.TextWrapped = true
  105.  
  106. LB.Name = "LB"
  107. LB.Parent = MFrame
  108. LB.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  109. LB.Position = UDim2.new(0.343004078, 0, 0.825870574, 0)
  110. LB.Size = UDim2.new(0, 126, 0, 27)
  111. LB.Font = Enum.Font.Bodoni
  112. LB.Text = "Lighting Breathing"
  113. LB.TextColor3 = Color3.new(1, 1, 1)
  114. LB.TextSize = 16
  115. LB.TextWrapped = true
  116.  
  117. BB.Name = "BB"
  118. BB.Parent = MFrame
  119. BB.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  120. BB.Position = UDim2.new(0.66978544, 0, 0.825870574, 0)
  121. BB.Size = UDim2.new(0, 126, 0, 27)
  122. BB.Font = Enum.Font.Bodoni
  123. BB.Text = "Beast Breathing"
  124. BB.TextColor3 = Color3.new(1, 1, 1)
  125. BB.TextSize = 16
  126. BB.TextWrapped = true
  127.  
  128. WB.Name = "WB"
  129. WB.Parent = MFrame
  130. WB.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  131. WB.Position = UDim2.new(0.66978544, 0, 0.691542208, 0)
  132. WB.Size = UDim2.new(0, 126, 0, 27)
  133. WB.Font = Enum.Font.Bodoni
  134. WB.Text = "Water Breathing"
  135. WB.TextColor3 = Color3.new(1, 1, 1)
  136. WB.TextSize = 16
  137. WB.TextWrapped = true
  138.  
  139. CR1.Name = "CR1"
  140. CR1.Parent = MFrame
  141. CR1.BackgroundColor3 = Color3.new(1, 1, 1)
  142. CR1.BackgroundTransparency = 1
  143. CR1.Position = UDim2.new(0.530712545, 0, 0.497512549, 0)
  144. CR1.Size = UDim2.new(0, 102, 0, 23)
  145. CR1.ZIndex = 2
  146. CR1.Font = Enum.Font.Bodoni
  147. CR1.Text = "Spooky dino - Scripter & gui dev"
  148. CR1.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  149. CR1.TextSize = 16
  150.  
  151. CR2.Name = "CR2"
  152. CR2.Parent = MFrame
  153. CR2.BackgroundColor3 = Color3.new(1, 1, 1)
  154. CR2.BackgroundTransparency = 1
  155. CR2.Position = UDim2.new(0.530712545, 0, 0.383084565, 0)
  156. CR2.Size = UDim2.new(0, 102, 0, 24)
  157. CR2.ZIndex = 2
  158. CR2.Font = Enum.Font.Bodoni
  159. CR2.Text = "budderattack550 - Scripter"
  160. CR2.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  161. CR2.TextSize = 16
  162.  
  163. TP.Name = "TP"
  164. TP.Parent = Topbar
  165. TP.BackgroundColor3 = Color3.new(1, 1, 1)
  166. TP.BackgroundTransparency = 1
  167. TP.Position = UDim2.new(0.0357845277, 0, 4.00000048, 0)
  168. TP.Size = UDim2.new(0, 102, 0, 30)
  169. TP.ZIndex = 2
  170. TP.Font = Enum.Font.Bodoni
  171. TP.Text = "Teleports"
  172. TP.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  173. TP.TextSize = 18
  174.  
  175. Close.Name = "Close"
  176. Close.Parent = Topbar
  177. Close.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  178. Close.BackgroundTransparency = 0.69999998807907
  179. Close.Position = UDim2.new(0.84729737, 0, 0.200000003, 0)
  180. Close.Size = UDim2.new(0, 53, 0, 18)
  181. Close.ZIndex = 2
  182. Close.Font = Enum.Font.Bodoni
  183. Close.Text = "Close"
  184. Close.TextColor3 = Color3.new(1, 1, 1)
  185. Close.TextSize = 16
  186. Close.TextWrapped = true
  187.  
  188. DArt.Name = "DArt"
  189. DArt.Parent = Topbar
  190. DArt.BackgroundColor3 = Color3.new(1, 1, 1)
  191. DArt.BackgroundTransparency = 1
  192. DArt.Size = UDim2.new(0, 102, 0, 30)
  193. DArt.ZIndex = 2
  194. DArt.Font = Enum.Font.Bodoni
  195. DArt.Text = "Demons Art"
  196. DArt.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  197. DArt.TextSize = 18
  198.  
  199. ENE.Name = "ENE"
  200. ENE.Parent = Topbar
  201. ENE.BackgroundColor3 = Color3.new(1, 1, 1)
  202. ENE.BackgroundTransparency = 1
  203. ENE.Position = UDim2.new(0.0192875601, 0, 5.90000057, 0)
  204. ENE.Size = UDim2.new(0, 116, 0, 24)
  205. ENE.ZIndex = 2
  206. ENE.Font = Enum.Font.Bodoni
  207. ENE.Text = "Disabled"
  208. ENE.TextColor3 = Color3.new(1, 0.282353, 0)
  209. ENE.TextSize = 18
  210.  
  211. Open.Name = "Open"
  212. Open.Parent = ScreenGui
  213. Open.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  214. Open.BackgroundTransparency = 0.69999998807907
  215. Open.NextSelectionUp = MFrame
  216. Open.Position = UDim2.new(-0.00100000005, -100, 0.268999994, 0)
  217. Open.Size = UDim2.new(0, 62, 0, 29)
  218. Open.ZIndex = 2
  219. Open.Font = Enum.Font.Bodoni
  220. Open.Text = "Open"
  221. Open.TextColor3 = Color3.new(1, 1, 1)
  222. Open.TextSize = 16
  223. Open.TextWrapped = true
  224. -- Scripts:
  225. function SCRIPT_ODEF88_FAKESCRIPT() -- DH.Script
  226. local script = Instance.new('Script')
  227. script.Parent = DH
  228. _G.attack = false
  229.  
  230. script.Parent.MouseButton1Click:Connect(function()
  231. if _G.attack == true then
  232. ENE.Text = "Disabled"
  233. _G.attack = false
  234. ENE.TextColor3 = Color3.fromRGB(255, 72, 0)
  235. elseif _G.attack == false then
  236. ENE.Text = "Enabled"
  237. _G.attack = true
  238. loadstring(game:HttpGet(('https://pastebin.com/raw/nc6GktgD'),true))()
  239. ENE.TextColor3 = Color3.fromRGB(80, 230, 0)
  240. end
  241. end)
  242.  
  243. end
  244. coroutine.resume(coroutine.create(SCRIPT_ODEF88_FAKESCRIPT))
  245. function SCRIPT_AMSM87_FAKESCRIPT() -- NLR.Script
  246. local script = Instance.new('Script')
  247. script.Parent = NLR
  248. script.Parent.MouseButton1Click:Connect(function()
  249. loadstring(game:HttpGet(('https://pastebin.com/raw/10d5hAPC'),true))()
  250. end)
  251.  
  252. end
  253. coroutine.resume(coroutine.create(SCRIPT_AMSM87_FAKESCRIPT))
  254. function SCRIPT_DPXT76_FAKESCRIPT() -- SNS.Script
  255. local script = Instance.new('Script')
  256. script.Parent = SNS
  257. script.Parent.MouseButton1Click:Connect(function()
  258. loadstring(game:HttpGet(('https://pastebin.com/raw/ZuinU3k1'),true))()
  259. end)
  260.  
  261. end
  262. coroutine.resume(coroutine.create(SCRIPT_DPXT76_FAKESCRIPT))
  263. function SCRIPT_MVQC71_FAKESCRIPT() -- HN.Script
  264. local script = Instance.new('Script')
  265. script.Parent = HN
  266. script.Parent.MouseButton1Click:Connect(function()
  267. loadstring(game:HttpGet(('https://pastebin.com/raw/D6Ed3GDH'),true))()
  268. end)
  269.  
  270. end
  271. coroutine.resume(coroutine.create(SCRIPT_MVQC71_FAKESCRIPT))
  272. function SCRIPT_ZPAM83_FAKESCRIPT() -- ADA.Script
  273. local script = Instance.new('Script')
  274. script.Parent = ADA
  275. script.Parent.MouseButton1Click:Connect(function()
  276. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  277. local ArrowDemon = workspace["Arrow Demon Art"].HumanoidRootPart
  278. plr.CFrame = ArrowDemon.CFrame
  279. end)
  280.  
  281. end
  282. coroutine.resume(coroutine.create(SCRIPT_ZPAM83_FAKESCRIPT))
  283. function SCRIPT_DWAV83_FAKESCRIPT() -- LB.Script
  284. local script = Instance.new('Script')
  285. script.Parent = LB
  286. script.Parent.MouseButton1Click:Connect(function()
  287. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  288. local ThunderBreathing = workspace.Zenitsu.HumanoidRootPart
  289. plr.CFrame = ThunderBreathing.CFrame
  290. end)
  291.  
  292. end
  293. coroutine.resume(coroutine.create(SCRIPT_DWAV83_FAKESCRIPT))
  294. function SCRIPT_IKQX86_FAKESCRIPT() -- BB.Script
  295. local script = Instance.new('Script')
  296. script.Parent = BB
  297. script.Parent.MouseButton1Click:Connect(function()
  298. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  299. for i, v in pairs(workspace:GetChildren()) do
  300. if v:IsA("Model") then
  301. if v:FindFirstChild("BeastKatana2") then
  302. plr.CFrame = v.HumanoidRootPart.CFrame
  303. end
  304. end
  305. end
  306. end)
  307.  
  308. end
  309. coroutine.resume(coroutine.create(SCRIPT_IKQX86_FAKESCRIPT))
  310. function SCRIPT_BZCF65_FAKESCRIPT() -- WB.Script
  311. local script = Instance.new('Script')
  312. script.Parent = WB
  313. script.Parent.MouseButton1Click:Connect(function()
  314. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  315. for i, v in pairs(workspace:GetChildren()) do
  316. if v:IsA("Model") then
  317. if v:FindFirstChild("Tanjiro") then
  318. plr.CFrame = v.Head.CFrame + Vector3.new(0,5,0)
  319. end
  320. end
  321. end
  322. end)
  323.  
  324. end
  325. coroutine.resume(coroutine.create(SCRIPT_BZCF65_FAKESCRIPT))
  326. function SCRIPT_SEDI74_FAKESCRIPT() -- Close.LocalScript
  327. local script = Instance.new('LocalScript')
  328. script.Parent = Close
  329. script.Parent.MouseButton1Click:Connect(function()
  330. Topbar:TweenPosition(UDim2.new(-1.096, 0,0.175, 0),'Out','Quart',1)
  331. wait(0.5)
  332. Open:TweenPosition(UDim2.new(-0.001, 0,0.269, 0),'Out','Quart',1)
  333. end)
  334.  
  335. end
  336. coroutine.resume(coroutine.create(SCRIPT_SEDI74_FAKESCRIPT))
  337. function SCRIPT_FODE67_FAKESCRIPT() -- Open.LocalScript
  338. local script = Instance.new('LocalScript')
  339. script.Parent = Open
  340. script.Parent.MouseButton1Click:Connect(function()
  341. Open:TweenPosition(UDim2.new(-0.001, -100,0.269, 0),'Out','Quart',1)
  342. wait(0.5)
  343. Topbar:TweenPosition(UDim2.new(0.313, -100,0.324, 0),'Out','Bounce',1)
  344. end)
  345.  
  346. end
  347. coroutine.resume(coroutine.create(SCRIPT_FODE67_FAKESCRIPT))
  348. function SCRIPT_DSAM72_FAKESCRIPT() -- ScreenGui.Script
  349. local script = Instance.new('Script')
  350. script.Parent = ScreenGui
  351. wait(0.5)
  352. Topbar:TweenPosition(UDim2.new(0.313, -100,0.324, 0),'Out','Bounce',1)
  353. Topbar.Draggable=true;Topbar.Active=true
  354.  
  355. end
  356. coroutine.resume(coroutine.create(SCRIPT_DSAM72_FAKESCRIPT))
Add Comment
Please, Sign In to add comment