Results 1 to 11 of 11

Thread: How to get past game gaurd?

  1. #1
    Join Date
    Jan 2016
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default How to get past game gaurd?

    Was wondering if anyone can point me in the right directions to get past a game guard? I'm looking to make a log in script for game called tibia, and i need to be able to read the connection statues . Sorry if this is in the wrong sections.
    I'm also having a problem getting Simba to work with Tibia I'm so close but yet so far
    Thank you guys in advance!
    Last edited by adraxium; 02-17-2016 at 09:17 PM.

  2. #2
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    WTF is that camera view...

    Anyway, this should be doable. Do you really mean statues, or is that supposed to be status?
    Maybe some pictures would help others understand what you want.

  3. #3
    Join Date
    Jan 2016
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Citrus View Post
    WTF is that camera view...

    Anyway, this should be doable. Do you really mean statues, or is that supposed to be status?
    Maybe some pictures would help others understand what you want.
    Haha sorry that was supposed to say Status
    The camera view of the game sucks ass for sure. lol
    Its just the initial login. So once you open the client, I want to be able to press login, enter username and password, and press enter to login
    The only issue is I cant read from the client at all since its guarded with Gameguard :/
    Ideally, I'd like to do this is c++, c#,
    autoit or vb.net

  4. #4
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    I had no problem seeing the client with Simba.

    Got this using saveBitmap()


    Gotta run and take an exam. Hopefully someone else can help you out.

  5. #5
    Join Date
    Feb 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Citrus View Post
    I had no problem seeing the client with Simba.


    Gotta run and take an exam. Hopefully someone else can help you out.
    I too am very interested in this, but I'm unsure how to use simba for other games. I'm definitely a newb at it but I'm very familiar with other languages.
    Any quick tips?
    Thanks in advance

  6. #6
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by Proteus View Post
    I too am very interested in this, but I'm unsure how to use simba for other games. I'm definitely a newb at it but I'm very familiar with other languages.
    Any quick tips?
    Thanks in advance
    First check out this tutorial: https://villavu.com/forum/showthread.php?t=58935
    Then start scripting with the built in functions: http://docs.villavu.com/simba/

  7. #7
    Join Date
    Feb 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Citrus View Post
    First check out this tutorial:Then start scripting with the built in functions:
    Any chance Simba can read the packets being sent to see the connection status?

  8. #8
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Proteus View Post
    Any chance Simba can read the packets being sent to see the connection status?
    Simba can automate tasks using on-screen colors, it's not a packet interceptor
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  9. #9
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by Proteus View Post
    Any chance Simba can read the packets being sent to see the connection status?
    No clue. I just use color :/

  10. #10
    Join Date
    Jan 2016
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Citrus View Post
    No clue. I just use color :/
    Do you know of a program that i can use?

  11. #11
    Join Date
    Dec 2010
    Posts
    483
    Mentioned
    30 Post(s)
    Quoted
    328 Post(s)

    Default

    Are you trying to emulate the server?

    Start by using your operating system's hosts file and redirect traffic to your own address. Use a packet reader/anything you want really to observe the values at runtime and start building a server based off the packet communication and values you see.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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