|
-
Dec 7th, 2005, 05:20 PM
#1
Thread Starter
Frenzied Member
How to get API's from a Video Game
how do you get API's from a video game?
-
Dec 8th, 2005, 08:47 AM
#2
Re: How to get API's from a Video Game
I have no idea what you are asking for. Could you explain a bit more?
-
Dec 8th, 2005, 10:18 AM
#3
Thread Starter
Frenzied Member
Re: How to get API's from a Video Game
Say i play a online video game, where you run around lvl up your guy etc.
I seen program where you dont neven need to run the video game, all you have to do is run a program created in VB, and it handles your login, fighting etc. you can select all the different options, just the same as you would in the game.
Just wanted to know how i could get started doing something like that, or where to beging.
-
Dec 8th, 2005, 01:51 PM
#4
Re: How to get API's from a Video Game
Ahhh...gotcha. I'm not a gamer, but I have seen posts and answers to posts on this issue. Do a search in the Games and Graphics section and see what you can come up with.
-
Dec 8th, 2005, 06:35 PM
#5
Thread Starter
Frenzied Member
Re: How to get API's from a Video Game
 Originally Posted by Hack
Ahhh...gotcha. I'm not a gamer, but I have seen posts and answers to posts on this issue. Do a search in the Games and Graphics section and see what you can come up with.
I look all today....nothing really good!
-
Dec 20th, 2005, 01:05 PM
#6
Thread Starter
Frenzied Member
Re: How to get API's from a Video Game
-
Dec 20th, 2005, 01:12 PM
#7
Addicted Member
Re: How to get API's from a Video Game
I think some of the "bots" that have been made for various games were done so just by simply controlling the mouse. They don't hack into the game (as far as I know) and call functions inside of the DLL's and such...well maybe some do but these would be hacks! And hacks are bad...
-
Dec 20th, 2005, 01:15 PM
#8
Re: How to get API's from a Video Game
You only have access to what's installed on your computer. Anymore, alot of the functionality (for online games) resides on their servers (with the exception of EQ, I know of people who host their own worlds).
It sounds like what you're after is bots (and overly advanced ones at that). The best place to start is playing with the content you installed. Finding entry points in the dll's and just stumble onto things. If you want to avoid the API thing, try building macros with Auto IT. You can customize it with your own code, but the language was made for executing tasks that continually repeat themselves.
There is no single answer any of us can give you because every game (and app) is different.
-
Dec 21st, 2005, 10:04 AM
#9
Re: How to get API's from a Video Game
 Originally Posted by joefox
I look all today....nothing really good!
Have you tried a Google search?
-
Dec 28th, 2005, 03:43 PM
#10
Thread Starter
Frenzied Member
Re: How to get API's from a Video Game
Well, i am not trying to hack the game, but more looking to make an new interface to it.
so that i can have all the controlls etc health bar etc.
how do you dump data into a dll?
-
Dec 28th, 2005, 03:47 PM
#11
Re: How to get API's from a Video Game
I just thought about this thread the other day. This sounds alot like the "getalife4" bot for WoW.
WoW isn't great for security. Most of what they're probably doing is a "man-in-the-middle" attack. It's where you splice your TCP packets and send back any information you want after the application does all of it's authentication checks. That may be the reason why people are allowed to teleport to any location (having the client tell the server it's coordinates is faster then the server trying to keep track of everyone) and also record macros for paths to run.
-
Dec 28th, 2005, 03:54 PM
#12
Thread Starter
Frenzied Member
Re: How to get API's from a Video Game
Well its for a game called lineage 2.
The bot dosent really do anything special, except monitor things for you.
So it will check your health, so when your low it will sit, etc.
I just need to know where to start, or how to even make 1 function come up in vb like display the health.
-
Dec 28th, 2005, 04:00 PM
#13
Re: How to get API's from a Video Game
I can't really tell you how to do this, because it is essentially hacking. Almost every single online game states in the UA that you aren't allowed to use 3rd party software.
All I will say is this, the game is built and played with the dll's and packets. Like I said earlier, finding entry points in the dlls is one place to start. Using a packet sniffer to monitor what it's sending and receiving from the server is another direction.
-
Dec 28th, 2005, 04:11 PM
#14
Re: How to get API's from a Video Game
If you can find any of its files you can use the Dependancy Walker utility (included with VS) to detect which APIs and child dependancies are used. Look for Depends.exe on your system if you have it.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Dec 31st, 2005, 09:50 AM
#15
New Member
Re: How to get API's from a Video Game
Download a Resource Editor and try all dll/exe files
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|