refrop

mario odd 2021

Jun 3rd, 2021 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 KB | None | 0 0
  1. --Ok :V
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5.  
  6. s.Name = "Sound"
  7. s.SoundId = "http://www.roblox.com/asset/?id=898506256"
  8. s.Volume = 1
  9. s.Looped = true
  10. s.archivable = false
  11.  
  12. s.Parent = game.Workspace.refrop.Torso
  13.  
  14. wait(3)
  15.  
  16. s:play()
  17. --ok :V
  18. local part = game.Players.LocalPlayer.Character
  19. local basetemplate = "http://www.roblox.com/asset/?id="
  20. local shirt = 2725574
  21. local pants = 35491101
  22. local h = part:findFirstChild("Shirt")
  23. if h ~= nil then
  24. h.ShirtTemplate = basetemplate..shirt
  25. else
  26. local i = Instance.new("Shirt")
  27. i.Name = "Shirt"
  28. i.ShirtTemplate = basetemplate..shirt
  29. i.Parent = part
  30. end
  31. local p = part:findFirstChild("Pants")
  32. if p ~= nil then
  33. p.PantsTemplate = basetemplate..pants
  34. else
  35. local np = Instance.new("Pants")
  36. np.PantsTemplate = basetemplate..pants
  37. np.Name = "Pants"
  38. np.Parent = part
  39. end
  40. p = game.Players.LocalPlayer
  41. char = p.Character
  42. des = false
  43. fling = true
  44. dot = false
  45. falling = false
  46. jump = true
  47. --char.Shirt:Remove()
  48. --for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  49. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
  50. wait()--shirt = Instance.new("Shirt", char)
  51. --shirt.Name = "Shirt"
  52. --pants = Instance.new("Pants", char)
  53. --pants.Name = "Pants"
  54.  
  55. --char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=22287244"
  56. --char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=22287352"
  57. tp = true
  58. shoot = true
  59. hum = char.Humanoid
  60. punch = true
  61. neckp = char.Torso.Neck.C0
  62. neck = char.Torso.Neck
  63. hum.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  64. wait()
  65. hum.Health =hum.MaxHealth
  66. des = false
  67. root=char.HumanoidRootPart
  68. torso = char.Torso
  69. char.Head.face.Texture = "rbxassetid://86157358"
  70. local ChatService = game:GetService("Chat")
  71. local player = game.Players.LocalPlayer
  72. lig = Instance.new("PointLight",player.Character.Torso)
  73. lig.Color=Color3.new(255,0,0)
  74. m=player:GetMouse()
  75. bb = Instance.new("BillboardGui",player.Character.Head)
  76. bb.Enabled = true
  77. function newRay(start,face,range,wat)
  78. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  79. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  80. return rey,hit,pos
  81. end
  82. -- Objects
  83. plr = game.Players.LocalPlayer
  84. ControlGui = Instance.new("ScreenGui")
  85. Frame = Instance.new("Frame")
  86. TextButton = Instance.new("TextButton")
  87. TextBox = Instance.new("TextBox")
  88.  
  89. -- Properties
  90.  
  91. ControlGui.Name = "ControlGui"
  92. ControlGui.Parent = plr.PlayerGui
  93.  
  94. Frame.Parent = ControlGui
  95. Frame.BackgroundColor3 = Color3.new(255, 0, 0)
  96. Frame.BorderColor3 = Color3.new(0, 0, 0)
  97. Frame.BorderSizePixel = 5
  98. Frame.BackgroundTransparency = 0.5
  99. Frame.Position = UDim2.new(0, 300, 0, 200)
  100. Frame.Size = UDim2.new(0, 300, 0, 150)
  101. Frame.Active = true
  102. Frame.Draggable = true
  103.  
  104. TextButton.Parent = Frame
  105. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  106. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  107. TextButton.BorderSizePixel = 5
  108. TextButton.Position = UDim2.new(0, 50, 0, 90)
  109. TextButton.Size = UDim2.new(0, 200, 0, 50)
  110. TextButton.BackgroundTransparency = 0.5
  111. TextButton.Font = Enum.Font.SourceSans
  112. TextButton.FontSize = Enum.FontSize.Size32
  113. TextButton.Text = "Control"
  114. TextButton.TextSize = 30
  115. TextButton.MouseButton1Down:connect(function()
  116. if TextButton.Text == "Control" then
  117. TextButton.Text = "UnControl"
  118. workspace[TextBox.Text].Humanoid.PlatformStand = true
  119. W1 = Instance.new("Weld",workspace)
  120. W1.Name = "Weld1"
  121. W1.Part0 = plr.Character.Torso
  122. W1.Part1 = workspace[TextBox.Text].Torso
  123. W2 = Instance.new("Weld",workspace)
  124. W2.Name = "Weld2"
  125. W2.Part0 = plr.Character.Head
  126. W2.Part1 = workspace[TextBox.Text].Head
  127. W3 = Instance.new("Weld",workspace)
  128. W3.Name = "Weld3"
  129. W3.Part0 = plr.Character.HumanoidRootPart
  130. W3.Part1 = workspace[TextBox.Text].HumanoidRootPart
  131. W4 = Instance.new("Weld",workspace)
  132. W4.Name = "Weld4"
  133. W4.Part0 = plr.Character["Left Arm"]
  134. W4.Part1 = workspace[TextBox.Text]["Left Arm"]
  135. W5 = Instance.new("Weld",workspace)
  136. W5.Name = "Weld5"
  137. W5.Part0 = plr.Character["Left Leg"]
  138. W5.Part1 = workspace[TextBox.Text]["Left Leg"]
  139. W6 = Instance.new("Weld",workspace)
  140. W6.Name = "Weld6"
  141. W6.Part0 = plr.Character["Right Arm"]
  142. W6.Part1 = workspace[TextBox.Text]["Right Arm"]
  143. W7 = Instance.new("Weld",workspace)
  144. W7.Name = "Weld7"
  145. W7.Part0 = plr.Character["Right Leg"]
  146. W7.Part1 = workspace[TextBox.Text]["Right Leg"]
  147. for i,v in pairs(plr.Character:GetChildren()) do
  148. if v.ClassName == "Part" then
  149. v.Transparency = 1
  150. end
  151. plr.Character.HumanoidRootPart.Transparency = 1
  152. if v.ClassName == "Accessory" then
  153. v.Handle.Transparency = 1
  154. end
  155. plr.Character.Humanoid.NameOcclusion = "NoOcclusion"
  156. end
  157. elseif TextButton.Text == "UnControl" then
  158. TextButton.Text = "Control"
  159. workspace[TextBox.Text].Humanoid.PlatformStand = false
  160. workspace.Weld1:Remove()
  161. workspace.Weld2:Remove()
  162. workspace.Weld3:Remove()
  163. workspace.Weld4:Remove()
  164. workspace.Weld5:Remove()
  165. workspace.Weld6:Remove()
  166. workspace.Weld7:Remove()
  167. for i,v in pairs(plr.Character:GetChildren()) do
  168. if v.ClassName == "Part" then
  169. v.Transparency = 0
  170. end
  171. plr.Character.HumanoidRootPart.Transparency = 1
  172. if v.ClassName == "Accessory" then
  173. v.Handle.Transparency = 0
  174. end
  175. plr.Character.Humanoid.NameOcclusion = "OccludeAll"
  176. end
  177. end
  178. end)
  179.  
  180. TextBox.Parent = Frame
  181. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  182. TextBox.BorderColor3 = Color3.new(0, 0, 0)
  183. TextBox.BorderSizePixel = 5
  184. TextBox.BackgroundTransparency = 0.5
  185. TextBox.Position = UDim2.new(0, 50, 0, 20)
  186. TextBox.Size = UDim2.new(0, 200, 0, 30)
  187. TextBox.Font = Enum.Font.SourceSans
  188. TextBox.FontSize = Enum.FontSize.Size28
  189. TextBox.Text = "Name"
  190. TextBox.TextSize = 25
  191.  
  192. --
Add Comment
Please, Sign In to add comment