Blockland Forums > Modification Help
Code for typing fast?
Slicksilver:
--- Quote from: mp7964 on January 22, 2012, 06:41:07 PM ---I'll give you the pseudocode, but you'll have to figure the rest out yourself.
Note: This won't work, it's false code.
--- Code: ---for i = 1, if i is BIGGER than 25, ADD 1 to i, and do
chat: i
end
--- End code ---
Again, this is pseudocode, which means false code. Figure the syntax of Torque out yourself.
--- End quote ---
I'm pretty sure you mean LESS than 25. Bigger than would create an infinite loop, crashing the game.
cciamlazy:
I made an outside programs that keys really fast
Slicksilver:
--- Quote from: cciamlazy on January 22, 2012, 08:30:51 PM ---I made an outside programs that keys really fast
--- End quote ---
congrats you probably used AHK
phflack:
--- Quote from: Slicksilver on January 22, 2012, 08:24:22 PM ---I'm pretty sure you mean LESS than 25. Bigger than would create an infinite loop, crashing the game.
--- End quote ---
doubt it, i think it'd just not run the for loop, because the condition is false
also, you'll just screw yourself over with this - flood protection
--- Code: ---for(%i = 0; %i < 4; %i++)
commandToServer('messageSent', %i);
--- End code ---
Port:
--- Quote from: Brian Smithers on January 22, 2012, 07:08:40 PM ---Your helping someone who wants code to spama server.
._.
@OP:
No one here is going to help you spam servers.
--- End quote ---
Nice self-contradicting post.