Advertisement
VanishingDragon

Untitled

Mar 3rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1.  
  2. owner = "VanishingDragone"
  3. Player = nil
  4. megui = game.Players:FindFirstChild(owner).PlayerGui
  5. reload = true
  6. reload2 = true
  7. local sg = Instance.new("ScreenGui")
  8. sg.Parent = megui
  9. sg.Name = "test"
  10. while true do
  11. if reload == true then
  12. if megui.test ~= nil then
  13. ss = sg:GetChildren()
  14. for t = 1,#ss do
  15. ss[t]:remove()
  16. end
  17. w = game.Players:GetChildren()
  18. for i = 1,#w do
  19. local box = Instance.new("TextButton")
  20. box.Parent = sg
  21. box.Position = UDim2.new(0,0,0,i*40)
  22. box.Size = UDim2.new(0,40,0,40)
  23. box.BackgroundTransparency = .25
  24. box.Text = w[i].Name
  25. function Click()
  26. Player = game.Players:FindFirstChild(box.Text)
  27. opt = Instance.new("TextButton")
  28. opt.Parent = sg
  29. opt.Position = UDim2.new(0,40,0,80)
  30. opt.Size = UDim2.new(0,40,0,40)
  31. opt.BackgroundTransparency = .25
  32. opt.Text = "Kick"
  33. opt3 = Instance.new("TextButton")
  34. opt3.Parent = sg
  35. opt3.Position = UDim2.new(0,40,0,400)
  36. opt3.Size = UDim2.new(0,40,0,40)
  37. opt3.BackgroundTransparency = .25
  38. opt3.Text = "Cancel"
  39. opt4 = Instance.new("TextButton")
  40. opt4.Parent = sg
  41. opt4.Position = UDim2.new(0,40,0,160)
  42. opt4.Size = UDim2.new(0,40,0,40)
  43. opt4.BackgroundTransparency = .25
  44. opt4.Text = "FFOFF"
  45. opt5 = Instance.new("TextButton")
  46. opt5.Parent = sg
  47. opt5.Position = UDim2.new(0,40,0,200)
  48. opt5.Size = UDim2.new(0,40,0,40)
  49. opt5.BackgroundTransparency = .25
  50. opt5.Text = "Kill"
  51. opt6 = Instance.new("TextButton")
  52. opt6.Parent = sg
  53. opt6.Position = UDim2.new(0,40,0,240)
  54. opt6.Size = UDim2.new(0,40,0,40)
  55. opt6.BackgroundTransparency = .25
  56. opt6.Text = "SuperJump"
  57. opt7 = Instance.new("TextButton")
  58. opt7.Parent = sg
  59. opt7.Position = UDim2.new(0,40,0,280)
  60. opt7.Size = UDim2.new(0,40,0,40)
  61. opt7.BackgroundTransparency = .25
  62. opt7.Text = "Normal Jump"
  63. opt8 = Instance.new("TextButton")
  64. opt8.Parent = sg
  65. opt8.Position = UDim2.new(0,40,0,320)
  66. opt8.Size = UDim2.new(0,40,0,40)
  67. opt8.BackgroundTransparency = .25
  68. opt8.Text = "Zombify"
  69. opt9 = Instance.new("TextButton")
  70. opt9.Parent = sg
  71. opt9.Position = UDim2.new(0,40,0,360)
  72. opt9.Size = UDim2.new(0,40,0,40)
  73. opt9.BackgroundTransparency = .25
  74. opt9.Text = "GiveBTools"
  75. opt10 = Instance.new("TextButton")
  76. opt10.Parent = sg
  77. opt10.Position = UDim2.new(0,80,0,80)
  78. opt10.Size = UDim2.new(0,40,0,40)
  79. opt10.BackgroundTransparency = .25
  80. opt10.Text = "Teleport/Me"
  81. opt11 = Instance.new("TextButton")
  82. opt11.Parent = sg
  83. opt11.Position = UDim2.new(0,80,0,120)
  84. opt11.Size = UDim2.new(0,40,0,40)
  85. opt11.BackgroundTransparency = .25
  86. opt11.Text = "Teleport/Plyr"
  87. opt12 = Instance.new("TextButton")
  88. opt12.Parent = sg
  89. opt12.Position = UDim2.new(0,80,0,160)
  90. opt12.Size = UDim2.new(0,40,0,40)
  91. opt12.BackgroundTransparency = .25
  92. opt12.Text = "Make Plane!"
  93. opt13 = Instance.new("ImageLabel")
  94. opt13.Parent = sg
  95. opt13.Position = UDim2.new(0,40,0,440)
  96. opt13.Size = UDim2.new(0,80,0,90)
  97. opt13.BackgroundTransparency = .25
  98. opt13.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username="..Player.Name
  99. opt14 = Instance.new("TextButton")
  100. opt14.Parent = sg
  101. opt14.Position = UDim2.new(0,80,0,200)
  102. opt14.Size = UDim2.new(0,40,0,40)
  103. opt14.BackgroundTransparency = .25
  104. opt14.Text = "Hide"
  105. opt15 = Instance.new("TextButton")
  106. opt15.Parent = sg
  107. opt15.Position = UDim2.new(0,80,0,240)
  108. opt15.Size = UDim2.new(0,40,0,40)
  109. opt15.BackgroundTransparency = .25
  110. opt15.Text = "Frz"
  111. opt16 = Instance.new("TextButton")
  112. opt16.Parent = sg
  113. opt16.Position = UDim2.new(0,80,0,280)
  114. opt16.Size = UDim2.new(0,40,0,40)
  115. opt16.BackgroundTransparency = .25
  116. opt16.Text = "UnFrz"
  117. function Click5()
  118. reload = true
  119. end
  120. function Click3()
  121. if Player.Character.ForceField ~= nil then
  122. Player.Character.ForceField:remove()
  123. end
  124. end
  125. function Click2()
  126. reload = true
  127. Player:remove()
  128. end
  129. function Click4()
  130. ff = Instance.new("ForceField")
  131. ff.Parent = Player.Character
  132. end
  133. function Click6()
  134. Player.Character:BreakJoints()
  135. end
  136. function Click9()
  137. if Player.Character ~= nil then
  138. local torso = Player.Character:FindFirstChild("Torso")
  139. if torso ~= nil then
  140. local arm = Player.Character:FindFirstChild("Left Arm")
  141. if arm ~= nil then
  142. arm:remove()
  143. end
  144. local arm = Player.Character:FindFirstChild("Right Arm")
  145. if arm ~= nil then
  146. arm:remove()
  147. end
  148. local rot=CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  149. local zarm = Instance.new("Part")
  150. zarm.Color = Color3.new(0.631373, 0.768627, 0.545098)
  151. zarm.Locked = true
  152. zarm.formFactor = "Symmetric"
  153. zarm.Size = Vector3.new(2,1,1)
  154. zarm.TopSurface = "Smooth"
  155. zarm.BottomSurface = "Smooth"
  156. zarm.Name = "zarm"
  157. local zarm2 = zarm:clone()
  158. zarm2.CFrame = torso.CFrame * CFrame.new(Vector3.new(-1.5,0.5,-0.5)) * rot
  159. zarm.CFrame = torso.CFrame * CFrame.new(Vector3.new(1.5,0.5,-0.5)) * rot
  160. zarm.Parent = Player.Character
  161. zarm:MakeJoints()
  162. zarm2.Parent = Player.Character
  163. zarm2:MakeJoints()
  164. local head = Player.Character:FindFirstChild("Head")
  165. if head ~= nil then
  166. head.Color = Color3.new(0.631373, 0.768627, 0.545098)
  167. end
  168. end
  169. end
  170. end
  171. function Click7()
  172. bb = Instance.new("BodyForce")
  173. bb.Parent = Player.Character.Torso
  174. force = Vector3.new(0,2500,0)
  175. bb.force = force
  176. bb.Name = "Force"
  177. ssg = Instance.new("ScreenGui")
  178. ssg.Parent = Player.PlayerGui
  179. ssg.Name = "test"
  180. optss1 = Instance.new("TextButton")
  181. optss1.Parent = ssg
  182. optss1.Position = UDim2.new(0,220,0,220)
  183. optss1.Size = UDim2.new(0,40,0,40)
  184. optss1.BackgroundTransparency = .25
  185. optss1.Text = "Increase SuperJump"
  186. optss3 = Instance.new("TextButton")
  187. optss3.Parent = ssg
  188. optss3.Position = UDim2.new(0,220,0,260)
  189. optss3.Size = UDim2.new(0,40,0,40)
  190. optss3.BackgroundTransparency = .25
  191. optss3.Text = "Lower SuperJump"
  192. function Clickss1()
  193. bb.force = bb.force + Vector3.new(0,250,0)
  194. end
  195. function Clickss2()
  196. bb.force = bb.force + Vector3.new(0,-250,0)
  197. end
  198. optss1.MouseButton1Down:connect(Clickss1)
  199. optss3.MouseButton1Down:connect(Clickss2)
  200. end
  201. function Click8()
  202. if Player.Character.Torso.Force ~= nil then
  203. Player.Character.Torso.Force:remove()
  204. end
  205. end
  206. function Click10()
  207. t1 = Instance.new("HopperBin")
  208. t1.Parent = Player.Backpack
  209. t1.BinType = "GameTool"
  210. t2 = Instance.new("HopperBin")
  211. t2.Parent = Player.Backpack
  212. t2.BinType = "Clone"
  213. t3 = Instance.new("HopperBin")
  214. t3.Parent = Player.Backpack
  215. t3.BinType = "Hammer"
  216. end
  217. function Click11()
  218. Player.Character:MoveTo(game.Players[owner].Character.Head.Position)
  219. end
  220. function Click12()
  221. game.Players[owner].Character:MoveTo(Player.Character.Head.Position)
  222. end
  223. function Click13()
  224. vip = Player
  225. script.Name = "PLANE"
  226. drop = false
  227. ss = Instance.new("Model")
  228. ss.Parent = game.workspace
  229. ss.Name = Player.Name
  230. a = Instance.new("Model")
  231. a.Parent = ss
  232. a.Name = "Plane"
  233. b = Instance.new("Part")
  234. b.Parent = a
  235. b.Name = "Head"
  236. b.Size = Vector3.new(15,3,15)
  237. b.Locked = true
  238. c = Instance.new("Part")
  239. c.Parent = a
  240. c.Name = "Torso"
  241. c.Locked = true
  242. c.Transparency = 1
  243. d = Instance.new("Snap")
  244. d.Parent = c
  245. d.Part0 = c
  246. d.Part1 = b
  247. e = Instance.new("Humanoid")
  248. e.Parent = a
  249. f = Instance.new("SpecialMesh")
  250. f.Parent = b
  251. f.MeshType = "FileMesh"
  252. f.MeshId = "http://www.roblox.com/asset/?id=20626798"
  253. f.TextureId = "http://www.roblox.com/asset/?id=20626793"
  254. f.Scale = Vector3.new(15,15,15)
  255. s = Instance.new("Seat")
  256. s.Parent = a
  257. s.Position = b.Position + Vector3.new(0,1,0)
  258. vip.Character = a
  259. a:MoveTo(Vector3.new(10,12,0))
  260. vip.Character.Humanoid.WalkSpeed = 100
  261. bb = Instance.new("BodyForce")
  262. bb.Parent = vip.Character.Torso
  263. mass = b:GetMass()
  264. cmass = c:GetMass()
  265. smass = s:GetMass()
  266. force = Vector3.new(0,mass*196.27,0) + Vector3.new(0,cmass*196,0) + Vector3.new(0,smass*30,0)
  267. bb.force = force
  268. sgs = Instance.new("ScreenGui")
  269. sgs.Parent = vip.PlayerGui
  270. sgs.Name = "test"
  271. opts1 = Instance.new("TextButton")
  272. opts1.Parent = sgs
  273. opts1.Position = UDim2.new(0.50,0,0.9,0)
  274. opts1.Size = UDim2.new(0,40,0,40)
  275. opts1.BackgroundTransparency = .25
  276. opts1.Text = "Land"
  277. opts2 = Instance.new("TextButton")
  278. opts2.Parent = sgs
  279. opts2.Position = UDim2.new(0.50,0,0.95,0)
  280. opts2.Size = UDim2.new(0,40,0,40)
  281. opts2.BackgroundTransparency = .25
  282. opts2.Text = "Fly"
  283. opts3 = Instance.new("TextButton")
  284. opts3.Parent = sgs
  285. opts3.Position = UDim2.new(0.47,0,0.95,0)
  286. opts3.Size = UDim2.new(0,40,0,40)
  287. opts3.BackgroundTransparency = .25
  288. opts3.Text = "+"
  289. opts4 = Instance.new("TextButton")
  290. opts4.Parent = sgs
  291. opts4.Position = UDim2.new(0.53,0,0.95,0)
  292. opts4.Size = UDim2.new(0,40,0,40)
  293. opts4.BackgroundTransparency = .25
  294. opts4.Text = "-"
  295. function Clicks()
  296. bb.Parent = c
  297. end
  298. function Clicks1()
  299. bb.Parent = game.Lighting
  300. end
  301. function Clicks2()
  302. bb.force = bb.force + Vector3.new(0,500,0)
  303. end
  304. function Clicks3()
  305. bb.force = bb.force - Vector3.new(0,500,0)
  306. end
  307. opts4.MouseButton1Down:connect(Clicks3)
  308. opts3.MouseButton1Down:connect(Clicks2)
  309. opts1.MouseButton1Down:connect(Clicks1)
  310. opts2.MouseButton1Down:connect(Clicks)
  311. function onChatted(msg)
  312. if (string.sub(msg,1,9) == "flyspeed/") then
  313. t = string.sub(msg,10,1000)
  314. e.WalkSpeed = t
  315. end
  316. if (string.sub(msg,1,13) == "adjustweight/") then
  317. t = string.sub(msg,14,1000)
  318. bb.force = bb.force + Vector3.new(0,t,0)
  319. end
  320. if (string.sub(msg,1,12) == "resetweight/") then
  321. t = string.sub(msg,13,1000)
  322. bb.force = force
  323. end
  324. if (string.sub(msg,1,6) == "hover/") then
  325. t = string.sub(msg,13,1000)
  326. force = Vector3.new(0,mass*196.177,0) + Vector3.new(0,cmass*196,0) + Vector3.new(0,smass*196.21,0)
  327. bb.force = force
  328. end
  329. if (string.sub(msg,1,7) == "rhover/") then
  330. t = string.sub(msg,13,1000)
  331. force = Vector3.new(0,mass*196.26,0) + Vector3.new(0,cmass*196,0) + Vector3.new(0,smass*30,0)
  332. bb.force = force
  333. end
  334. if msg == "b" then
  335. drop = true
  336. end
  337. end
  338. vip.Chatted:connect(onChatted)
  339. while true do
  340. if drop == true then
  341. bomb = Instance.new("Part")
  342. bomb.Shape = "Ball"
  343. bomb.Parent = workspace
  344. bomb.Position = b.Position + Vector3.new(0,-5,0)
  345. function onTouch(part)
  346. if part.Parent ~= a then
  347. bbx = Instance.new("Explosion")
  348. bbx.Parent = game.workspace
  349. bbx.BlastRadius = 12312756
  350. bbx.Position = bomb.Position
  351. bomb:remove()
  352. end
  353. end
  354. bomb.Touched:connect(onTouch)
  355. end
  356. drop = false
  357. wait()
  358. end
  359. while true do
  360. wait(1)
  361. end
  362. end
  363. function Click14()
  364. opta = Instance.new("TextButton")
  365. opta.Parent = sg
  366. opta.Position = UDim2.new(0,120,0,240)
  367. opta.Size = UDim2.new(0,40,0,40)
  368. opta.BackgroundTransparency = .25
  369. opta.Text = "Lighting"
  370. opt1a = Instance.new("TextButton")
  371. opt1a.Parent = sg
  372. opt1a.Position = UDim2.new(0,120,0,280)
  373. opt1a.Size = UDim2.new(0,40,0,40)
  374. opt1a.BackgroundTransparency = .25
  375. opt1a.Text = "nil"
  376. opta1 = Instance.new("TextButton")
  377. opta1.Parent = sg
  378. opta1.Position = UDim2.new(0,120,0,320)
  379. opta1.Size = UDim2.new(0,40,0,40)
  380. opta1.BackgroundTransparency = .25
  381. opta1.Text = "Workspace"
  382. cancel = Instance.new("TextButton")
  383. cancel.Parent = sg
  384. cancel.Position = UDim2.new(0,120,0,360)
  385. cancel.Size = UDim2.new(0,40,0,40)
  386. cancel.BackgroundTransparency = .25
  387. cancel.Text = "Cancel"
  388. function Clicksa()
  389. Player.Character.Parent = game.Lighting
  390. end
  391. function Clicksa1()
  392. Player.Character.Parent = nil
  393. end
  394. function unHide()
  395. Player.Character.Parent = game.workspace
  396. end
  397. function cancels()
  398. opta1:remove()
  399. opta:remove()
  400. opt1a:remove()
  401. cancel:remove()
  402. end
  403. opta1.MouseButton1Down:connect(unHide)
  404. opta.MouseButton1Down:connect(Clicksa)
  405. opt1a.MouseButton1Down:connect(Clicksa1)
  406. cancel.MouseButton1Down:connect(cancels)
  407. end
  408. function Click15()
  409. Player.Character.Head.Anchored = true
  410. Player.Character.Head.Transparency = 0.4
  411. end
  412. function Click16()
  413. Player.Character.Head.Anchored = false
  414. Player.Character.Head.Transparency = 0
  415. end
  416. opt16.MouseButton1Down:connect(Click16)
  417. opt15.MouseButton1Down:connect(Click15)
  418. opt14.MouseButton1Down:connect(Click14)
  419. opt12.MouseButton1Down:connect(Click13)
  420. opt11.MouseButton1Down:connect(Click12)
  421. opt10.MouseButton1Down:connect(Click11)
  422. opt9.MouseButton1Down:connect(Click10)
  423. opt8.MouseButton1Down:connect(Click9)
  424. opt7.MouseButton1Down:connect(Click8)
  425. opt6.MouseButton1Down:connect(Click7)
  426. opt4.MouseButton1Down:connect(Click3)
  427. opt3.MouseButton1Down:connect(Click5)
  428. opt.MouseButton1Down:connect(Click2)
  429. opt5.MouseButton1Down:connect(Click6)
  430. opt2 = Instance.new("TextButton")
  431. opt2.Parent = sg
  432. opt2.Position = UDim2.new(0,40,0,120)
  433. opt2.Size = UDim2.new(0,40,0,40)
  434. opt2.BackgroundTransparency = .25
  435. opt2.Text = "FFON"
  436. opt2.MouseButton1Down:connect(Click4)
  437. end
  438. box.MouseButton1Down:connect(Click)
  439. end
  440.  
  441. reload = false
  442. end
  443. end
  444. wait()
  445. end
  446. while true do
  447. wait(1)
  448. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement