Script Features:
Here’s the full list of features that you get from Super Fish Evolutionp scripts:
- Open Source – Easy to edit and fully free for all
- Super Fish Evolutionp – Boost your game in fun simple ways
- Fast Attack – Hit super quick without any delay
- Free Pet OP – Get powerful pets without spending anything
- Fast Exp 1K – Level up crazy fast every few seconds
Super Fish Evolutionp Scripts:
local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/memejames/elerium-v2-ui-library//main/Library", true))()
local window = library:AddWindow("Name GUI", {
main_color = Color3.fromRGB(41, 74, 122), -- Color
min_size = Vector2.new(200, 200), -- Size of the gui
can_resize = false, -- true or false
})
local features = window:AddTab("Features") -- Name of tab
features:Show() -- shows the tab
local AutoAttack = false
features:AddSwitch("Fast Attack", function(state)
AutoAttack = state
while AutoAttack do
game:GetService("ReplicatedStorage").Remote.Event.Combat.M1:FireServer()
wait(0.1)
end
end)
local FastExp = false
features:AddSwitch("Fast Exp x35", function(state)
FastExp = state
while FastExp do
local args = {
[1] = "2"
}
game:GetService("ReplicatedStorage").Remote.Event.TheEvent:FindFirstChild("[C-S]GetOnline5MinReward"):FireServer(unpack(args))
wait(0)
end
end)
local FreePet = false
features:AddSwitch("Free Pet", function(state)
FreePet = state
while FreePet do
local args = {
[1] = "12"
}
game:GetService("ReplicatedStorage").Remote.Event.TheEvent:FindFirstChild("[C-S]GetOnline5MinReward"):FireServer(unpack(args))
wait(0)
end
end)
local FastExp1 = false
features:AddSwitch("Fast Exp 1K", function(state)
FastExp1 = state
while FastExp1 do
local args = {
[1] = "5"
}
game:GetService("ReplicatedStorage").Remote.Event.TheEvent:FindFirstChild("[C-S]GetOnline5MinReward"):FireServer(unpack(args))
wait(0)
end
end)
local FreePet2 = false
features:AddSwitch("Free Pet Time", function(state)
FreePet2 = state
while FreePet2 do
local args = {
[1] = 2
}
game:GetService("ReplicatedStorage").Remote.Event.TheEvent.TryGetFreePet:FireServer(unpack(args))
wait(0.01)
end
end)
How to use scripts?
Follow the steps to execute Super Fish Evolutionp scripts:
- Download a Script Executor – I only recommend MacSploit, AWP.GG, Delta, Fluxus, or Codex.
- Attach the Executor – Connect the tool to the game process.
- Paste the Script – Load and execute the Lua script inside the game.
- Activate Features – Tap the execute icon to use the injected script for custom actions.
Game Details:
- Name: Super Fish Evolutionp
- Developer: EvolutionStudioX
- Maturity: Minimal
- Genre: Simulation
- Subgenre: Incremental Simulator
Leave a Reply