Unlock all professions Exploit

12/17/2017 19:13 quadrabe#1
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?
12/17/2017 21:51 Mia Forever#2
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 ;)
02/12/2018 22:10 ☼Naruto☼#3
still working ty ^^
02/13/2018 02:34 Mia Forever#4
Quote:
Originally Posted by glionnard View Post
still working ty ^^
you Welcome <3
02/13/2018 11:12 cue990#5
for what is this and how we can i open this in my au3 programm ? :D plss help me^^ and is this for gw1 or gw2 ? oO
02/13/2018 18:39 tjubutsi#6
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.
02/13/2018 22:00 cue990#7
ok nice can u link me the toolbox :) ?
02/13/2018 22:08 tjubutsi#8
[Only registered and activated users can see links. Click Here To Register...]
05/23/2020 17:34 gunta69#9
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
05/27/2020 14:46 LOAREN#10
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
05/29/2020 10:30 gunta69#11
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
05/29/2020 20:21 LOAREN#12
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?
05/30/2020 07:44 gunta69#13
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 :)
06/05/2020 02:29 LOAREN#14
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
[Only registered and activated users can see links. Click Here To Register...]

Tyvm for ur time anyway, man
06/05/2020 11:59 RDL420#15
Quote:
Originally Posted by LOAREN View Post
Still no works...always i see this msg
[Only registered and activated users can see links. Click Here To Register...]

Tyvm for ur time anyway, man
Hey Loaren,

Try to download Toolbox, it goes pretty smooth with it:
[Only registered and activated users can see links. Click Here To Register...]

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

[Only registered and activated users can see links. Click Here To Register...]

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

Cheers