ive been playing it nd its boring me now cos i cant get very far nd it takes to long to collect stuff is there any way to hack this game. hers the link
http://www.kongregate.com/games/Archigeek/hexcelle
please and thankyou
Printable View
ive been playing it nd its boring me now cos i cant get very far nd it takes to long to collect stuff is there any way to hack this game. hers the link
http://www.kongregate.com/games/Archigeek/hexcelle
please and thankyou
super tagged
new link plz
The game has been requested many times, but it was never hacked?
SWF: http://www.freeworldgroup.com/games8/he ... xcelle.swf
i know why AS3 open to anyone.
The needed food to evolve is called foodQuota and gets calculated in hexcelle.Player.drawFoodHUD():
The second thing is that you can set the minimum Celles. This works for self created cells from the beginning and for the prebuild ones after the first evolve. hexcelle.Evolver.checkMinHexes():Code:if (_celle.hexCount < 10)
{
_foodQuota = Math.pow(_celle.hexCount - 4, 3) + 20;
}
else
{
_foodQuota = (_celle.hexCount - 6) * 50;
}
Hope this helps, worked fine for me when i tried :good:Code:if (_loc_1.size == 0)
{
MINHEXES = 4;
return;
}
if (!_loc_1.data.win)
{
MINHEXES = 4;
}
else
{
MINHEXES = 1000;
}
No one will do it ZuckeR... trust me. :lol:
The biggest help you could do is hack it and attach it :lol:
Well if no one will do it, then so it be, me neither. I don't care just trying to help people out!
@zucker,, how do them code things work ????????
There are plenty of tutorials for hacking in the Tutorial Forum!Quote:
Originally Posted by teddy272
I may look at it, I have been avoiding it and avoiding it. :lol: