Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
erfg12 committed Apr 19, 2016
0 parents commit cf9b84b
Show file tree
Hide file tree
Showing 15 changed files with 950 additions and 0 deletions.
22 changes: 22 additions & 0 deletions WoWFishBot.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WoWFishBot", "src\WoWFishBot.csproj", "{CDF5CBF6-DCCF-4C59-8578-71641EB33009}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDF5CBF6-DCCF-4C59-8578-71641EB33009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDF5CBF6-DCCF-4C59-8578-71641EB33009}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDF5CBF6-DCCF-4C59-8578-71641EB33009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDF5CBF6-DCCF-4C59-8578-71641EB33009}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
7 changes: 7 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Based on my imageFind project https://github.com/erfg12/imageFind

Finds the splash bitmap on screen, shift + right click's on the location and then presses the 1 key to re-cast your line.

Use the hot key CTRL + S to start or stop the bot.

Benefits to using this bot - not version specific. Unless they change the splash image.
6 changes: 6 additions & 0 deletions src/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
208 changes: 208 additions & 0 deletions src/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf9b84b

Please sign in to comment.