Advertisement
ZV0K

Golden 🔑

Sep 11th, 2023
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. getgenv().GoldenAnti = {
  2. Rage = {
  3. ["Desync"] = ( false ),
  4. ["DesyncToggle"] = ( "X" ),
  5.  
  6. ["UnHittable"] = ( false ),
  7. ["UnHittableKeyBind"] = ( "X" ),
  8.  
  9. ["UnderGround"] = ( false ),
  10. ["UseHipHeight"] = ( false ),
  11. ["HipHeight"] = ( 2 ),
  12. ["UnderGroundPower"] = ( -100 ),
  13. ["UnderGroundKeyBind"] = ( "X" ),
  14. },
  15. Legit = {
  16. ["LegitDesync"] = ( false ),
  17. ["LegitDesyncKeyBind"] = ( "C" ),
  18.  
  19. ["LegitUnderGround"] = ( false ),
  20. ["LegitUnderGroundKeyBind"] = ( "X" ),
  21.  
  22. ["LegitSky"] = ( false ),
  23. ["LegitSkyKeyBind"] = ( "X" ),
  24.  
  25. ["PredictionBreakor"] = ( false ),
  26. ["PredictionBreakorKeyBind"] = ( "C" ),
  27. },
  28. Axis = {
  29. ["Enabled"] = ( false ),
  30. ["AxisKeyBind"] = ( "c" ),
  31. ["X"] = ( 100 ),
  32. ["Y"] = ( 100 ),
  33. ["Z"] = ( 100 ),
  34. },
  35. Random = {
  36. ["Random"] = ( false ),
  37. ["RandomToggle"] = ( "C" ),
  38. X = {
  39. ["Minimum"] = ( 0 ),
  40. ["Maximum"] = ( 1000 ),
  41. },
  42. Y = {
  43. ["Minimum"] = ( 0 ),
  44. ["Maximum"] = ( 1000 ),
  45. },
  46. Z = {
  47. ["Minimum"] = ( 0 ),
  48. ["Maximum"] = ( 1000 ),
  49. }
  50. }
  51. }
  52.  
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/UmmGolden/GoldensAntiV2/main/UwUGolden", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement