From venuslock, 10 Hours ago, written in Lua.
Embed
  1. --script 1
  2. loadstring(game:HttpGet("https://textbin.online/view/raw/cc766a79"))()
  3.  
  4. --script 2
  5. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Loaded", Text = "w = Enabled : p = disabled."})
  6. local player = game.Players.LocalPlayer
  7. local mouse = player:GetMouse()
  8.  
  9. -- Settings
  10.  
  11. bind = ""
  12. bind2 = "w"
  13. bind3 = "p"
  14.  
  15. -- Script
  16.  
  17. mouse.KeyDown:connect(function(key)
  18. if key == bind then
  19. player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204)
  20. end
  21. end)
  22.  
  23. mouse.KeyDown:connect(function(key2)
  24. if key2 == bind2 then
  25. _G.HeadSize = 17
  26. _G.Disabled = true
  27.  
  28.  
  29. if _G.Disabled then
  30. for i,v in next, game:GetService('Players'):GetPlayers() do
  31. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  32. pcall(function()
  33. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  34. v.Character.HumanoidRootPart.Transparency = 0.7
  35. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Bright red")
  36. v.Character.HumanoidRootPart.Material = "Neon"
  37. v.Character.HumanoidRootPart.CanCollide = false
  38. end)
  39. end
  40. end
  41. end
  42. end
  43. end)
  44.  
  45. mouse.KeyDown:connect(function(key3)
  46. if key3 == bind3 then
  47. _G.HeadSize = 17
  48. _G.Disabled = true
  49.  
  50.  
  51. for i,v in next, game:GetService('Players'):GetPlayers() do
  52. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  53. pcall(function()
  54. v.Character.HumanoidRootPart.Size = Vector3.new(2, 2, 1)
  55. v.Character.HumanoidRootPart.Transparency = 1
  56. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Medium stone grey")
  57. v.Character.HumanoidRootPart.Material = "Plastic"
  58. v.Character.HumanoidRootPart.CanCollide = false
  59. end)
  60. end
  61. end
  62. end
  63. end)

captcha