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.
Pages: 1
Offline
Is that in the swf?
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
con.send("c",C,x,y)
what's C..also, do i have to send a movement together to get the coin?
C is coins to collect.
You don't need to send movement. But movement is needed if you want to collect magic coins.
Offline
why you need this btw?
Everybody edits, but some edit more than others
Offline
it doesn't work at all. I tried it
I did
conn.send("m",...
conn.send("c", ...
that failed and after that switch them around and not even a single coin is collected with a breakpoint...
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
goeyfun wrote:con.send("c",C,x,y)
what's C..also, do i have to send a movement together to get the coin?
C is coins to collect.
You don't need to send movement. But movement is needed if you want to collect magic coins.
So...
conn.Send("c", 9001) will give the bot 9001 coins?
Let's say there's a coin at 10,10
conn.Send("c", 1, 10,10); ?
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Since the introduction of blue coins, the format is:
Message.Create("c", gold coins count, blue coins count, x of coin, y of coin);
The value will be received by everyone, so their physics can calculate whether you fall though a coin door or not.
I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.
Offline
Oh, so "c" adds to the coin count so other players wont see the player 'teleporting' through the coindoor,
And to get magic coins, you send "m"?
Offline
Oh, so "c" adds to the coin count so other players wont see the player 'teleporting' through the coindoor,
And to get magic coins, you send "m"?
To get magic coins, you don't use a bot.
I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.
Offline
DarkDragon4900 wrote:Oh, so "c" adds to the coin count so other players wont see the player 'teleporting' through the coindoor,
And to get magic coins, you send "m"?To get magic coins, you don't use a bot.
Lol, alright.
I'm not intent on doing so, though.
Offline
Pages: 1
[ Started around 1732811679.0848 - Generated in 0.061 seconds, 13 queries executed - Memory usage: 1.5 MiB (Peak: 1.65 MiB) ]