5506
Drama / Re: Computermix's new "script" (Blockland hack)
« on: July 08, 2013, 11:09:45 PM »At one point in time everyone used to fly up into the air when the server lagged.lol that was funny
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
At one point in time everyone used to fly up into the air when the server lagged.lol that was funny
no i dont think.add me
Most likely what will happen is the creator of the hack will get revoked and the actual hack will try to be patched.I believe they have timescale hacks that basically they're holding data from the server allowing them to freeze in the air
But apparently I got word that it cannot be patched because it's not an actual script exactly...
It's hard to explain, mostly because I don't know c++, but if it is patched, computermix can sort of un-patch it?... I think?
Somebody with c++ experience should verify this.
At the 10th iterator, %i will not be less than 10, therefore it will echo 0-9, unless the condition iso ya ik that lol :pCode: [Select]%i<=10;
Using Nexus' information, I made a function that works properly.for is the same for every other coding languageCode: [Select]To be honest, I never really knew exactly what "for" ment in TorqueScript. Can someone explain?function getblid(%person) //type in your client console this: getblid("aPlayer'sNameHere");
{
for(%a=0; %a<npl_list.rowcount(); %a++)
{
if(getfield(npl_list.getrowtext(%a), 1) $= %person) //Basically saying "If you type this in, then I will do what the below says"
{
newchatso.addline(getfield(npl_list.getrowtext(%a), 3)); //Sends you the player's BL_ID
}
}
}
Note: newchatso.addline is just a way to message yourself without anyone else seeing.
for(%i=0;%i<10;%i++)
{
Echo(%i);
}this will echo 0-10Make edits to the top down player type = there you go!if only it was that simple, you can only change the camera angle for third person along the forwards axis you can't go to the side
Neat.you can just change your avatar and then set the bots appearance to 'custom' and it will set to your avatar
Now if only I could control the bot's nodes...
That's all I ever need from bots..
The schedule should be at 33.you can't click faster than 250 ms, setting it lower will actually cause you to click slower