Advertisement
VillZox

encouters script

Dec 4th, 2021 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. loadstring(game:HttpGet(('https://pastebin.com/raw/m5KQnPkr'),true))()
  2.  
  3. --// Exploit Check \\--
  4. if #{hookmetamethod, checkcaller} ~= 2 then
  5. while true do
  6. end
  7. end
  8.  
  9. --// Exploit Fix \\--
  10. if not pcall(function() return syn.protect_gui end) then
  11. syn = {}
  12. syn.protect_gui = function(A_1)
  13. A_1.Parent = game:GetService("CoreGui")
  14. end
  15. end
  16.  
  17. --// Service \\--
  18. local Players = game:GetService("Players")
  19.  
  20. --// Variable \\--
  21. local Player = Players.LocalPlayer
  22.  
  23. --// UI Library \\--
  24. local Library = loadstring(game:HttpGetAsync('https://raw.githubusercontent.com/Just-Egg-Salad/roblox-scripts/main/uwuware'))()
  25. local Window = Library:CreateWindow("Expander by Ezpi#0474")
  26. Window:AddSlider({
  27. text = "Size",
  28. min = 30,
  29. max = 30,
  30. float = 0.1
  31. })
  32. Library:Init()
  33.  
  34. --// Bypass \\--
  35. local OldNameCall;
  36. OldNameCall = hookmetamethod(game, "__namecall", function(Self, ...)
  37. local Method = getnamecallmethod()
  38. if Method == "InvokeServer" then
  39. if (Self.Name == "NotifyViolation" or Self.Name == "Set1000") then
  40. return wait(math.huge)
  41. end
  42. elseif Method == "GetAttribute" and Self.Name == "Workspace" then
  43. return true
  44. end
  45. return OldNameCall(Self, ...)
  46. end)
  47.  
  48. --// Hitbox Expander \\--
  49. while wait() do
  50. -- Size Variables
  51. local SizeNumber = Library.flags.Size
  52. local ChangedSize = Vector3.new(SizeNumber, SizeNumber, SizeNumber)
  53. -- Expander
  54. for _, A_1 in next, Players:GetPlayers() do
  55. local Primary = A_1.Character and A_1.Character.PrimaryPart
  56. if Primary and A_1 ~= Player then
  57. Primary.Size = ChangedSize
  58. Primary.CanCollide = false
  59. Primary.Transparency = 1
  60. end
  61. end
  62. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement