Thecodeeasar

Untitled

Jan 4th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. getgenv().Settings = {
  2. ["Silent"] = {
  3. ["Enabled"] = true,
  4. ["AimPart"] = "Head",
  5. ["WallCheck"] = true,
  6. ["Visualize"] = true,
  7. ["Prediction"] = {
  8. ["Horizontal"] = 0.15,
  9. ["Vertical"] = 0.05,
  10. },
  11. ["AutoPrediction"] = {
  12. ["Enabled"] = true,
  13. ["Type"] = "Normal", --//Normal, Custom
  14. ["ping20_30"] = 0.12588,
  15. ["ping30_40"] = 0.11911,
  16. ["ping40_50"] = 0.12471,
  17. ["ping50_60"] = 0.13766,
  18. ["ping60_70"] = 0.13731,
  19. ["ping70_80"] = 0.13951,
  20. ["ping80_90"] = 0.14181,
  21. ["ping90_100"] = 0.148,
  22. ["ping100_110"] = 0.156,
  23. ["ping110_120"] = 0.1567,
  24. ["ping120_130"] = 0.1601,
  25. ["ping130_140"] = 0.1637,
  26. ["ping140_150"] = 0.173,
  27. ["ping150_160"] = 0.1714,
  28. ["ping160_170"] = 0.1863,
  29. ["ping170_180"] = 0.1872,
  30. ["ping180_190"] = 0.1848,
  31. ["ping190_200"] = 0.1865,
  32. },
  33. ["Mode"] = "Namecall", --index,namecal
  34. },
  35. ["FOV"] = {
  36. ["Enabled"] = true,
  37. ["Size"] = 30,
  38. ["Filled"] = false,
  39. ["Thickness"] = 0.66,
  40. ["Transparency"] = 0.9,
  41. ["Color"] = Color3.fromRGB(255,0,255),
  42. },
  43. ["Camlock"] = {
  44. ["Enabled"] = true,
  45. ["AimPart"] = "HumanoidRootPart",
  46. ["Prediction"] = {
  47. ["Horizontal"] = 0.185,
  48. ["Vertical"] = 0.1,
  49. },
  50. ["Smoothness"] = 0.1,
  51. ["AutoPrediction"] = {
  52. ["Enabled"] = true,
  53. ["Type"] = "Normal", --//Normal, Custom
  54. ["ping20_30"] = 0.12588,
  55. ["ping30_40"] = 0.11911,
  56. ["ping40_50"] = 0.12471,
  57. ["ping50_60"] = 0.12766,
  58. ["ping60_70"] = 0.12731,
  59. ["ping70_80"] = 0.12951,
  60. ["ping80_90"] = 0.13181,
  61. ["ping90_100"] = 0.138,
  62. ["ping100_110"] = 0.146,
  63. ["ping110_120"] = 0.1367,
  64. ["ping120_130"] = 0.1401,
  65. ["ping130_140"] = 0.1437,
  66. ["ping140_150"] = 0.153,
  67. ["ping150_160"] = 0.1514,
  68. ["ping160_170"] = 0.1663,
  69. ["ping170_180"] = 0.1672,
  70. ["ping180_190"] = 0.1848,
  71. ["ping190_200"] = 0.1865,
  72. },
  73. ["Shake"] = {
  74. ["X"] = 10,
  75. ["Y"] = 0,
  76. ["Z"] = 0, --dont touch
  77. },
  78. },
  79. ["Misc"] = {
  80. ["NoDelay"] = true,
  81. ["AutoReload"] = false,
  82. ["AutoAir"] = {
  83. ["Enabled"] = true,
  84. ["Interval"] = 0.5,
  85. },
  86. ["CMDS"] = {
  87. ["Enabled"] = true,
  88. ["FOVPrefix"] = "B",
  89. ["Prediction"] = "A",
  90. },
  91. },
  92. ["Resolution"] = {
  93. ["Value"] = 1,
  94. },
  95. ["Resolvers"] = { --entirely not
  96. ["Enabled"] = false,
  97. ["AutoDetect"] = false,
  98. ["Type"] = "Recalculator",
  99. },
  100. ["Visuals"] = {
  101. ["Ambient"] = {
  102. ["Enabled"] = false,
  103. ["Color"] = Color3.fromRGB(4, 0, 255),
  104. },
  105. ["OutDoor Ambient"] = {
  106. ["Enabled"] = false,
  107. ["Color"] = Color3.fromRGB(4, 0, 255)
  108. },
  109. ["Fog Modifications"] = {
  110. ["Enabled"] = false,
  111. ["Color"] = Color3.fromRGB(4, 0, 255),
  112. ["Start"] = 15,
  113. ["End"] = 100
  114. },
  115. ["ColorCorrection"] = {
  116. ["Enabled"] = false,
  117. ["Brightness"] = 0,
  118. ["Saturation"] = 5,
  119. ["Contrast"] = 2,
  120. },
  121. },
  122. }
  123. loadstring(game:HttpGet("https://raw.githubusercontent.com/bobbbb-b/B/main/77_SJQ0ZC.lua"))()
Add Comment
Please, Sign In to add comment