Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rohan
You last visited: Today at 02:43

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

Advertisement



[Info] Attack Speed!

Discussion on [Info] Attack Speed! within the Rohan forum part of the MMORPGs category.

Reply
 
Old   #1
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
[Info] Attack Speed!

Hey all,
last hour I tryt all to find the Attack Speed.

Here is what Ive got:
The Attack speed is hardly protected , like all stuff that could be hacked.
It changes every secon beetwen 100 , and if you change it will fighting you will have a fast attack but your game crash after 20 secs.

I think we have to figure out the algorythm.

Another way would be to code a Sniffer! And then find out the Cryption make a table of it and find the XOR Key. When this is done we can easy hack Skills/Teleports/Maybe Enchanting/Maybe CardGame/Attack Speed.

C++ Snippet [ JUST RECV PACKETS / NOT DE/EN-CRYPT! ]
Code:
int WINAPI MyRecv(SOCKET s, const char* buf, int len, int flags)
{
    Sleep(100);
    DWORD sub_52F060 = 0x52F060;
 
       printf("RECV: 0x%0.2x LÖL: %snSize: %xn",buf,buf,len);

    _asm 
     { 
          mov     storeECX, ecx 
     }
    _asm 
     { 
          mov     edx, flags 
          push    edx           ; flags 
          mov     edx, len 
          push    edx             ; len 
          mov     edx, buf 
          push    edx             ; buf 
          mov     edx, s 
          push    edx             ; s 
          mov     ecx, storeECX 
          call    sub_52F060     ; Call Procedure 
    }
}

void RECV()
{
    Sleep(2000);
    Intercept(INST_CALL,0x0052CB81,(DWORD)MyRecv,5);        
}
Why do I code a sniffer?
cause WPE and rpE cant find packets, so I inject a sniffer that will work 100%

Also found out that you can wear Lv100 items when you are Lv1.. but only for 1 sec..

now you think that sucks, no it doesnt... we could code a dll that switch fast beetwen 2 weapons, try the weapon switch its pretty fast .. cause the dmg the lv100 wpn has will be done in that 1 sec ^^
syntex is offline  
Thanks
2 Users
Old 06/13/2008, 07:12   #2
 
elite*gold: 0
Join Date: Jun 2008
Posts: 14
Received Thanks: 2
woah, you are the first one who are talking about real hacking rohan,
all i could find on google is about Bot,
I used to hack maple story with CE and asm code.
I wonder if i can help a bit or not,
im currently still finding a way to create a godmode in rohan,
my idea is either make all damage to miss or we freeze the auto-healing timer to 0.
all the thing i can do now with CE are locally...=.=
please advice me for anything, thanks and have a nice day.
coolninja is offline  
Thanks
1 User
Old 06/13/2008, 07:59   #3
 
elite*gold: 0
Join Date: Apr 2007
Posts: 90
Received Thanks: 10
Wouldn't all of this be client-sided? Don't know why the game files ain't protected :S
Dj_Wiki_Wiki is offline  
Thanks
1 User
Old 06/13/2008, 08:18   #4
 
elite*gold: 0
Join Date: Mar 2006
Posts: 106
Received Thanks: 3
try to find out how the Refiner works would be more helpfull if it always succeds :P refining lvl 62 Unique is pretty expensive -.-
rashi is offline  
Thanks
1 User
Old 06/13/2008, 10:44   #5
 
elite*gold: 0
Join Date: Apr 2007
Posts: 90
Received Thanks: 10
I think with when refining the server decides if its successful or not.
Dj_Wiki_Wiki is offline  
Thanks
1 User
Old 06/13/2008, 10:52   #6
 
elite*gold: 0
Join Date: May 2008
Posts: 9
Received Thanks: 3
Hi ho

Really hope its possible to make speed hack....

Coz it have started a anti-bot contest whit non botters to find botting ppl

Still i think that we have the smarter dudes on ower side :-)

so i cant wait untill speed attack comes :-)

allsaw good 4 ppl that cant play 24/7 to have a chanse to lvl up ^^

\ Thx alot boys keep going strong ;-) .... regards Tomas
xiita is offline  
Thanks
1 User
Old 06/13/2008, 11:57   #7
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
@Rashi,
the CardGame and the Refiner are LUCK! you cant get a algorythm for that. It depends on luck!. But there may is a exploit to evoid that the weapon down grades or even fail.

@DjWiki
I think you dont know how it works, but I give you a explain how:
Your Client use to send packets to the Server to say "HEY I ATTACKED A MOB!" , the server sends the packet back then to show you the dmg. Now the trick with CE is making the Value higher so you will send your packets faster (dont works in some MMORPGS, in some it does) .
syntex is offline  
Thanks
1 User
Old 06/13/2008, 18:43   #8
 
elite*gold: 0
Join Date: May 2008
Posts: 233
Received Thanks: 36
haha good luck! tell us if u have success
Djinny is offline  
Thanks
1 User
Old 06/13/2008, 20:00   #9
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
I will, if you are intressted to find this address by your self.

1 » Download CheatEngine 5.4
2 » Make Settings ( use my otherwise it will take ages! )
»
3 » Get to different Weapons Ingame (example Weapon Speed Medium and Fast)
4 » Put on the Mediuem Weapon and search for Unknown Inital Value
5 » When the search finished, change your Weapon to Fast and search for Value Increased (now you say why the value does decrease on character info, easy it just shows it like this)
6 » When you finished the search put on the Medium Speed Weapon and search for Decreased Value
7 » Repeat this till 10 results left
8 » Change Weapons and look which Value changes on Header (example Value was 1520000 before and goes to 1720000)
9 » When you found the 2 Values, both got the same Value (they are contiously switching) make Hotkey on them with W and change the Value the Fast Weapon (or equip a very fast weapon to get header) if you change the Header to high = crash , but you will crash after 2minutes anyway

good luck!
syntex is offline  
Thanks
3 Users
Old 06/13/2008, 23:44   #10
 
elite*gold: 0
Join Date: May 2008
Posts: 233
Received Thanks: 36
i just came home from work, im willing to help =)

i try my best
Djinny is offline  
Thanks
1 User
Old 06/14/2008, 01:09   #11




 
bloodx's Avatar
 
elite*gold: 55
Join Date: Mar 2006
Posts: 4,582
Received Thanks: 1,537
Syntex when you use my source dont forgot that the people need to change this :P

Intercept(INST_CALL,0x0052CB81,(DWORD)MyRecv,5);
call sub_52F060 ; Call Procedure
DWORD sub_52F060 = 0x52F060;

cuz this addresses not for Rohan h3h3 xD

you can use this source ,too for SEND packets easy... only need the send address :P

0x00A56B1C = WSARecv
0x00A56B24 = WSASend(?)
0x00AA3228 = WSASend

there are many send/recv strings try to call them maybe you get something like sendAttack =P
bloodx is offline  
Old 06/14/2008, 23:34   #12
 
qtimporta's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 269
Received Thanks: 32
any news on this?
any1 could find a speed hack or anything?
qtimporta is offline  
Old 06/15/2008, 00:16   #13
 
elite*gold: 0
Join Date: Oct 2007
Posts: 13
Received Thanks: 2
Quote:
Originally Posted by syntex View Post
7 » Repeat this till 10 results left
8 » Change Weapons and look which Value changes on Header (example Value was 1520000 before and goes to 1720000)
good luck!
you made it? i mean you got a Value of attack speed? plz if u did tell me it...cuz my pc Freez when i made Scan Type ( unknown Initial Value )...i need make it ( Value Betwwn )...then results will descrease and scan not freez my PC.....thx
nosseir63 is offline  
Old 06/15/2008, 13:39   #14
 
elite*gold: 0
Join Date: Jun 2008
Posts: 30
Received Thanks: 34
Send me a pm. I made a couple hacks myself, like Noclip, and runspeed(Both Really easy). =]

Heres one example.
Noclip(old): 0045888b DEC --> INC

Its very comical when your an archer, and you stand in some sort of doodad like a tree, or underground and bot standing in one place. You see arrows flying from the ground or from walls.

You can find protection at these lines (old)

|- Signature 77073096 found at offset 0064521C (VA: 00A4521C)
|- Signature ee0e612c found at offset 00645220 (VA: 00A45220)
|- Signature 990951ba found at offset 00645224 (VA: 00A45224)
|- Signature 076dc419 found at offset 00645228 (VA: 00A45228)
|- Signature 706af48f found at offset 0064522C (VA: 00A4522C)
|- Signature e963a535 found at offset 00645230 (VA: 00A45230)
|- Signature 9e6495a3 found at offset 00645234 (VA: 00A45234)
|- Signature 0edb8832 found at offset 00645238 (VA: 00A45238)
|- Signature 79dcb8a4 found at offset 0064523C (VA: 00A4523C)
|- Signature e0d5e91e found at offset 00645240 (VA: 00A45240)
|- Signature 97d2d988 found at offset 00645244 (VA: 00A45244)
|- Signature 09b64c2b found at offset 00645248 (VA: 00A45248)
|- Signature 7eb17cbd found at offset 0064524C (VA: 00A4524C)
|- Signature e7b82d07 found at offset 00645250 (VA: 00A45250)
|- Signature 90bf1d91 found at offset 00645254 (VA: 00A45254)
|- Signature 1db71064 found at offset 00645258 (VA: 00A45258)
|- Signature 6ab020f2 found at offset 0064525C (VA: 00A4525C)
|- Signature f3b97148 found at offset 00645260 (VA: 00A45260)
|- Signature 84be41de found at offset 00645264 (VA: 00A45264)
|- Signature 1adad47d found at offset 00645268 (VA: 00A45268)
bluetoast is offline  
Thanks
2 Users
Old 06/16/2008, 18:47   #15
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
look my attach!
Attached Images
File Type: jpg yoyo.JPG (29.1 KB, 397 views)
syntex is offline  
Reply


Similar Threads Similar Threads
[Confirmed]Hint Attack Speed and Attack Damage!
05/10/2015 - RF Online - 143 Replies
Sorry Post DEleted! just pm me nalang or add me sa YM [email protected] for those who wanted to ask question about it!:mofo::mofo::mofo::bandit::bandit::o:cool: Cargo: to those newbie & noob who doesn't know how to use CE... just ask me on YM ill send you the video myself on how to lower PT and Level of your armor and weapon and how to hot swap to start for you to lear how to browse and search and how to use CE! ok??!!!! heheheh!!!! To those who Play RFph: i play in CALIX...
[ PW Brazil ] Speed Hack, Speed Attack, Jump, Zoom, GM online (ALL In One)
05/21/2011 - Perfect World - 16 Replies
Para PW da Level UP Speed Hack, Speed Attack, Jump, Zoom, GM online Tudo em apenas 1. Novo Elementclient DOWNLOAD : http://rapidshare.de/files/39861544/elementclient. rar.html --------------------------
10x Melee attack sped or any better speed attack than 2x
05/27/2008 - RF Online - 5 Replies
I tested All Guides of melee Speed attack, and nothing work correctly ... Maybe i cant setup or This dont function -_-'' So... SomeBody can explain the correctly type to Get 10x Speed melee Attack , YaRFBOT get 1.5~2x speed...



All times are GMT +2. The time now is 02:43.


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.