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