Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars 2
You last visited: Today at 23:30

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

Advertisement



Autoloot Gw2

Discussion on Autoloot Gw2 within the Guild Wars 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2012
Posts: 4
Received Thanks: 0
Autoloot Gw2

I just need something simple as to loot the mobs around me. When a mob is lootable the Search icon appears and the button to loot is "F" is I could get something that just spams the "F" key would be great. Please teach me how to do this.

Thank you

Please and thank you =)
ameasy is offline  
Old 01/07/2013, 04:04   #2
 
elite*gold: 0
Join Date: Mar 2008
Posts: 8
Received Thanks: 0
Your finger can spam the "F" key, talk about lazy
lovecrayon is offline  
Old 01/07/2013, 04:08   #3
 
elite*gold: 0
Join Date: Dec 2012
Posts: 4
Received Thanks: 0
The issue is that I lag during big events and sometimes miss out on looting some mobs because of lag. This would help me out alot and I am not asking for a lot just a simple spam 'F" key.

I tried using Uhacker and Kadauchi's gathering tool as a spammer but can't get it to work with GW2 but will work with other programs spamming the desired key.
ameasy is offline  
Old 01/07/2013, 06:00   #4
 
TheOnlyOne652089's Avatar
 
elite*gold: 50
Join Date: May 2008
Posts: 2,214
Received Thanks: 1,825


Code:
While True
	Send("f")
	Sleep(100)
WEnd
That in a vacuum is all you need.

Sleep is that it doesnt spam "ridiculous" amounts of f, only does send it once in 100ms (1/10 second).

Code:
HotKeySet("{End}", "_exit")

Func _exit()
	Exit 1
EndFunc

While True
	Send("f")
	Sleep(100)
WEnd
Slighty better, has a button to stop the script, here the "end" key, without its annoying.

Code:
HotKeySet("{End}", "_exit")

Func _exit()
	Exit 1
EndFunc

Global $title = "Guild Wars 2"
Global $hwnd = WinGetHandle($title)

While True
	ControlSend($hwnd, "", "", "f")
	Sleep(100)
WEnd
Better again, sends "f" only to the guildwars window and not outside of it.

Code:
HotKeySet("{End}", "_exit")
Func _exit()
	Exit 1
EndFunc

HotKeySet("{PAUSE}", "_pause")
Global $isPaused = false
Func _pause()
	$isPaused = NOT $isPaused
	if ($isPaused == true) Then
		ToolTip("paused",0,0) ;display paused tooltip
		While $isPaused == true
			;paused loop
		WEnd
		ToolTip("") ;remove tooltip if no longer paused
	EndIf
EndFunc

Global $title = "Guild Wars 2"
Global $hwnd = WinGetHandle($title)
if (NOT $hwnd) Then
	MsgBox("", "Error", "No window found with title " & $title)
	Exit 2
EndIf

While True
	ControlSend($hwnd, "", "", "f")
	Sleep(100)
WEnd
Here we also have a paused function with "Paused" on your keyboard.


Overall should do anything you want and its quite easy and quick to write.


Just invest a second in AutoIT and stuff like this is quickly done.


AutoHotkey and other macro tools might do the trick aswell, simply choose what you like, its more or less the same.
TheOnlyOne652089 is offline  
Thanks
1 User
Old 01/07/2013, 06:47   #5
 
elite*gold: 0
Join Date: Dec 2012
Posts: 4
Received Thanks: 0
Thank you =)
ameasy is offline  
Old 01/07/2013, 09:45   #6

 
soundofshadow's Avatar
 
elite*gold: 30
Join Date: Feb 2008
Posts: 628
Received Thanks: 118
have fun with npcs when spamming "F"
soundofshadow is offline  
Old 01/07/2013, 10:04   #7
 
TheOnlyOne652089's Avatar
 
elite*gold: 50
Join Date: May 2008
Posts: 2,214
Received Thanks: 1,825
Quote:
Originally Posted by soundofshadow View Post
have fun with npcs when spamming "F"
Thats what a "pause" function is for ...
TheOnlyOne652089 is offline  
Reply


Similar Threads Similar Threads
RF PoA new autoloot
04/25/2011 - RF Online - 16 Replies
tried this on RF PoA it works 100% didnt tried it in other server's... i hope this help's.. extract pass = rf
Q>about autoloot
02/19/2011 - RF Online - 0 Replies
is there an autoloot bot that can loot even in siegemode??? thanks for the answer master
BoP autoloot
11/11/2008 - World of Warcraft - 5 Replies
Wollte fragen ob es irgendeine Möglichkeit gibt die Nachricht bei BoP Items kommt(wenn man sie looten will), irgendwie umgehen kann. Ich hätte nämlich gern das Angelachievment mit dem alten Eisenkiefer, etc. aber mein Angelbot lootet den nicht, wegen der Genannten Nachricht/Abfrage.
[REQ]can some one please do some autoloot?thank you,
05/31/2008 - MapleStory - 9 Replies
thank you its will help allot poeple :)
autoloot
03/02/2007 - Guild Wars - 5 Replies
Is there macro or something what pick up items?? if is can sombody tell me about it?



All times are GMT +2. The time now is 23:30.


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.