Open Side Menu Go to the Top

01-10-2013 , 07:47 AM
SCOOOOP23, don't put the script to the desktop, make C:\markhand folder and put it there, .ini file will be created automatically, you don't have to touch it at all.
Script: Mark Current Hand Quote
Script: Mark Current Hand
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Script: Mark Current Hand
01-10-2013 , 07:52 AM
Ok I'll give it a shot later.

Thanks
Script: Mark Current Hand Quote
01-10-2013 , 08:12 AM
SCOOOOP23, try this version also
Code:
#noenv 
#SingleInstance, Force
SetWinDelay,-1
settitlematchmode,2

Menu, Tray, NoStandard
;Menu, Tray, Icon, Markhands.ico,1,1
Menu, Tray, Add, Reload, Reload
Menu, Tray, Add, Change Settings,  showgui
Menu, Tray, Default, Change Settings
Menu, Tray, Add, Suspend Hotkeys, SuspendHotkey
Menu, Tray, Add
Menu, Tray, Add, Submit to Database, l_processsql
Menu, Tray, Add, Exit, Exit
Gui, Submit

StringTrimRight, thisahk, A_ScriptName, 4
SetWorkingDir %A_ScriptDir%

IniRead, StarsHHLogFolderPath, %thisahk%.ini, LogFolder, StarsHHPath, %A_Space%
IniRead, FullTiltHHLogFolderPath, %thisahk%.ini, LogFolder, FullTiltHHPath, %A_Space%
IniRead, PostgresLogPath, %thisahk%.ini, LogFolder, postgrespath, %A_Space%
IniRead, postgresuser, %thisahk%.ini, LogFolder, postgresuser, %A_Space%
IniRead, postgresdb, %thisahk%.ini, LogFolder, postgresdb, %A_Space%
IniRead, HK_mark, %thisahk%.ini, Hotkeys, HK_mark, %A_Space%
IniRead, HK_sql , %thisahk%.ini, Hotkeys, HK_sql , %A_Space%
IniRead, HM1, %thisahk%.ini, Settings, HM1, 0
IniRead, HM2, %thisahk%.ini, Settings, HM2, 0

gosub,buildgui
If (!HK_mark || !HK_sql)
{
  ; gosub GetMHSettings
 Gui, Show,, Markhand 
}

if HK_mark
HotKey, %HK_mark%, l_markhand
if HK_sql
HotKey, %HK_sql%, l_processsql

IfExist, gamenumbers.txt
  gosub deletetext


settimer,checksize,55
return


^2::
Suspend
Return

l_markhand:
winget,id,id,A
wingetclass,class,ahk_id%id%
class=PokerStarsTableFrameClass
if class=PokerStarsTableFrameClass
{
site=Stars
dir:=StarsHHLogFolderPath
}
else
if class=QWidget
{
site=FullTilt
dir:=FullTiltHHLogFolderPath
}
else
site=
if site
{
 filename:=HHFile(id, dir ,site) 
 fileread,tempstr,%filename%
 tempstr=
 sleep,50
 FileGetSize, FileSize, % filename
 if !FileSize
 FileSize:=0
 if !instr(filelist,id) 
 listadd(filelist, id . "-" . FileSize)
}
return

l_processsql:
IfExist, temp.txt
FileDelete, temp.txt
IfExist, temp.bat
FileDelete, temp.bat
loop gamenumbers.*
FileRead, numbers, %A_LoopFileName%
if numbers
{
if HM1
{
sql1=Update pokerhands
sql2=Set mark_id = 1
sql3=Where gamenumber = 
sql4=AND handtimestamp > localtimestamp - interval '1 days';
sql5=Update pokerhands_hero
Loop, Parse, numbers, `n,
{
if A_loopField
{
FileAppend, %sql1% %sql2% %sql3% %A_loopField% %sql4%`n, temp.txt
FileAppend, %sql5% %sql2% %sql3% %A_loopField% %sql4%`n, temp.txt
}
}
}
else
if HM2
{
sql1=insert into hand_markings (marking_id, gamenumber, site_id)
sql2= select 1, gamenumber, pokersite_id from pokerhands 
sql3= Where gamenumber = 
sql4=and (1, gamenumber) not in (select marking_id, gamenumber from hand_markings);
sql5=update hand_markings set marking_id = 1 where gamenumber = 
sq16=;
Loop, Parse, numbers, `n,
{
if A_loopField
FileAppend, %sql1% %sql2% %sql3% %A_loopField% %sql4% %sql5% %A_loopField% %sq16% `n, temp.txt
}
}
FileAppend, "%PostgresLogPath%\psql.exe"%A_space%"%postgresdb%"%A_space%"%postgresuser%"%A_space%<"%A_ScriptDir%\temp.txt"`r`npause`n, temp.bat
run temp.bat
}
else
msgbox, gamenumbers.txt file doesn't exist or file is empty.
numbers=
return
;-----------------------------------------------------------------------------------------------------
checksize:
Loop, Parse, filelist, `,
{
 stringsplit,tab,A_loopField,-
 wingetclass,class,ahk_id%tab1%
 if class=PokerStarsTableFrameClass
 {
 site=Stars
 dir:=StarsHHLogFolderPath
 }
 else
 if class=QWidget
 {
 site=FullTilt
 dir:=FullTiltHHLogFolderPath
 }
 filename:=HHFile(tab1, dir ,site) 
 fileread,tempstr,%filename%
 tempstr=
 sleep,50
 FileGetSize, FileSize, % filename
 if FileSize
 if FileSize!=%tab2%
 {
  num:=gethhnumber(tab1,site)
  fileread,tempnum,gamenumbers.txt
  if !instr(tempnum,num)
  FileAppend, %num%`n, gamenumbers.txt
  tempnum=
  listDelItem(filelist, A_loopField)  
 }
}
return
;-----------------------------------------------------------------------------------------------------
gethhnumber(winid,site)
{
global StarsHHLogFolderPath,FullTiltHHLogFolderPath
if site=Stars
path=%StarsHHLogFolderPath%
else
path=%FullTiltHHLogFolderPath%
hh:=LastHH(winid,path,site)
Loop, Parse, hh, `n
{
 if instr(A_loopfield,"Hand #")
 {
  stringtrimleft,num,A_loopfield,instr(A_loopfield,"#")
  stringleft,num,num,instr(num,":")-1
  break
 }
}
return num
}
;-----------------------------------------------------------------------------------------------------
HHFile(win, dir, site) {
if site=Stars
ext=HH
else
ext=FT
title := WinGetTitle(win)
if !(instr(title,"Tournament")>0 || instr(title,"Sit & Go")>0 || instr(title,"Sit&Go")>0 || instr(title,"table")>0 || instr(title,"Satellite")>0) 
{
stringleft,file,title, InStr(title, "-","",0)-2
file := ext . SubStr(a_now, 1, 8) . A_space . file
StringReplace, file, file, /,-,
if site=Stars
{
 if instr(file,"Cap")
 {
  stringmid,cap,file,instr(file,"-","",instr(file,"/")),instr(file,"-","",instr(file,"Cap","",0))-instr(file,"-","",instr(file,"/"))+2
  stringreplace,file,file,%cap%,
 }
 StringReplace, file, file, USD -,- USD,
 StringReplace, file, file, EUR -,- EUR,
}
}
else
{
if site=Stars
{
 stringtrimleft,file,title,instr(title,A_space,"",instr(title,"Tournament"))
 stringleft,file,file,instr(file,"Table","",0)-2
}
else
{
 stringleft,file,title,InStr(title, "-","",instr(title,"Table"))-2
 stringleft,file1,title,InStr(title, ")","",0)
}
}
loop %dir%\*.*
{
if (instr(A_LoopFileName,file)>0) && !(instr(A_LoopFileName,"Summary")>0)
return dir "\" A_LoopFileName
}
if instr(title,"Table")
{
if file1
{
 loop %dir%\*.txt
 {
  if instr(A_LoopFileName,file1)>0 & !instr(A_LoopFileName,"Summary")>0
  return dir "\" A_LoopFileName
 }
}
return 0
}
EnvAdd, date, -1, d
stringleft,file,title, InStr(title, "-","",0)-2
file := ext . SubStr(date, 1, 8) . A_space . file
StringReplace, file, file, /,-,
if site=Stars
{
 if instr(file,"Cap")
 {
  stringmid,cap,file,instr(file,"-","",instr(file,"/")),instr(file,"-","",instr(file,"Cap","",0))-instr(file,"-","",instr(file,"/"))+2
  stringreplace,file,file,%cap%,
 }
 StringReplace, file, file, USD -,- USD,
 StringReplace, file, file, EUR -,- EUR,
}
loop %dir%\*.txt
{
if instr(A_LoopFileName,file)
return dir "\" A_LoopFileName
}
EnvAdd, date, +2, d
stringleft,file,title, InStr(title, "-","",0)-2
file := ext . SubStr(date, 1, 8) . A_space . file
StringReplace, file, file, /,-,
if site=Stars
{
 if instr(file,"Cap")
 {
  stringmid,cap,file,instr(file,"-","",instr(file,"/")),instr(file,"-","",instr(file,"Cap","",0))-instr(file,"-","",instr(file,"/"))+2
  stringreplace,file,file,%cap%,
 }
 StringReplace, file, file, USD -,- USD,
 StringReplace, file, file, EUR -,- EUR,
}
loop %dir%\*.txt
{
if instr(A_LoopFileName,file)
return dir "\" A_LoopFileName
}
}
return
;-----------------------------------------------------------------------------------------------------
LastHH(win, dir, site) {
wingettitle,title,ahk_id%win%
stringtrimleft,hero,title,instr(title,A_space,"",0)
if site=Stars
game=PokerStars Hand #
else
game=Full Tilt Poker Game #
file@name:=HHFile(win, dir ,site)
fileread,tempstr,%file@name%
tempstr=
sleep,50
FileRead, hh, %file@name%
if !instr(hh,"seat")
{
FileGetSize,file@size, %file@name%
FileRead,file@buffer, %file@name%
VarSetCapacity(hh, file@size / 2 + 1, 0)
r := DllCall("WideCharToMultiByte"
      , "UInt", 0      ; CodePage: CP_ACP=0 (current Ansi), CP_UTF7=65000, CP_UTF8=65001
      , "UInt", 0      ; dwFlags
      , "Str", file@buffer      ; LPCWSTR lpWideCharStr
      , "Int", file@size / 2      ; cchWideChar: -1=null terminated
      , "Str", hh      ; LPSTR lpMultiByteStr
      , "Int", file@size / 2 + 1      ; cbMultiByte: 0 to get required size
      , "UInt",0      ; LPCSTR lpDefaultChar
      , "UInt", 0)      ; LPBOOL lpUsedDefaultChar
}
StringTrimLeft, hh, hh, InStr(hh, game, "", 0)-1
if instr(hh,"SUMMARY")
Stringleft, hh, hh, InStr(hh, "*** SUMMARY", "", 0)-1
return hh
}
;-----------------------------------------------------------------------------------------------------
WinGetTitle(win) {
WinGetTitle, title, ahk_id%win%
return title
}
;-----------------------------------------------------------------------------------------------------
StrRep(str,char,rep_char="",all=1) {
StringReplace,str,str,%char%,%rep_char%,% all ? "useErrorLevel" : 0
return str
}
;-----------------------------------------------------------------------------------------------------
StarsHHFolderSelect:	
FileSelectFolder, SelectedFolder, *%ProgramFiles%\PokerStars\,, Select the folder with the PokerStars handhistory files
SelectedFolder := RegExReplace(SelectedFolder, "\\$")  ; Removes the trailing backslash, if present.	
SelectedFolder := RegExReplace(SelectedFolder, "\$")
If SelectedFolder <>	;the user selected a folder
{
GuiControl,, StarsHHLogFolderPath, %SelectedFolder%
StarsHHLogFolderPath := SelectedFolder
IniWrite, %StarsHHLogFolderPath%, %thisahk%.ini, LogFolder, StarsHHPath
Gui, Submit, NoHide
}	
return
;-----------------------------------------------------------------------------------------------------
FullTiltHHFolderSelect:	
FileSelectFolder, SelectedFolder, *%ProgramFiles%\Full Tilt Poker\,, Select the folder with the FullTilt handhistory files
SelectedFolder := RegExReplace(SelectedFolder, "\\$")  ; Removes the trailing backslash, if present.	
SelectedFolder := RegExReplace(SelectedFolder, "\$")
If SelectedFolder <>	;the user selected a folder
{
GuiControl,, FullTiltHHLogFolderPath, %SelectedFolder%
FullTiltHHLogFolderPath := SelectedFolder
IniWrite, %FullTiltHHLogFolderPath%, %thisahk%.ini, LogFolder, FullTiltHHPath
Gui, Submit, NoHide
}	
return
;-----------------------------------------------------------------------------------------------------
PostgresBinFolderSelect:	
FileSelectFolder, SelectedFolder, *%ProgramFiles%\PostgreSQL\,, Select the folder with the Postgres binary files
SelectedFolder := RegExReplace(SelectedFolder, "\\$")  ; Removes the trailing backslash, if present.	
SelectedFolder := RegExReplace(SelectedFolder, "\$")
If SelectedFolder <>	;the user selected a folder
{
GuiControl,, PostgresLogPath, %SelectedFolder%
PostgresLogPath := SelectedFolder
IniWrite, %PostgresLogPath%, %thisahk%.ini, LogFolder, postgrespath
Gui, Submit, NoHide
}	
return
;-----------------------------------------------------------------------------------------------------
postgresuserselect:

InputBox, postgresuser,, enter Postgres Username
IniWrite, %postgresuser%, %thisahk%.ini, LogFolder, postgresuser
return
;-----------------------------------------------------------------------------------------------------
postgresdbselect:

InputBox, postgresdb,, enter Postgres Datbase Name
IniWrite, %postgresdb%, %thisahk%.ini, LogFolder, postgresdb
return
;-----------------------------------------------------------------------------------------------------
listAdd( byRef list, item, del="," ) {
  list:=( list!="" ? ( list . del . item ) : item )
  return list
}
;-----------------------------------------------------------------------------------------------------
listDelItem( byRef list, item, del=",") {
  ifEqual, item,, return list
  list:=del . list . del
  StringReplace, list, list, %item%%del%
  StringTrimLeft, list, list, 1
  StringTrimRight, list, list, 1
  return list
}
;-----------------------------------------------------------------------------------------------------
reload:
reload
return
;-----------------------------------------------------------------------------------------------------
Exit:
exitapp
return
;-----------------------------------------------------------------------------------------------------
SuspendHotkey:
suspend,toggle
return
;-----------------------------------------------------------------------------------------------------
buildgui:
   Gui, Add, Text, x10  y5 w120 h20 Center, Select Folder Location
   Gui, Add, Text, x140 y5 w150 h20 Center, Folder Location
   Gui, Add, Button, x5 y20 w150 h20 gPostgresBinFolderSelect center, Postgres Binary Folder
   Gui, Add, Edit, x160 y20 w520 h20 vPostgresLogpath, %PostgresLogpath%
   Gui, Add, Button, x5 y40 w150 h20 gStarsHHFolderSelect  center, Poker Stars HH Folder
   Gui, Add, Edit, x160 y40 w520 h20 vStarsHHLogFolderPath, %StarsHHLogFolderPath%
   Gui, Add, Button, x5 y60 w150 h20 gFullTiltHHFolderSelect   center, Full Tilt HH Folder
   Gui, Add, Edit, x160 y60 w520 h20 vFullTiltHHLogFolderPath, %FullTiltHHLogFolderPath%
   
   Gui, Add, Radio, x60 y90 w50 h20 Checked%HM1% vHM1, HM1
   Gui, Add, Radio, x115 y90 w50 h20 Checked%HM2% vHM2, HM2

   Gui, Add, Text, x5  y120 w150 h20 right, Postgres User Name:
   Gui, Add, Edit, x160 y120 w100 h20 vpostgresuser, %postgresuser%
   Gui, Add, Text, x5  y140 w150 h20 right,  Postgres Database:
   Gui, Add, Edit, x160 y140 w100 h20 vpostgresdb, %postgresdb%

   Gui, Add, Text, x5 y160 w150 h20 right, Hotkey "mark current Hand" :
   Gui, Add, HotKey, x160 y160 w100 h20 vHK_mark, %HK_mark%
   Gui, Add, Text, x5 y180 w150 h20 right, Hotkey "process sql":
   Gui, Add, HotKey, x160 y180 w100 h20 vHK_sql, %HK_sql%  

   Gui, Add, Button, w40 h30, OK  ; The label ButtonOK (if it exists) will be run when the button is pressed.
return

showgui:
Gui, Show,, Markhand 
return

ButtonOK:
GuiClose:
GuiEscape:
Gui, Submit,nohide
IniWrite, %postgresdb%, %thisahk%.ini, LogFolder, postgresdb
IniWrite, %postgresuser%, %thisahk%.ini, LogFolder, postgresuser
IniWrite, %PostgresLogPath%, %thisahk%.ini, LogFolder, postgrespath
IniWrite, %FullTiltHHLogFolderPath%, %thisahk%.ini, LogFolder, FullTiltHHPath
IniWrite, %StarsHHLogFolderPath%, %thisahk%.ini, LogFolder, StarsHHPath
IniWrite, %HK_sql%, %thisahk%.ini, Hotkeys, HK_sql
IniWrite, %HK_mark%, %thisahk%.ini, Hotkeys, HK_mark
if HK_mark
HotKey, %HK_mark%, l_markhand
if HK_sql
HotKey, %HK_sql%, l_processsql
if HM1
IniWrite, %HM1%, %thisahk%.ini, Settings, HM1
if HM2
IniWrite, %HM2%, %thisahk%.ini, Settings, HM2
Gui,Cancel
return
;---------------------------------------------------------------------------------------------------
deletetext:
MsgBox, 4,, Delete existing file gamenumbers.txt? (press Yes or No)
IfMsgBox Yes
    FileDelete, gamenumbers.txt
return
;---------------------------------------------------------------------------------------------------
Script: Mark Current Hand Quote
01-10-2013 , 09:04 AM
Ok, is this the same one as post #199 ? Because I have that one!
Script: Mark Current Hand Quote
01-12-2013 , 05:13 AM
Got this error now, just searched the thread and didnt see anyone with the same error....

Script: Mark Current Hand Quote
01-12-2013 , 05:39 AM
SCOOOOP23, it happens if you do it for a HM1 database using HM2 script settings.
Script: Mark Current Hand Quote
01-12-2013 , 05:58 AM
I use HM2! So is the database name different or something? How do I fix it.

Thanks
Script: Mark Current Hand Quote
01-14-2013 , 05:48 PM
Any help with setting this up?
I've gone through all of the thread, Tried everything and still cant get this to work.

I've made a folder c:\MarkHand
Then i've put this AHK script inside it
right clicked script and run as admin

Script settings are:
C:\Program Files\PostgreSQL\8.3\bin
C:\Users\######\AppData\Local\PokerStars\HandHisto ry
HM1
postgres
HM
Hotkey: NUM1
Hotkey: NUM2

All i seem to get is: gamenumbers.txt file doesn't exist or file is empty.
So for sum reason its not creating the gamenumbers file/folder.
I know Max1mums and others have explained clearly in the thread how to get this up and running but i just cant get it working after trying/reading everything about it!

Thanks
Script: Mark Current Hand Quote
01-14-2013 , 06:26 PM
Jam on Toast, recheck the hh folder path, it is usually "C:\Users\######\AppData\Local\PokerStars\HandHist ory\Username", not "C:\Users\######\AppData\Local\PokerStars\HandHist ory"
Script: Mark Current Hand Quote
01-14-2013 , 08:35 PM
Yeah i dont know why i put a gap in the history as above.
What i was doing wrong was Not putting my username in the PS folder path as u suggested.

Just tested and it works like a charm, TY very much! Can u message me ur PS username so i can donate.
Script: Mark Current Hand Quote
01-14-2013 , 08:37 PM
Jam on Toast, i'm Max1mums on stars.
Script: Mark Current Hand Quote
01-14-2013 , 08:55 PM
Thanks again, just sent to u.
Script: Mark Current Hand Quote
01-15-2013 , 08:19 AM
Ok got it working I had to change the database name to "HoldemManager2"

Ill donate also

Thanks alot
Script: Mark Current Hand Quote
01-18-2013 , 07:09 AM
Max1mums check your inbox I sent you a PM!

Thanks
Script: Mark Current Hand Quote
02-07-2013 , 01:16 AM
Is there a version that works with PT4? I know PT4 has a thing in its HUD where u can manually mark a current hand, but its so much easier as a hotkey
Script: Mark Current Hand Quote
02-07-2013 , 05:09 AM
Quote:
Originally Posted by wayneking7
Is there a version that works with PT4? I know PT4 has a thing in its HUD where u can manually mark a current hand, but its so much easier as a hotkey
+1

Just saw this thread and was hoping to see if a PT4 version is available
Script: Mark Current Hand Quote
02-25-2013 , 12:03 AM
Quote:
Originally Posted by SCOOOOP23


??????????

Just started using this and dont know how to fix this error????
Same here guys
I can track down the hands by clicking the hotkey but when I click the postgres hotkey it appears me that.

Code:
[LogFolder]
postgrespath=C:\postgreSQL\bin
StarsHHPath=C:\Users\*******\Desktop\POKERSTARS\Jcasablancas
postgresdb=HoldemManager2
postgresuser=postgres
FullTiltHHPath=
[Hotkeys]
HK_sql=F3
HK_mark=F2
[Settings]
HM2=1
And a .txt [ temp ] pops up also in the folder:

Code:
insert into hand_markings (marking_id, gamenumber, site_id) select 1, gamenumber, pokersite_id from pokerhands Where gamenumber = 94601681063
 and (1, gamenumber) not in (select marking_id, gamenumber from hand_markings); update hand_markings set marking_id = 1 where gamenumber = 94601681063
 ;
Script: Mark Current Hand Quote
02-25-2013 , 01:10 PM
Hey guys everything was working fine until the other day, then I went to upload the hands and got this message. What did I break???

Script: Mark Current Hand Quote
03-05-2013 , 09:50 PM


Apparently its running, but for some reasons im getting issues with the handnumber.txt file...



Do i have to creat it or what? path?
Script: Mark Current Hand Quote
03-13-2013 , 09:12 AM
Download:http://www.mediafire.com/?8uabwa26sh0bean

Download the .zip file and unzip it

Place the "markhand" folder under C:\

C:\markhand

Open the folder and right click the markhand.exe and select properties then click the compatibility tab and tick the "run this program as administrator" box and click apply / ok

Load the program and fill in all the options..



Your postgres .bin folder might be in a different place so make sure you point the program to the right folder.

Pokerstars HH Folder: Make sure you select your user name and not just the HH folder

Postgres user name: postgres

Postgres Database: "What ever your database is called"

Click ok when you filled out all the options and it will create a markhand.ini file which will save all your settings so you dont have to fill out the settings again, so make sure you dont move or delete the .ini file.

Start marking hands with what ever hotkey you selected and when you have finished your session click the process .sql hotkey and a command prompt will pop up and it will ask you for your postgres password which is "postgrespass", enter password and hit enter and it will mark all the hands in HM.

In HM2 click the Reports tab, in there click More Reports and select "By HandMarking - Tournament" and your marked hands will be there. ( HM1 I dont know where the option is because I dont use it )

Also instead of having to keep going to C:\markhand folder to load the program just go in the folder and right click the MarkHands.exe and select send to>>>> desktop (create shortcut)

Should work if you follow them instructions it does for me.
Script: Mark Current Hand Quote
03-23-2013 , 06:53 AM
SCOOOOP23 thank You very much.
Today will test it. Hope it works
Script: Mark Current Hand Quote
03-24-2013 , 12:16 PM
Quote:
Originally Posted by SCOOOOP23
Download:http://www.mediafire.com/?8uabwa26sh0bean

Download the .zip file and unzip it

Place the "markhand" folder under C:\

C:\markhand

Open the folder and right click the markhand.exe and select properties then click the compatibility tab and tick the "run this program as administrator" box and click apply / ok

Load the program and fill in all the options..



Your postgres .bin folder might be in a different place so make sure you point the program to the right folder.

Pokerstars HH Folder: Make sure you select your user name and not just the HH folder

Postgres user name: postgres

Postgres Database: "What ever your database is called"

Click ok when you filled out all the options and it will create a markhand.ini file which will save all your settings so you dont have to fill out the settings again, so make sure you dont move or delete the .ini file.

Start marking hands with what ever hotkey you selected and when you have finished your session click the process .sql hotkey and a command prompt will pop up and it will ask you for your postgres password which is "postgrespass", enter password and hit enter and it will mark all the hands in HM.

In HM2 click the Reports tab, in there click More Reports and select "By HandMarking - Tournament" and your marked hands will be there. ( HM1 I dont know where the option is because I dont use it )

Also instead of having to keep going to C:\markhand folder to load the program just go in the folder and right click the MarkHands.exe and select send to>>>> desktop (create shortcut)

Should work if you follow them instructions it does for me.


??
Script: Mark Current Hand Quote
03-28-2013 , 10:24 AM
http://en.wikipedia.org/wiki/Antivir...alse_positives

Because its a script written in code! Just the same way a virus is written (in code)

Relax!

If you want then copy the script yourself and turn it into a .exe and then scan your computer again and it will find the exact same false positive!

Or scan it with a real Anti Virus program.....

http://www.malwarebytes.org/

Install that then right click the folder "markhands" and select scan with malwarebytes!

Last edited by SCOOOOP23; 03-28-2013 at 10:35 AM.
Script: Mark Current Hand Quote
03-28-2013 , 10:32 AM
I have other scripts that don't get flagged.
Script: Mark Current Hand Quote
03-29-2013 , 09:44 AM
AVG didnt find anything when I did a scan so Im guessing that your computer was already infected and the virus infected the markhands file!

Script: Mark Current Hand Quote
Script: Mark Current Hand
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Script: Mark Current Hand

      
m