Post Reply Home » Forums » Darkfall Online » Darkfall Online - Submissions

Safe insta-logout, gold dupe, and bugging mobs! : Darkfall Online - Submissions

Posted: April 27th, 2009
User avatar
Total Posts:212 Joined:2009
how should the macro look like?

just post it with X and Y so ppls can fill taht info by themselfs...
Posted: April 27th, 2009
Total Posts:6 Joined:2009
henrikgud wrote:how should the macro look like?

just post it with X and Y so ppls can fill taht info by themselfs...
Opt("MouseClickDragDelay",0) ;instant drag at the top

In the func: MouseMove("xcoord","ycoord",speed)

You can use MouseCoordMode if you want it defined by the corners of the window rather than the absolute position on your screen.

I am not going to give out my entire radar when I'm one vote from having no premium. :P That would not be smart on my part. It saves the info it reads into XML and I have some of the structs mapped out already...

Code: Select all

while ( $currentObject <> 0 and mod ( number ( $currentObject ), 2 ) == 0 )
		
		;now Get the important data of the NPC/Player
		_ReadProcess ( $DFProcessHwnd, $currentObject, $DFObject )
		
		$type = DllStructGetData ( $DFObject, 'ObjectType' )
		$guid = DllStructGetData ( $DFObject, 'GUID' )
		$next = DllStructGetData ( $DFObject, 'NextObject' )
		$data = DllStructGetData ( $DFObject, 'DataPTR' )
		
		;if we only need to look for players and the current NPC/Player is a player and the player isent you then
		If $Players_Only And $type == 4 And $guid <DllStructGetData> 2 And $guid <> DllStructGetData($player, 'GUID') Then
			
			;Add 1 more to the counter
			$Array[0][0] += 1
			
			;make the array a little bit bigger
			ReDim $Array[UBound($Array)+1][2]
			
			;Create the struckture for the important data
			$Array[UBound($Array)-1][0] = _DFUnitObject()
			;Create the stryckture for the other data
			$Array[UBound($Array)-1][1] = _DFObjectData()
			
			;Get the data.
			_ReadProcess ( $DFProcessHwnd, $currentObject, $Array[UBound($Array)-1][0])
			_ReadProcess ( $DFProcessHwnd, $data, $Array[UBound($Array)-1][1])
		EndIf
		
		;move on to the next NPC/Player
		$currentObject = $next
	Wend
	
	;Return the array with all the data we want
	Return $Array
Just a snippet, you get the idea.
Posted: April 27th, 2009
User avatar
Total Posts:415 Joined:2006
wardlee99 wrote:Seem to be getting a less than positive response, don't I? I have not tried the dupe after the last two patches...but have any of you tried using Mousemove() in the function like I said?

I have several gathering/combat/magic/mob bots and a almost working radar I can share if I get premium. =/ If not I guess you'll force me to go elsewhere?

PS. English isn't my first language sorry my grammar is bad, plus who else has posted in this forum for basically a month? ^^
Let me get this straight. You are threatening to go elsewhere with your supposed, "almost working radar" if you don't get premium? I don't think that tactic will work, but good luck. :lol:
Posted: April 27th, 2009
User avatar
Total Posts:212 Joined:2009
wardlee99 wrote:
henrikgud wrote:how should the macro look like?

just post it with X and Y so ppls can fill taht info by themselfs...
Opt("MouseClickDragDelay",0) ;instant drag at the top

In the func: MouseMove("xcoord","ycoord",speed)
Should look something like this? but how long "sleep" should I have?
thanks

-----------------------------

Func Logout()
$MousePos = MouseGetPos()
MouseClickDrag("left", $MousePos[0], $MousePos[1], $BagTargetX, $BagTargetY, 0)
Sleep (9)
ProcessClose("darkfall.exe")
EndFunc
Posted: April 27th, 2009
User avatar
Total Posts:212 Joined:2009
cant seam to get it to work have tried it all!

can u check if it still works for u?
Posted: April 27th, 2009
Total Posts:6 Joined:2009
henrikgud wrote:
wardlee99 wrote:
henrikgud wrote:how should the macro look like?

just post it with X and Y so ppls can fill taht info by themselfs...
Opt("MouseClickDragDelay",0) ;instant drag at the top

In the func: MouseMove("xcoord","ycoord",speed)
Should look something like this? but how long "sleep" should I have?
thanks

-----------------------------

Func Logout()
$MousePos = MouseGetPos()
MouseClickDrag("left", $MousePos[0], $MousePos[1], $BagTargetX, $BagTargetY, 0)
Sleep (9)
ProcessClose("darkfall.exe")
EndFunc
No sleep for the gold trick...but I have no dled the latest patches to check.
Posted: April 28th, 2009
User avatar
Total Posts:212 Joined:2009
what ping u got?
Posted: April 28th, 2009
Total Posts:191 Joined:2009
Why all this guessing ? Login and tell us if it works for you.
Then we can still test our arses off until it works for us and give you the Yays you need for Premium.
Posted: April 28th, 2009
Premium
Total Posts:38 Joined:2009
ya it helps to post bugs before they're fixed ;D
Posted: April 28th, 2009
Total Posts:1 Joined:2009
nay on gold ,tried all night for 8 hours straight,let me know if you find anything else and i will try.
Posted: April 28th, 2009
Total Posts:6 Joined:2009
Finished my radar and dx9 bypass (wallhack) today. I'll be keeping them to myself.

Feel free to delete this thread mods.
Posted: April 28th, 2009
Total Posts:191 Joined:2009
wardlee99 wrote:Finished my radar and dx9 bypass (wallhack) today. I'll be keeping them to myself.

Feel free to delete this thread mods.
Does this translate into: The gold dupe doesn´t even work for myself anymore, and actually I was quite sure about it not working when I posted it. ?
Posted: April 29th, 2009
User avatar
Total Posts:415 Joined:2006
wardlee99 wrote:Finished my radar and dx9 bypass (wallhack) today. I'll be keeping them to myself.

Feel free to delete this thread mods.
Nice fail. Maybe next time on a new account?
Posted: May 1st, 2009
nathiest
post the radar screenshot? or it's not happened
wardlee99 wrote:Finished my radar and dx9 bypass (wallhack) today. I'll be keeping them to myself.

Feel free to delete this thread mods.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 11 guests
Post Reply