Advertisement
NOLI10

Penis Script 18+

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