Dual Login

11/10/2007 10:16 =_soul_=#1
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....:)
11/12/2007 01:01 exzale#2
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 :p
11/15/2007 02:21 zyfung#3
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
11/15/2007 13:20 exzale#4
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 [Only registered and activated users can see links. Click Here To Register...]. Run rf, open your exe and click Change ID. ;)
11/20/2007 00:39 =_soul_=#5
ok i'll try this. since it's tuesday(maintenance-day!), i'll be waiting till 12:30pm. :)
11/21/2007 10:59 =_soul_=#6
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?
12/14/2007 03:07 Botmaster#7
Is this still work....????
12/31/2007 08:09 Ervilha#8
donīt work
01/02/2008 03:51 =_soul_=#9
is there any other way to dual login? pls pm me or reply here in this thread. :|
01/09/2008 11:18 =_soul_=#10
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?

^_^
02/03/2008 08:01 pangahas22#11
pls help us
02/08/2008 03:04 wawanko#12
dude it doenst work my pc...always lag...can you guide me step by step :D
well thx if you help me dude:cool:
02/09/2008 07:04 blitzkrieg14#13
dont work
07/13/2008 22:05 kayeness#14
that element client isnt working in RF
07/14/2008 05:05 MissRoadkill#15
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)