Jump to content

hypper

Members
  • Posts

    100
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by hypper

  1. SCAR is a scripting program that can be used to make scripts for Lineage 2. You can make auto clicking/mouse moving scripts and a lot of other things. But before using it, be aware that gameguard blocks Key input, so, you need to rename the executable file of scar to "JoyToKey.exe"... this way gameguard wont block key input. Im using the gameguard files included in a C6 Bot that you can find on this forum (t00ls.rar). Here's a simple script that will move your mouse to x,y position and click it. program AutoClick; procedure ClickXY; var x,y: integer; begin x :=125; y:= 300; ClickMouse(x,y,True); end; begin while(true) do // loop forever begin ClickXY; wait(2000); // wait 2 seconds end; end. Note: before starting the script, make sure to select Lineage 2 window as your target window. To do it, click on the target at the top of Scar screen and drag it to lineage 2 window. SCAR is good because you can use Pascal syntax to make your scripts, so anyone good on Pascal and/or Delphi will be good on SCAR. Heres a forum with some scripts: http://www.freddy1990.com/forums/ Download link: http://www.freddy1990.com/scar.php
  2. http://www.freddy1990.com/scar.php SCAR is a scripting program that can be used to make scripts for lineage 2. Download it, rename the exe file to "JoyToKey.exe" (to avoid gameguard) and build your clicking/moving scripts. Check their forums for help
  3. l2phx!! search on forums
  4. On my server, gm added geodata and now we cant leave our clanhall because theres an invisible wall just where the door is. We can still leave using clanhall npc but its boring so,, take care when adding geodata to your server.
  5. You may also use L2net Ingame with the new "Dump" feature to capture packets.
  6. You must know what is started when you click "INICIAR". Voce deve saber o que é executado quando clica em INICIAR.
  7. Other classes skills = auto kick/ban, unless your server has the worst gm ever.
  8. To do it you need lineage 2 source code, which only ncsoft owns.
  9. doesnt work on most servers and, this was already posted
  10. Works only on poor crappy servers.
  11. Doesnt work here either, interlude c6.
  12. I have better thing to do :)
  13. Why greek? At least translate it. Anyone can find google tricks on google.. lol google.com "google tricks" you should have translated it, at least..
  14. If you want to play with Kamael then wait for a good server to come out.. playing buggy/semi working versions isnt worth it.
  15. 09/24/2007 21:33:15.031, fetch error Can be a problem when you try to fetch the array that contains char data. All I know is that "fetch" is used to prepare an array for the extraction of data.
  16. There are token guides around, hit Search and you will find.
  17. NITROUS SYSTEM refuses to translate it. All he needs to do is to tell us what every option of the program means, with pictures. Too bad he doesnt want to do it
  18. Just get the fish ID and use the UseItem function? seems to be very easy.
  19. Here I just clicked the button very fast (didnt change race) and 2 chars with the same name were created. L2j c6
  20. Open walker. Go to "Script Make" and press the "REC" button. It will start recording packets. Drink a mana potion... walker should give you the ID.
  21. Why not l2phx? Forget about hlapex.. l2PacketHack ftw. http://xkorem.net/vbforum/index.php
  22. Put a server down? Let people play in peace.
  23. More scripting functions... thats all.
  24. If it doesnt show anything, then you used an ItemID that doesnt exist... it wont show to anyone.
×
×
  • Create New...