Advertisement
Guest User

dick sucking

a guest
Aug 23rd, 2017
3,740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.02 KB | None | 0 0
  1. origamiflyawayquotes = {
  2.     "Fly away!",
  3.     "Have a fun trip towards heaven.",
  4.     "You're blasting off again!",
  5.     "Onwards! To the skies!",
  6.     "Why not experience flying for the first time?",
  7.     "Fly away my child!",
  8.     "Awaremi.",
  9.     "Anata no saigo, ōkina otokonoko."
  10. }
  11.  
  12. origamisurvivequotes = {
  13.     "Oh cool, you survived.",
  14.     "How tough are you, hm?",
  15.     "There's no escape... Maybe.",
  16.     "How quiant.",
  17.     "N-Nani?!",
  18.     "Naze anata wa shinde inai nodesu ka?",
  19.     "Omae wa mou shindeiru."
  20. }
  21.  
  22.     mouse.KeyDown:connect(function(key)
  23.         if key == "x" and Debounces.OnStance == true and cooldowns["origamis"] == nil then
  24.             local flyAway = false
  25.             local didNotFlyAway = false
  26.             Cooldown('origamis', 1)
  27.             CanAttack = false
  28.             Debounces.NoIdl = true
  29.             Debounces.on = true
  30.             Debounces.OnStance = true
  31.             char.Humanoid.WalkSpeed = 0
  32.             chat:Chat(hed, "Origami...", "Red")
  33.             local y = Instance.new("Sound")
  34.             y.SoundId = "http://www.roblox.com/asset/?id=233096543"
  35.             y.Parent = m
  36.             y.Pitch = 0.3
  37.             y.Volume = 3
  38.             y:Play()
  39.             for i = 1, 10 do
  40.                     larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(100), math.rad(-100), math.rad(60)), 0.3)
  41.                     rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(32)), 0.6)
  42.                     lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(-20)), 0.6)
  43.                     rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1.2, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(5)), 0.6)
  44.                     hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(50), 0), 0.6)
  45.                     torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-80), math.rad(20)), 0.6)
  46.                           if Debounces.on == false then
  47.                                   break
  48.                           end
  49.                           wait()
  50.             end
  51.             wait(0.5)
  52.             local a = Instance.new("Sound")
  53.             a.SoundId = "http://www.roblox.com/asset/?id=28257433"
  54.             a.Parent = m
  55.             a.Pitch = 0.5
  56.             a.Volume = 3
  57.             a:Play()
  58.         cor.Touched:connect(function(hit)
  59.             local ht = hit.Parent
  60.             if Debounces.OnStance == true and hit:IsA("Model") then
  61.                 if hit:findFirstChild("Humanoid") then
  62.                     if hit.Name ~= p.Name then
  63.                         Cooldown('origamis', 30)
  64.                         local c = Instance.new("Sound")
  65.                         c.SoundId = "rbxassetid://46153268"
  66.                         c.Parent = m
  67.                         c.Pitch = 0.5
  68.                         c.Volume = 3
  69.                         c:Play()
  70.                         local hittorso = hit:FindFirstChild("Torso")
  71.                         local bodyforce = Instance.new("BodyForce", hittorso)
  72.                         bodyforce.force = Vector3.new(0, game.Workspace.Gravity, 0) * hittorso  :GetMass()
  73.                         hit:FindFirstChild("Humanoid"):TakeDamage(math.random(80, 100))
  74.                         if hit:FindFirstChild("Humanoid").Health <= 0 then
  75.                             flyAway = true
  76.                         elseif hit:FindFirstChild("Humanoid").Health >= 0 then
  77.                             didNotFlyAway = true
  78.                         end
  79.                         wait()
  80.                         chat:Chat(hed, "Ten'vu!", "Red")
  81.                         hittorso.Velocity = hed.CFrame.upVector * 300
  82.                         script.fire:Clone().Parent = hittorso
  83.                         script.smoke:Clone().Parent = hittorso
  84.                         script.sparks:Clone().Parent = hittorso
  85.                         script.shockwavesoke:Clone().Parent = torso
  86.                         local b = Instance.new("Sound")
  87.                         b.SoundId = "rbxassetid://221920737"
  88.                         b.Parent = m
  89.                         b.Pitch = 1
  90.                         b.Volume = 3
  91.                         b:Play()
  92.                         wait(1)
  93.                         torso.shockwavesoke.Enabled = false
  94.                         wait(5)
  95.                         torso.shockwavesoke:Destroy()
  96.                         hittorso.smoke.Enabled = false
  97.                         hittorso.fire.Enabled = false
  98.                         hittorso.sparks.Enabled = false
  99.                         end
  100.                 end
  101.             end
  102.             for i = 1, 60 do
  103.                     larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(100), math.rad(-250), math.rad(60)), 0.6)
  104.                     rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(32)), 0.6)
  105.                     lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(-20)), 0.6)
  106.                     rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1.2, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(5)), 0.6)
  107.                     hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(75), 0), 0.6)
  108.                     torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-80), math.rad(0)), 0.6)
  109.                           if Debounces.on == false then
  110.                                   break
  111.                           end
  112.                           wait()
  113.             end
  114.             wait(1)
  115.             if flyAway == true  and hit:FindFirstChild("Humanoid").Health <= 0 then
  116.                 chat:Chat(hed, origamiflyawayquotes[math.random(#origamiflyawayquotes)], "Red")
  117.                 Cooldown('origamis', 60)
  118.             end
  119.             if didNotFlyAway == true then
  120.                 chat:Chat(hed, origamisurvivequotes[math.random(#origamisurvivequotes)], "Red")
  121.             end
  122.             CanAttack = true
  123.             Debounces.on = false
  124.             Debounces.OnStance = false
  125.         end)
  126.             end
  127.     end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement