It is very simple . You press CTRL+ALT+SHIFT followed by this :
Insert =Increase runspeed Delete = Decrease runspeed Home = No CD plus no Cast time End = Disables above Page down = Toggles Skill FX on/off /(numpad) = Increases attack range *(numpad) = Decreases attack range -(numpad) = Decrease attack reach +(numpad) = Increase attack reach 1 = Set SP to max 2 = Changekitstyle to use normal(0-7)/max (0-9) 3 = Non client virtual hack test on/off 4 = Enable dance cooltime 5 = Enable/disable I hate death mode 6 = Enable pot cooltime/disable 7 = Enable/disable display GPS 8 = Enable/disable attack ignore obsticles 9 =Enable/disable animation time to chatbox 0 = Enable/disable pk in village - = Enable/disable item limit[/QUOTE]
Might be because Server is good protected or because you use a client which doesn't recognize the commands . I recommend you RedCabal client but someone said it's working on Cabal EU client too ...
Cabal extreme is protected good so I don't think dupe works there .. + stop with this lots of questions about same subject or you will get your third infraction . With 3 infractions = ban
elite aint so protected,i got to the point where i log 2 accounts,and i log 1st char,when itry to log the second it fails, the server ditches the 2nd login, prolly i needa log both in the same exact sec,aint tryed coz i aint got stuffs to dupe there, just s thought tho..
Private servers have their server db protected.
They updated it by using some db triggers to check dual logged on accounts.
Here's and example of their Fixes:
Code:
declare @acco int
declare @acc int
declare @i int
declare @AR_ALREADY varchar(15)
set @AR_ALREADY='logueado'
set @acc=(SELECT UserNum FROM account_elite..cabal_auth_table where UserNum=@CHARACTERIDX/8)
set @i=(select top 1 Login from cabal_character_table WHERE characteridx/8=convert(varchar(20), @acc) and Login=1)
IF @i > 0
BEGIN
COMMIT TRAN
declare @chanel int
set @chanel=(SELECT ChannelIdx FROM cabal_character_table WHERE characteridx=@CHARACTERIDX)
--insert into log_cheat (account_id, char_id, ch_log, ch_try_log, fecha) values (@acc, @CHARACTERIDX, @CHANNELIDX, @chanel, getdate())
SELECT @AR_ALREADY
RETURN
END
That trigger logs all account that triest to do DUAL login. So be careful.