0% found this document useful (0 votes)
193 views3 pages

Elec Acid

The document contains code for an auto farming script in Blox Fruits. It includes functions for spamming chat, automatically using skills and weapons, teleporting when health is low, and more. The code is intended to automate gameplay tasks and farming in the Blox Fruits game.

Uploaded by

remegt3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
193 views3 pages

Elec Acid

The document contains code for an auto farming script in Blox Fruits. It includes functions for spamming chat, automatically using skills and weapons, teleporting when health is low, and more. The code is intended to automate gameplay tasks and farming in the Blox Fruits game.

Uploaded by

remegt3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

repeat wait()

until game:IsLoaded()
wait()
local TableChat = {"I <3 Banana So Much","I'm Banana huhuhu","Banana on TOP"}
spawn(function()
while wait() do
pcall(function()

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer(TableChat[math.random(1,#TableChat)],"All")
wait(45)
end)
end
end)
getgenv().Setting = {
["Team"] = "Pirates", --Marines,Pirates
["Webhook"] = {
["Enabled"] = false,
["Url Webhook"] = "", --Your Url
},
["Misc"] = {
["AutoBuyRandomandStoreFruit"] = true,
["AutoBuySurprise"] = true,
},
["Click"] = {
["Enable"] = true,
["Click Gun"] = true,
["OnLowHealthDisable"] = true,
["LowHealth"] = 4000,
},
["SafeZone"] = {
["Enable"] = true,
["LowHealth"] = 3000,
["MaxHealth"] = 8000,
["Teleport Y"] = 1000
},
["Race V4"] = {
["Enable"] = true,
},
["Invisible"] = false,
["White Screen"] = false,
["GunMethod"] = true, --Support Only Melee And Gun,Not Invisible, Turn On
Enabled Gun and Melee Please
["SpamSkill"] = false, -- Will use all skills as fast as possbile ignore
holding skills
["Weapons"] = {
["Melee"] = {
["Enable"] = true,
["Delay"] = 1,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0.5,
},
[ "X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
},
},
["Blox Fruit"] = {
["Enable"] = false,
["Delay"] = 3,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 2,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},

["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["V"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["F"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
},
},
["Gun"] = {
["Enable"] = true,
["Delay"] = 1,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
},
},
["Sword"] = {
["Enable"] = false,
["Delay"] = 2,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 1,5,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 1,
},
},
},
}
}
repeat wait() until game:IsLoaded() and game.Players.LocalPlayer
spawn(function()
while wait() do

game:GetService("CoreGui").RobloxPromptGui.promptOverlay.ChildAdded:Connect(functio
n(child)
if child.Name == 'ErrorPrompt' and
child:FindFirstChild('MessageArea') and
child.MessageArea:FindFirstChild("ErrorFrame") then

game:GetService("TeleportService"):Teleport(game.PlaceId)
end
end)
end
end)
getgenv().Key = 'gắn key bạn vô'
loadstring(game:HttpGet("https://raw.githubusercontent.com/obiiyeuem/vthangsitink/
main/BountyShit.lua"))()

You might also like