Advertisement
BlademasterYT

Auto Bounty Script Op

Nov 27th, 2024
6,392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Setup = {
  2. ['PC-er'] = false,
  3. ['Team'] = 'Pirates',
  4. ['Auto Team'] = {
  5. ['Enabled'] = false,
  6. ['Lock'] = {
  7. ['Pirate'] = {0, 30000000},
  8. ['Marines'] = {0, 30000000}
  9. }
  10. },
  11. ['Panic % Health'] = {35, 55},
  12. ['Chatting'] = {},
  13. ['Lock Cam'] = false,
  14. ['Hop Region'] = 'Singapore',
  15. ['Random Y Tween'] = false,
  16. ['Click Delay'] = 0.2
  17. }
  18. Hunter = {
  19. ['Ignore'] = {
  20. ['Fruit'] = {
  21. 'Meme-Meme'
  22. },
  23. ['Timer'] = 72,
  24. ['V4'] = true
  25. },
  26. ['Gun Mode'] = false,
  27. ['Predict Move'] = true,
  28. ['Hit And Run'] = true,
  29. ['Random Position'] = false
  30. }
  31. Booster = {
  32. ['Hide Gui'] = false,
  33. ['Showcase Mode'] = false,
  34. ['White Screen'] = false,
  35. ['Hide Map'] = false
  36. }
  37. Skills = {
  38. ['Melee'] = {
  39. ['Enabled'] = {true, true},
  40. ['Z'] = {true, 0.1, 0.165},
  41. ['X'] = {true, 0.3, 0.246},
  42. ['C'] = {true, 0.5, 0.125}
  43. },
  44. ['Blox Fruit'] = {
  45. ['Enabled'] = {true, true},
  46. ['Z'] = {true, 1.325, 0.9},
  47. ['X'] = {true, 0.6, 0.235},
  48. ['C'] = {true, 0.2, 0.435},
  49. ['V'] = {true, 0.3, 0.195},
  50. ['F'] = {true, 0, 0.6}
  51. },
  52. ['Sword'] = {
  53. ['Enabled'] = {true, true},
  54. ['Z'] = {true, 0.5, 0.2},
  55. ['X'] = {true, 0.3, 0.4},
  56. },
  57. ['Gun'] = {
  58. ['Enabled'] = {true, true},
  59. ['Z'] = {true, 0, 0},
  60. ['X'] = {true, 0, 0},
  61. }
  62. }
  63. Macro = {
  64. ['Enabled'] = true,
  65. ['Skills'] = {
  66. [1] = {'Melee', {'C', 'Z'}},
  67. [2] = {'Blox Fruit', {'F','C'}},
  68. [3] = {'Sword', {'X', 'Z'}},
  69. [4] = {'Melee', {'X'}},
  70. [5] = {'Gun', {'Z', 'V'}},
  71. [6] = {'Blox Fruit', {'Z', 'F'}}
  72. }
  73. }
  74. Counter = {
  75. ['Enabled'] = true,
  76. ['Webhook'] = {
  77. ['Enabled'] = false,
  78. ['Url'] = ''
  79. },
  80. ['Theme'] = {
  81. ['Character'] = 'Yae',
  82. ['Custom'] = {
  83. ['Enabled'] = false,
  84. ['Config'] = {
  85. ['Background'] = '',
  86. ['Character'] = '',
  87. ['Icon'] = '',
  88. ['Button Image'] = '',
  89. ['Color'] = {
  90. ['Text'] = Color3.fromRGB(255, 255, 255),
  91. ['Stroke'] = Color3.fromRGB(255, 255, 255)
  92. }
  93. }
  94. }
  95. },
  96. }
  97. loadstring(game:HttpGet('https://raw.githubusercontent.com/ErutTheTeru/ruahub/refs/heads/main/bounty-hunter.lua'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement