Advertisement
Guest User

DickScript

a guest
Jan 22nd, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. --[[
  2. Sscript Made By Parellel X
  3. Px
  4. --]]
  5.  
  6.  
  7.  
  8. --R6 dick by diemiers
  9.  
  10.  
  11. spawn(function()
  12. local message = Instance.new("Message",workspace)
  13. message.Text = "Fe penisito loaded"
  14. wait(11)
  15. message:Destroy()
  16. end)
  17.  
  18. local name = "Torso"
  19. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  20. name = "UpperTorso"
  21. end
  22.  
  23. local ch = game.Players.LocalPlayer.Character
  24. local prt=Instance.new("Model", workspace)
  25. local z1 = Instance.new("Part", prt)
  26. z1.Name="Torso"
  27. z1.CanCollide = false
  28. z1.Anchored = true
  29. local z2 =Instance.new("Part", prt)
  30. z2.Name="Head"
  31. z2.Anchored = true
  32. z2.CanCollide = false
  33. local z3 =Instance.new("Humanoid", prt)
  34. z3.Name="Humanoid"
  35. z1.Position = Vector3.new(0,9999,0)
  36. z2.Position = Vector3.new(0,9991,0)
  37. game.Players.LocalPlayer.Character=prt
  38. wait(5)
  39. game.Players.LocalPlayer.Character=ch
  40. wait(6)
  41. game:GetService('RunService').Stepped:connect(function()
  42. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  43. end)
  44. game:GetService('RunService').RenderStepped:connect(function()
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  46. end)
  47. plr = game.Players.LocalPlayer
  48. mouse = plr:GetMouse()
  49.  
  50. game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
  51.  
  52. local Hum = Instance.new("Humanoid")
  53.  
  54.  
  55.  
  56. Hum.Parent = game.Players.LocalPlayer.Character
  57. game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
  58. --game.Players.LocalPlayer.Character:FindFirstChild("Torso").Name = "Head"
  59. --game.Players.LocalPlayer.Character:FindFirstChild("Head"):Destroy()
  60. --game.Players.LocalPlayer.Character:FindFirstChild(name):Destroy()
  61. --game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "GaiPArt"
  62. local root =game.Players.LocalPlayer.Character["Right Arm"] -- game.Players.LocalPlayer.Character["Left Leg"]
  63. root.Name = "HumanoidRootPart"
  64.  
  65. Hum.HipHeight = 5
  66.  
  67.  
  68. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.HumanoidRootPart
  69.  
  70.  
  71.  
  72.  
  73. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  74.  
  75. if v.Name ~=root.Name and v.Name ~="Humanoid" and v.Name ~= "Left Arm" and v.Name ~= "Left Leg" and v.Name ~= "Right Leg" then
  76.  
  77. v:Destroy()
  78.  
  79. elseif v.Name == "Left Arm" then
  80.  
  81. local bp = Instance.new("BodyPosition",v)
  82. bp.MaxForce = Vector3.new(99999,99999,99999)
  83. local bg = Instance.new("BodyGyro",v)
  84. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  85.  
  86. spawn(function()
  87. bp.D = 300
  88. while true do
  89. bp.Position = root.Position+Vector3.new(0,1.8+1.8+1.8-0.3,0)
  90. wait()
  91. end
  92.  
  93. end)
  94.  
  95. elseif v.Name == "Left Leg" then
  96.  
  97. local bp = Instance.new("BodyPosition",v)
  98. bp.MaxForce = Vector3.new(99999,99999,99999)
  99. local bg = Instance.new("BodyGyro",v)
  100. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  101.  
  102. spawn(function()
  103. bp.D = 300
  104. while true do
  105. bp.Position = root.Position+Vector3.new(0,1.8-0.3,0)
  106. wait()
  107. end
  108.  
  109. end)
  110.  
  111. elseif v.Name == "Right Leg" then
  112.  
  113. local bp = Instance.new("BodyPosition",v)
  114. bp.MaxForce = Vector3.new(99999,99999,99999)
  115. local bg = Instance.new("BodyGyro",v)
  116. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  117. spawn(function()
  118. bp.D = 300
  119. while true do
  120. bp.Position = root.Position+Vector3.new(0,1.8+1.8-0.3,0)
  121. wait()
  122. end
  123.  
  124. end)
  125. elseif v.Name == root.Name then
  126.  
  127. local bg = Instance.new("BodyGyro",v)
  128. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  129. bg.CFrame = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
  130.  
  131. end
  132.  
  133.  
  134. end
  135.  
  136. --local se = Instance.new("SelectionBox",root)
  137. --se.Adornee = root
  138.  
  139.  
  140. power = 999999 -- change this to make it more or less powerful
  141.  
  142. power = power*10
  143.  
  144. ---
  145. wait(.1)
  146. --local bambam = Instance.new("BodyThrust")
  147. --bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  148. --bambam.Force = Vector3.new(power,0,power)
  149. --bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  150.  
  151.  
  152.  
  153.  
  154. local mouse = game.Players.LocalPlayer:GetMouse()
  155.  
  156.  
  157. local plr = game.Players.LocalPlayer
  158. local torso = root
  159. local flying = true
  160. local deb = true
  161. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  162. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  163. local maxspeed = 120
  164. local speed = 15
  165.  
  166.  
  167. ---local bambam = Instance.new("BodyThrust")
  168. ---bambam.Parent = torso
  169. --bambam.Force = Vector3.new(9999999,0,9999999)
  170. --bambam.Location = torso.Position
  171.  
  172.  
  173. ---
  174.  
  175.  
  176. function Fly()
  177. local bg = Instance.new("BodyGyro", torso)
  178. bg.P = 9e4
  179. bg.maxTorque = Vector3.new(0, 0, 0)
  180. bg.cframe = torso.CFrame
  181. local bv = Instance.new("BodyVelocity", torso)
  182. bv.velocity = Vector3.new(0,0,0)
  183. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  184. repeat wait()
  185.  
  186. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  187. speed = speed+.2
  188. if speed > maxspeed then
  189. speed = maxspeed
  190. end
  191. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  192. speed = speed-1
  193. if speed < 0 then
  194. speed = 0
  195. end
  196. end
  197. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  198. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  199. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  200. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  201. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  202. else
  203. bv.velocity = Vector3.new(0,0,0)
  204. end
  205.  
  206. until not flying
  207. ctrl = {f = 0, b = 0, l = 0, r = 0}
  208. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  209. speed = 0
  210. bg:Destroy()
  211. bv:Destroy()
  212.  
  213. end
  214. mouse.KeyDown:connect(function(key)
  215. if key:lower() == "e" then
  216. if flying then flying = false
  217. else
  218. flying = true
  219. Fly()
  220. end
  221. elseif key:lower() == "w" then
  222. ctrl.f = 1
  223. elseif key:lower() == "s" then
  224. ctrl.b = -1
  225. elseif key:lower() == "a" then
  226. ctrl.l = -1
  227. elseif key:lower() == "d" then
  228. ctrl.r = 1
  229. end
  230. end)
  231. mouse.KeyUp:connect(function(key)
  232. if key:lower() == "w" then
  233. ctrl.f = 0
  234. elseif key:lower() == "s" then
  235. ctrl.b = 0
  236. elseif key:lower() == "a" then
  237. ctrl.l = 0
  238. elseif key:lower() == "d" then
  239. ctrl.r = 0
  240. elseif key:lower() == "r" then
  241.  
  242. end
  243. end)
  244. Fly()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement