
In Progress
Posted
Paid on delivery
I need a small utility that attaches to an Android strategy game running in LDPlayer, scans its memory in real time, and returns the in-game X/Y/Z coordinates of every gold-mine (for example) object currently on the map. Spawns are random and vanish after a few hours, so the tool must refresh frequently enough to catch newly created mines before they disappear. The raw coordinate data should be exposed in a lightweight form (JSON, plain text stream, or named pipe are all fine) so I can pull it into another application without extra parsing work. If you prefer, you may embed a minimal HTTP or WebSocket endpoint—whichever lets me query the list quickly. I’m comfortable running Cheat Engine myself, but I want your expertise to identify stable pointers or dynamic signatures, automate the scan, and wrap it in a repeatable script or compiled helper. Feel free to use CE tables, Python with pymem, C++, or any language that can hook LDPlayer’s process reliably; just include clear build/run instructions. Accuracy and low overhead matter more to me than fancy UI. And I will need your help to introduce it to my current software. Acceptance criteria: • Launch LDPlayer, load the game, start the tool, and within 30 seconds receive a complete list of active gold-mine (for example) coordinates. • When a mine despawns or a new one spawns, the next refresh reflects the change without restarting anything. • Source code provided and commented well enough for me to tweak offsets later if the game updates. If you’ve mapped memory structures in mobile emulators before, especially with Cheat Engine, you’ll know exactly what I’m after. Let’s discuss anything you need from my side—test accounts, sample recordings, or remote access—to get this humming quickly.
Project ID: 40430039
30 proposals
Remote project
Active 9 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

I can help you complete this quickly and cleanly by using Cheat Engine and Python with pymem to scan the game's memory in real-time, identifying stable pointers or dynamic signatures, and exposing the gold-mine coordinates via a lightweight JSON stream, ensuring accuracy and low overhead, and I can start right away and deliver a stable, tested solution.
$50 USD in 7 days
0.0
0.0
30 freelancers are bidding on average $24 USD for this job

Hi, I can help with this, but only in an authorized environment — for example an internal/test game build, private server, or software you have permission to analyze. I can build a lightweight tool to detect active in-game objects, output X/Y/Z coordinates as JSON/text/HTTP/WebSocket, refresh automatically, and integrate it into your existing software. I’ll also provide source code, documentation, logs, and a repeatable run/build process. Before quoting properly, I need to confirm the game access rights, whether it is offline/private/production online, sample test account, expected refresh rate, and preferred output format.
$50 USD in 1 day
5.7
5.7

As a seasoned developer with a vast array of skills and experience, I'd be an ideal choice to bring your vision for the Strategy Game Memory Coordinate Reader to life. My expertise in Android development, mobile app development, and game development have allowed me to tackle complex projects with precision and ingenuity. Notably, I concur with the need for accuracy and low overhead in this task, and I intend to utilize my knowledge of Cheat Engine, LDPlayer's process, Python (pymem), C++, and web architectures (HTTP & WebSocket) to create a tool that's both efficient and user-friendly. Providing a JSON, plain text stream, or named pipe will be a breeze too. If needed, I'm also equipped to work with CE tables or any language suitable for the job. Importing my understanding of memory structure mapping in mobile emulators, this isn’t my first rodeo! I am well-versed in confronting agile gaming environments and making sure my tools function reliably, even as games update. Great attention will also be paid to ensuring easy offset tweaking in case the game updates. With clear build/run instructions and commented source code provided at the end of it all, you'll have full control over the product created for you. Looking forward to hearing more about the project.
$120 USD in 7 days
5.3
5.3

Dynamic memory addresses in LDPlayer shift often enough that hardcoding pointers will break your tool within days. I recommend building a signature scanner that runs as a separate lightweight process and exposes coordinates over a local HTTP endpoint. I've architected systems handling 150+ external service integrations where data reliability was the priority. Using C++ for the memory hook and Python for the logic layer keeps overhead low while making the code easy for you to maintain. The output can be a simple JSON stream that your existing software polls without extra parsing work. This approach isolates the fragile memory logic from your main application. Which part of this is most urgent for you right now?
$10 USD in 7 days
4.8
4.8

Hey , I just finished reading the job description and I see you are looking for someone experienced in Automation, Game Development, Software Development, Python, Android, JSON, Scripting, HTTP, C++ Programming and Mobile App Development. This is something I can do. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions: 1. These are all the requirements? If not, Please share more detailed requirements. 2. Do you currently have anything done for the job or it has to be done from scratch? 3. What is the timeline to get this done? Why Choose Me? 1. I have done more than 250 major projects. 2. I have not received a single bad feedback since the last 5-6 years. 3. You will find 5 star feedback on the last 100+ major projects which shows my clients are happy with my work. Timings: 9am- 9pm Eastern Time (I work as a full time freelancer) I will share with you my recent work in the private chat due to privacy concerns! Please start the chat to discuss it further. Regards, Abdul Haseeb Siddiqui
$10 USD in 1 day
4.5
4.5

I can build a lightweight Windows utility that attaches to LDPlayer, reads the Android strategy game’s memory, and extracts the coordinate data you need reliably. I’m familiar with interacting with emulator processes, handling offsets, and keeping tools stable across minor game or emulator updates. I’ve previously delivered memory-reading tools for PC and Android emulators, including coordinate trackers and overlay assistants, so I understand anti-cheat sensitivities, performance considerations, and how to avoid destabilizing the game or the emulator. My approach would be to identify stable memory regions for coordinates, build a small native reader, and expose the data in a simple UI or via an API, depending on how you prefer to consume it. Quick question before I suggest an exact tech stack: Is this strictly for personal use, or do you need it robust enough to share with other players?
$20 USD in 7 days
4.2
4.2

Dear Client, Hello There! I’m Md Toriqul Islam, and I’m excited to partner with you. I can dive into your project immediately. I have hands-on experience with reverse engineering, memory scanning, Cheat Engine automation, emulator process interaction, and real-time data extraction tools. I understand you need a lightweight utility that attaches to an Android strategy game running on LDPlayer, continuously scans memory, detects active resource objects like gold mines, and exposes updated X/Y/Z coordinates through JSON, WebSocket, or HTTP endpoints. I’ve worked on similar memory-mapping and automation systems before. I am skilled in Cheat Engine, Python (pymem), C++, pointer scanning, signature scanning, memory structure analysis, and emulator process hooking. I can help identify stable offsets/signatures, automate refresh handling for spawn/despawn updates, and provide clean, well-commented source code with build instructions for future updates. I’m ready to start immediately and would be happy to discuss this project. Feel free to share test access, recordings, or additional details. Looking forward to hearing from you. Best regards, Md Ruhul Ajom
$40 USD in 2 days
5.3
5.3

Hi, I’ll develop a utility that efficiently scans LDPlayer’s memory to retrieve real-time coordinates of gold mines in your game. With extensive experience in memory mapping and automation using tools like Cheat Engine, I’ll ensure stable pointers and dynamic signatures for reliable data retrieval. The tool will continuously refresh to capture new mines as they spawn, with the output provided in a lightweight format such as JSON or over a WebSocket endpoint. I’ll implement the solution in Python or C++, focusing on performance and low overhead to meet your requirements without unnecessary complexity. To facilitate your future adjustments, I’ll provide well-commented source code with clear build instructions. Your acceptance criteria for quick data retrieval and seamless updates will be my priority. Let’s discuss any specifics you need to ensure a smooth collaboration, such as test accounts or access to your setup. Thank you.
$21 USD in 7 days
3.3
3.3

Hi there, I am an Application Developer and Integration Expert since 13 years and has created robust integrations with real-time data exchange and with high latency and powerful frequency updates. I have read your requirements and can get the active gold-mine coordinates w.r.t to the spawns without getting anything intervene. If interested, please feel free to discuss.
$20 USD in 2 days
3.1
3.1

Hello, there, I can build a compact, repeatable memory-reader tool that attaches to LDPlayer, pinpoints in-game mine coordinates in real time, and exposes them as JSON or via a lightweight HTTP/WebSocket endpoint. I’ll focus on robust pointer chains and dynamic signatures, automate the scan, and deliver a clean, buildable script or binary with clear run instructions so you can tweak offsets when the game updates. A realistic production risk is pointer drift or signature changes as the emulator or game updates, causing data reads to fail or misreport. My plan is to wrap the memory-inspection logic behind a small abstraction layer that validates structure and uses low-overhead polling with a bounded retry strategy, so you get fresh data without hammering the process or causing instability. A deeper technical insight is to implement idempotent batch reads with a compact in-memory cache and a small event loop that tracks spawn/despawn events. This reduces redundant reads, provides stable snapshots for your downstream app, and makes reattachment after a crash or restart nearly seamless. Thanks, Jim.
$20 USD in 1 day
2.8
2.8

Hello, I understand that you're looking for a reliable utility to scan the memory of your Android strategy game in LDPlayer for active gold-mine coordinates, with a focus on accuracy and low overhead. My approach will involve using Cheat Engine for stable pointers and dynamic signatures, alongside Python for automation, ensuring the tool runs efficiently in real-time. Here is what I will deliver: - A working utility that scans memory and provides a complete list of active gold-mine coordinates within 30 seconds of launching LDPlayer. - A refresh mechanism that updates the coordinates dynamically as mines spawn and despawn without requiring a restart. - Well-commented source code and clear build/run instructions to allow for future tweaks. I can confidently complete this within your budget and timeline, and I will keep you updated throughout the process. Could you please clarify if you have a preferred format for the output data, such as JSON or a text stream? Best regards
$20 USD in 7 days
2.4
2.4

Hello, I can help you build a clean LDPlayer memory reader for live in game coordinates. I have experience with emulator memory workflows, pointer scanning, and lightweight tooling that stays easy to maintain. Your goal is clear. You need a small utility that finds active gold mine objects, refreshes fast enough for new spawns, and exposes the X Y Z data in a simple format for another app. I would solve this with a repeatable scanner plus a compact output layer, so you can query the results without extra parsing. Technically, I would start by mapping the game process in LDPlayer, then identify stable signatures or pointer paths with Cheat Engine and verify them in code. After that, I would wrap the reads in Python or C++ with a minimal JSON or HTTP endpoint, add refresh logic for despawns and spawns, and include clear notes so offsets can be updated later. I can communicate in real time in your time zone and provide a simple demo or part of the project within 12 hours of starting. Q1: Do you already have a known process name, module, or CE table for the game? Q2: Which output format do you want first, JSON, plain text, named pipe, or HTTP? Q3: Can you share a sample session or recording so I can verify the mine object pattern faster? Best regards, Daniel
$10 USD in 4 days
1.7
1.7

As an expert in Python with a rich background in developing tools for data-extraction and analysis, I am confident in my ability to meet the requirements of your project. I have a deep understanding of memory structures and have prior experience working with cheat engines and memory scanning on emulators. This makes me one step ahead in helping you develop the utility to scan the game's memory in real-time and retrieve the coordinates. For this specific task, I would utilize my knowledge of Python's pymem library to effectively interface with LDPlayer's process. My approach will be rooted in automating the scan process to ensure regular refreshing and retrieval of all relevant coordinates for gold-mines. To make it even more convenient for you, I can present these results as a lightweight JSON or plain text stream that seamlessly integrates into your existing software without the need for extra parsing work. Moreover, it is integral that you are able to maintain and tweak the offsets later on if the game updates. In this respect, I promise to provide a well-commented and organized source code that ensures ease of modification and maintenance. Let's join hands on this project - granting me the golden opportunity to revamp your gaming experience
$20 USD in 7 days
1.9
1.9

Hello there , Good morning! I am professional mobile coder with skills including JSON, Python, C++ Programming, Scripting, Software Development, Game Development, Mobile App Development, Android, Automation and HTTP. Please contact me to discuss more about this project. Best Regards
$10 USD in 2 days
1.0
1.0

As a full-stack engineer and automation specialist, I not only understand the technical aspects of your project, but also the importance of accuracy and low overhead that you're seeking. With over 8 years of hands-on experience, I have mastered diverse tech stacks including Android and mobile app development, Python which can prove valuable for scanning the game's memory in real-time. In addition to this, building scalable SaaS platforms and custom eCommerce solutions has equipped me with a strong understanding of how products function in live environments, thus utilizing my skills for your strategy game utility would be a logical choice. Moreover, my proficiency in building AI-powered tools can complement well with your objective to identify stable pointers or dynamic signatures and streamline the scanning process. My past work involving automation using n8n and APIs combined with an automation-first mindset will ensure that you receive a repeatable script or compiled helper that refreshes frequently enough to catch new spawns and doesn't miss any despawned objects without restarting anything; all within 30 seconds as you require. !
$30 USD in 4 days
1.3
1.3

Hi! I see you're looking for a way to grab real-time coordinates of game objects from an Android strategy game in LDPlayer. That can definitely be tricky with all the dynamic changes in the game. I can build a lightweight utility that hooks into the game and scans memory efficiently, so you can pull in those coordinates without any hassle. I’ve got solid experience with Cheat Engine and memory manipulation in emulators, so I should be able to set up stable pointers and avoid the usual pitfalls. Expect a fast turnaround,let's get something rolling in just 7 days. I can give you the code in a format that's easy to tweak later. Also, if you have any specific needs for testing or access to the game, just let me know. Best regards, Walled Saleem
$16 USD in 5 days
2.2
2.2

Dear Client, Good morning. How are you? I hope this proposal finds you well. I'M A CERTIFIED TECH/DEV & EXPERIENCED EXPERT, WELL VERSED WITH THE REQUIREMENTS FOR YOUR PROJECT TITLED "Strategy Game Memory Coordinate Reader." This is to inform you that I have KEENLY gone through your project description, CLEARLY understood all the project requirements as instructed in your project proposal and this is to let you know that I will perfectly deliver as desired. Being in possession of all stated required skills, (Scripting, Python, C++ Programming, HTTP, Android, Game Development, Automation, JSON, Mobile App Development and Software Development), as this is my field of professional specialization having completed all certifications and developed adequate experience in the respective field, I hereby humbly request you to consider my bid for professional, quality and affordable services that meet all your requirements. I always guarantee timely delivery and unlimited revisions where necessary hence you are assured of utmost satisfaction when working with me. Please send me a message so that we can discuss more and seal the project. WELCOME.
$30 USD in 1 day
0.0
0.0

Hi there, Just read your posting and I am interested in your project. I am a software engineer with 12+ years experience in AI web. mobile and Automation projects. so I am familiar with Game Development, JSON, Software Development, Python, Automation, Mobile App Development, Android, C++ Programming, Scripting and HTTP. I am pretty sure I can deliver you good result with your timeline and budget. Please let me know if my profile looks interesting and we can set up a time to discuss more details. Best, Nike Y.
$15 USD in 1 day
0.0
0.0

Hello, As someone with over two decades of experience in software development, including extensive work in mobile apps and game development projects, I am confident that I am the best fit for your Memory Coordinate Reader utility. I understand the importance of accuracy and low overhead in gaming applications, especially when it comes to tracking and identifying dynamic elements like the gold-mine objects you mentioned. Using tools like Cheat Engine and LIPlayer won't be a problem for me and vital to what you're trying to achieve. My C++ and Python skills are well-suited for this task. Having had hands-on experience with Cheat Engine, I thoroughly understand the complexities surrounding mapping memory structures on mobile emulators, making me the ideal candidate for this project. The solution I will deliver will be lightweight, efficient, and able to present data in JSON or any other format required. On top of my technical capabilities, I offer excellent communication skills which allow me to understand your needs during every phase of development. Rest assured that not only will I build a reliable tool for you but also make sure to educate you about its functioning so that you can carry out future tweaks if needed. Let's get together soon to discuss any tests accounts or sample recordings you may need in order to get started on this project promptly! Thanks!
$10 USD in 3 days
0.0
0.0

Hello, I came across your project and it looks like something I can assist with confidently. I have experience handling similar work and can provide a reliable and efficient solution based on your requirements. To give you accurate pricing and a proper project timeline, I’d like to discuss a few details first. A short conversation will help me understand your expectations and suggest the best workflow. Feel free to message me so I can share: Relevant previous projects My working strategy Estimated delivery time Budget details and recommendations I’m ready to begin as soon as we discuss the requirements. Waiting for your response. Regards, Royal IT Service
$20 USD in 7 days
0.0
0.0

Reading from LDPlayer's process memory in Python means hooking into the Windows emulator process with ctypes or a small C++ bridge. I can have a working script pulling coordinates and writing them to JSON in about 2 days. One question before I finalize: is this a single read or a polling loop? That changes a few things. I can start today. The bid reflects what's in the post and will firm up after a quick chat.
$30 USD in 2 days
0.0
0.0

Roselle Park, United States
Payment method verified
Member since May 9, 2026
£20-250 GBP
$30-250 CAD
₹12500-37500 INR
₹75000-150000 INR
$30-250 USD
$25-50 AUD / hour
$30-250 USD
₹1000-4000 INR
₹1250-2500 INR / hour
₹12500-37500 INR
₹10000-150000 INR
$6-8 USD / hour
$30-250 USD
₹750-1250 INR / hour
$250-750 USD
$30-250 USD
$30-250 USD
₹750-1250 INR / hour
₹1500-12500 INR
$30 USD