Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    buFFy
    buFFy is offline
    New member
    Join Date
    2011 Jul
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    12
    Thanked in
    3 Posts
    Rep Power
    0

    [API][+AutoIT!] FWCA - Write your own Bots with ease !

    So ! Here we go:

    DEVELOPERS ONLY !

    This is a small Client API for Forsaken World ! What you can do with this is pretty simple - but awesome !

    It works with AutoIT, and prevents you from doing Stupid PixelSearches !

    You can for example do:
    Code:
    $myMaxHealth = Ask($MC_GetMaxHP)
    and it will set myMaxHealth to your current max health !

    Functions that are implemented yet:
    Code:
    ;$MC_IsInitiated - used once in fwca.au3. dont use urself
    ;$MC_GetMaxHP - returns your maximal hp
    ;$MC_GetMaxMP - returns your maximal mp
    ;$MC_GetCurHP - returns your current hp
    ;$MC_GetCurMP - returns your current mp
    ;$MC_GetTargetId - returns the id of your current target
    ;$MC_SetTargetId - sets a new target by id [use: Say($MC_SetTargetId, id)]
    ;$MC_GetTargetCurHP - returns the current hp of your current target
    ;$MC_GetTargetCurMP - returns the current mp of your current target
    ;$MC_GetTargetMaxHP - returns the maximal hp of your current target
    ;$MC_GetTargetMaxMP - returns the maximal mp of your current target
    ;$MC_GetTargetLevel - returns the level of your current target
    ;$MC_GetTargetNamePtr - returns a pointer to the name of your target. use GetTargetName() instead
    ;$MC_HideTitle - hides your title. no parameters
    ;$MC_SetTitle - this will require a title id. dont use it !
    ;$MC_AttackTarget - attacks the current target (no skills!)
    ;$MC_CancelSkill - no parameters. does what it says
    ;$MC_CallPet - zero based index. calls a pet (e.g.: Say($MC_CallPet, 0)) <- call it permanently to make ur pet attack!
    ;$MC_DropPet - zero based index. drops the curent called pet. see $MC_CallPet for example
    ;$MC_PetAttack - forces the pet to attack the given target. Say($MC_CallPet, $TargetId)
    ;$MC_UsePot - this will require you 2 parameters. Dont use it!
    All you have to do is the following:

    Step 1: Launch Forsaken World
    Step 2: Go to Character Selection Screen
    Step 3: Run "Injector.exe" (This will load FWCA into your game!)
    Step 4: Run your Bot/Script (or one of my Sample.au3's)

    You have to run Injector.exe EVERYTIME you restart your Game.
    You can also run the Injector.exe automatically using AutoIT of course.

    Remember to put FWCA.au3 into your Scripts directory and include it.
    Code:
    #include "FWCA.au3"
    Its tested with german Client, but should work with every Version.

    Please give feedback, and tell ur wishes (e.g. what to be added)

    greetz, buFFy ~

    Please register or login to download attachments.


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


  3. #2
    milfred
    milfred is offline
    New member
    Join Date
    2011 Jul
    Posts
    5
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    error WINDOWS NOT FOUND !

    i am using windows 7 64bit

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


  5. #3
    buFFy
    buFFy is offline
    New member
    Join Date
    2011 Jul
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    12
    Thanked in
    3 Posts
    Rep Power
    0
    adjust $sWin in FWCA.au3

  6. The Following User Says Thank You to buFFy For This Useful Post:


  7. #4
    7vincent7black7
    7vincent7black7 is offline
    Guest
    Join Date
    2011 Aug
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    I am curious

    Would this be able to add soulcoins, gold and such. I tried cheat engine but while it can change what the stats say you have, it could not directly alter the actual data amount of currency much like the issue with wizard 101 that I found out the hard way along long time ago.

  8. The Following User Says Thank You to 7vincent7black7 For This Useful Post:


  9. #5
    coded
    coded is offline
    New member coded's Avatar
    Join Date
    2011 May
    Posts
    30
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    27
    Thanked in
    8 Posts
    Rep Power
    0
    unless you hack the server's database itself, you aren't able to edit your gold or soul coins.I am not destructive, so, I can not help you. Sorry.
    “It's not that I'm so smart , it's just that I stay with problems longer .”

    -Albert Einstein

  10. The Following User Says Thank You to coded For This Useful Post:


  11. #6
    dedua
    dedua is offline
    Guest
    Join Date
    2011 Aug
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    It doesn't seem to work after update to new game's version. Is there possibility to update your program?

  12. The Following User Says Thank You to dedua For This Useful Post:


  13. #7
    plaguez
    plaguez is offline
    New member
    Join Date
    2011 May
    Posts
    7
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    the injection crashes the game

  14. The Following User Says Thank You to plaguez For This Useful Post:


  15. #8
    jxsy
    jxsy is offline
    Guest
    Join Date
    2011 Aug
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    pff :S turkey :S

    ---------- Post added at 01:05 AM ---------- Previous post was at 01:05 AM ----------

    error bot

  16. The Following User Says Thank You to jxsy For This Useful Post:


  17. #9
    Daimo
    Daimo is offline
    New member Daimo's Avatar
    Join Date
    2012 Jan
    Location
    Russia
    Posts
    38
    Thanks Thanks Given 
    15
    Thanks Thanks Received 
    7
    Thanked in
    5 Posts
    Rep Power
    0
    russian work?!

  18. The Following User Says Thank You to Daimo For This Useful Post:


  19. #10
    ghostslayer
    ghostslayer is offline
    New member
    Join Date
    2011 Jan
    Posts
    12
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Nice...
    In trying for Indonesian server now...

Page 1 of 2 12 LastLast

Similar Threads

  1. [Snippet] Write bytes to memory
    By Dwar in forum Delphi
    Replies: 1
    Last Post: 2019-10-06, 10:30 AM
  2. Simple VB Write/Read Memory Class
    By Dwar in forum VB, .NET Framework
    Replies: 3
    Last Post: 2012-07-22, 05:11 PM
  3. How to write a tool auto space in audition + xtrap?
    By iamhere in forum General Game Research
    Replies: 4
    Last Post: 2011-04-30, 05:02 AM
  4. Write Pointer To Static Address, Video Tutorial
    By Dwar in forum Programming Tutorials
    Replies: 0
    Last Post: 2010-11-29, 03:59 PM

Posting Permissions

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