Roblox Meme Sea Script Pastebin galore.
Meme Sea
How to Execute Script in Roblox
In your bid to execute the above listed scripts, it is paramount you've a script executor or exploit. Having said that, here's how to execute Script in Roblox games.
To begin, download one of the Roblox Script executor like VEGA X, Krnl, Synapses X, jj exploit or any other one that you prefer. After you've downloaded the latest version of this executor of your choice, install it on your gaming device.Once you've installed the executor, go right onto Roblox.
Now Fire up the Roblox game and the Roblox exploit you have downloaded
Next copy and paste any of the script enlisted above into the box on the executor or exploit you earlier installed
Once you've done that, click on the inject button and followed by execute.
On seeing the script GUI, go on and enable the hack of your choice.
Roblox Meme Sea Script
--: services
local Players = game:GetService("Players")
--: vars
local LocalPlayer = Players.LocalPlayer
local NPCFolder = workspace:WaitForChild("Npc")
local MonsterFolder = workspace:WaitForChild("Monster")
--: game stuff
local GetLevel = function()
return LocalPlayer.PlayerData.Level.Value
end
local EquipTool = function()
if not LocalPlayer.Character then return end
if not LocalPlayer.Character:FindFirstChildOfClass("Tool") then
LocalPlayer:WaitForChild("Backpack").Combat.Parent = LocalPlayer.Character
end
end
local GetMonsters = function(quest)
local monsters = {}; for i, v in pairs(MonsterFolder:GetChildren()) do
if string.lower(v.Name) == string.lower(quest.QuestScript.Enemy.Value) then
table.insert(monsters, v)
end
end
return monsters
end
local GetQuest = function()
local doable = {}
for i, v in pairs(NPCFolder:GetChildren()) do
if not string.find(string.lower(v.Name), "quest") then continue end
if string.find(v.Name, "[", 0, true) ~= nil then continue end
local Quest; for i2, v2 in pairs(v:GetDescendants()) do
if v2.ClassName == "ProximityPrompt" then
Quest = v2
end
end
if not Quest then continue end
if GetLevel() <= Quest.QuestScript.LevelNeed.Value then continue end
table.insert(doable, Quest)
end
local highestLvl = 0
local highestQ; for i, v in pairs(doable) do
if v.QuestScript.LevelNeed.Value > highestLvl then
highestQ = v
end
end
return highestQ
end
local Attack = function(quest)
local Monsters = GetMonsters(quest)
for i, v in pairs(Monsters) do
repeat
if not v:FindFirstChild("HumanoidRootPart") then return end
if not LocalPlayer.Character then return end
if not LocalPlayer.Character:FindFirstChild("Combat") then return end
LocalPlayer.Character.Combat.Sword_Client.RemoteEvent:FireServer(1, v.HumanoidRootPart.Position)
task.wait(.2)
until not v:FindFirstChild("Humanoid") or v.Humanoid.Health <= 0
end
end
local DoQuest = function()
local Quest = GetQuest()
pcall(function()
LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(Quest.Parent.Position.X, Quest.Parent.Position.Y + 10, Quest.Parent.Position.Z)
end)
fireproximityprompt(Quest, 0)
repeat
EquipTool()
Attack(Quest)
task.wait()
until LocalPlayer:FindFirstChild("QuestLeader") == nil
end
--: main
while task.wait() do
DoQuest()
end
Roblox Meme Sea Autofarm Op Script
Script:
spawn(function()
while wait() do
if not game.Players.LocalPlayer.Character:FindFirstChild("Combat") then game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Combat) end
for i = 1,5 do
for I,v in pairs(game:GetService("Workspace").Monster:GetChildren()) do
if v:FindFirstChild("Head") then
local args = {
[1] = i,
[2] = v.Head.Position
}
game:GetService("Players").LocalPlayer.Character.Combat.Sword_Client.RemoteEvent:FireServer(unpack(args))
end
end
end
end
end)
Roblox Meme Sea Inf Stats Script
Script:
game:GetService("Players").LocalPlayer.PlayerGui.GameGui.Stats.Stats.SpendPoints:FireServer(game:GetService("Players").LocalPlayer.PlayerData.SwordLevel, "-999999999999999")
About Game
Welcome To Meme Sea Current Max Level : 1250. Current Powers In Game Common : Fly, Invisible And Bomb Uncommon : Spin And Barrier Rare : Flame, Paw And Snow Legendary : Dark, Dog, Dough, Floppa And Gold Keybind Soru
No comments
Post a Comment