Advertisement
VanishingDragon

Untitled

Feb 25th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Character:children()) do
  2. if v:IsA("Humanoid") then
  3. v.WalkSpeed=24
  4. end
  5. if v:IsA("Part") then
  6. Instance.new("ForceField",v)
  7. end
  8. end
  9. gm=Instance.new("GuiMain")
  10. gm.Parent=game.Players.LocalPlayer.PlayerGui
  11. gm.Name="GUI"
  12. Frame=Instance.new("Frame",gm)
  13. Frame.Size=UDim2.new(0,120,0,60)
  14. Frame.Position=UDim2.new(0,15,0,166)
  15. Frame.BackgroundTransparency=.1
  16. Frame.BackgroundColor3=Color3.new(255,255,255)
  17. Frame.BorderColor3=Color3.new(0,0,0)
  18.  
  19. Prev=Instance.new("TextButton",Frame)
  20. Prev.Position=UDim2.new(0,0,0,0)
  21. Prev.Size=UDim2.new(0,60,0,30)
  22. Prev.Text="Platform"
  23. Prev.BackgroundTransparency=0
  24. Prev.TextTransparency=.1
  25. Prev.TextColor = BrickColor.new("Really black")
  26. Prev.BackgroundColor=BrickColor.new("Lime green")
  27. Prev.BorderColor=BrickColor.new("Really black")
  28. --Prev.Style ="RobloxButton"
  29.  
  30. Prev2=Instance.new("TextButton",Frame)
  31. Prev2.Position=UDim2.new(0,60,0,0)
  32. Prev2.Size=UDim2.new(0,60,0,30)
  33. Prev2.Text="No form"
  34. Prev2.TextColor = BrickColor.new("Really black")
  35. Prev2.BackgroundTransparency=0
  36. Prev2.TextTransparency=.1
  37. Prev2.BackgroundColor=BrickColor.new("Really red")
  38. Prev2.BorderColor=BrickColor.new("Really black")
  39. --Prev2.Style ="RobloxButton"
  40.  
  41. Prev3=Instance.new("TextButton",Frame)
  42. Prev3.Position=UDim2.new(0,0,0,30)
  43. Prev3.Size=UDim2.new(0,60,0,30)
  44. Prev3.Text="UpDown On"
  45. Prev3.TextColor = BrickColor.new("Really black")
  46. Prev3.BackgroundTransparency=0
  47. Prev3.TextTransparency=.1
  48. Prev3.BackgroundColor=BrickColor.new("Medium stone grey")
  49. Prev3.BorderColor=BrickColor.new("Really black")
  50. --Prev3.Style ="RobloxButton"
  51.  
  52. Prev4=Instance.new("TextButton",Frame)
  53. Prev4.Position=UDim2.new(0,60,0,30)
  54. Prev4.Size=UDim2.new(0,60,0,30)
  55. Prev4.Text="UpDown Off"
  56. Prev4.TextColor = BrickColor.new("Really black")
  57. Prev4.BackgroundTransparency=0
  58. Prev4.TextTransparency=.1
  59. Prev4.BackgroundColor=BrickColor.new("Medium stone grey")
  60. Prev4.BorderColor=BrickColor.new("Really black")
  61. --Prev4.Style ="RobloxButton"
  62.  
  63. Platform=Instance.new("Part",workspace.CurrentCamera)
  64. Platform.Transparency=.6
  65. Platform.BrickColor=BrickColor.new("Really black")
  66. Platform.Size=Vector3.new(12,1,12)
  67. Platform.Anchored=true
  68. Platform.CFrame=CFrame.new(0,0,0)
  69. Instance.new("Humanoid",Platform)
  70.  
  71. Platformm=Instance.new("Part",workspace.CurrentCamera)
  72. Platformm.Transparency=.85
  73. Platformm.BrickColor=BrickColor.new("Really black")
  74. Platformm.Size=Vector3.new(64,1,64)
  75. Platformm.Anchored=true
  76. Platformm.CFrame=CFrame.new(0,0,0)
  77. Instance.new("Humanoid",Platformm)
  78.  
  79. local Default=true
  80. local Stopped=false
  81.  
  82. function onClick()
  83. Default=true
  84. Stopped=false
  85. end
  86. Prev.MouseButton1Click:connect(onClick)
  87.  
  88. function onClickk()
  89. Default=false
  90. end
  91. Prev2.MouseButton1Click:connect(onClickk)
  92.  
  93. function onClickkk()
  94. Stopped=false
  95. end
  96. Prev3.MouseButton1Click:connect(onClickkk)
  97.  
  98. function onClickkkk()
  99. Stopped=true
  100. end
  101. Prev4.MouseButton1Click:connect(onClickkkk)
  102.  
  103. function diescript()
  104. game.Players.LocalPlayer:LoadCharacter()
  105. print("Script Eliminated")
  106. script.Disabled=true
  107. script:Destroy()
  108. script.Parent = game.Workspace
  109. end
  110.  
  111. function onChatted(msg)
  112. if msg=="get/reset" then
  113. workspace.CurrentCamera:Remove()
  114. wait()
  115. game.Players.LocalPlayer.Character.Humanoid.Health=0
  116. game.Players.LocalPlayer:LoadCharacter()
  117. wait()
  118. print("Script Eliminated")
  119. script:Destroy()
  120. script.Disabled=true
  121. script.Parent = game.Workspace
  122. end
  123. end
  124. game.Players.LocalPlayer.Chatted:connect(onChatted)
  125.  
  126. local T=game.Players.LocalPlayer.Character.Torso
  127. local RL=2 --game.Players.LocalPlayer.Character["Right Leg"].Size.Y
  128.  
  129. game:GetService('RunService').Stepped:connect(function()
  130. if game.Players.LocalPlayer.Character.Torso.CFrame.Y<=0 then
  131. game.Players.LocalPlayer.Character.Torso.CFrame=game.Players.LocalPlayer.Character.Torso.CFrame
  132.  
  133. +Vector3.new(0,8,0)
  134. end
  135. Platformm.CFrame = CFrame.new(T.CFrame.X,0,T.CFrame.Z)
  136. if Stopped==true then
  137. Platform.CFrame = CFrame.new(T.CFrame.X,Platform.CFrame.Y,T.CFrame.Z)
  138. else
  139. Platform.CFrame = T.CFrame-Vector3.new(0,3+Platform.Size.Y/2+0.15,0)
  140. end
  141. if Default==true then
  142. Platform.CanCollide=true
  143. Platform.Transparency=.6
  144. else
  145. Platform.CanCollide=false
  146. Platform.Transparency=1
  147. end
  148. end )
  149.  
  150. --mediafire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement