Register for your free account! | Forgot your password?

You last visited: Today at 05:40

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

Advertisement



[Tool]Copy&Paste

Discussion on [Tool]Copy&Paste within the SRO Hacks, Bots, Cheats & Exploits forum part of the Silkroad Online category.

Reply
 
Old   #16
 
elite*gold: 0
Join Date: Sep 2007
Posts: 255
Received Thanks: 531
compile it with latest AutoIt and it should be more unicode friendly.
jremy is offline  
Old   #17
 
elite*gold: 0
Join Date: Dec 2007
Posts: 393
Received Thanks: 78
Quote:
Originally Posted by jeprne View Post
compile it with latest AutoIt and it should be more unicode friendly.
compiled with v3.3.6.1 (April 16th 2010)

should i try to compile it with the newest beta? i think i have to add something to the source for unicode support
blackeagle93 is offline  
Old   #18
 
elite*gold: 0
Join Date: Sep 2007
Posts: 255
Received Thanks: 531
Quote:
Originally Posted by blackeagle93 View Post
compiled with v3.3.6.1 (April 16th 2010)

should i try to compile it with the newest beta? i think i have to add something to the source for unicode support
oh nvm then, at least russian characters works fine for me with v3.3.6.1
jremy is offline  
Old   #19
 
elite*gold: 0
Join Date: Dec 2007
Posts: 393
Received Thanks: 78
Quote:
Originally Posted by jeprne View Post
oh nvm then, at least russian characters works fine for me with v3.3.6.1
k...then this is helpful for ruSRO players
blackeagle93 is offline  
Old   #20
 
DooMyX's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 158
Received Thanks: 144
Quote:
Originally Posted by blackeagle93 View Post
aww i think it is not possible without csro offsets

Maby it helps you
Nice tool btw
DooMyX is offline  
Thanks
1 User
Old   #21
 
elite*gold: 0
Join Date: Dec 2007
Posts: 393
Received Thanks: 78
Quote:
Originally Posted by DooMyX View Post

Maby it helps you
Nice tool btw


hehe
blackeagle93 is offline  
Thanks
1 User
Old   #22
 
elite*gold: 0
Join Date: May 2010
Posts: 43
Received Thanks: 0
I tried today, in iSRO...
I'm running with iBot but client is the same client (not modified)
current, sro_client.exe
i tried all the client names with CP tool :
SRO_Client , sro_client and [iBot] SRO_Client -MyCharName

Program didn't work...
Can anybody confirm ?
Is it working, if yes, what i'm doing wrong..
I know, i simplyl copy with CP tool and try to ctrl + v in sro.
No difference though.

Maybe this tool is only for CN sro, Ru Sro etc. is it ?
amkoguz is offline  
Old   #23
 
elite*gold: 0
Join Date: Sep 2007
Posts: 255
Received Thanks: 531
amkoguz try [CLASS:CLIENT]
jremy is offline  
Old   #24
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,097
Received Thanks: 298
+++++++++++++++++ is for party and 5555555555555555 is for ress.... or 99999999999 idk
darkdamp is offline  
Old   #25
 
elite*gold: 0
Join Date: Dec 2007
Posts: 393
Received Thanks: 78
Quote:
Originally Posted by amkoguz View Post
I tried today, in iSRO...
I'm running with iBot but client is the same client (not modified)
current, sro_client.exe
i tried all the client names with CP tool :
SRO_Client , sro_client and [iBot] SRO_Client -MyCharName

Program didn't work...
Can anybody confirm ?
Is it working, if yes, what i'm doing wrong..
I know, i simplyl copy with CP tool and try to ctrl + v in sro.
No difference though.

Maybe this tool is only for CN sro, Ru Sro etc. is it ?
the name of the client = the name of the silkroad window
blackeagle93 is offline  
Old   #26
 
elite*gold: 0
Join Date: Sep 2007
Posts: 255
Received Thanks: 531
i prefer this a bit more simple method, which works like ctrl+v

Code:
ToolTip("Text paster is running, press F5 to paste and Insert to exit", 0, 0)

HotKeySet("{F5}", "paste")
HotKeySet("{Ins}", "terminate")

While 1
Sleep(100)
WEnd

Func paste()
Send(ClipGet())
EndFunc

Func terminate()
Exit
EndFunc
jremy is offline  
Old   #27
 
elite*gold: 0
Join Date: Dec 2007
Posts: 393
Received Thanks: 78
Quote:
Originally Posted by jeprne View Post
i prefer this a bit more simple method, which works like ctrl+v

Code:
ToolTip("Text paster is running, press F5 to paste and Insert to exit", 0, 0)

HotKeySet("{F5}", "paste")
HotKeySet("{Ins}", "terminate")

While 1
Sleep(100)
WEnd

Func paste()
Send(ClipGet())
EndFunc

Func terminate()
Exit
EndFunc
i wanted to improve my program with some more functions so i chose a different way no time atm:/
blackeagle93 is offline  
Old   #28
 
elite*gold: 130
Join Date: Mar 2008
Posts: 2,485
Received Thanks: 934
Quote:
Originally Posted by darkdamp View Post
+++++++++++++++++ is for party and 5555555555555555 is for ress.... or 99999999999 idk


++++++ is party begging, 99999 is helpcrying:]
intercsaki is offline  
Old   #29
 
elite*gold: 20
Join Date: Jul 2007
Posts: 1,617
Received Thanks: 574
cSro wont work, cause autoit cant handle chinese characters... ive tried a while ago...
recking is offline  
Old   #30
 
elite*gold: 0
Join Date: Dec 2007
Posts: 393
Received Thanks: 78
Quote:
Originally Posted by recking View Post
cSro wont work, cause autoit cant handle chinese characters... ive tried a while ago...
yeah thats right...
but there is a way how to change the chinese charaters from translator to "pinyin"
blackeagle93 is offline  
Reply


Similar Threads Similar Threads
Copy&Paste
04/29/2010 - Technical Support - 3 Replies
Guten Tag allerseits, mein copy&paste funktioniert nicht mehr, im netz und auch im desktop nicht (ordner verschieben etc). Doch komischerweise funktioniert das kopieren und einfügen beim spielen von diablo2 einwanfrei. Woran liegt es eigentlich ? ich hoffe mir kann jemand helfen :) MfG
SRO Copy&Paste
08/12/2009 - SRO PServer Guides & Releases - 0 Replies
Hey, i've started to try something with AutoIt and I've got an idea. I made a simple script which copies and pastes a text to silkroad chat. Since you can't use Ctrl+v in SRO, i think it's useful. I have 2 files, 1st is for people whose game client is named SRO_Client and another one is for people who are using Loaders and his SRO_Client is named Character - Server etc. DOWNLOAD LINKS: this is for game named SRO_Client copy&paste_SRO_Client.exe this is for another game versions...
Silkroad copy paste tool
05/04/2009 - SRO Private Server - 0 Replies
I need to talk chinese in sjsro.. i got a friend who is willing to translate from englisch to chinese and back but i cant type chinese. i know there is a copy paste tool, but i cant find it^^ could some1 help me please? i really need it so i can copy the chinese letters to sjsro. thanks
Copy Paste?
01/04/2009 - Silkroad Online - 5 Replies
There use to be a program were you can Copy/Paste things online from the internet and then Paste it in sro .. ? does anyone still know the link or something where i could download it? it was a very usefull program ^^.
copy and paste
02/15/2007 - Conquer Online 2 - 2 Replies
anyone know how to copy and paste pass so it works?



All times are GMT +2. The time now is 05:41.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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