I need help!

Posts 12 of 2 · Page 1 of 1
I need help!
When I run the script I get:

[ERROR] lua/muudeahack.lua:26: ')' expected near '('
1. unknown - lua/muudeahack.lua:0

the line of code it is talking about is:

MorbusFinderButton.DoClick = function muudeamorbushack()

Heres more of the code.

MorbusFinderButton:SetSize(126, 35)
MorbusFinderButton:SetPos(196, 112)
MorbusFinderButton:SetText('Morbus Alien Finder')
MorbusFinderButton.DoClick = function muudeamorbushack()
for k, v in pairs(player.GetAll()) do
for k2, v2 in pairs(v:GetWeapons()) do
if string.find(v2:GetPrintName(), "Alien") then
print(v:Name().." is an Alien Brood!")
end
end
end
end)

I need help with this thanks!

---------- Post added at 03:08 PM ---------- Previous post was at 02:24 PM ----------

Anyone who helps can have a stable copy of the hack.
MorbusFinderButton.DoClick = function muudeamorbushack()) try that if not pm me the code and i will do what i can
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?