basic boots csharp

12/30/2009 12:43 artem_art#1
hey guys i am learning how to do basic bots for conquer so if any one is nice enoth to share any type of scrips and if posible disrible how they work.

ps special request is tele bot.
12/31/2009 02:05 spare2#2
Boots or bots?
There's no hack requests in this section.
01/03/2010 01:11 artem_art#3
Quote:
Originally Posted by spare2 View Post
Boots or bots?
There's no hack requests in this section.
oops i spelled first one wrong it is bot, but i dont really want to request a hack. I know how to use csharp and i want to use it to create basic bots or some tipe of hack for conquer but i just dont know what to do, like how can i use this script with conquer. That is why i asked for example of a bot so i see how other ppl use there scrips to make them to work in conquer.
01/03/2010 02:25 deaconator#4
struct Boots
{
int Size;
Color color;
}

Just to get you started.
01/04/2010 05:45 artem_art#5
Quote:
Originally Posted by deaconator View Post
struct Boots
{
int Size;
Color color;
}

Just to get you started.
mmm something poped in my head when i seen it but not 100% sure what but i may get it a day or less.
01/04/2010 06:38 gabrola#6
FAIL
01/05/2010 11:44 artem_art#7
Quote:
Originally Posted by gabrola View Post
FAIL
then tell me how to do it right.
01/05/2010 13:47 InfamousNoone#8
If you can't think of how to do this yourself, you should learn general programming and THEN try to apply it to conquer.
01/06/2010 08:22 artem_art#9
Quote:
Originally Posted by InfamousNoone View Post
If you can't think of how to do this yourself, you should learn general programming and THEN try to apply it to conquer.
well i took a C class before but it was not in Csharp, also i have watched all your tutorials how to learn C in csharp and it was quite easy to understand, and i have spend many many hrs just learning how to use csharp and i am doing few fun programs to just mess around. I just never have done any program that interacted with conquer, at list can you get me started with it so i can learn the rest for my self but a hit or a way to start would of been nice.
01/06/2010 12:47 zarut#10
memory reading and macros there u go
01/07/2010 11:59 Eternion#11
Find out memory addresses for conquer, then inject your code into the conquer process to use it.
01/09/2010 11:35 artem_art#12
thanks a lot :)