Facebook
From dohuybao, 1 Week ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 195
  1. getgenv().Chatkill = {
  2.     "DoHuyBaodz",
  3. }
  4. getgenv().Region_Hop = {
  5.     ["Enable"] = true, -- true/false
  6.     ["Region"] = "Singapore"
  7.     --[[Singapore, United States, Germany, Japan, France, Australia, etc
  8.         - Singapore is the best choice for Asia
  9.     ]]
  10. }
  11. _G.Setting = {
  12.     ["Start Hunting"] = true, -- Bro wtf don't turn it off
  13.     ["Ken Haki"] = true,
  14.     ["WhiteScreen"] = false,
  15.     ["FruitStuff"] = true, -- Auto Buy and Store Fruits
  16.     ["Run"] = 5000, -- As the name, you'll run when the health below ...
  17.     ["MaxHealth"] = 10000,
  18.     ["Time&Bounty; Counter"] = true,
  19.     ["Click Delay"] = 0,
  20.     ["SkipPlayerWhenBeingLowHealth"] = false,
  21.     ["Check"] = {
  22.         ["V4 Players"] = true,
  23.         ["Portal Users"] = false,
  24.         ["Buddha Users"] = false
  25.     },
  26.     ["Theme"] = { -- You can get RGB colors from "Color Picker" on google
  27.         ["Default"] = "YaeMiko", -- Use this if you don't know how to customize the theme, get themes on: https://github.com/clgtmm/ThemeBuilds
  28.         ["Custom Theme"] = {
  29.             ["Enable"] = false, -- Set this "false" if not knowing how to customize the theme
  30.             ["Color"] = {
  31.                 ["Title Color"] = Color3.fromRGB(0, 170, 255),
  32.                 ["Title-Back Color"] = Color3.fromRGB(0, 85, 255),
  33.                 ["Button Color"] = Color3.fromRGB(0, 0, 255),
  34.                 ["Stats Color"] = {
  35.                     ["Text Color"] = Color3.fromRGB(0, 170, 255),
  36.                     ["Text Stroke"] = Color3.fromRGB(30, 56, 203)
  37.                 }
  38.             }
  39.         }
  40.     },
  41.     ["Melee"] = {
  42.         ["Time"] = 3.50,
  43.         ["Enable"] = true,
  44.         ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},
  45.         ["X"] = {["Enable"] = true, ["HoldTime"] = 0},
  46.         ["C"] = {["Enable"] = true, ["HoldTime"] = 1}
  47.     },
  48.     ["Fruit"] = {
  49.         ["Time"] = 4,
  50.         ["Enable"] = true,
  51.         ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},
  52.         ["X"] = {["Enable"] = true, ["HoldTime"] = 0},
  53.         ["C"] = {["Enable"] = true, ["HoldTime"] = 1.5},
  54.         ["V"] = {["Enable"] = true, ["HoldTime"] = 2},
  55.         ["F"] = {["Enable"] = false, ["HoldTime"] = 0}
  56.     },
  57.     ["Sword"] = {
  58.         ["Time"] = 1,
  59.         ["Enable"] = false,
  60.         ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},
  61.         ["X"] = {["Enable"] = true, ["HoldTime"] = 0},
  62.     },
  63.     ["Gun"] = {
  64.         ["Time"] = 1,
  65.         ["Enable"] = true,
  66.         ["GunMode"] = false,
  67.         ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},
  68.         ["X"] = {["Enable"] = true, ["HoldTime"] = 0},
  69.     }
  70. }
  71. repeat wait() until game:IsLoaded()
  72. loadstring(game:HttpGet("https://raw.githubusercontent.com/clgtmm/AutoBounty/main/main.lua"))()