packets VB sacob could use some help^^

10/10/2007 22:04 MrGenious#31
uhm you can't jump into portals either, you have to get another function that enters the portal.
10/10/2007 22:07 Real~Death#32
'18 00 F2 03 DD 81 A6 01 79 FC 13 00 37 00 57 00 37 00 57 00 07 00 55 00
works for portals
10/10/2007 22:19 MrGenious#33
sacob portal button? where is it located?
10/10/2007 22:34 Real~Death#34
Quote:
Originally Posted by MrGenious View Post
sacob portal button? where is it located?
on the full version it says portal(if you click packets you can see what packets it sends even if its not connected)
10/10/2007 23:33 Real~Death#35
lmao i just figured it out^_^team
'0C 00 FF 03 03 00 00 00 (pid)
gsend (MakeHex2("0C 00 FF 03 03 00 00 00" & pid))
and need a pid chang box

well that took me long enough

trade dont work yet..
''0C 00 20 04 (pid) 01 00 00 00
Private Sub trade_Click()
'0C 00 20 04 (pid) 01 00 00 00
gsend (MakeHex2("0C 00 20 04") & pid & MakeHex2("01 00 00 00"))
End Sub
0.o ?? do i have to name the pid somthing different or is there somthing else wrong
10/11/2007 00:23 MrGenious#36
Im confused what did you do? Team and trade already existed :S
10/11/2007 00:29 Real~Death#37
i wasent able to join team till i made a pid box to put the persons id i want to team with.
you were able to join a team without programing it in.mine just said i got a request from(pid).
im having trouble with trades it doesent work the same...

Private Sub join_Click()
'0C 00 FF 03 03 00 00 00 (pid)
gsend (MakeHex2("0C 00 FF 03 03 00 00 00" & pid))
End Sub

Private Sub pid_Change()

End Sub

--------------------------------------------------------------
Private Sub trade_Click()
'0C 00 20 04 (pid) 01 00 00 00
gsend (MakeHex2("0C 00 20 04") & pid & MakeHex2("01 00 00 00"))
End Sub

trade dont work,but the pack look right,any idea
10/11/2007 00:38 MrGenious#38
wait Im not sure which way you mean. do you mean that you invite the bot into team and the bot accepts? or the otherway around, Cause if you mean you invite the bot into team, well that AND trade are already functions in the bot you don't have to add them.
10/11/2007 00:42 Real~Death#39
Quote:
Originally Posted by MrGenious View Post
well that AND trade are already functions in the bot you don't have to add them.
i had to program mine to join.
no mine dont have them :( how the hell does YOURS have them if you dident program it in?!?

so you can trade and it acepts?mine dont,it just says i got a request and thats it no trade no trade window
10/11/2007 00:51 MrGenious#40
No yours do aswell, you have a form called options, just link it to the main form and then in options just check accept trade and also check team, the trade button on the main form in sacob full version doesnt mean "Trade" it means that when YOU trade it and it accepts then you put an amount in that window and you press trade the BOT will send you the money, but if you wanna give money to the bot it is already a built in function on the source.
10/11/2007 00:55 Real~Death#41
every time i tryed linking it would give me some syntax error or somthing when adding options.or how di i link exactly?like i said im new to vb,i just made a button and called it options
10/11/2007 01:04 MrGenious#42
lol I haven't worked with vb more then 2 days you know yourself when I asked you about the link for dling it.

make a button press on it and in the code type option.show
10/11/2007 01:09 Real~Death#43
well i guess i need to hang my head in shame...i wnt through so much damn work.....
thank you that was alot easier...
10/11/2007 01:21 MrGenious#44
Well if you think about it, atleast you learnt some stuff?
10/11/2007 14:15 Real~Death#45
ive got some messages to post.....but,
Posting a working version would defeat the purpose of learning some basic VB,and if MrGenious(wants to post thats fine)all credit goes to him for my version working,anyway:D.But for being my first attempt at programing,its not that hard(unless you have to spend 3+ days programing in functions that where there from the start.LOL).So please dont take it as im being an a**hole(as i was called by somone in a message)for not posting 1st not my work ,behelit is a legend!! 2nd credit goes to MrGenious 3rd i learned a lot from this little program
other then that im still learning also,lots more can be added and the ppl here are real helpful so the more ppl working on it the better