Valhalla Legends Forums Archive | Visual Basic Programming | help

AuthorMessageTime
Blade
Can any one tell me where to get that prog that converts TMK code to VB code? and also does any one know where i can get some winsock udp guids thx
October 6, 2003, 2:58 AM
iago
http://www.google.com/search?q="tmk%20to%20udp%20converter"
October 6, 2003, 7:12 AM
Adron
[quote author=iago link=board=5;threadid=2968;start=0#msg23153 date=1065424327]
http://www.google.com/search?q="tmk%20to%20udp%20converter"
[/quote]

[quote]

Your search - "tmk to udp converter" - did not match any documents.

Suggestions:
- Make sure all words are spelled correctly.
- Try different keywords.
- Try more general keywords.
Also, you can try Google Answers for expert help with your search.

[/quote]
October 6, 2003, 3:54 PM
Blade
I think you missunderstud me im looking for a program i saw posted here once that converts tmk code (Trainer Maker Kit) to vb code it was a very simple way to make trainers in vb and was also wondering if any one knew of a place/book where i could learn more about the winsock control in vb
October 6, 2003, 4:34 PM
iago
Adron - Well, try the suggestions :)
October 6, 2003, 8:15 PM
j0k3r
[quote author=Blade link=board=5;threadid=2968;start=0#msg23175 date=1065458073]
I think you missunderstud me im looking for a program i saw posted here once that converts tmk code (Trainer Maker Kit) to vb code it was a very simple way to make trainers in vb and was also wondering if any one knew of a place/book where i could learn more about the winsock control in vb
[/quote]

Go to a book store (chapters) and skim through a VB book.
October 6, 2003, 9:11 PM
Blade
I found what I needed on the winsock i just missunderstude some thing but im still looking for that program that converts TMK to vb (basicly its a program that you put in memory addres and and the value yuo want to write in hex and it generates code in vb to paste into the program your making)
October 7, 2003, 3:21 AM
Yoni
I will try to help you first by translating your posts from Bladish to coherent English:


[hr]I have two questions:

1. I would like to learn how to use UDP sockets in VB. Does anyone have a useful link or reference? ...Never mind, I found something.

2. TMK, or Trainer Maker Kit, is some relatively anonymous program, probably written in VB itself, that allows you to write "scripts", very likely saved as .tmk files, which instruct it how to search for a process, and then what to write to whatever memory addresses as described in the script.

I, however, dislike this TMK program, and would like to search for a different program, one that would convert said .tmk scripts to VB code that can be compiled to more or less native code, which is much better for obvious reasons. Does anyone know of such a thing?
[hr]

Regarding your second question, I think it's unlikely many of the people here have ever heard of TMK, or are interested enough to search for it. However, why don't you justify your placement of this thread in the General Programming forum, and write such a program yourself? It sounds like it could be a fun project.
I doubt anyone here can help you anyway, since you haven't described what "TMK code" looks like.
October 7, 2003, 3:35 AM
Blade
thx yoni i guess ill write the program so could use it for future refences but to describe the program its was made to convert tmk code to vb but it works for any thing you just put in the addres(in hex) and the and the value to write at that addres(in hex) I might look around a little more if i can't find it ill make it thx
October 7, 2003, 3:55 AM
Arta
PLEASE use periods.
October 7, 2003, 10:17 AM
iago
[quote author=Arta[vL] link=board=5;threadid=2968;start=0#msg23283 date=1065521832]
PLEASE use periods.
[/quote]

You'd think he'd get the hint from Yoni's post :-/
October 7, 2003, 4:24 PM
Adron
[quote author=iago link=board=5;threadid=2968;start=0#msg23294 date=1065543875]
You'd think he'd get the hint from Yoni's post :-/
[/quote]

Some people never do.
October 7, 2003, 4:44 PM
Zakath
Alright. I'll translate the response back to Bladish, since it's clear this guy doesn't understand English at all.

no1 of us here know what tmk is but if u spent a week telling us about it wed get it so why dont u write ur own or something because we dont know where to get this program u talked about and oh yeah when u dont use periods we cant understand u so if u could like talk better maybe we could help out easier thx rofl cya gl hf ttyl lol!
October 7, 2003, 4:51 PM
Adron
Funny! That should be copied to another forum... Why is there no way to copy all these "classic" posts?
October 7, 2003, 4:53 PM
iago
Perhaps some admin should create a forum for classic threads and copy this there :-)
October 7, 2003, 5:38 PM
Adron
[quote author=iago link=board=5;threadid=2968;start=0#msg23310 date=1065548292]
Perhaps some admin should create a forum for classic threads and copy this there :-)
[/quote]

Well, if there was a "copy thread" function... Or is there?
October 8, 2003, 3:29 PM
Skywing
[quote author=Adron link=board=5;threadid=2968;start=15#msg23396 date=1065626999]
[quote author=iago link=board=5;threadid=2968;start=0#msg23310 date=1065548292]
Perhaps some admin should create a forum for classic threads and copy this there :-)
[/quote]

Well, if there was a "copy thread" function... Or is there?
[/quote]
You could split threads and move them to a new forum, then re-merge them there.
October 8, 2003, 4:38 PM
Adron
Wouldn't that still move the thread?
October 8, 2003, 5:27 PM
Grok
[quote author=Adron link=board=5;threadid=2968;start=15#msg23417 date=1065634062]
Wouldn't that still move the thread?
[/quote]

I think you can put a reference to a topic inside a forum, and the topic would coexist in both forums, yet exist physically only once. This was possible before the current MySQL version because they used files. With the MySQL version, I'm guessing we just need to create a topic id entry in the forum where we want it to appear. This is speculation since I've not looked at the tables. But if true, we could add a button to the 'move this thread' page for "just make reference in new forum".
October 8, 2003, 6:08 PM
Adron
What would happen when someone removed one of the topics though? It would make more sense to me to duplicate the actual data, unless you feel like implementing reference counting for the datas..
October 8, 2003, 7:39 PM
iago
[quote author=Adron link=board=5;threadid=2968;start=15#msg23427 date=1065641978]
What would happen when someone removed one of the topics though? It would make more sense to me to duplicate the actual data, unless you feel like implementing reference counting for the datas..
[/quote]

If you're going to delete one, they should both die. If you had just wanted it on a single thread, you should have moved it..

Or perhaps make it like a windows shortcut, or a unix link (or whatever), where it's obviously a shortcut and deleting the shortcut does nothing to the original thread.
October 8, 2003, 9:22 PM
Adron
[quote author=iago link=board=5;threadid=2968;start=15#msg23438 date=1065648144]
If you're going to delete one, they should both die. If you had just wanted it on a single thread, you should have moved it..
[/quote]

Well, the idea would be to leave the post in the original forum, in case it's wanted there. But then later if the moderator there happens to delete it, I would want the copy to still remain where it was.
October 8, 2003, 9:58 PM
Grok
We'd have to add code to the topic removal code to count the number of references, and only call the delete replies and delete topic procedures when the reference count was 1.
October 9, 2003, 2:16 AM
iago
Or you can make a direct copy of it with a new id and a new set of posts.

But Grok's idea is the best.
October 9, 2003, 2:53 AM
MrRaza
Anyway, I have heard of your program before. I saw it on some forum somewhere, I think it was www.battleforums.com. And I can't find a resonable link on google.
October 12, 2003, 11:35 PM
hismajesty
[quote author=Zakath link=board=5;threadid=2968;start=0#msg23304 date=1065545497]
Alright. I'll translate the response back to Bladish, since it's clear this guy doesn't understand English at all.

no1 of us here know what tmk is but if u spent a week telling us about it wed get it so why dont u write ur own or something because we dont know where to get this program u talked about and oh yeah when u dont use periods we cant understand u so if u could like talk better maybe we could help out easier thx rofl cya gl hf ttyl lol!
[/quote]

oMg u 4gat 2 mspelL sOmEa da woRdz
October 13, 2003, 7:11 AM
Etheran
ahhh kids these days :P
October 23, 2003, 12:39 PM
St0rm.iD
[quote author=hismajesty link=board=31;threadid=2968;start=15#msg24004 date=1066029106]
[quote author=Zakath link=board=5;threadid=2968;start=0#msg23304 date=1065545497]
Alright. I'll translate the response back to Bladish, since it's clear this guy doesn't understand English at all.

no1 of us here know what tmk is but if u spent a week telling us about it wed get it so why dont u write ur own or something because we dont know where to get this program u talked about and oh yeah when u dont use periods we cant understand u so if u could like talk better maybe we could help out easier thx rofl cya gl hf ttyl lol!
[/quote]

oMg u 4gat 2 mspelL sOmEa da woRdz
[/quote]

wr0dz*
October 23, 2003, 7:01 PM
hismajesty
[quote author=St0rm.iD link=board=31;threadid=2968;start=15#msg25237 date=1066935709]
[quote author=hismajesty link=board=31;threadid=2968;start=15#msg24004 date=1066029106]
[quote author=Zakath link=board=5;threadid=2968;start=0#msg23304 date=1065545497]
Alright. I'll translate the response back to Bladish, since it's clear this guy doesn't understand English at all.

no1 of us here know what tmk is but if u spent a week telling us about it wed get it so why dont u write ur own or something because we dont know where to get this program u talked about and oh yeah when u dont use periods we cant understand u so if u could like talk better maybe we could help out easier thx rofl cya gl hf ttyl lol!
[/quote]

oMg u 4gat 2 mspelL sOmEa da woRdz
[/quote]

wr0dz*
[/quote]

0mFg u GrAt sPeLLr srOrY
October 23, 2003, 7:50 PM
St0rm.iD
pwnT~
October 23, 2003, 10:22 PM
-MichaeL-
0wnz0reD mAn 0 yas ;)
November 2, 2003, 2:44 AM

Search