Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > RF Online
You last visited: Today at 14:15

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

Advertisement



Dual Login

Discussion on Dual Login within the RF Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
=_soul_='s Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 352
Received Thanks: 51
Dual Login

Is it possible for RF Online to Dual Login? I know this feature was removed by CCR but i think there is a way to do it. I hope it is for all the clients/servers especially in the Philippines because I came here....
=_soul_= is offline  
Old 11/12/2007, 01:01   #2
 
exzale's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 23
Received Thanks: 11
A methond I used for Perfect World was to rename the client. Maybe it would work and for RF.

Here is an AutoIt 3 script that does the job.

Code:
#include <GUIConstants.au3>
#include <Misc.au3>
Opt("GUIOnEventMode", 1)
; = DllOpen("user32.dll")

	= True
global 	= "Element Client";"abc.txt - Notepad"                  < < < < < < ----- CHANGE CLIENT NAME HERE 
global  = 0
global  = 0

;---------------------------------HotKey---------------------------------

HotKeySet("{F12}", "HotKey1") ; ESC

HotKeySet("{F11}", "HotKey2") ; F11

HotKeySet("{F9}", "Add_ID") ;F9

HotKeySet("{F10}", "AltQ") ;F10

;--------------------------------Main-------------------------------------

 = GUICreate("Multiboxer", 230, 60)
 = GUICtrlCreateButton("Change client`s ID", 10, 10, 100, 25)
	GUICtrlSetOnEvent(,"Add_ID")
 = GUICtrlCreateButton("Close", 120, 10, 100, 25)
	GUICtrlSetOnEvent(,"AltQ")
 = GUICtrlCreateMenu("Run a client")
	 = GUICtrlCreateMenuItem("Change client`s ID - F9",)
		GUICtrlSetOnEvent(,"Add_ID")
	 = GUICtrlCreateMenuItem("An Hoac Hien Cua So Game - F12",)
		GUICtrlSetOnEvent(,"HotKey1")
	 = GUICtrlCreateMenuItem("Minimize to Taskbar - F11",)
		GUICtrlSetOnEvent(,"HotKey2")
	 = GUICtrlCreateMenuItem("Close - F10",)
		GUICtrlSetOnEvent(,"AltQ")
GUISetState(@SW_SHOW)

;--------------------------------Code----------------------------------------

While 1
	 = GUIGetMsg()
	Switch 
		Case 
			Add_ID()
		Case 
			HotKey1()
		Case 
			HotKey2()
		Case 
			Exit
		Case 
			Exit
	EndSwitch
WEnd

;---------------------------------------------function-------------------------

Func Add_ID()
	;MsgBox (0, "Them ID", "Them ID")
	 =  + 1
	WinSetTitle(, "", )
EndFunc

Func HotKey1()
	 = HideAndShowGame(, )
EndFunc

Func HotKey2()
	HideAndShowAuto()
EndFunc

Func HideAndShowGame(, )
	 = 1
	If  Then
		WinSetState(, "", @SW_HIDE)
		while  <= 
			;MsgBox (0, "Hide ID", "Hide ID: " & )
			WinSetState(, "", @SW_HIDE)
			 =  + 1
		WEnd
		Return False
	Else
		WinSetState(, "", @SW_SHOW)
		while  <= 
			;MsgBox (0, "Show ID", "Show ID: " & )
			WinSetState(, "", @SW_SHOW)
			 =  + 1
		WEnd
		Return True
	EndIf
EndFunc

Func HideAndShowAuto()
		WinSetState("Change client`s ID","", @SW_RESTORE)
	Sleep(3000)
	WinSetState("Change client`s ID","", @SW_HIDE)
EndFunc

Func AltQ()
	Exit
EndFunc
PS: I upload it and as a file.

omg... a lot of junk code
Attached Files
File Type: rar cool.rar (872 Bytes, 1212 views)
exzale is offline  
Thanks
2 Users
Old 11/15/2007, 02:21   #3
 
elite*gold: 0
Join Date: Nov 2007
Posts: 1
Received Thanks: 0
i have try to understand the way it work but sorry i am lost

it s someting i really want it work but still need more info
could you explan more the way it work plz

it s for rf online but need to know where i put the name and what i am supose to write down

i an don't know enything about code so if it s not to difficult to teach i ll appeciat
zyfung is offline  
Old 11/15/2007, 13:20   #4
 
exzale's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 23
Received Thanks: 11
Quote:
global = "Element Client";"abc.txt - Notepad" < < < < < < ----- CHANGE CLIENT NAME HERE
Just type the name of the program instead of Element Client and then compile it with . Run rf, open your exe and click Change ID.
exzale is offline  
Old 11/20/2007, 00:39   #5
 
=_soul_='s Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 352
Received Thanks: 51
ok i'll try this. since it's tuesday(maintenance-day!), i'll be waiting till 12:30pm.
=_soul_= is offline  
Old 11/21/2007, 10:59   #6
 
=_soul_='s Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 352
Received Thanks: 51
i don't understand. here is what i've done:

i edited element client into RF Online. and then i compiled it, and ran the exe of it.
i ran RF launcher or client and changed the client's ID and RF Online on the taskbar changed into number 2 (instead of RF Online. in the taskbar, it became 2). i logged in and ran another client. i changed again the client's ID and it turned into 4. i logged in into a server but it said that i have already ran a client.

pls help. how can i really perform dual login?
=_soul_= is offline  
Old 12/14/2007, 03:07   #7
 
elite*gold: 0
Join Date: Dec 2007
Posts: 3
Received Thanks: 0
Talking

Is this still work....????
Botmaster is offline  
Old 12/31/2007, 08:09   #8
 
elite*gold: 0
Join Date: Dec 2007
Posts: 2
Received Thanks: 3
donīt work
Ervilha is offline  
Old 01/02/2008, 03:51   #9
 
=_soul_='s Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 352
Received Thanks: 51
is there any other way to dual login? pls pm me or reply here in this thread. :|
=_soul_= is offline  
Old 01/09/2008, 11:18   #10
 
=_soul_='s Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 352
Received Thanks: 51
Is it going to work if I use softwares which hides my IP address?

And isn't RF going to detect my IP address in order to avoid dual login?

^_^
=_soul_= is offline  
Old 02/03/2008, 08:01   #11
 
pangahas22's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 9
Received Thanks: 0
pls help us
pangahas22 is offline  
Old 02/08/2008, 03:04   #12
 
wawanko's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 7
Received Thanks: 1
Question

dude it doenst work my pc...always lag...can you guide me step by step
well thx if you help me dude
wawanko is offline  
Old 02/09/2008, 07:04   #13
 
elite*gold: 0
Join Date: Jan 2008
Posts: 21
Received Thanks: 4
dont work
blitzkrieg14 is offline  
Old 07/13/2008, 22:05   #14
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1
Received Thanks: 0
that element client isnt working in RF
kayeness is offline  
Old 07/14/2008, 05:05   #15
 
MissRoadkill's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 97
Received Thanks: 65
nubs >.> u need to change the elemental client to the client name


@the guys with the blond guy in display(4got name and too lazy to look)

no, it doesnt go w/ ip, it goes by machine code (2 comps on a router will have the same global ip detected)
MissRoadkill is offline  
Reply


Similar Threads Similar Threads
TUT for Dual Login
01/17/2011 - RFO Hacks, Bots, Cheats, Exploits & Guides - 112 Replies
guys this is a TUT on how to Dual Log in Hidetoolz/Download link:Send big files the easy way. Files too large for email attachments? No problem! Hidetoolz doesnt seem to work on Vista ... Try finding some similar programs or try running hidetoolz in compatability mode on vista (note: when you run hidetoolz your anti virus may detect it as somethin bad but dont worry its just a false-positive, should that happen disable your anti virus first) 1.) Download Hidetoolz or any other...
Q>Dual LogIn
12/17/2010 - RF Online - 1 Replies
Does the Dual Login is working in RF REACTOR server???:confused:
Help in Dual Login?>
11/06/2009 - Grand Chase - 0 Replies
i have the installed the vmware 6.5 but i don't know what do next? anyone help thanks
Luna online dual client dual login?
10/18/2009 - General Gaming Discussion - 13 Replies
Im looking for a way you could dual login on luna online.
SELLING DMG HACK/2Slot hack /Dual client / Dual login with twinr/Slow to lvl up hack
08/13/2009 - Cabal Online Trading - 0 Replies
closed



All times are GMT +2. The time now is 14:15.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.