postreply Home » Forums » Vanguard » VGExtreme General Discussion

How To: VGExtreme Service : VGExtreme General Discussion

Posted: February 17th, 2007, 7:09 pm
tault_mississippi

Total Posts: 257
Joined: November 8th, 2004, 3:21 am
User avatar
eXhume Installation

eXhume is not your mothers Xunleashed. X injects into your process\game and runs - in the game. eXhume comes with a build in editor and debugger and runs outside the process\game. You can write code and leverage functions such that it will attach to your games process much like X did .. but you don't need to in most automation scenarios.

1) Go Download eXhume.
2) Did you get and install the Windows Debugger? Do it.
3) Fire it up, login, and look at the pretty debugger\editor.
4) Go read Exhume Automation 101
5) Go look at the sample scripts on the eXhume WIki.
6) You should now be somewhat familiar with eXhume.

VGExtreme Service

VGExtreme is an eXhume plugin that has been packaged as an .exe - it comes with what will look like it's own eXhume engine. VGExtreme exposes a number of pieces of information from Vanguard that you might like to use when automating your actions. Things like, your health, the targets health, distance and direction to you target.

1) Go download VGExtreme.
2) Unpackage it into the same directory you run eXhume from.
3) Delete the exhumehelper.dll that is currently in that directory.
4) Did you delete the .dll? Reall, do it. ;-)
5) Make sure you have MS .NET Framework Version 2.0 Redistributable Package.
6) Start Up Vanguard in windows mode and get into the world.
7) Run VGExtreme.exe - login just like you did for eXhume.
8) You will automagically have a sample script open, so just hit F5 and see the wonders that are wrought.

Scripting VGExtreme

Now that you have seen the power of VGExtreme you can start writing your own script. We suggest you start by modifying the VGExtreme.vbs script that is automagically loaded. You will notice that it makes a call out to a directory that was created after your first run of VGExtreme - /includes/VGService.vbs. This VGService script exposes the additional function calls that VGExtreme exposes to you.

Scripting Basics
eXhume, and subsequently VGExtreme support VBScript and JScript. Arguably you may use any language that the Microsoft Script Host supports.

NOTE: C# is not supported under the MS Script host .. so at this point you can't use it in Exhume. Although the VGExtreme Plugin was written in Dot Net - don't go getting excited yet. You get to use MS Scripting for now.

Read here For All Things Microst Scripting.
Posted: February 17th, 2007, 7:38 pm
lightningzero
thank you so so much.
Posted: February 17th, 2007, 7:46 pm
jdillard
Yes, thank you! I was able to get far enough to where i can say in the game world my health and the such so I got the basics of that. I was just trying to port over EQ2UltraBot (I know it is already being worked on, but I'm impatient and this is how I learn.) So far it is giving me troubles for it calling XUnleashed code, but I am working out the differences. What is getting me though is the classes. I load the class.vbs just fine, but when I make a call like this:

Dim objDebug

Set objDebug = New DebugClass

That doens't go well with the debugger and it just ends. Is the syntax correct?
Posted: February 17th, 2007, 9:18 pm
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
User avatar
administrator
administrator
stickied and good job on the find mississippi :)
Posted: March 27th, 2007, 8:49 am
exartus
Where can i get the Windows Debugger, because i try to download but the web site still not working now.

Can i use this one?
http://www.microsoft.com/whdc/devtools/ ... llx86.mspx

Thanks!
Posted: May 25th, 2007, 10:42 am
figodrengen
i cant find that tool, and mabe thats why i cant make VGextreme working at all, keeps saying that it cant register vghelper.dll

i tryed everything (i think)

or mabe its cause i run vista 64 bit
Posted: May 25th, 2007, 4:12 pm
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
User avatar
they change it so much its hard to keep a current link.

I think it was posted/attached to the Exhume download thread.

_________________
Use Search first, ask questions later!
Posted: June 26th, 2007, 3:35 pm
firetruck88
I get this error message after i run VG and try to start up VGe...

cannot find mscoree.dll

I've re-inst 2x already but to no avail plz help. :shock:
Posted: June 26th, 2007, 8:25 pm
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
User avatar
administrator
administrator
search :)

http://www.taultunleashed.com/phpbb2/search.php

and its in the faq section :)
Posted: June 27th, 2007, 9:14 am
firetruck88
TYVM its running smoothly now. Hehe now just gotta learn how to hunt with it.

thanx- SKipper
Posted: July 10th, 2007, 12:32 pm
silent_rampage
hi i have been trying to get extreme to work since july 5th i can login into exhume and i can run sample scripts in that but i cant login into extreme.
it will come up with screen that says extreme v1.1 the it very quickly goes past the white sreen the says www.something then does nothing.
if i try and run if i try to run vbsript in exhume it comes up with the following error
error: line:108,char:4:: object required:' getnearestmobs[...]'
i am running xp have directx9c, window debugger, net framework v2
and did i mention this is sending me crazy oh disable norton 360 firewall and windows firewall as well please help me :cry:

i pulled this out of exhume notepad if it helps
RUNTIME SCRIPT ERROR: Object required: 'getNearestMobs(...)': ::: Line:108 nChar:4

07/09/07 02:34:40 AM SCRIPT ERROR: Object required: 'getNearestMobs(...)': ::: Line:108 Char:4
Posted: July 10th, 2007, 2:35 pm
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
User avatar
administrator
administrator
Sending to a tech :)
Posted: July 10th, 2007, 5:57 pm
silent_rampage
after posting my problem i recieved a text stating people though my name to be in bad tatse just wanted to let everyone know i was talking about a (cigerette = !@#$%^&*) so i am sorry for any confussion and will change my name as soon as the show me how.
ohh yeah still need help with that problem plz...... :oops:
Posted: September 15th, 2007, 5:07 am
darkdays
when I try to download ExHume I get a warning about a trojan virus. what s the deal?
Posted: September 15th, 2007, 12:42 pm
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
User avatar
uninstall AVG. Its a bogus report because it thinks the downloader in exhume (which checks to see if its the latest version) it thinkgs is a download trojan.

_________________
Use Search first, ask questions later!
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 12 guests
postreply