Advertisement
KatieWhitson

Untitled

Jun 24th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1.  
  2.  
  3. local r6 = true
  4. local r15 = false
  5.  
  6.  
  7. game.Players.LocalPlayer.Character.Humanoid.Animator:Destroy()
  8.  
  9. local han
  10.  
  11. if r6 == true then
  12.  
  13. -- Builder Boy
  14. local me = game.Players.LocalPlayer.Character
  15. local handle = me:FindFirstChildOfClass("Accessory").Handle
  16.  
  17. han = handle
  18.  
  19. handle.Name = "Right Arm"
  20.  
  21. me["Right Arm"]:Destroy()
  22.  
  23. handle.Parent = me
  24. end
  25.  
  26. ------------------------------------------------------------- r15
  27. if r15 == true then
  28. local me = game.Players.LocalPlayer.Character
  29. local handle = me:FindFirstChildOfClass("Accessory").Handle
  30.  
  31. handle.Name = "RightHand"
  32.  
  33. me["RightHand"]:Destroy()
  34.  
  35. handle.Parent = me
  36.  
  37.  
  38. end
  39.  
  40.  
  41. --Functions
  42. function inv(num)
  43.  
  44. answ = 0
  45.  
  46. if num >0 then
  47.  
  48.  
  49. num = -num
  50.  
  51. else
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. num = math.abs(num)
  59. end
  60.  
  61.  
  62.  
  63. return num
  64.  
  65. end
  66.  
  67.  
  68. --Scripts:
  69.  
  70.  
  71.  
  72.  
  73.  
  74. ---= game.Players.LocalPlayer.Character:FindFirstChildOfClass("Accessory")or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Hat")
  75.  
  76. wait()
  77. local Sandle
  78. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants())do
  79.  
  80.  
  81. if v:IsA("Accessory")or v:IsA("Hat")and v ~= han then
  82.  
  83.  
  84.  
  85.  
  86. Sandle = v
  87.  
  88. local tool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  89. tool.Parent = game.Players.LocalPlayer.Character
  90.  
  91.  
  92. if Sandle:FindFirstChild("Handle")~= nil then
  93. Sandle.Handle.AccessoryWeld:Destroy()
  94. if Sandle.Handle:FindFirstChild("Mesh")~= nil then
  95. Sandle.Handle.Mesh:Destroy()
  96. end
  97. Sandle.Handle.Parent = tool
  98. end
  99.  
  100.  
  101.  
  102. end
  103.  
  104.  
  105.  
  106.  
  107.  
  108. end
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. local x
  119. local y
  120. local z
  121.  
  122.  
  123.  
  124.  
  125. local grp = CFrame.new(0,0,0)
  126. local mouse = game.Players.LocalPlayer:GetMouse()
  127.  
  128.  
  129.  
  130. local cam = workspace.CurrentCamera
  131.  
  132.  
  133. local press = false
  134.  
  135.  
  136. local tolor
  137.  
  138. mouse.KeyDown:connect(function(k)
  139.  
  140. if k:lower() == "z" then
  141.  
  142. press = true
  143. print("Z")
  144.  
  145.  
  146. local prim = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. local tool = prim
  154. local bob = 0
  155.  
  156. while press == true do
  157.  
  158.  
  159.  
  160. tool.Grip = CFrame.new(0,0,0)
  161. local vec = workspace.CurrentCamera.CFrame.LookVector
  162.  
  163. cam.CameraSubject = tool.Handle
  164. --+vec*2
  165. tool.Grip =CFrame.new(grp.X,grp.Y,grp.Z) +Vector3.new(inv(vec.X),vec.Z,inv(vec.Y))*1.2
  166.  
  167.  
  168. tolor = tool
  169. --print(vec*5,"MEGA GAY GAY GAY GAY GAY GAY GAY GAY GAY GAYY GAYY GAY GAY GAY GAY GAY")
  170.  
  171. grp = tool.Grip
  172.  
  173. tool.Parent = game.Players.LocalPlayer.Backpack
  174.  
  175. tool.Parent = game.Players.LocalPlayer.Character
  176.  
  177.  
  178.  
  179. --game.Players.LocalPlayer.Character["Right Arm"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+vec*4
  180. local BOO = 0
  181.  
  182. for _,ne in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  183.  
  184.  
  185. if ne:IsA("Tool")and ne ~= tool then
  186.  
  187.  
  188. BOO = BOO+1
  189.  
  190.  
  191.  
  192.  
  193. ne.Grip = tool.Grip + Vector3.new(0,0,inv(BOO))
  194.  
  195. ne.Parent = game.Players.LocalPlayer.Backpack
  196.  
  197. ne.Parent = game.Players.LocalPlayer.Character
  198.  
  199.  
  200.  
  201. end
  202.  
  203. end
  204.  
  205. wait()
  206.  
  207. end
  208.  
  209.  
  210.  
  211.  
  212.  
  213. -- OTHER!!!
  214.  
  215. elseif k:lower() == "x"then
  216.  
  217.  
  218. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225. elseif k:lower() == "c"then
  226.  
  227.  
  228. while true do
  229.  
  230. local BOOs = 0
  231.  
  232. for _,nez in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  233.  
  234.  
  235. if nez:IsA("Tool")and nez ~= tolor then
  236.  
  237.  
  238. BOOs = BOOs+1
  239.  
  240.  
  241.  
  242.  
  243. nez.Grip = tolor.Grip + Vector3.new(0,0,inv(BOOs))
  244.  
  245. nez.Parent = game.Players.LocalPlayer.Backpack
  246.  
  247. nez.Parent = game.Players.LocalPlayer.Character
  248.  
  249.  
  250.  
  251. end
  252.  
  253. end
  254.  
  255. wait()
  256.  
  257. end
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266. end
  267.  
  268.  
  269.  
  270.  
  271. end)
  272.  
  273.  
  274.  
  275.  
  276.  
  277. mouse.KeyUp:connect(function(k)
  278.  
  279.  
  280.  
  281. print("Z up")
  282. if k:lower() == "z"then
  283.  
  284. press = false
  285.  
  286.  
  287.  
  288. end
  289.  
  290. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement