Advertisement
Guest User

ezzzzzzzzz

a guest
Feb 21st, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1.  
  2. Save New Duplicate & Edit Just Text Twitter
  3. 1
  4. 2
  5. 3
  6. 4
  7. 5
  8. 6
  9. 7
  10. 8
  11. 9
  12. 10
  13. 11
  14. 12
  15. 13
  16. 14
  17. 15
  18. 16
  19. 17
  20. 18
  21. 19
  22. 20
  23. 21
  24. 22
  25. 23
  26. 24
  27. 25
  28. 26
  29. 27
  30. 28
  31. 29
  32. 30
  33. 31
  34. 32
  35. 33
  36. 34
  37. 35
  38. 36
  39. 37
  40. 38
  41. 39
  42. 40
  43. 41
  44. 42
  45. 43
  46. 44
  47. 45
  48. 46
  49. 47
  50. 48
  51. 49
  52. 50
  53. 51
  54. 52
  55. 53
  56. 54
  57. 55
  58. 56
  59. 57
  60. 58
  61. 59
  62. 60
  63. 61
  64. 62
  65. 63
  66. 64
  67. 65
  68. 66
  69. 67
  70. 68
  71. 69
  72. 70
  73. 71
  74. 72
  75. 73
  76. 74
  77. 75
  78. 76
  79. 77
  80. 78
  81. 79
  82. 80
  83. 81
  84. 82
  85. 83
  86. 84
  87. 85
  88. 86
  89. 87
  90. 88
  91. 89
  92. 90
  93. 91
  94. 92
  95. 93
  96. 94
  97. 95
  98. 96
  99. 97
  100. 98
  101. 99
  102. 100
  103. 101
  104. 102
  105. 103
  106. 104
  107. 105
  108. 106
  109. 107
  110. 108
  111. 109
  112. 110
  113. 111
  114. 112
  115. 113
  116. 114
  117. 115
  118. 116
  119. 117
  120. 118
  121. 119
  122. 120
  123. 121
  124. 122
  125. 123
  126. 124
  127. 125
  128. 126
  129. 127
  130. 128
  131. 129
  132. 130
  133. 131
  134. 132
  135. 133
  136. 134
  137. 135
  138. 136
  139. 137
  140. 138
  141. 139
  142. 140
  143. 141
  144. 142
  145. 143
  146. 144
  147. 145
  148. 146
  149. 147
  150. 148
  151. 149
  152. 150
  153. 151
  154. 152
  155. 153
  156. 154
  157. 155
  158. 156
  159. 157
  160. 158
  161. 159
  162. 160
  163. 161
  164. 162
  165. 163
  166. 164
  167. 165
  168. 166
  169. 167
  170. 168
  171. 169
  172. 170
  173. 171
  174. 172
  175. 173
  176. 174
  177. 175
  178. 176
  179. 177
  180. 178
  181. 179
  182. 180
  183. 181
  184. 182
  185. 183
  186. 184
  187. 185
  188. 186
  189. 187
  190. 188
  191. 189
  192. 190
  193. 191
  194. 192
  195. 193
  196. 194
  197. 195
  198. 196
  199. 197
  200. 198
  201. 199
  202. 200
  203. 201
  204. 202
  205. 203
  206. 204
  207. 205
  208. 206
  209. 207
  210. 208
  211. 209
  212. 210
  213. 211
  214. 212
  215. 213
  216. 214
  217. 215
  218. 216
  219. 217
  220. 218
  221. 219
  222. 220
  223. 221
  224. 222
  225. 223
  226. 224
  227. 225
  228. 226
  229. 227
  230. 228
  231. 229
  232. 230
  233. 231
  234. 232
  235. 233
  236. 234
  237.  
  238.  
  239.  
  240. spawn(function()
  241. local message = Instance.new("Message",workspace)
  242. message.Text = "Loaded press z to execute inviseble , press x to respawn)"
  243. wait(0.5)
  244. message:Destroy()
  245. end)
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254. local mouse = game.Players.LocalPlayer:GetMouse()
  255.  
  256. local groot = nil
  257.  
  258. mouse.KeyDown:connect(function(k)
  259.  
  260. if k == "z" then
  261.  
  262.  
  263.  
  264. spawn(function()
  265. local message = Instance.new("Message",workspace)
  266. message.Text = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 11 seconds to load)"
  267. wait(11)
  268. message:Destroy()
  269. end)
  270.  
  271.  
  272. local ch = game.Players.LocalPlayer.Character
  273. local prt=Instance.new("Model", workspace)
  274. local z1 = Instance.new("Part", prt)
  275. z1.Name="Torso"
  276. z1.CanCollide = false
  277. z1.Anchored = true
  278. local z2 =Instance.new("Part", prt)
  279. z2.Name="Head"
  280. z2.Anchored = true
  281. z2.CanCollide = false
  282. local z3 =Instance.new("Humanoid", prt)
  283. z3.Name="Humanoid"
  284. z1.Position = Vector3.new(0,9999,0)
  285. z2.Position = Vector3.new(0,9991,0)
  286. game.Players.LocalPlayer.Character=prt
  287. wait(5)
  288. game.Players.LocalPlayer.Character=ch
  289. wait(6)
  290.  
  291.  
  292. local plr = game.Players.LocalPlayer
  293. mouse = plr:GetMouse()
  294.  
  295. local Hum = Instance.new("Humanoid")
  296. Hum.Parent = game.Players.LocalPlayer.Character
  297.  
  298.  
  299. local root = game.Players.LocalPlayer.Character.HumanoidRootPart
  300.  
  301.  
  302. for i,v in pairs(plr.Character:GetChildren()) do
  303.  
  304. if v ~= root and v.Name ~= "Humanoid" then
  305.  
  306. v:Destroy()
  307.  
  308. end
  309.  
  310.  
  311. end
  312.  
  313. workspace.CurrentCamera.CameraSubject = root
  314.  
  315. local se = Instance.new("SelectionBox",root)
  316. se.Adornee = root
  317.  
  318.  
  319. game:GetService('RunService').Stepped:connect(function()
  320. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  321. end)
  322. game:GetService('RunService').RenderStepped:connect(function()
  323. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  324. end)
  325.  
  326.  
  327. power = 999999 -- change this to make it more or less powerful
  328.  
  329. power = power*10
  330.  
  331. ---
  332. wait(.1)
  333. local bambam = Instance.new("BodyThrust")
  334. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  335. bambam.Force = Vector3.new(power,0,power)
  336. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  337.  
  338.  
  339.  
  340.  
  341.  
  342. local plr = game.Players.LocalPlayer
  343. local torso = root
  344. local flying = true
  345. local deb = true
  346. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  347. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  348. local maxspeed = 120
  349. local speed = 15
  350.  
  351.  
  352. ---local bambam = Instance.new("BodyThrust")
  353. ---bambam.Parent = torso
  354. --bambam.Force = Vector3.new(9999999,0,9999999)
  355. --bambam.Location = torso.Position
  356.  
  357.  
  358. ---
  359. groot = root
  360.  
  361. function Fly()
  362. local bg = Instance.new("BodyGyro", torso)
  363. bg.P = 9e4
  364. bg.maxTorque = Vector3.new(0, 0, 0)
  365. bg.cframe = torso.CFrame
  366. local bv = Instance.new("BodyVelocity", torso)
  367. bv.velocity = Vector3.new(0,0,0)
  368. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  369. repeat wait()
  370.  
  371. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  372. speed = speed+.2
  373. if speed > maxspeed then
  374. speed = maxspeed
  375. end
  376. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  377. speed = speed-1
  378. if speed < 0 then
  379. speed = 0
  380. end
  381. end
  382. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  383. 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
  384. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  385. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  386. 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
  387. else
  388. bv.velocity = Vector3.new(0,0.1,0)
  389. end
  390.  
  391. until not flying
  392. ctrl = {f = 0, b = 0, l = 0, r = 0}
  393. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  394. speed = 0
  395. bg:Destroy()
  396. bv:Destroy()
  397.  
  398. end
  399. mouse.KeyDown:connect(function(key)
  400. if key:lower() == "e" then
  401. if flying then flying = false
  402. else
  403. flying = true
  404. Fly()
  405. end
  406. elseif key:lower() == "w" then
  407. ctrl.f = 1
  408. elseif key:lower() == "s" then
  409. ctrl.b = -1
  410. elseif key:lower() == "a" then
  411. ctrl.l = -1
  412. elseif key:lower() == "d" then
  413. ctrl.r = 1
  414. end
  415. end)
  416. mouse.KeyUp:connect(function(key)
  417. if key:lower() == "w" then
  418. ctrl.f = 0
  419. elseif key:lower() == "s" then
  420. ctrl.b = 0
  421. elseif key:lower() == "a" then
  422. ctrl.l = 0
  423. elseif key:lower() == "d" then
  424. ctrl.r = 0
  425. elseif key:lower() == "r" then
  426.  
  427. end
  428. end)
  429. Fly()
  430.  
  431.  
  432.  
  433. elseif k == "x" then
  434.  
  435.  
  436. spawn(function()
  437. local message = Instance.new("Message",workspace)
  438. message.Text = "Respawning dont spam"
  439. wait(1)
  440. message:Destroy()
  441. end)
  442.  
  443. local saved = groot.Position
  444.  
  445. local ch = game.Players.LocalPlayer.Character
  446. local prt=Instance.new("Model", workspace)
  447. local z1 = Instance.new("Part", prt)
  448. z1.Name="Torso"
  449. z1.CanCollide = false
  450. z1.Anchored = true
  451. local z2 =Instance.new("Part", prt)
  452. z2.Name="Head"
  453. z2.Anchored = true
  454. z2.CanCollide = false
  455. local z3 =Instance.new("Humanoid", prt)
  456. z3.Name="Humanoid"
  457. z1.Position = Vector3.new(0,9999,0)
  458. z2.Position = Vector3.new(0,9991,0)
  459. game.Players.LocalPlayer.Character=prt
  460. wait(5)
  461. game.Players.LocalPlayer.Character=ch
  462. local poop = nil
  463. repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
  464. wait(1)
  465. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
  466.  
  467. end
  468.  
  469.  
  470. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement