Advertisement
karobloxYT

Untitled

Nov 9th, 2019
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local stop = Instance.new("TextButton")
  7. local ForestOni = Instance.new("TextButton")
  8. local StrongOni = Instance.new("TextButton")
  9. local Weakoni = Instance.new("TextButton")
  10. local clickz = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. --Properties:
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  18. Frame.Position = UDim2.new(0.20608218, 0, 0.234680831, 0)
  19. Frame.Size = UDim2.new(0, 328, 0, 195)
  20.  
  21. stop.Name = "stop"
  22. stop.Parent = Frame
  23. stop.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  24. stop.Position = UDim2.new(0.298780471, 0, 0.841025651, 0)
  25. stop.Size = UDim2.new(0, 131, 0, 31)
  26. stop.Font = Enum.Font.SourceSans
  27. stop.Text = "Stop"
  28. stop.TextColor3 = Color3.new(0, 0, 0)
  29. stop.TextScaled = true
  30. stop.TextSize = 14
  31. stop.TextWrapped = true
  32.  
  33. ForestOni.Name = "ForestOni"
  34. ForestOni.Parent = Frame
  35. ForestOni.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  36. ForestOni.Position = UDim2.new(-2.98023224e-08, 0, 0, 0)
  37. ForestOni.Size = UDim2.new(0, 131, 0, 31)
  38. ForestOni.Font = Enum.Font.SourceSans
  39. ForestOni.Text = "Forest Oni"
  40. ForestOni.TextColor3 = Color3.new(0, 0, 0)
  41. ForestOni.TextScaled = true
  42. ForestOni.TextSize = 14
  43. ForestOni.TextWrapped = true
  44. ForestOni.MouseButton1Click:connect(function()
  45. while true do
  46. wait()
  47. for i,v in pairs(game.workspace["Npc's"]:GetChildren()) do
  48. if string.find(v.Name,"Forest Oni") and v:FindFirstChild("HumanoidRootPart") then
  49. v:FindFirstChild("HumanoidRootPart").Anchored = true
  50. v:FindFirstChild("HumanoidRootPart").CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  51. end
  52. end
  53. end
  54. end)
  55.  
  56. StrongOni.Name = "StrongOni"
  57. StrongOni.Parent = Frame
  58. StrongOni.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  59. StrongOni.Position = UDim2.new(0.600609779, 0, 0, 0)
  60. StrongOni.Size = UDim2.new(0, 131, 0, 31)
  61. StrongOni.Font = Enum.Font.SourceSans
  62. StrongOni.Text = "Strong Oni"
  63. StrongOni.TextColor3 = Color3.new(0, 0, 0)
  64. StrongOni.TextScaled = true
  65. StrongOni.TextSize = 14
  66. StrongOni.TextWrapped = true
  67. StrongOni.MouseButton1Click:connect(function()
  68. while true do
  69. wait()
  70. for i,v in pairs(game.workspace["Npc's"]:GetChildren()) do
  71. if string.find(v.Name,"Strong Oni") and v:FindFirstChild("HumanoidRootPart") then
  72. v:FindFirstChild("HumanoidRootPart").Anchored = true
  73. v:FindFirstChild("HumanoidRootPart").CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  74. end
  75. end
  76. end
  77. end)
  78.  
  79. Weakoni.Name = "Weakoni"
  80. Weakoni.Parent = Frame
  81. Weakoni.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  82. Weakoni.Position = UDim2.new(0.298780501, 0, 0.215384617, 0)
  83. Weakoni.Size = UDim2.new(0, 131, 0, 31)
  84. Weakoni.Font = Enum.Font.SourceSans
  85. Weakoni.Text = "Weak Oni"
  86. Weakoni.TextColor3 = Color3.new(0, 0, 0)
  87. Weakoni.TextScaled = true
  88. Weakoni.TextSize = 14
  89. Weakoni.TextWrapped = true
  90. Weakoni.MouseButton1Click:connect(function()
  91. while true do
  92. wait()
  93. for i,v in pairs(game.workspace["Npc's"]:GetChildren()) do
  94. if string.find(v.Name,"Weak Oni") and v:FindFirstChild("HumanoidRootPart") then
  95. v:FindFirstChild("HumanoidRootPart").Anchored = true
  96. v:FindFirstChild("HumanoidRootPart").CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  97. end
  98. end
  99. end
  100. end)
  101.  
  102. clickz.Name = "clickz"
  103. clickz.Parent = Frame
  104. clickz.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  105. clickz.Position = UDim2.new(0.298780501, 0, 0.492307723, 0)
  106. clickz.Size = UDim2.new(0, 131, 0, 31)
  107. clickz.Font = Enum.Font.SourceSans
  108. clickz.Text = "Tp Click z"
  109. clickz.TextColor3 = Color3.new(0, 0, 0)
  110. clickz.TextScaled = true
  111. clickz.TextSize = 14
  112. clickz.TextWrapped = true
  113. clickz.MouseButton1Click:connect(function()
  114. local kadepzai = game.Players.LocalPlayer
  115. local anhchilathe = game.Players.LocalPlayer.Character.HumanoidRootPart
  116. local mouse = kadepzai:GetMouse()
  117.  
  118. mouse.KeyDown:connect(function(key)
  119. if key == "z" then
  120. if mouse.Target then
  121. anhchilathe.CFrame = CFrame.new(mouse.Hit.x,mouse.Hit.y +5,mouse.Hit.z)
  122. end
  123. end
  124. end)
  125. end)
  126.  
  127. TextLabel.Parent = Frame
  128. TextLabel.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  129. TextLabel.Position = UDim2.new(0.195121944, 0, -0.256410271, 0)
  130. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  131. TextLabel.Font = Enum.Font.SourceSans
  132. TextLabel.Text = "[Game Open!] Demon Slayer [ALPHA]"
  133. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  134. TextLabel.TextScaled = true
  135. TextLabel.TextSize = 14
  136. TextLabel.TextWrapped = true
  137. -- Scripts:
  138. Frame.Draggable = true
  139. Frame.Active =true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement