Log in

View Full Version : Making a 7.7 bot?



Efren
02-07-2011, 04:08 PM
Hey im interested of making a bot for tibia 7.7 in C++, Though that TibiaApi would be hopefull. Made some research and findout that TibiaApi doesn't support 7.92 to oldest. (So my problem is how or where i get tibia adresses) Basically only for injecting to tibia.

I don't want a fully completed bot, But sure the following:

Inject to tibia7.7 [x] (Its a custom client, They only modified the ip so you could connect without ipchanger {Since any ip changer has support for 7.7})
Combo bot []
eatfood [x]
Spell and magic wall timers []
Auto spells []
Healer []
Dash []
Click Reuse [x]

Edit: The ones marked as "X" are the one i have done.

The reason of making this a project is because:
Im really novice related to C++, But i want to make this for increasing my skills on this lenguaje. :) and also dominate "http://valhalla.otserv.co/".

So would be handly if you can help me or give me tips.

The only help i need right now is getting the adresses and make an injection to the client.

Right now im tpforums reading guides on c++ but im really sure any of those will not help me with this tibia client (7.7).

ps: Tell me a good compiler (C++) that i can make windows applications (GUI)"
Thanks for further help :)

DarkstaR
02-07-2011, 05:08 PM
I'll be very honest and blunt with you: if you are novice in C++ and dont even know how to find addresses, this is completely impossible for you as of now. You can possibly accomplish all but the combo and timers, but those two, timers especially, are very complex compared to the other features.

Efren
02-07-2011, 05:13 PM
I'll find out, Well thats why i started the project, for increasing my skills :)

any tip? x)

Spectrus
02-07-2011, 11:01 PM
Thread moved to more appropriate section.

Moved from:
General Chat
Chat about anything thats not about Tibia or XenoBot.

-

I would recommend you learn the basics of C++ before moving to GUI's intended for Windows as well as working with the Tibia client.

A good compiler for C++ (not necessarily for making UI's), would be Bloodshed Dev-C++. (LINK (http://www.bloodshed.net/devcpp.html))
A good workstation for making Windows GUI's would be Microsoft Visual C++ Studio. (LINK (http://www.microsoft.com/express/Downloads/#2010-Visual-CPP))

Tibia addresses for 7.6-7.71 can be found here (http://tpforums.org/forum/thread-5758.html).

muttley
02-09-2011, 05:03 PM
About updating addresses:
http://tpforums.org/forum/thread-8378.html
http://tpforums.org/forum/thread-5310.html
Two great tutorials for finding addresses.

klusbert
03-20-2011, 11:56 PM
I posted some addresses on tpforum here http://tpforums.org/forum/thread-8485-post-75510.html#pid75510
I made a proxy for 7.7 (not done) vb.net you may find it usefull.

I did this for long time ago, so it do contain really bad coding I'm afraid.
5