zenonityisfat

[FE] MiztHub

Aug 19th, 2021 (edited)
1,843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.42 KB | None | 0 0
  1. local realfenv
  2. realfenv = hookfunction(getgenv().getfenv,function(a)
  3.     local num = tonumber(a)
  4.     if num then
  5.         if num > 10 or num < 1 then
  6.             error("Bypassing the error XD")
  7.         else
  8.             return realfenv()
  9.         end
  10.     else
  11.         return realfenv()
  12.     end
  13. end)
  14.  
  15. local maxSim = 1000
  16. getgenv().setsimulationradius = newcclosure(function(i,v)
  17.     local plr = game.Players.LocalPlayer
  18.     sethiddenproperty(plr,"MaxSimulationRadius",maxSim)
  19.     sethiddenproperty(plr,"SimulationRadius",maxSim)
  20. end)
  21.  
  22. local sethidden
  23. sethidden = hookfunction(getgenv().sethiddenproperty,function(i,p,v)
  24.     local plr = game.Players.LocalPlayer
  25.     if i == plr then
  26.         if (p == "MaxSimulationRadius" or p == "SimulationRadius") then
  27.             if v == maxSim then
  28.                 sethidden(i,p,v)
  29.             end
  30.         else
  31.             sethidden(i,p,v)
  32.         end
  33.     else
  34.         sethidden(i,p,v)
  35.     end
  36. end)
  37.  
  38. -- DO NOT CHANGE ANYTHING ABOVE THIS
  39.  
  40. _G.PowerfulNet = false -- Turn on if u want best net, BUT SUPER LAGGY
  41. _G.Jitteryness = Vector3.new(0,0,50) -- set it to high value if ur part fall, default is -30
  42. _G.CustomGui = false -- if you have custom gui turn this on, put the custom gui script below this loadstring
  43. loadstring(game:HttpGet("https://raw.githubusercontent.com/Sylixe/MiztHub/master/MainFolder/uqXAxyVdQpWTcRCdFXU6Yt2meuDkYcLUDN4SJRekQWZ5wp368zKHreYT4w82AH4U.lua",true))()
Add Comment
Please, Sign In to add comment