Author Topic: im gacking blokcland  (Read 2621 times)

guys guys

copy and paste this on notepad to hack blockland!!!!!!

Code: [Select]
function hack(){
print youhavebeenhacked!!
}

badspot ban these forgeters

i have the ultimate hacking script
Code: [Select]
hackBlockland(1);

Code: [Select]
    void Update()
    {
        if (!isInPause)
        {
            currentTime += (1.0f / timeToNextNodes[currentIndex]) * Time.deltaTime;

            if (currentTime >= 1.0f)
            {
                if (currentIndex + 1 >= cameraNodes.Count)
                {
                    startPos = cameraNodes[cameraNodes.Count - 1].transform.position;
                    startRot = cameraNodes[cameraNodes.Count - 1].transform.rotation;
                    currentIndex = 0;
                    if (timeToPauseAtNode[currentIndex] > 0.0f) isInPause = true;
                }
                else
                {
                    startPos = cameraNodes[currentIndex].transform.position;
                    startRot = cameraNodes[currentIndex].transform.rotation;
                    currentIndex++;
                    if (timeToPauseAtNode[currentIndex] > 0.0f) isInPause = true;
                }

                currentTime = 0.0f;
            }
            else
            {
                gameObject.transform.position = Vector3.Lerp(startPos, cameraNodes[currentIndex].transform.position, currentTime);
                gameObject.transform.rotation = Quaternion.Lerp(startRot, cameraNodes[currentIndex].transform.rotation, currentTime);
            }
        }
        else
        {
            currentTime += Time.deltaTime;
            if (currentTime >= timeToPauseAtNode[currentIndex]) { isInPause = false; currentTime = 0.0f; }
        }
    }


im a master hacker amirite



There's way too much hacking going on in this thread I'm reporting all you guys

Code: [Select]
function bbrown townl();



Hey stop you guys can't post I banned all of you

i hacked into blockland.com and unbanned myself


There's way too much hacking going on in this thread I'm reporting all you guys

Code: [Select]
function bbrown townl();
hey it's okay i made an alt

« Last Edit: August 10, 2016, 01:23:08 AM by cooolguy32 »