Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1
Search Results - Forums

Search:

Type: Posts; User: Warlockx

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,164

    this was just a test you can use any email... but...

    this was just a test you can use any email... but it has to be "user@domain.com"
  2. Replies
    3
    Views
    2,164

    Account Creator [Help/C#]

    Hey guys im trying to automate my account creation for reasons heh.
    So heres what the site actually "POST" to create the account.

    http://i.imgur.com/EQZ7EK0.png

    and heres my code...

    public...
  3. Replies
    10
    Views
    31,824

    nice ! i too hate those sites and programs full...

    nice ! i too hate those sites and programs full of ads and captchas... xtrm once again saving me some time :)
  4. Replies
    3
    Views
    1,580

    found it ;) i just put the same address i get...

    found it ;)
    i just put the same address i get from the tutorial when we have to fallow the po.XXXXX in the dump and i got the information


    http://i.imgur.com/JDBR8bc.png

    nvm the packet i...
  5. Replies
    3
    Views
    1,580

    Packet reading from memory

    Sup, im having troble making a looter for a ot server...
    i tried looping in the battle list and looking for monsters with hp == 0
    getting the switch 6A (tileaddthing) and getting its addresses......
  6. Thread: TibiaAPi 1021

    by Warlockx
    Replies
    3
    Views
    26,394

    really cool it will help alot of people

    really cool
    it will help alot of people
  7. Thread: Walker C#

    by Warlockx
    Replies
    28
    Views
    6,585

    using System; using System.Collections.Generic;...

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using...
  8. Thread: Walker C#

    by Warlockx
    Replies
    28
    Views
    6,585

    the answer why it doenst work have been posted at...

    the answer why it doenst work have been posted at least 2 times... just read again and test what you havent tested...
    (hint read battlelist)
  9. Replies
    6
    Views
    1,793

    search for pokeapi in google if you know c# you...

    search for pokeapi in google if you know c# you will be able to make more than a revive bot... that is in the classic client...
  10. Replies
    8
    Views
    3,009

    here...

    here
    http://tpforums.org/forum/threads/5842-Video-Tutorial-Archive?p=51417&viewfull=1#post51417
  11. Thread: Walker C#

    by Warlockx
    Replies
    28
    Views
    6,585

    ah idk then... i cant make a code for him right...

    ah idk then... i cant make a code for him right now... still working on the map things... when i finish that if no one helped
    ill post a code... until then
    @topic
    put all the addresses in cheat...
  12. Thread: Walker C#

    by Warlockx
    Replies
    28
    Views
    6,585

    u kidding right bro... you cant just use my...

    u kidding right bro... you cant just use my code... the functions i have you dont have... its just a example...
  13. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    yah mine is wrong but i dont use that variable...

    yah mine is wrong but i dont use that variable ...

    @topic

    finding that the tiles on screen structure is like this
    distance 3F0
    z10 = 9b4
    z9 = 9b4
    z8 = 9b4
    z 7 = 1d4
  14. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    private void findme() { ...

    private void findme()
    {
    uint start = Map_FirstTile; //0x5EA660 + Base
    uint itemidoff = 0x58;
    uint charid = 0x54; //or playerid /will be added 0x198...
  15. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    today i decided to look into the structure of the...

    today i decided to look into the structure of the tile and this is the result i got

    struct Items
    {
    int unk0;//0x0 aways 0
    int ItemCount;//0x4 last...
  16. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    i loled no more floats ill test all those infos...

    i loled no more floats ill test all those infos you guys give later \o/ ty
  17. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    going back to the map structure now that i can...

    going back to the map structure now that i can read every top item of the 2016 tiles how do i know wich tile to start reading... so i can can read only tiles currently on screen... ive gone deep into...
  18. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    they arent now... there are plenty of games that...

    they arent now... there are plenty of games that do with those anti-cheat programs... but im sure its possible to dodge it... ill keep it in mind when i learn about dll injection
  19. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    hahah i promisse i will learn c++ i like the idea...

    hahah i promisse i will learn c++ i like the idea of programing in c++ too not only for tibia... i think roms (celphone roms) are made in c++ so i would like to make or fix the ones i use, ill do...
  20. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    haha ok ok i already went 3 pages deep into that...

    haha ok ok i already went 3 pages deep into that tutorial that day... ill read more, i too think its easy for people that understand c# but it takes time to learn another language... ill read it...
  21. Replies
    6
    Views
    3,148

    ty ;) http://i.imgur.com/PY5PDWS.png ...

    ty ;)

    http://i.imgur.com/PY5PDWS.png

    really cool
  22. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    dll injection would be so much more work becouse...

    dll injection would be so much more work becouse firstly i dont know c++ and theres no examples of dll inject other than tibiaapi...
    maybe ill have to test the one shot read but i doult that this...
  23. download spy++ from microsoft and learn how to...

    download spy++ from microsoft and learn how to use that program it will return all the information you need to put on your sendmessage...
    and i recomend using postmessage otherwise it will only...
  24. Thread: Walker C#

    by Warlockx
    Replies
    28
    Views
    6,585

    doenst matter if you change a bool to true or a...

    doenst matter if you change a bool to true or a int to 1...
    you first have to read the battlelist and find your character address... with that address then you write the posx,posy,posz and...
  25. Thread: Map Structure

    by Warlockx
    Replies
    24
    Views
    5,628

    also its taking 3 seconds to read 2k addresses is...

    also its taking 3 seconds to read 2k addresses is there a way to read only the ones on the screen currently?
Results 1 to 25 of 37
Page 1 of 2 1 2