Skip to content

Commit

Permalink
Update Autopot.ahk
Browse files Browse the repository at this point in the history
updated mouse on enemy
  • Loading branch information
badplayerr committed Jun 30, 2016
1 parent fdf28cc commit 55d9d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Autopot.ahk
Expand Up @@ -1085,7 +1085,7 @@ ReadPlayerStats(hwnd, byRef PlayerStats)
InCityOffset:=GetMultilevelPointer(pH,[CheckBase+Offset10,0x708,0x278])
PlayerStats.InCity:=ReadMemUInt(pH,InCityOffset+0x7d4)
MouseOnEnemyOffset:=GetMultilevelPointer(pH,[CheckBase+Offset11,0x8f8,0x834])
PlayerStats.MouseOnEnemyStatus:=ReadMemUInt(pH,MouseOnEnemyOffset+0x30)
PlayerStats.MouseOnEnemyStatus:=ReadMemUInt(pH,MouseOnEnemyOffset+0x38)
EnemyNamePtr:=GetMultilevelPointer(ph,[CheckBase+Offset11,0x8f8,0xb64])
EnemyName:=ReadMemStr(ph,EnemyNamePtr,70,"UTF-16")
PlayerStats.EnemyName:=EnemyName
Expand Down Expand Up @@ -4345,7 +4345,7 @@ ReadMe:
return

Donate:
Run "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=gurud.exe@gmail.com&lc=BR&item_name=MultiScript Support&currency_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gIf:NonHosted"
Run "https://donate.doctorswithoutborders.org/onetime.cfm"
return

GuiClose:
Expand Down

0 comments on commit 55d9d02

Please sign in to comment.