1 (edited by Parhamic 2012-04-07 19:36:04)

Topic: [HELP]How to create some code?(edit by Parhamic :D)

How can I create some bot in my client ?(for example:auto fire,auto spin,...)
Which code can I edit ?
Can you give me code of auto fire ? big_smile

2

Re: [HELP]How to create some code?(edit by Parhamic :D)

This is the official Tw. Forum Friend... sad
You will receve no support about bots here...
Probably this topic will be deleted or you will receve a ban! yikes
Sorry! neutral

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte

3 (edited by Parhamic 2012-04-07 19:38:10)

Re: [HELP]How to create some code?(edit by Parhamic :D)

!!!
I don't want to make a bot!.
I just learn it.ok bot no!How I can make a code(for example:show hud or show fps or show client ids!)
I create the code in variables.cpp.Now,How I can programing it ?
Look :

// client
MACRO_CONFIG_INT(ClPredict, cl_predict, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Predict client movements")
MACRO_CONFIG_INT(ClNameplates, cl_nameplates, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Show name plates")
MACRO_CONFIG_INT(ClNameplatesAlways, cl_nameplates_always, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Always show name plates disregarding of distance")
MACRO_CONFIG_INT(ClNameplatesTeamcolors, cl_nameplates_teamcolors, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Use team colors for name plates")
MACRO_CONFIG_INT(ClNameplatesSize, cl_nameplates_size, 50, 0, 100, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Size of the name plates from 0 to 100%")
MACRO_CONFIG_INT(ClAutoswitchWeapons, cl_autoswitch_weapons, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Auto switch weapon on pickup")

MACRO_CONFIG_INT(ClTestCode, cl_test_code, 1, 0, 100, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Test code smile")

--------------------------------------------------------------------

LoL.Why did you give me [-1] ? sad

4 (edited by Dune 2012-04-07 19:53:49)

Re: [HELP]How to create some code?(edit by Parhamic :D)

Parhamic wrote:

How can I create some bot in my client ?
Which code can I edit ?
Can you give me code of auto fire ? big_smile

Parhamic wrote:

!!!
I don't want to make a bot!.

You're one of the most unskilled liar I met.


You should also quit the idea of copying random stuff you don't understand in the source (tons of people tried, and they all failed to make something original), it will be way easier to simply start with learning the basis of programming.
You basically made 3 or 4 threads on how to make a mod, then how to download a compiler, and now how to code. Stick with one?

Not Luck, Just Magic.

5

Re: [HELP]How to create some code?(edit by Parhamic :D)

In Teeworlds, bots are considered cheats. Closing thread.