Open Side Menu Go to the Top
Register
Ongame , some not professionally made ported mods Ongame , some not professionally made ported mods

05-19-2011 , 09:08 AM
Quote:
Originally Posted by Vitalik23
when I run client through start.bat, it gives an error: "This application has failed to start because the file jvm.dll was not found. Reinstalling the application may fix this problem."
i have the same problem but on win XP
Ongame , some not professionally made ported mods Quote
05-19-2011 , 09:26 AM
If you have WinXP, your .bat file should be different than W7 users (Vista = lol, cmon... )

This part remains same:
Quote:
copy .\mod\resources.jar /y
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\
jre\bin\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
yyy = name of your ongame skin, notice different path to logs...
Quote:
start "" "yyy.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_303 3.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame -dir . -lang en -logdir "C:\Documents and Settings\XXX\Local Settings\Application data\P5\yyy\logs" -brand "yyy"
XXX = your user name, application data may be hidden folder!

Works for me.... u have to initiate yyy.exe but there is also file startyyy.exe
yyy = name of your skin (Betsafe, Pokeridol, etc.)
Ongame , some not professionally made ported mods Quote
05-19-2011 , 09:42 AM
the thing is that i changed it (logs path)

"u have to initiate yyy.exe but there is also file startyyy.exe"

i changed then yyy.exe to StartPoker.exe, and i runs but then this appears:




Ongame , some not professionally made ported mods Quote
05-19-2011 , 09:50 AM
Quote:
I have no clue what i should do, if i send a picture of my old mod could u change it?

I never mad a mod so i am clueless..
you can open resources.jar file with 7-zip/winrar program, then rename your old pics properly (table was image8.png for me in previous version now its table_plates.png) and replace them with original ones.

Works for me
Ongame , some not professionally made ported mods Quote
05-19-2011 , 09:53 AM
Quote:
Originally Posted by cdump
Copy-paste your start.bat to http://pastebin.com/ and post link here (do not paste content here without pastebin.com!), looks like corrupted line in your bat file.
http://pastebin.com/hfnVArY4

:S
Ongame , some not professionally made ported mods Quote
05-19-2011 , 10:04 AM
ok it works :P, i made new start.bat file, so it appears that i made error in the first one

edit: but it is still checking for updates :/



http://pastebin.com/jLrSAJXx

Last edited by 9AM; 05-19-2011 at 10:13 AM.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 10:31 AM
are there any mods that work with new version of software, i have no idea how to edit this resource.jar and put my old stuff from TableImages.swf (dont even know how to open this one
Ongame , some not professionally made ported mods Quote
05-19-2011 , 10:42 AM
finally it works
grinders.org has some mods and easy to follow instruction
Ongame , some not professionally made ported mods Quote
05-19-2011 , 12:23 PM
Anyone know how to get this simple AHK working with the new tables?
It basically just makes X2 on the mouse send fold to the table you are hovering over.

#SingleInstance, Force
#NoEnv
SetTitleMatchMode, 2

GroupAdd, TABLES, ahk_class FlashHostClass ; Make Table Group

SetTimer, AutoFocusTimer, 50 ;Set Autofocus Timer

Return

AutoFocusTimer: ;Auto focus on mouse over

MouseGetPos, , , ID
If !WinActive("ahk_id %ID%")
{
WinGetClass, ClassName, ahk_id %id%
If (ClassName = "FlashHostClass")
WinActivate, ahk_id %ID%
}

Return

#IfWinActive, ahk_group TABLES ; Only Send F1 if Table Group is active

XButton2:: ;Hotkey to send F1
Send {F1}

Return
Ongame , some not professionally made ported mods Quote
05-19-2011 , 01:11 PM
Still not working i have a message: cant find class. testdriver/application/pokerframe/test driver .

that's my grinders.bat http://pastebin.com/fTqSY1s1

What's wrong? Thanks for help

Ok i find the solution, it should be TowerPoker.exe instead of StartPoker.exe
Ongame , some not professionally made ported mods Quote
05-19-2011 , 01:27 PM
Quote:
Originally Posted by Sounded Simple
Anyone know how to get this simple AHK working with the new tables?
It basically just makes X2 on the mouse send fold to the table you are hovering over.


If (ClassName = "FlashHostClass")
I think that at least that part needs to be modified. I don't have programming skills so I have absolutely no clue what the new ClassName should be. Anyone?

and obv the line GroupAdd, TABLES, ahk_class FlashHostClass ; Make Table Group

^ and using autohotkeys windowspy I found ahk_class to be SunAwtFrame now
(>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<
Amarillo, No-limit Texas Hold'em, real money ($0.02/$0.04) [ID=R5-144683869-127]
ahk_class SunAwtFrame)

I replaced both flashhostclass with that but now help

Last edited by ronaz; 05-19-2011 at 01:46 PM. Reason: new findings
Ongame , some not professionally made ported mods Quote
05-19-2011 , 01:39 PM
The new class is SunAwtFrame.
Works for me on EuroPoker.

Code:
#SingleInstance, Force 
#NoEnv 
SetTitleMatchMode, 2 

GroupAdd, TABLES, ahk_class SunAwtFrame ; Make Table Group

SetTimer, AutoFocusTimer, 50	;Set Autofocus Timer

Return

AutoFocusTimer:	;Auto focus on mouse over

MouseGetPos, , , ID
If !WinActive("ahk_id %ID%")
{
WinGetClass, ClassName, ahk_id %id%
If (ClassName = "SunAwtFrame")
WinActivate, ahk_id %ID%
}

Return

#IfWinActive, ahk_group TABLES ; Only Send F1 if Table Group is active

XButton2:: ;Hotkey to send F1
Send {F1}

Return
Ongame , some not professionally made ported mods Quote
05-19-2011 , 01:43 PM
Quote:
Originally Posted by Vitalik23
when I run client through start.bat, it gives an error: "This application has failed to start because the file jvm.dll was not found. Reinstalling the application may fix this problem."
I have the same problem. It also happens when trying to run BetssonPoker.bat or BetssonPoker.exe, but StartBetssonPoker.exe works. System is Vista 32bit.

Last edited by julaak; 05-19-2011 at 01:58 PM.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 02:10 PM
Quote:
Originally Posted by ronaz
I think that at least that part needs to be modified. I don't have programming skills so I have absolutely no clue what the new ClassName should be. Anyone?

and obv the line GroupAdd, TABLES, ahk_class FlashHostClass ; Make Table Group

^ and using autohotkeys windowspy I found ahk_class to be SunAwtFrame now
(>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<
Amarillo, No-limit Texas Hold'em, real money ($0.02/$0.04) [ID=R5-144683869-127]
ahk_class SunAwtFrame)

I replaced both flashhostclass with that but now help
Quote:
Originally Posted by Nazo
The new class is SunAwtFrame.
Works for me on EuroPoker.

Code:
#SingleInstance, Force 
#NoEnv 
SetTitleMatchMode, 2 

GroupAdd, TABLES, ahk_class SunAwtFrame ; Make Table Group

SetTimer, AutoFocusTimer, 50	;Set Autofocus Timer

Return

AutoFocusTimer:	;Auto focus on mouse over

MouseGetPos, , , ID
If !WinActive("ahk_id %ID%")
{
WinGetClass, ClassName, ahk_id %id%
If (ClassName = "SunAwtFrame")
WinActivate, ahk_id %ID%
}

Return

#IfWinActive, ahk_group TABLES ; Only Send F1 if Table Group is active

XButton2:: ;Hotkey to send F1
Send {F1}

Return
Win! Thanks.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 02:15 PM
hey,

Id modify it for $10 on stars each..

all I need is your original resources.jar, your old tableimages.swf and the name of your skin.. the ugly fonts can get modded too

you'll also get a batch file to launch your skin (Ill change the paths in the file to the ones from your skin)
so you basically dont have to do anything.. just copy/paste the files and you're ready to go

add me in skype if interested: rs200016v1
Ongame , some not professionally made ported mods Quote
05-19-2011 , 02:45 PM
Does anyone know how to move and scale AnimatedTimer?
Ongame , some not professionally made ported mods Quote
05-19-2011 , 02:54 PM
its in the jpc5_obfuscated_xxxx.jar\davinciconfig\flattened-config.xml

just search the file for "animatedtimer" and change the pos and scale values.
but u'll have to do it for all 10 seats though
Ongame , some not professionally made ported mods Quote
05-19-2011 , 03:07 PM
Quote:
Originally Posted by Nazo
The new class is SunAwtFrame.
Works for me on EuroPoker.
Still not working for me I am playing at Bet24 now.
I wonder what could be the problem, anyone else playing around with this? I am using the newest AHK.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 03:10 PM
Quote:
Originally Posted by kmikze55
http://pastebin.com/qhcCqb8w - fixed version (delete space in ***3033.jar)

Quote:
Originally Posted by 9AM
ok it works :P, i made new start.bat file, so it appears that i made error in the first one

edit: but it is still checking for updates :/

http://pastebin.com/jLrSAJXx
No need new line after "swt.jar"
http://pastebin.com/6JdCvKek - something like this should work.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 03:22 PM
Can someone upload a mod that works on an updated ongame client plz?

thx xxxx
Ongame , some not professionally made ported mods Quote
05-19-2011 , 05:06 PM
Quote:
Originally Posted by rs2k
its in the jpc5_obfuscated_xxxx.jar\davinciconfig\flattened-config.xml

just search the file for "animatedtimer" and change the pos and scale values.
but u'll have to do it for all 10 seats though
TY! works fine
Ongame , some not professionally made ported mods Quote
05-20-2011 , 05:31 AM
zomg it works!
A question: the new mod prevents client from updating, right? So what if OnGame will make a new upgrade, will it be able to upgrade or do we have to start the client normally from time to time?
Ongame , some not professionally made ported mods Quote
05-20-2011 , 05:45 AM
as far as i know u will have to start the client the normal way to get a client update.
Ongame , some not professionally made ported mods Quote
05-20-2011 , 05:52 AM
Ok. Is it possible to make an ahk script which starts the client in normal way, then closes it and then starts it again through modified .bat file? This way it will always be up to date.
Ongame , some not professionally made ported mods Quote
05-20-2011 , 07:06 AM
Quote:
Originally Posted by rs2k
its in the jpc5_obfuscated_xxxx.jar\davinciconfig\flattened-config.xml

just search the file for "animatedtimer" and change the pos and scale values.
but u'll have to do it for all 10 seats though
hey! don't you know is it possible to change the "Win %" line? i hate so much this feature
Ongame , some not professionally made ported mods Quote

      
m