Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 07:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Integrate Mumble Link

Discussion on Integrate Mumble Link within the AutoIt forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
SturmGhost's Avatar
 
elite*gold: 0
Join Date: Jan 2016
Posts: 11
Received Thanks: 1
Integrate Mumble Link

I got a game which provides the player position and camera angle (and more) over .

I want to read out the informations, store them in my own structure and run my AutoIt-Code but I don´t know how to implement or read out the mumble link structure and store the informations in my own structure.

Any hints to do this?

I found some C#-Code which does this and now I want to tranlaste the code to AutiIT Code.

Code:
public static void OpenMumbleLink()
        {
            // Open the mapped memory file
            mappedFile = MemoryMappedFile.CreateOrOpen("MumbleLink", Marshal.SizeOf(data));
            accessor = mappedFile.CreateViewAccessor(0, Marshal.SizeOf(data));
        }

        public static void GetData()
        {
            // Make sure the map memory file is loaded
            if (mappedFile == null) OpenMumbleLink();

            // Read mapped memory file
            accessor.Read(0, out data);

            unsafe
            {
                fixed (LinkedMem* _data = &data)
                {
                    // Parse info
                    playerInfo.x = (float)(_data->fAvatarPosition[0]) * InchesPerMeter;
                    playerInfo.y = (float)(_data->fAvatarPosition[1]) * InchesPerMeter;
                    playerInfo.z = (float)(_data->fAvatarPosition[2]) * InchesPerMeter;
                    playerInfo.map = (int)_data->context[28] + ((int)_data->context[29] * 256);
                }
            }
        }
SturmGhost is offline  
Old 11/09/2016, 13:45   #2
dotCom
 
Devsome's Avatar
 
elite*gold: 9842
The Black Market: 107/0/0
Join Date: Mar 2009
Posts: 16,869
Received Thanks: 4,686
Right Thread for this :3


#closed
Devsome is offline  
Closed Thread


Similar Threads Similar Threads
[HELP] How to integrate X,Y map coordinates into autoit
02/16/2014 - AutoIt - 1 Replies
Dear gamers, I have read different posts on map coordinates, cheatengine & autoit on games, but Im still quite new and not able to grasps the fundamentals inorder to apply to my bot. I am making a bot for a 2D game called StoneAge. The game itself includes a map which shows the X,Y coordinates. The screen is centered on the character and movement is similar to that of chess (moving on grids) By using cheatengine I am able to get 4-byte addresses for X & Y axis for my current character...
help who knows how to integrate the game and updater
01/19/2014 - Shaiya PServer Development - 1 Replies
I saw several Shaiya clients where only 1 file to run the game, how do I do this or can have a ready version of the game.exe not encrypted'll be very grateful
How to integrate website login with PHPBB3
08/14/2013 - Web Development - 0 Replies
I'm creating a website and I would like to have it linked to my PHPBB3.0.11 login. I've looked this up but it seems every resource has a different method. I haven't been able to get it to work so I'm trying to figure out what I need to know to find the correct resource? Basically I would just like to be able to register on the website OR the forums and then be able to seamlessly navigate between both systems with the same log in. As I said, what do I need to know to find out what method will...
that what one can help me integrate the captcha solver
06/25/2013 - General Coding - 0 Replies
that what one can help me integrate the captcha solver in my program the integration method Get API & Plugin | ExpertDecoders
How to integrate Cash Shop in my Aion Private Server?
11/29/2010 - Aion Private Server - 0 Replies
How to integrate a Cash Shop in to my Aion private server? Any help?



All times are GMT +1. The time now is 07:59.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.