Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Calculating number of commands in a cog
Calculating number of commands in a cog
2001-11-18, 11:28 AM #1
How do i calculate the number of commands in a cog, so I can put the correct number of command in, so I don't get a checksum error when implaying someone over the internet

ie.

SetInvActivated(player, 30, 0);

how many commands does that have in it?

im guessing

1 for SetInvActivated
1 for the parenthesis around player, 30, 0
1 for the semicolor

if im not right please explain how to calculate them

thanks
2001-11-18, 11:45 AM #2
Hmm, I might be wrong. But, umm, the only reason you would want to do this, is, um, if your trying to hack.


 


*Cough* close this thread! *cough*

------------------
Success is the inverse relationship between effort, gain, and loss.
And when the moment is right, I'm gonna fly a kite.
2001-11-18, 12:05 PM #3
so what if i want to hack, me and my friend have hacking games all the time, we use build and stuff, so whats the harm in that? i don't see anywhere in the forum rules where it sias you can talk about jk hacks

back to the main topic, can anyone help me?
2001-11-18, 2:36 PM #4
He's right though. This isn't really the MB you should be posting on. There are tons of hacking message boards elsewhere. BTW its 5.
4 type 1's and 1 type 2. and next time please use a different board
2001-11-18, 2:43 PM #5
alright thanks anyways for the help
2001-11-18, 5:19 PM #6
It's quite simple. You see, you simply count each verb and each parameter. It's not very hard. Even chimps can count. Are you dumber than a chimp?
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2001-11-18, 5:21 PM #7
oh ok i was just making sure i was doing it right, i am not dumber than a chimp mhauahuah
2001-11-18, 6:26 PM #8
Wha ??

Maggot says 5, Emon says 3 ???
2001-11-19, 2:48 AM #9
Emon, please get your language a little lower.

I don't mind people talk about hacks around here.

------------------
http://millennium.massassi.net/ - Millennium
2001-11-19, 3:35 AM #10
It all depends on how you count.
2001-11-19, 11:09 AM #11
LoL, it's just a joke.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2001-11-19, 12:21 PM #12
In your recent posts.

------------------
http://millennium.massassi.net/ - Millennium
2001-11-19, 1:54 PM #13
lol, now im confused, does anyone know where i can get tutorials for this?

[http://forums.massassi.net/html/smile.gif]
thnks
2001-11-19, 2:50 PM #14
I remember when I tried to make hacks that some member of the EAH clan had a really good text on it. It was a bit profane, but pretty educational. Search for:
JK HAX
JK H@X
Jedi Knight Hax
Jedi Knight Hacks
Jedi Knight H@X
etc.
Capitalization
Commas
Periods
Question Marks
Apostrophes
Confusable Words
Plague Words
2001-11-19, 4:41 PM #15
wow i guess was searchig for the wrong thing,"jedi knight hax" got me alot of great pages i was looking for, thanks !! [http://forums.massassi.net/html/smile.gif]
2001-11-20, 2:14 PM #16
well considering the mass amount of cogs ive made pass c/s i'm pretty sure i know what im talking about

SetInvActivated(player, 30, 0);

SetInvActivated = 1
(); = 1
player = 1
30 = 1
0 = 1

and object types come into play when you want to change more complex lines. of course noone here probably cares, but i just wanted it to be clear for eskmoe man
2001-11-20, 2:22 PM #17
thanks, i think i got the hang of 9it now i just downloaded a tutorial that has that in it [http://forums.massassi.net/html/smile.gif]

↑ Up to the top!