The only other reason I can think of is whether you're moving your cursor while it's in progress. Other than that, I would have to see a video or see it via TV to judge any issues.
Announcement
Collapse
No announcement yet.
[Release] Advanced Auto Login bot
Collapse
X
-
Last edited by Scarecrow; 02-20-2012, 05:04 AM.
Comment
-
Then it's the desktop resolution. I just made it compatible for most window 7 operations with default settings including default puzzle pirates. I was bored when I made this and sorta copied the idea from E-zhax auto login bot. I will add in more options later and make it capable for different resolutions. Thanks for the feedback.Retired.
Comment
-
Not bad. Did you get any resources from here. Because looking at your code in this part:
<DebuggerNonUserCode> _
Private Shared Sub __ENCAddToList(ByVal value As Object)
Dim list As List(Of WeakReference) = Form1.__ENCList
SyncLock list
If (Form1.__ENCList.Count = Form1.__ENCList.Capacity) Then
Dim index As Integer = 0
Dim num3 As Integer = (Form1.__ENCList.Count - 1)
Dim i As Integer = 0
Do While (i <= num3)
Dim reference As WeakReference = Form1.__ENCList.Item(i)
If reference.IsAlive Then
If (i <> index) Then
Form1.__ENCList.Item(index) = Form1.__ENCList.Item(i)
End If
index += 1
End If
i += 1
Loop
Form1.__ENCList.RemoveRange(index, (Form1.__ENCList.Count - index))
Form1.__ENCList.Capacity = Form1.__ENCList.Count
End If
Form1.__ENCList.Add(New WeakReference(RuntimeHelpers.GetObjectValue(value) ))
End SyncLock
End Sub
Comment
-
Updates:
- Works on all puzzlepirates resolutions and computer resolutions.
- Faster timing on the login.
- Removed message at the end so you can go straight to the game
Source provided to me from Wastedbro. (Mod)
Download via Mediafire : ****New version available****
Virus Scan :https://www.virustotal.com/file/4747...is/1329809356/
All credits go to Y0MANN for the creation of the bot. I just edited it :3
Edit : Just made it pick your pirate as well! Dunno if anyone's interested :3
Screenie :
Didn't wanna takeover Y0mann's code so I will wait for him to contact me before I do anymore. (I have PM'd him, if anyone could get him to add my Skype. thescarecrow-botsupply, that'd be great ) :3Last edited by wastedbro; 02-22-2012, 12:54 AM.
Comment
Comment