Register for your free account! | Forgot your password?

You last visited: Today at 01:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Party Reform

Discussion on Party Reform within the SRO Hacks, Bots, Cheats & Exploits forum part of the Silkroad Online category.

Closed Thread
 
Old   #1
 
x_king_x's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 746
Received Thanks: 147
Party Reform

Hello E*pvpers
Many People Were Making threads asking for Party Reforming program
But To be honest
This Program Wasn't made by me i just copied from other fourm
Link:
Scan:
This Scan Is Copied from the other thread
I scanned it again by my anti-virus and it's clean
Enjoy
x_king_x is offline  
Thanks
5 Users
Old 06/13/2009, 12:38   #2



 
lolrko's Avatar
 
elite*gold: 280
The Black Market: 119/0/0
Join Date: Oct 2007
Posts: 3,578
Received Thanks: 2,276
#Clean - Approved
lolrko is offline  
Thanks
1 User
Old 06/13/2009, 13:55   #3
 
safilisx's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 136
Received Thanks: 4
very nice tool
safilisx is offline  
Old 06/13/2009, 14:14   #4
 
x_king_x's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 746
Received Thanks: 147
Thanks although i didn't code it xDD
x_king_x is offline  
Old 06/13/2009, 15:48   #5
 
cristinel007's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 39
Received Thanks: 0
GOnna try it and report ^^
cristinel007 is offline  
Old 06/13/2009, 16:01   #6
 
x_king_x's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 746
Received Thanks: 147
Quote:
Originally Posted by cristinel007 View Post
GOnna try it and report ^^
Enjoyy xDD
x_king_x is offline  
Old 06/13/2009, 17:06   #7
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7
Received Thanks: 1
its autoit?
Ne11y is offline  
Old 06/13/2009, 17:09   #8
 
moczymorda's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 82
Received Thanks: 33
Code:
#include-once

Global $Paused
HotKeySet("{F5}", "TogglePause")
HotKeySet("{F6}", "Terminate")
HotKeySet("{F7}","hide")
HotKeySet("{F8}", "show")

#include <GuiConstants.au3>

Opt("GUIOnEventMode", 1)

Dim $ref
Dim $PT
Dim $PTC=20
Dim $reftime=5
Dim $res=1
Dim $p=0
Dim $pname="Join Here"

GuiCreate("Auto Party", 190,220,-1,-1,-1,$WS_EX_STATICEDGE)
$mma2=GUICtrlCreateInput($PTC,160, 2, 25, 20,$ES_OEMCONVERT)
GuiCtrlCreateLabel("Check Party every (1 = 1sec)",5,5,150, 15)
$reform= GUICtrlCreateCheckbox("Delete and Reform party..",5,25,150,20)
GUICtrlCreateLabel("every ? (1 = 1 minute) .",25,45)
$rtime=GUICtrlCreateInput($reftime,160, 38, 25, 20)
GuiCtrlCreateLabel("Your connection speed :",5,65,117, 15)
$speed1 = GUICtrlCreateRadio("Fast",5,80,40)
$speed2 = GUICtrlCreateRadio("xDSL",65,80,55)
$speed3 = GUICtrlCreateRadio("Dial Up",127,80,55)
$optN= GUICtrlCreateCheckbox("Enter Party Name :",5,100)
$mma=GUICtrlCreateInput($pname,3, 125, 185, 20,$ES_CENTER)
GuiCtrlCreateLabel("F5 Toggle Pause"&@CR&"F6 Terminate"&@CR&"F7 Hide SRO"&@CR&"F8 Show SRO",5,150,100, 50)
$Start = GUICtrlCreateButton("Start", 125, 170, 60, 25)
GuiCtrlCreateLabel("Developed by EGYMMA              v1.4",5,205,190, 15)
GUICtrlSetOnEvent($Start, "StartButton")
GUICtrlSetState ($speed1, $GUI_CHECKED)
GUISetOnEvent($GUI_EVENT_CLOSE, 'CLOSEButton')
GUISetState()

Func StartButton()
$pname = GUICtrlRead($mma)
$PTC = GUICtrlRead($mma2)
$reftime =GUICtrlRead($rtime)*60
GUICtrlSetData($Start,"Stop")
GUICtrlSetData($Start,"Start")
EndFunc

While 1
Sleep(900)
	if winactive("SRO_Client") then
		AcptPty()
	If GUICtrlRead($reform) =1 Then
		reform()
	endif
AcptPty()
	if $res=1 Then
		PatyChk()
	EndIf
	Else
		ToolTip('',405,697)
	EndIf
WEnd



Func PatyChk()
$PT= $PT+1
If (PixelGetColor(10,240) <> 0) and (PixelGetColor(11,300) <> 0) then
	ToolTip("~~~~ Script is running please press pause before you can talk  ("&$PT&") ~~~~",25,697)
Else
	$PT=0
	$ref=0
	ToolTip('~!~ Party is Full ~!~',405,697)
EndIf
if $PT >= $PTC then
$PT = 0
if (PixelGetColor(10,240) <> 0) and (PixelGetColor(11,300) <> 0) then

	if (PixelGetColor(473,160)= 16777215) and (PixelGetColor(208,280) = 16777215 ) then
	send("e")
	Sleep(200)
	EndIf
$p=0
send("e")
if BitAND(GUICtrlRead($speed1), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(500)
	ElseIf BitAND(GUICtrlRead($speed2), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(1000)
	ElseIf BitAND(GUICtrlRead($speed3), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(1500)
	EndIf
while (PixelGetColor(250,302) = 0) and $p<50
Sleep(50)
$p=$p+1
wend
$p=0
if (PixelGetColor(250,302) = 16777215) then
	if BitAND(GUICtrlRead($speed1), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(500)
	ElseIf BitAND(GUICtrlRead($speed2), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(1000)
	ElseIf BitAND(GUICtrlRead($speed3), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(1500)
	EndIf

MouseClick("left",610,590,1,0)

if GUICtrlRead($optN) = 1 Then
	if BitAND(GUICtrlRead($speed1), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(500)
	ElseIf BitAND(GUICtrlRead($speed2), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(1000)
	ElseIf BitAND(GUICtrlRead($speed3), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(1500)
	EndIf
MouseClick("left",583,496,1,0)
Send("{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}")
Send($pname)

if BitAND(GUICtrlRead($speed1), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(200)
	ElseIf BitAND(GUICtrlRead($speed2), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(500)
	ElseIf BitAND(GUICtrlRead($speed3), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(700)
	EndIf
EndIf
Sleep(500)
MouseClick("left",460,540,1,0)
Endif
send("e")
Endif
Endif

Endfunc

Func AcptPty()
if PixelGetColor(10,300)<>0 Then
if $res = 1 Then
if (PixelGetColor(468,243) = 16777215) and (PixelGetColor(614,385) = 16777215) and (PixelGetColor(611,385) = 0) and (PixelGetColor(364,355) = 16777215) then
Sleep(2500)
if PixelGetColor(10,300)<>0 Then
if $res = 1 Then
if (PixelGetColor(468,243) = 16777215) and (PixelGetColor(614,385) = 16777215) and (PixelGetColor(611,385) = 0) and (PixelGetColor(364,355) = 16777215) then
	MouseClick("left",470,500,1,0)
Endif
EndIf
EndIf

Sleep(200)
Endif
EndIf


EndIf
Endfunc

Func reform()

	$ref= $ref+1

	if $ref >= $reftime And (PixelGetColor(10,240) <> 0) and (PixelGetColor(11,300) <> 0) then
		if (PixelGetColor(473,160)= 16777215) and (PixelGetColor(208,280) = 16777215 ) then
		send("e")
		Sleep(200)
		EndIf
	$ref=0
	Send("e")
	sleep(1500)
	If (PixelGetColor(823,586) <> 5395026) And (PixelGetColor(615,586) =5921370) Then
	MouseClick("",810,590,1,0)
	Sleep(100)
	MouseClick("",470,435,1,0)
	Sleep(1500)
	MouseClick("left",610,590,1,0)
	if GUICtrlRead($optN) = 1 Then
	if BitAND(GUICtrlRead($speed1), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(500)
	ElseIf BitAND(GUICtrlRead($speed2), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(1000)
	ElseIf BitAND(GUICtrlRead($speed3), $GUI_CHECKED) = $GUI_CHECKED Then
		sleep(1500)
	EndIf
MouseClick("left",583,496,1,0)
Send("{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}")
Send($pname)
	EndIf
Sleep(100)
	MouseClick("left",460,540,1,0)
	Sleep(100)
	Send("e")
Else
	Send("e")
EndIf
EndIf
EndFunc

Func hide()
	WinSetState("SRO_Client", "", @SW_MINIMIZE)
	WinSetState("SRO_Client", "", @SW_HIDE)
EndFunc

Func show()
	WinActivate("SRO_Client")
	WinSetState("SRO_Client", "", @SW_SHOW)
EndFunc


Func CLOSEButton()

exit
EndFunc
Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
		if winactive("SRO_Client") then
        sleep(100)
        ToolTip('~!~Script is Paused~!~',405,697)
	Else
		ToolTip('',405,697)
		EndIf
    WEnd
    ToolTip("")
EndFunc

Func Terminate()
	 Exit 0
EndFunc

So its works on some resolution right? So which one?
moczymorda is offline  
Old 06/13/2009, 17:55   #9
 
x_king_x's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 746
Received Thanks: 147
Dunno guys lol
x_king_x is offline  
Old 06/13/2009, 19:56   #10
 
elite*gold: 0
Join Date: Apr 2008
Posts: 14
Received Thanks: 0
it doesn`t work at my sro
ChillerXXL is offline  
Old 06/13/2009, 20:34   #11
 
oniDino's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 338
Received Thanks: 22
not working
oniDino is offline  
Old 06/13/2009, 21:35   #12
 
safilisx's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 136
Received Thanks: 4
it not working for me .
safilisx is offline  
Old 06/13/2009, 22:31   #13
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7
Received Thanks: 1
for me too dont work ;S
Ne11y is offline  
Old 06/13/2009, 23:27   #14
 
.1337's Avatar
 
elite*gold: 25
Join Date: Dec 2008
Posts: 1,070
Received Thanks: 514
Not working... I don't think any one worked with.
.1337 is offline  
Old 06/13/2009, 23:32   #15
 
x_king_x's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 746
Received Thanks: 147
hmm im not using it so don't know
i will look for the new version
x_king_x is offline  
Closed Thread


Similar Threads Similar Threads
Reform party
12/10/2009 - Silkroad Online - 2 Replies
Hello everyone, I am writing here because the search option did not pass the exam. So, I'm looking program which will have the option of accepting to join PT, it is urgently needed me. Thanks for any help. Regards
Auto Reform/acept party
10/13/2009 - Silkroad Online - 7 Replies
umm guys someone using this tool and can give me a download? i searched here and no one works well...
auto reform party
08/05/2009 - Silkroad Online - 3 Replies
can anyone give me one?
Auto Party Reform (Alpha)
06/11/2009 - SRO Hacks, Bots, Cheats & Exploits - 15 Replies
Auto Party Reform (Alpha) About this Tool: I wrote this program in C++. This tool will Form a Party automatic. After its formed it will Accept Players who would like to join the Party. You dont have to set any Timelimit the tool will check all the time If the Party is full it will wait until any1 leaves and Reform the Party again.



All times are GMT +1. The time now is 01:25.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.