Advertisement
daquanafkyt
Sep 8th, 2024 (edited)
17
0
Never
This is comment for paste Auto Bounty Script
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. outdaded script_key = ""
  2. getgenv().Team = "Pirates"
  3. getgenv().WebhookSetting = {
  4. Enable = true,
  5. Url = "",
  6. Embed = true,
  7. StoredFruit = true,
  8. ImageEmbed = true,
  9. CustomImage = false,
  10. CustomImageUrl = "", --Your Url
  11. OnServerHop = true,
  12. BountyChanged = true,
  13. }
  14. getgenv().PlayerSetting = {
  15. SafeMode = true,
  16. SafeModeHealth = {4000,70},--Number And %, Start Safe Mode And Stop Safe Mode
  17. UseRaceV3 = true,
  18. SmartUseRaceV3= true,
  19. DashIfV4 = true,
  20. Dash=true,
  21. IgnoreInCombat = true, --Turn This Off When Reseting Or Hop You Lost Bounty (Rare, Happens On Some Accounts)
  22. ChatKillEnable = false,
  23. Chat = {"Ez","You're just too bad"},
  24. IgnoreFriends = true, --Serverhop if you friend in your server
  25. }
  26. getgenv().AttackSetting = {
  27. ForceMelee = true,
  28. ForceMeleeTime = 3.5,
  29. StopAttack =true, --When Meet Below Condition
  30. StopAttackAtHealth = 80,--%
  31. FastAttack=true, -- Toggle Fast Attack
  32. }
  33. getgenv().UseSkillSetting = {
  34. -- Three Methods: "Normal", "Fast", "Spam", "SpamAll"
  35. MethodIfTargetOnV4 = "Fast",
  36. MethodIfPlayerOnV4 = "Normal",
  37. MethodIfTargetUseFruit = {Fruits={},Method="Fast"},
  38. NormalMethod = "Normal",
  39. LowHealthPlayerCondition = { --Player Can Attack Us, No Need For Slow Attack
  40. Enable = true,
  41. Health = 70,--%Health That Are Low
  42. Method = "Fast",
  43. },
  44. LowHealthTargetCondition = {
  45. Enable = true,
  46. Health = 30,--%Health That Are Low
  47. DelayFirstTime = {true,2}, --1 Is Enable, 2 Is Second To Delay Before Attack Again
  48. Method = "Normal",
  49. WaitTime = 1.5,-- If Normal Method, Wait Every Skill If It Hits Target
  50. }
  51. }
  52. getgenv().WeaponsSetting = {
  53. ["Melee"] = {
  54. ["Enable"] = true,
  55. ["Delay"] = 3,
  56. ["SwitchNextWeaponIfCooldown"] = true,
  57. ["Skills"] = {
  58. ["Z"] = {
  59. ["Enable"] = true,
  60. ["NoPredict"] = true, -- For Dragon Tailon, Disable it
  61. ["HoldTime"] = 0,
  62. ["TimeToNextSkill"] = 0,
  63. },
  64. [ "X"] = {
  65. ["Enable"] = true,
  66. ["HoldTime"] = 0,
  67. ["TimeToNextSkill"] = 0,
  68. },
  69.  
  70. ["C"] = {
  71. ["Enable"] = true,
  72. ["HoldTime"] = 0,
  73. ["TimeToNextSkill"] = 0,
  74. },
  75. },
  76. },
  77. ["Blox Fruit"] = {
  78. ["Enable"] = true,
  79. ["Delay"] = 4,
  80. ["SwitchNextWeaponIfCooldown"] = true,
  81. ["Skills"] = {
  82. ["Z"] = {
  83. ["Enable"] = true,
  84. ["HoldTime"] = 2,
  85. ["TimeToNextSkill"] = 0,
  86. },
  87. ["X"] = {
  88. ["Enable"] = true,
  89. ["HoldTime"] = 0,
  90. ["TimeToNextSkill"] = 0,
  91. },
  92.  
  93. ["C"] = {
  94. ["Enable"] = true,
  95. ["HoldTime"] = 0,
  96. ["TimeToNextSkill"] = 0,
  97. },
  98. ["V"] = {
  99. ["Enable"] = true,
  100. ["HoldTime"] = 0,
  101. ["TimeToNextSkill"] = 0,
  102. },
  103. ["F"] = {
  104. ["Enable"] = false,
  105. ["HoldTime"] = 0,
  106. ["TimeToNextSkill"] = 0,
  107. },
  108. },
  109. },
  110. ["Sword"] = {
  111. ["Enable"] = true,
  112. ["Delay"] = 0.5,
  113. ["Skills"] = {
  114. ["Z"] = {
  115. ["Enable"] = true,
  116. ["HoldTime"] = 0.1,
  117. ["TimeToNextSkill"] = 0,
  118. },
  119. ["X"] = {
  120. ["Enable"] = true,
  121. ["HoldTime"] = 0.2,
  122. ["TimeToNextSkill"] = 0,
  123. },
  124. },
  125. },
  126. ["Gun"] = {
  127. ["Enable"] = true,
  128. ["Delay"] = 0.5,
  129. ["Skills"] = {
  130. ["Z"] = {
  131. ["Enable"] = true,
  132. ["HoldTime"] = 0.1,
  133. ["TimeToNextSkill"] = 0,
  134. },
  135. ["X"] = {
  136. ["Enable"] = true,
  137. ["HoldTime"] = 0.1,
  138. ["TimeToNextSkill"] = 0,
  139. },
  140. },
  141. },
  142. }
  143. getgenv().Theme = { -- getgenv().Theme = false if you want to disable
  144. OldTheme = true,
  145. Name="Hutao", --"Raiden","Ayaka","Hutao","Yelan","Miko","Nahida","Ganyu","Keqing","Nilou","Barbara","Zhongli","Layla"
  146. Custom={
  147. ["Enable"] = false,
  148. ['char_size'] = UDim2.new(0.668, 0, 1.158, 0),
  149. ['char_pos'] = UDim2.new(0.463, 0, -0.105, 0),
  150. ['title_color'] = Color3.fromRGB(255, 221, 252),
  151. ['titleback_color'] = Color3.fromRGB(169, 20, 255),
  152. ['list_color'] = Color3.fromRGB(255, 221, 252),
  153. ['liststroke_color'] = Color3.fromRGB(151, 123, 207),
  154. ['button_color'] = Color3.fromRGB(255, 221, 252)
  155. }
  156. }
  157. loadstring(game:HttpGet("https://hieuz.xyz"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement