Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Bots
You last visited: Today at 03:01

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

Advertisement



Unlock all professions Exploit

Discussion on Unlock all professions Exploit within the GW Bots forum part of the Guild Wars category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2015
Posts: 15
Received Thanks: 1
Unlock all professions Exploit

Hi

I remember an exploit where you go to the profession changer in GTOB with enough cash and it unlocks all professions for you. Even if you aren't ascended.

Does anyone have this?
quadrabe is offline  
Old 12/17/2017, 21:51   #2


 
Mia Forever's Avatar
 
elite*gold: 16
The Black Market: 110/0/0
Join Date: Apr 2016
Posts: 233
Received Thanks: 292
Thumbs up Unlock Professions GOTB

Code:
#include "GWA2.au3"

Initialize("", True, True)

If GetMapId() <> 248 Then
   RandomDis(248) ;GToB
EndIf
If GetGoldCharacter() < 4500 Then
   WithdrawGold(4500 - GetGoldCharacter())
EndIf
$npc = GetNearestAgentToCoords(-3071, -7258)
GoToNPC($npc)
For $i = 1 to 10
   Switch $i
	  Case $i = DllStructGetData(GetAgentByID(-2), 'Profession')
		 ContinueLoop
	  Case Else
		 Dialog(132 + 256 * $i)
   EndSwitch
Next

Func RandomDis($mID)
   Local $Region[11] = [2, 2, 2, 2, 2, 2, 2, 1, -2, 3, 4]
   Local $Language[11] = [0, 2, 3, 4, 5, 9, 10, 0, 0, 0, 0]
	$Random = Random(0, 10, 1)
	$Region = $Region[$Random]
	$Language = $Language[$Random]
   MoveMap($mID, $Region, 0, $Language)
   Return WaitMapLoading()
 EndFunc ;==>RandomDis


Easy in 1min
Mia Forever is offline  
Thanks
4 Users
Old 02/12/2018, 22:10   #3
 
☼Naruto☼'s Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 91
Received Thanks: 27
still working ty ^^
☼Naruto☼ is offline  
Thanks
1 User
Old 02/13/2018, 02:34   #4


 
Mia Forever's Avatar
 
elite*gold: 16
The Black Market: 110/0/0
Join Date: Apr 2016
Posts: 233
Received Thanks: 292
Quote:
Originally Posted by glionnard View Post
still working ty ^^
you Welcome <3
Mia Forever is offline  
Thanks
3 Users
Old 02/13/2018, 11:12   #5
 
elite*gold: 0
Join Date: Jan 2007
Posts: 513
Received Thanks: 24
for what is this and how we can i open this in my au3 programm ? plss help me^^ and is this for gw1 or gw2 ? oO
cue990 is offline  
Old 02/13/2018, 18:39   #6
 
elite*gold: 0
Join Date: May 2008
Posts: 94
Received Thanks: 82
It's for unlocking secondary professions before ascension mission completion.

Just use dialog options in gw toolbox to do this, you don't need autoit and toolbox is handy for a lot more anyway.
tjubutsi is offline  
Old 02/13/2018, 22:00   #7
 
elite*gold: 0
Join Date: Jan 2007
Posts: 513
Received Thanks: 24
ok nice can u link me the toolbox ?
cue990 is offline  
Old 02/13/2018, 22:08   #8
 
elite*gold: 0
Join Date: May 2008
Posts: 94
Received Thanks: 82
tjubutsi is offline  
Old 05/23/2020, 17:34   #9
 
elite*gold: 0
Join Date: Sep 2008
Posts: 45
Received Thanks: 8
Quote:
Originally Posted by Mia Forever View Post
Code:
#include "GWA2.au3"

Initialize("", True, True)

If GetMapId() <> 248 Then
   RandomDis(248) ;GToB
EndIf
If GetGoldCharacter() < 4500 Then
   WithdrawGold(4500 - GetGoldCharacter())
EndIf
$npc = GetNearestAgentToCoords(-3071, -7258)
GoToNPC($npc)
For $i = 1 to 10
   Switch $i
	  Case $i = DllStructGetData(GetAgentByID(-2), 'Profession')
		 ContinueLoop
	  Case Else
		 Dialog(132 + 256 * $i)
   EndSwitch
Next

Func RandomDis($mID)
   Local $Region[11] = [2, 2, 2, 2, 2, 2, 2, 1, -2, 3, 4]
   Local $Language[11] = [0, 2, 3, 4, 5, 9, 10, 0, 0, 0, 0]
	$Random = Random(0, 10, 1)
	$Region = $Region[$Random]
	$Language = $Language[$Random]
   MoveMap($mID, $Region, 0, $Language)
   Return WaitMapLoading()
 EndFunc ;==>RandomDis


Easy in 1min
Still works in 2020 stumbled across this looking for the dialog for GW toolbox
gunta69 is offline  
Thanks
1 User
Old 05/27/2020, 14:46   #10
 
elite*gold: 0
Join Date: Apr 2018
Posts: 56
Received Thanks: 6
Quote:
Originally Posted by gunta69 View Post
Still works in 2020 stumbled across this looking for the dialog for GW toolbox
Sorry for the noob question, how u did it?

Ty for ur time
LOAREN is offline  
Old 05/29/2020, 10:30   #11
 
elite*gold: 0
Join Date: Sep 2008
Posts: 45
Received Thanks: 8
Quote:
Originally Posted by LOAREN View Post
Sorry for the noob question, how u did it?

Ty for ur time
Just need to put it into an au3 script with the latest GWA2 in the folder
Attached Files
File Type: zip GTOB.zip (35.7 KB, 25 views)
gunta69 is offline  
Old 05/29/2020, 20:21   #12
 
elite*gold: 0
Join Date: Apr 2018
Posts: 56
Received Thanks: 6
Quote:
Originally Posted by gunta69 View Post
Just need to put it into an au3 script with the latest GWA2 in the folder
In the folder of the game?
LOAREN is offline  
Old 05/30/2020, 07:44   #13
 
elite*gold: 0
Join Date: Sep 2008
Posts: 45
Received Thanks: 8
Quote:
Originally Posted by LOAREN View Post
In the folder of the game?
I actually already added it to a script for you, just need to have auto it installed on your PC and run GTOB.au3 in my attachment on my last post
gunta69 is offline  
Thanks
1 User
Old 06/05/2020, 02:29   #14
 
elite*gold: 0
Join Date: Apr 2018
Posts: 56
Received Thanks: 6
Quote:
Originally Posted by gunta69 View Post
I actually already added it to a script for you, just need to have auto it installed on your PC and run GTOB.au3 in my attachment on my last post
Still no works...always i see this msg


Tyvm for ur time anyway, man
LOAREN is offline  
Old 06/05/2020, 11:59   #15
 
RDL420's Avatar
 
elite*gold: 0
Join Date: Apr 2020
Posts: 45
Received Thanks: 20
Quote:
Originally Posted by LOAREN View Post
Still no works...always i see this msg


Tyvm for ur time anyway, man
Hey Loaren,

Try to download Toolbox, it goes pretty smooth with it:


Once you have downloaded it > lauch your game and login > launch GWToolbox.exe

If everything is ok, you must see the user interface of Toolbox in Guild Wars

Now go to GTOB, go close to the profession changer NPC and look the screen just below



Select the prof you need and click send, you need some golds in your inventory to do it

Cheers
RDL420 is offline  
Thanks
2 Users
Reply

Tags
exploit, professions


Similar Threads Similar Threads
♣ GTAV Online PC: Unlock All Service für nur 7€! | Money | Level | UNLOCK ALL ♣
01/02/2018 - Grand Theft Auto Trading - 59 Replies
Neueröffnungs- + Weihnachts/Silvester Rabatt: 20% auf alle Preise bis zum 01.01.17 Alle wiederkehrenden Kunden erhalten zusätzlich 20% auf alle Preise! http://i.epvpimg.com/LkLNf.png http://abload.de/img/n15dr07.png http://abload.de/img/lxpreisej5jdv.png http://abload.de/img/n380q16.png Der Shop in einem Text:
[Selling] Selling 8x80 Fully Geared Account, All Professions, All Classes, Rare Weapon Skins ++
05/28/2013 - Guild Wars 2 Trading - 1 Replies
Hello, With a new job and also starting a family, I no longer have time to play this MMO. I would like to sell it, since it would be a waste to have it sit around and do nothing. What this account has: 1) 8x Level 80 Characters, with full exotics minimum, or better equipment. 2) Has all classes and race: elementalist, necromancer, mesmer, warrior, guardian, thief, engineer, and ranger. 3) Has all professions maxed at 400: chef, leatherworker, artificing, weaponsmith, armorsmith,...
[Release] Lazy professions - level the professions afk!
05/27/2013 - Neverwinter - 18 Replies
Greetings everyone I am happy to release the first version of a tool that can AFK level professions for you. Features: 1) Level professions while afk 2) Does not need the client (level professions while at work, schoole etc.) 3) Runs in background. No browser window or anything else to give away that you are leveling professions The program is in open beta (requires a forum registration to use). You can find a manual for the program here: Manual
[Selling] GW2 Account, All Professions, All Classes, Fully Geared
05/23/2013 - Guild Wars 2 Trading - 0 Replies
Hello, With a new job and also starting a family, I no longer have time to play this MMO. I would like to sell it, since it would be a waste to have it sit around and do nothing. What this account has: 1) 8x Level 80 Characters, with full exotics minimum, or better equipment. 2) Has all classes and race: elementalist, necromancer, mesmer, warrior, guardian, thief, engineer, and ranger. 3) Has all professions maxed at 400: chef, leatherworker, artificing, weaponsmith, armorsmith,...



All times are GMT +2. The time now is 03:01.


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.