Advertisement
kevin_flash99

A Bizarre Journer FE Thanos

May 8th, 2021
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.64 KB | None | 0 0
  1. --[[ made by PumpkinWorks
  2.     Moveset:
  3.     * E - Barrage
  4.     * R - Slap
  5.     * T - Snap
  6. --]]
  7. game.ReplicatedStorage.BlankStand:FireServer()
  8. game.Players.LocalPlayer.Backpack.Standless:Destroy()
  9. game.ReplicatedStorage.MaxHealthChange:FireServer(10000)
  10. local char = game.Players.LocalPlayer.Character
  11. local A_1 = game.Players.LocalPlayer.Character.Humanoid
  12. local A_2 = CFrame.new(-6.81358242, 200.858002, 142.885925, -0.885562241, 0.282340407, -0.368867457, 0.165158778, -0.550821185, -0.81811887, -0.4341681, -0.78541702, 0.441155493)
  13. local A_3 = 1000000000000000000000
  14. local A_4 = 0
  15. local A_6 = "rbxassetid://245751634"
  16. local A_7 = 0.075
  17. local A_8 = Color3.new(255, 255, 0)
  18. local A_9 = "rbxassetid://2914074987"
  19. local A_10 = 2
  20. local A_11 = 0.22
  21. local Event = game:GetService("ReplicatedStorage").Heal5
  22. Event:FireServer(A_1, A_2, A_3, A_4, A_6, A_7, A_8, A_9, A_10, A_11)
  23. local uis = game:GetService("UserInputService")
  24. local pose = false
  25. local player = game.Players.LocalPlayer
  26. local scriptEnabled = true
  27. local anim = Instance.new("Animation",game.Workspace)
  28. player.Character.Humanoid.WalkSpeed = 45
  29. player.Character.Humanoid.JumpPower = 70
  30. local cSpeed = player.Character.Humanoid.WalkSpeed
  31. local jPower = player.Character.Humanoid.JumpPower
  32. anim.AnimationId = "rbxassetid://6582251429"
  33. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  34. -- functions
  35. function damage1(humanoid,damage)
  36.     local A_1 = humanoid
  37.     local A_2 = CFrame.new(215.567932, 199.109344, 220.248947, 0.794619381, -0.586957216, -0.155116558, 0.201544017, 0.496048301, -0.844580531, 0.57267797, 0.639857292, 0.512467325)
  38.     local A_3 = damage
  39.     local A_4 = 0.25
  40.     local A_5 = Vector3.new(999999999999, 999999999999, 999999999999)
  41.     local A_6 = "rbxassetid://241837157"
  42.     local A_7 = 0.075
  43.     local A_8 = Color3.new(255, 255, 255)
  44.     local A_9 = "rbxassetid://260430079"
  45.     local A_10 = 0.9
  46.     local A_11 = 0.18
  47.     local Event = game:GetService("ReplicatedStorage").Damage
  48.     Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8, A_9, A_10, A_11)
  49. end
  50. function knock(humanoid)
  51.     local A_1 = humanoid
  52.     local Event = game:GetService("ReplicatedStorage").Knock
  53.     Event:FireServer(A_1)
  54. end
  55. function barrage()
  56.     local anim = Instance.new("Animation",game.Workspace)
  57.     anim.AnimationId = "rbxassetid://5140066971"
  58.     game.Debris:AddItem(anim,10)
  59.     local track = char.Humanoid:LoadAnimation(anim)
  60.     local hitbox1 = Instance.new("Part",game.Workspace)
  61.     hitbox1.CanCollide = false
  62.     hitbox1.Anchored = false
  63.     hitbox1.Transparency = 1
  64.     hitbox1.BrickColor = BrickColor.new("Black")
  65.     hitbox1.CFrame = char["Left Arm"].CFrame
  66.     hitbox1.Size = char["Left Arm"].Size * 1.5
  67.     local weld1 = Instance.new("Weld",hitbox1)
  68.     weld1.Part0 = hitbox1
  69.     weld1.Part1 = char["Left Arm"]
  70.     local hitbox2 = Instance.new("Part",game.Workspace)
  71.     hitbox2.CanCollide = false
  72.     hitbox2.Anchored = false
  73.     hitbox2.Transparency = 1
  74.     hitbox2.BrickColor = BrickColor.new("Black")
  75.     hitbox2.CFrame = char["Right Arm"].CFrame
  76.     hitbox2.Size = char["Right Arm"].Size * 1.5
  77.     local weld2 = Instance.new("Weld",hitbox2)
  78.     weld2.Part0 = hitbox2
  79.     weld2.Part1 = char["Right Arm"]
  80.     track:Play()
  81.     local debounce1 = false
  82.     local debounce2 = false
  83.     hitbox1.Touched:Connect(function(hit)
  84.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= char and debounce1 == false then
  85.             damage1(hit.Parent.Humanoid,100)
  86.             knock(hit.Parent.Humanoid)
  87.         end
  88.     end)
  89.     spawn(function()
  90.         hitbox2.Touched:Connect(function(hit)
  91.             if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= char and debounce2 == false then
  92.                 damage1(hit.Parent.Humanoid,100)
  93.             end
  94.         end)
  95.     end)
  96.     wait(3)
  97.     hitbox1:Destroy()
  98.     hitbox2:Destroy()
  99.     track:Stop()
  100. end
  101. function say(text)
  102. local A_1 = game.Players.LocalPlayer.Character:FindFirstChild("Head")
  103. local A_2 = text
  104. local A_3 = "rbxassetid://0"
  105. local A_4 = 1
  106. local A_5 = 1
  107. local A_6 = 0
  108. local Event = game:GetService("ReplicatedStorage").Taunt
  109. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6)
  110. end
  111. function quote()
  112.     local a = math.random(1,10)
  113.     if a == 1 then
  114.         say("ez")
  115.     elseif a == 2 then
  116.         say("your trash lmfao")
  117.     elseif a == 3 then
  118.         say("get good LOL")
  119.     end
  120. end
  121. function teleport()
  122.     char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame + char.HumanoidRootPart.CFrame.LookVector * 30
  123. end
  124. function snap()
  125.     for _,v in pairs(game.Players:GetPlayers()) do
  126.         if v.Name ~= game.Players.LocalPlayer.Name then
  127.             damage1(v.Character.Humanoid,100)
  128.             damage1(v.Character.Humanoid,100)
  129.             damage1(v.Character.Humanoid,100)
  130.         end
  131.     end
  132. end
  133. function slap()
  134.     local anim = Instance.new("Animation",game.Workspace)
  135.     anim.AnimationId = "rbxassetid://5140049812"
  136.     game.Debris:AddItem(anim,10)
  137.     local track = char.Humanoid:LoadAnimation(anim)
  138.     local hitbox1 = Instance.new("Part",game.Workspace)
  139.     hitbox1.CanCollide = false
  140.     hitbox1.Anchored = false
  141.     hitbox1.Transparency = 1
  142.     hitbox1.BrickColor = BrickColor.new("Black")
  143.     hitbox1.CFrame = char["Right Arm"].CFrame
  144.     hitbox1.Size = char["Right Arm"].Size * 1.5
  145.     local weld1 = Instance.new("Weld",hitbox1)
  146.     weld1.Part0 = hitbox1
  147.     weld1.Part1 = char["Right Arm"]
  148.     track:Play()
  149.     local debounce1 = false
  150.     hitbox1.Touched:Connect(function(hit)
  151.         if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= char and debounce1 == false then
  152.             damage1(hit.Parent.Humanoid,100)
  153.             knock(hit.Parent.Humanoid)
  154.         end
  155.     end)
  156.     wait(1.5)
  157.     hitbox1:Destroy()
  158.     track:Stop()
  159. end
  160. -- keybinds
  161. uis.InputBegan:connect(function(input,isTyping)
  162.   if scriptEnabled == true then
  163.     if isTyping == false and input.KeyCode == Enum.KeyCode.G then
  164.         if pose == false then
  165.             pose = true
  166.             wait()
  167.             track:Play()
  168.             player.Character.Humanoid.WalkSpeed = 0
  169.             player.Character.Humanoid.JumpPower = 0
  170.             local A_1 = true
  171.             local Event = game:GetService("ReplicatedStorage").Menacing
  172.             Event:FireServer(A_1)
  173.             local A_1 = game.Players.LocalPlayer.Character.Head
  174.             local A_2 = " "
  175.             local A_3 = "rbxassetid://0"
  176.             local A_4 = 600
  177.             local A_5 = 600
  178.             local A_6 = 0
  179.             local Event = game:GetService("ReplicatedStorage").Taunt
  180.             Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6)
  181.         else
  182.             pose = false
  183.             wait()
  184.             track:Stop()
  185.             player.Character.Humanoid.WalkSpeed = 50
  186.             player.Character.Humanoid.JumpPower = 16
  187.             local A_1 = true
  188.             local Event = game:GetService("ReplicatedStorage").Menacing
  189.             Event:FireServer(A_1)
  190.             local A_1 = game.Players.LocalPlayer.Character.Head
  191.             local A_2 = " "
  192.             local A_3 = "rbxassetid://0"
  193.             local A_4 = 600
  194.             local A_5 = 600
  195.             local A_6 = 0
  196.             local Event = game:GetService("ReplicatedStorage").Taunt
  197.             Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6)
  198.         end
  199.     elseif isTyping == false and input.KeyCode == Enum.KeyCode.E then
  200.         barrage()
  201.     elseif isTyping == false and input.KeyCode == Enum.KeyCode.N then
  202.         quote()
  203.     elseif isTyping == false and input.KeyCode == Enum.KeyCode.V then
  204.         teleport()
  205.     elseif isTyping == false and input.KeyCode == Enum.KeyCode.R then
  206.         slap()
  207.     elseif isTyping == false and input.KeyCode == Enum.KeyCode.T then
  208.         snap()
  209.     end
  210.   end
  211. end)
  212. while scriptEnabled == true do
  213.     if player.Character:FindFirstChild("Humanoid").Health <= 0 then
  214.         scriptEnabled = false
  215.         print("Player died")
  216.         wait()
  217.     end
  218.     wait()
  219. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement