Advertisement
ZV0K

Lidium CamLock Script 🔫

Aug 10th, 2023 (edited)
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. getgenv().Lidium = {
  2. Gui = {
  3. Showgui = true
  4. },
  5. Silent = {
  6. Enabled = true,
  7. Keybind = "L", -- // cant edit this in gui so do it now
  8. Part = "HumanoidRootPart",
  9. ClosestPart = true,
  10. Pred = 0.12631,
  11. Autopred = true, -- // cant toggle in gui so edit now
  12. Autopred20 = 0.11901, -- // 20 ping prediction
  13. Autopred30 = 0.12110, -- // 30 ping prediction
  14. Autopred40 = 0.12331, -- // 40 ping prediction
  15. Autopred50 = 0.12486, -- // 50 ping prediction
  16. Autopred60 = 0.12694, -- // 60 ping prediction
  17. Autopred70 = 0.12866, -- // 70 ping prediction
  18. Autopred80 = 0.12962, -- // 80 ping prediction
  19. Autopred90 = 0.13093, -- // 90 ping prediction
  20. Autopred100 = 0.13134, -- // 100 ping prediction
  21. Autopred110 = 0.13215, -- // 110 ping prediction
  22. Autopred120 = 0.13372, -- // 120 ping prediction
  23. Autopred130 = 0.13500, -- // 130 ping prediction
  24. Autopred140 = 0.13724, -- // 140 ping prediction
  25. Autopred150 = 0.13949, -- // 150 ping prediction
  26. Autopredrate = 5 -- // updates prediction to ur current ping tick rate ( in seconds )
  27. },
  28. FOV = {
  29. Visible = true,
  30. Size = 20
  31. },
  32. Camlock = {
  33. Enabled = true,
  34. Keybind = "Q", -- // cant edit this in gui so do it now
  35. Pred = 0.01,
  36. Smoothness = 0.05
  37. },
  38. Anti = {
  39. Sky = false,
  40. Underground = false,
  41. Desync = false,
  42. Power = 10,
  43. DesyncX = 1,
  44. DesyncY = 1,
  45. DesyncZ = 1
  46. },
  47. Misc = {
  48. UnlockedOnDeath = true,
  49. CameraShake = false,
  50. CameraShakeValue = 0.15,
  51. ResolverV1 = true,
  52. ResolverV2 = false
  53. },
  54. }
  55. loadstring(game:HttpGet("https://raw.githubusercontent.com/FederalW/lolzers/main/Lidium"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement