Advertisement
webhook_forbladeball

banana

Apr 12th, 2024 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.93 KB | None | 0 0
  1. getgenv().Key = '78072f10ffcdf8cbacfe2244'
  2. repeat wait()
  3. until game:IsLoaded()
  4. wait()
  5. local TableChat = {""}
  6. spawn(function()
  7.     while wait() do
  8.         pcall(function()
  9.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TableChat[math.random(1,#TableChat)],"All")
  10.             wait(45)
  11.         end)
  12.     end
  13. end)
  14. getgenv().Setting = {
  15.     ["Team"] = "Pirates", --Marines,Pirates
  16.     ["Webhook"] = {
  17.         ["Enabled"] = true,
  18.         ["Url Webhook"] = "", --Your Url
  19.     },
  20.     ["Misc"] = {
  21.         ["AutoBuyRandomandStoreFruit"] = true,
  22.         ["AutoBuySurprise"] = false,
  23.     },
  24.     ["Click"] = {
  25.         ["Enable"] = true,
  26.         ["Click Gun"] = true,
  27.         ["OnLowHealthDisable"] = true,
  28.         ["LowHealth"] = 4500,
  29.     },
  30.     ["SafeZone"] = {
  31.         ["Enable"] = true,
  32.         ["LowHealth"] = 4500,
  33.         ["MaxHealth"] = 5000,
  34.         ["Teleport Y"] = 2000
  35.     },
  36.     ["Race V4"] = {
  37.         ["Enable"] = true,
  38.     },
  39.     ["Invisible"] = false,
  40.     ["White Screen"] = false,
  41.     ["GunMethod"] = true, --Support Only Melee And Gun,Not Invisible, Turn On Enabled Gun and Melee Please
  42.     ["SpamSkill"] = false, -- Will use all skills as fast as possbile ignore holding skills
  43.     ["Weapons"] = {
  44.         ["Melee"] = {
  45.             ["Enable"] = true,
  46.             ["Delay"] = 3,
  47.             ["Skills"] = {
  48.                 ["Z"] = {
  49.                     ["Enable"] = true,
  50.                     ["HoldTime"] = 0.11,
  51.                 },
  52.                [ "X"] = {
  53.                     ["Enable"] = true,
  54.                     ["HoldTime"] = 0.14,
  55.                 },
  56.  
  57.                 ["C"] = {
  58.                     ["Enable"] = true,
  59.                     ["HoldTime"] = 2,
  60.                 },
  61.             },
  62.         },
  63.         ["Blox Fruit"] = {
  64.             ["Enable"] = false,
  65.             ["Delay"] = 1,
  66.             ["Skills"] = {
  67.                 ["Z"] = {
  68.                     ["Enable"] = true,
  69.                     ["HoldTime"] = 0.12,
  70.                 },
  71.                 ["X"] = {
  72.                     ["Enable"] = true,
  73.                     ["HoldTime"] = 2,
  74.                 },
  75.  
  76.                 ["C"] = {
  77.                     ["Enable"] = true,
  78.                     ["HoldTime"] = 0.14,
  79.                 },
  80.                 ["V"] = {
  81.                     ["Enable"] = false,
  82.                     ["HoldTime"] = 0,
  83.                 },
  84.                 ["F"] = {
  85.                     ["Enable"] = true,
  86.                     ["HoldTime"] = 0.07,
  87.                 },
  88.             },
  89.         },
  90.         ["Gun"] = {
  91.             ["Enable"] = true,
  92.             ["Delay"] = 2,
  93.             ["Skills"] = {
  94.                 ["Z"] = {
  95.                     ["Enable"] = true,
  96.                     ["HoldTime"] = 0.15,
  97.                 },
  98.                 ["X"] = {
  99.                     ["Enable"] = true,
  100.                     ["HoldTime"] = 0.13,
  101.                 },
  102.             },
  103.         },
  104.         ["Sword"] = {
  105.             ["Enable"] = false,
  106.             ["Delay"] = 1,
  107.             ["Skills"] = {
  108.                 ["Z"] = {
  109.                     ["Enable"] = true,
  110.                     ["HoldTime"] = 0.11,
  111.                 },
  112.                 ["X"] = {
  113.                     ["Enable"] = true,
  114.                     ["HoldTime"] = 0.17,
  115.                 },
  116.             },
  117.         },
  118.     }
  119. }
  120. repeat wait() until game:IsLoaded() and game.Players.LocalPlayer
  121. spawn(function()
  122.     while wait() do
  123.             game:GetService("CoreGui").RobloxPromptGui.promptOverlay.ChildAdded:Connect(function(child)
  124.                 if child.Name == 'ErrorPrompt' and child:FindFirstChild('MessageArea') and child.MessageArea:FindFirstChild("ErrorFrame") then
  125.                     game:GetService("TeleportService"):Teleport(game.PlaceId)
  126.                 end
  127.             end)
  128.         end
  129.     end)
  130. loadstring(game:HttpGet("https://raw.githubusercontent.com/obiiyeuem/vthangsitink/main/BountyShit.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement