Quote:
Originally posted by bahalanaewanko@Jun 14 2007, 14:01
o lol its working now thx to all who help.. thx to the one who told me change D to C lol thx very much..
but is rpe working in pro coz the ds spamming didnt work or do i just need to change the number how often packet should send and delay you can choose however you like. i have 20 agi and i like 190 aspd what shall i change thx ppl...
<hr>Append on Jun 14 2007, 14:53<hr> can someone make SG,Lov,MeteorStorm,BowlingBash
btw can i use them all at the same time and how? sorry for too much asking
|
I told the d to c anyway here i help you again.
You should change sleep (7) to sleep (0). This is the anti freeze trick by me...
anyway the lov/storm gust aren't that good spammable, can only spam 3 at a time then wait till it stopped working the you can cast 3 in 1 again.
+ Bowling bash is an skill that bowls away enemy's so their position will change, while your spamming the packet with the old position so it won't work!.
Also to make a multi filter make it like this:
Before(double strafe)
Quote:
|
If pos (pos('7200',CurHex) <> 0) and (pos('002E00',CurHex) <> 0)
|
New ( double strafe + acid demo) the command OR makes it work with both.
The basic delphi commands are very easy to know by name: Begin, end, if, or, and, contains etc etc. NOTE: 7200 is the start of skill packet, the rest defines wich skill so you have to always add "pos7200 and" cause else you maybe spam chat if it contains like 002E00 LOL.
Quote:
If pos (pos('7200',CurHex) <> 0) and (pos('002E00',CurHex) <> 0) or If pos (pos('7200',CurHex) <> 0) and (pos('00EA01',CurHex) <> 0)
|
<hr>
Append on Jun 14 2007, 15:41<hr> The edit button doesn't work but by accident i changed the second code to have two "if" wich is wrong, you only need one "if" at the beginning