Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars 2
You last visited: Today at 14:15

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

Advertisement



Get coordinates of Nodes

Discussion on Get coordinates of Nodes within the Guild Wars 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2015
Posts: 5
Received Thanks: 0
Lightbulb Get coordinates of Nodes

I'm currently working on getting coordinates of nodes (on map load) but I can only get nearby node coordinates. If node shows on the minimap, I can then get the coordinates. I filter out the coordinates I don't want then write the coordinates that I do want near my "body coordinates".

Now I ask, if anyone knows of a way to load all nodes on the map you are currently in? PM if you can help. Below is the scrip I use in CE, and a video of it working.

ArrayOfBytes: F3 0F 10 56 20 F3 0F 10 4E
You can use the AOB to find the address of this opcode. Feel free to use this, and if you do credit and thanks would be good.
Code:
{ Game   : Gw2.exe
  Version: 
  Date   : 2016-01-25
  Author : saikohayn

  This script gets harvesting node coordinates in range and writes it to gw2.exe+abc
}



[ENABLE]

aobscanmodule(INJECT,Gw2.exe,F3 0F 10 56 20 F3 0F 10 4E) // should be unique
alloc(newmem,$1000)

label(code)
label(default)
label(return)

newmem:
  mov ecx, 00000003             //value of toxic seedlings, haven't tested much of this
  cmp ecx, [esi+44]
  je code
  mov ecx, 00000000             //value all nodes have @esi+88
  cmp ecx, [esi+88]
  jne default
  mov ecx, 3f800000             //value all nodes have @esi+88
  cmp ecx, [esi+8c]
  jne default
  mov ecx, 000001cf             //value all nodes have @esi+88
  cmp ecx, [esi+a0]
  jne default

code:
  movaps xmm2,[esi+20]
  movaps [[[[["Gw2.exe"+01702078]+44]+1c]+88]+e0], xmm2       //writes coordinates to ["body coordinates"+10]
  jmp return

default:
  movss xmm2,[esi+20]
  jmp return

INJECT:
  jmp newmem

return:
registersymbol(INJECT)



[DISABLE]

INJECT:
  movss xmm2,[esi+20]

unregistersymbol(INJECT)
dealloc(newmem)
saikohayn is offline  
Old 01/29/2016, 17:17   #2
 
elite*gold: 0
Join Date: Dec 2015
Posts: 76
Received Thanks: 23
The client is not aware of nodes outside of your minimap's range. So if you want to find out all node locations in the current map, you have to divide the map into minimap's range sized chunks and teleport onto them.
Agedyn is offline  
Old 01/29/2016, 20:38   #3
 
elite*gold: 0
Join Date: Mar 2015
Posts: 5
Received Thanks: 0
That's a good idea, thanks for the tip
saikohayn is offline  
Old 02/11/2016, 00:39   #4
 
elite*gold: 0
Join Date: Jan 2016
Posts: 2
Received Thanks: 0
Hey there,

. I've been trying to scan up the coordinates in CE to replicate what you accomplished with that code, but am having some difficulty.

I'm definitely not trying to step on your toes, but would you mind sharing what you had to scan for to find those memory addresses? I'm not new to CE - so not expecting a walkthrough. If you could just give me a general idea of how you scanned the initial values that would be great. I'll also attempt to go through the assembly and try to see if I can weed out the function that keeps sending you to heart quest items.
sethzar is offline  
Old 02/13/2016, 21:37   #5
 
elite*gold: 0
Join Date: Dec 2015
Posts: 76
Received Thanks: 23
Quote:
Originally Posted by sethzar View Post
Hey there,

. I've been trying to scan up the coordinates in CE to replicate what you accomplished with that code, but am having some difficulty.

I'm definitely not trying to step on your toes, but would you mind sharing what you had to scan for to find those memory addresses? I'm not new to CE - so not expecting a walkthrough. If you could just give me a general idea of how you scanned the initial values that would be great. I'll also attempt to go through the assembly and try to see if I can weed out the function that keeps sending you to heart quest items.
Search for GadgetCliContext there should be m_gadgets assert somewhere in the function that accesses the gadget list. Then find out pointer to the GadgetCliContext by finding references to the constructor/destructor.
Agedyn is offline  
Reply

Tags
cheat engine, coordinates, multihack, nodes, script


Similar Threads Similar Threads
[µRelease] Coordinates - old Obsidian Sanctum Orichalcum Nodes
05/26/2013 - GW2 Hacks, Bots, Cheats & Exploits - 5 Replies
I am a curious person by nature, always looking for stuff beyond boundaries. I was not very happy about the recent change of the Eternal Battlegrounds´ JP. Its okay to have it inside its own map, but since you still have to queue up for Eb to actually enter the JP, its just a half-assed decision in my honest oppinion. Anyways... i was missing the orichalcum in the remapped version of Obsidian Sanctum. And got the idea to look at the old location of OS. CtT be blessed, i rapidly beamed myself up...
N/A Blackgate- ori/omnom nodes 2/21/13
03/01/2013 - GW2 Guides & Strategies - 1 Replies
Ori/omnom cords for midnight, for Blackgate USA server
Mining and Herb nodes on map
04/03/2009 - World of Warcraft - 4 Replies
Is there an addon or hack to show mining and herbalism nodes on the world and/or zone map?
[Bug+ Hint]All ressource nodes on map!
06/13/2008 - General Gaming Releases - 0 Replies
To start off with, I'm not able to recreate this bug whenever I want to 100% of the time, more like 70% Many of you may know this bug, but I'll also explain what you can use it for (though it may seem obvious). So, there's a bug that allows you to see ALL ressource nodes on your map. Usually this bug happens when the instance server crashes, after you log in again all ressource nodes appears on your map. Usually when I crash out of the game, not only instance server crash, when I...
Get nodes while hidden
02/10/2006 - WoW Exploits, Hacks, Tools & Macros - 0 Replies
Start capping and then park a mounted Tauren, on a kodo, on top of the people trying to cap. This way people can't be targetted by clicking on them and the enemy can't see whether the node is being capped or not.



All times are GMT +2. The time now is 14:15.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.