Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Tried to turn on the bot right after update. It crashed cause m.getint(15) suddenly became a boolean value.
Well, anyway, can someone send me new data for bot making?
P.S. Sorry for my bad english
P.P.S. Capasha, update dat http://capasha.com/notafraud/index.php#top. Or this http://forums.everybodyedits.com/viewtopic.php?id=27469 if you're Processor:)
Offline
I updated the add message. I will update Init later too.
Offline
No more bombing accounts anymore so it is harder for players to bump their worlds to the top. The worlds that need bombs are doomed big time.
Sample Text.
Doritos/Mountain Dew eater.
420 No scoping 69 scrubs per day
Always smoke weed everyday.
Known for: #getrekt Bot (possible revive with new stuff?)
Offline
I like that you only can be connected 5 times. So annoying with user bombs.
Then I don't like the lobby full with compaigns. They should be added to their own tab instead.
Offline
Why do you use the m.GetInt(uint index) method?
Use m[uint index] to ignore which type of value the message is.
The point about object-oriented programming is that you always know what object you're dealing with.
Besides, typecasting is a ... bad word.
Offline
alkazam1448 wrote:Why do you use the m.GetInt(uint index) method?
Use m[uint index] to ignore which type of value the message is.
The point about object-oriented programming is that you always know what object you're dealing with.
Besides, typecasting is a ... bad word.
1. Use GetType() method (I don't know what this does, but if I'm right it should do the trick)
2. What?
Offline
den3107 wrote:alkazam1448 wrote:Why do you use the m.GetInt(uint index) method?
Use m[uint index] to ignore which type of value the message is.
The point about object-oriented programming is that you always know what object you're dealing with.
Besides, typecasting is a ... bad word.1. Use GetType() method (I don't know what this does, but if I'm right it should do the trick)
2. What?
You'd have to typecast the variable you get through m[id], example: int i = (int) m[9001];
Or you would have to use var, making it as follows: var x = m[9002];
The first would be a one-time typecast and the second you'd never have to, but with the second you'd never be certain what kinda of object you get (say when the game updates).
Which is why I personally prefer the getInt() method.
Offline
[ Started around 1732363827.8282 - Generated in 0.049 seconds, 12 queries executed - Memory usage: 1.5 MiB (Peak: 1.65 MiB) ]