Results 1 to 2 of 2
  1. #1
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    PW Old bot source

    Here is my source of old Perfect World bot, written on Delphi. I've attached only two pas with Main lib and inject functions. The code isn't optimized, 'coz this version was written for tests. Now it useless for direct bot creation, but if someone wants to check out... check it

    Some inject Functions:
    Code:
      procedure Call_PickItem(aPParams: PParams); stdcall;
      procedure Call_SelectMonster(MonID: PParams);stdcall;
      procedure Call_Fly(); stdcall;
      procedure Call_NPCTalk(NPCID: PParams); stdcall;
      procedure Call_PetCall(PetNumber: PParams); stdcall;
      procedure Call_PetRemove(WithoutParam: PParams); stdcall;
      procedure Call_PetSkill(aPParams: PParams); stdcall;
      procedure Call_PetAttack(MonID: PParams); stdcall;
      procedure Call_Skill(SkillID: PParams); stdcall;
      procedure Call_ItemsUse(Items: PParams); stdcall;
      procedure Call_Attack(TargetID: PParams); stdcall;
      procedure Call_CharStop(); stdcall;
      procedure Call_SellerRemove(); stdcall;
      procedure Call_Jump(); stdcall;
      procedure Call_ItemSell(aPParams: PParams); stdcall;
      procedure Call_ItemBuy(aPParams: PParams); stdcall;
      procedure Call_Walk(aPParams:PParams); Stdcall;
      procedure Call_Meditation(); stdcall;
      procedure Call_PrivateMsg(MsgParam: PParams); stdcall;
      procedure Call_LocalMsg(MsgParam: PParams); stdcall;
      procedure Call_FullStop(buff: Pointer); stdcall;

    Please register or login to download attachments.

    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. The Following 2 Users Say Thank You to Dwar For This Useful Post:


  3. #2
    dysrheyni
    dysrheyni is offline
    Guest
    Join Date
    2012 Oct
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Thumbs up

    Quote Originally Posted by Dwar View Post
    Here is my source of old Perfect World bot, written on Delphi. I've attached only two pas with Main lib and inject functions. The code isn't optimized, 'coz this version was written for tests. Now it useless for direct bot creation, but if someone wants to check out... check it

    Some inject Functions:
    Code:
      procedure Call_PickItem(aPParams: PParams); stdcall;
      procedure Call_SelectMonster(MonID: PParams);stdcall;
      procedure Call_Fly(); stdcall;
      procedure Call_NPCTalk(NPCID: PParams); stdcall;
      procedure Call_PetCall(PetNumber: PParams); stdcall;
      procedure Call_PetRemove(WithoutParam: PParams); stdcall;
      procedure Call_PetSkill(aPParams: PParams); stdcall;
      procedure Call_PetAttack(MonID: PParams); stdcall;
      procedure Call_Skill(SkillID: PParams); stdcall;
      procedure Call_ItemsUse(Items: PParams); stdcall;
      procedure Call_Attack(TargetID: PParams); stdcall;
      procedure Call_CharStop(); stdcall;
      procedure Call_SellerRemove(); stdcall;
      procedure Call_Jump(); stdcall;
      procedure Call_ItemSell(aPParams: PParams); stdcall;
      procedure Call_ItemBuy(aPParams: PParams); stdcall;
      procedure Call_Walk(aPParams:PParams); Stdcall;
      procedure Call_Meditation(); stdcall;
      procedure Call_PrivateMsg(MsgParam: PParams); stdcall;
      procedure Call_LocalMsg(MsgParam: PParams); stdcall;
      procedure Call_FullStop(buff: Pointer); stdcall;
    ================================================== =====


  4. The Following User Says Thank You to dysrheyni For This Useful Post:


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •