ESO Framework [Beta Test] menu

User Tag List

Page 1 of 16 12345 ... LastLast
Results 1 to 15 of 227
  1. #1
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ESO Framework [Hacks, LUA API, etc)

    Hello,

    So the past few days I was working on making an ESO framework in C++, with LUA API.
    It will allow to get informations from the game, interact with it, draw in game's world, implement hacks, etc.

    Here is a little screenshot of what it looks like currently :




    It's now in open beta !


    Current "tools.lua" script include :

    - Tracking pickable things (draw line / box)
    - Teleport hack (press F to see an ellipse at the aiming location, release to teleport)


    But the most interesting things here is the LUA api, you just think about something, and you can make it !

    A wiki is available here for those you want to play with it : ESO Framework

    Don't forget to share your script with the community !

    Download and installation guide here : Installation - ESO Framework






    Credits :
    • Thanks to Cypher for the DLL loader.
    • Thanks to Master674 for the custom Luabind.
    Attached Thumbnails Attached Thumbnails ESO Framework [Beta Test]-7ylsj-jpg  
    Last edited by KuRIoS; 08-09-2015 at 01:47 PM.

    ESO Framework [Beta Test]
  2. #2
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Included plugins :



    Tools.lua




    TeleportBooks.lua


    Last edited by JuJuBoSc; 04-15-2014 at 09:13 PM.

  3. #3
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    176/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Improvements has been done.
    Last edited by Neer; 05-28-2014 at 05:20 AM.

  4. #4
    handymanjames's Avatar Member
    Reputation
    7
    Join Date
    Sep 2012
    Posts
    25
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Color me interested!

  5. #5
    corererr's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Dec 2011
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would like to test the framework. Im a beginner in python and i have some good basic knowledge in coding. Just sent me a pm with more details. I can create reports and handle errors.
    Samantha :-)

  6. #6
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I added a wiki : ESO Framework

  7. #7
    viperbot's Avatar Contributor
    Reputation
    104
    Join Date
    Jan 2012
    Posts
    599
    Thanks G/R
    2/54
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is this a injected framework? I noticed you mentioned a dll loader? Are you not worried about injection detection?
    ]

  8. #8
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, and no

  9. #9
    Jackie1234's Avatar Member
    Reputation
    4
    Join Date
    May 2011
    Posts
    107
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by viperbot View Post
    Is this a injected framework? I noticed you mentioned a dll loader? Are you not worried about injection detection?
    always away around detection

  10. #10
    Raveth's Avatar Banned
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I really am excited for what this Framework offers us. Wait and see, some nice things.

  11. #11
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's going well :


  12. #12
    monkeyjoe's Avatar Sergeant
    Reputation
    13
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pickable objects are things you farm for crafting mats etc?

  13. #13
    Raveth's Avatar Banned
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, resource nodes.

  14. #14
    Flubleah's Avatar Active Member
    Reputation
    29
    Join Date
    Jun 2008
    Posts
    50
    Thanks G/R
    0/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I bind tele to a different key, I'm guessin' you'll be allowing bindable keys? I mean it seems doable with this.

  15. #15
    Raveth's Avatar Banned
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's easy enough, it's LUA, just look for the keypress function in the API and change the keycode.

    Code:
    Keyboard.IsKeyDown(PutKeycodeHere)
    Easy enough to change as you see.
    Last edited by Raveth; 04-10-2014 at 01:48 AM.

Page 1 of 16 12345 ... LastLast

Similar Threads

  1. [Trading] ESO Full Beta Test (Psijic order) account for wildstar full beta
    By permutation in forum General MMO Buy Sell Trade
    Replies: 2
    Last Post: 02-15-2014, 07:12 PM
  2. [Selling] ESO Beta Test Invitation
    By ConnexNetz in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 01-07-2014, 11:16 PM
  3. [Selling] Have a ESO Beta Test Key
    By Pitchsterr in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 11-23-2013, 01:20 PM
  4. [Selling] EsO Beta Test Account: Friday - Sunday (Fast, Safe, Experienced)
    By ChickenmanHC in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 11-22-2013, 02:51 AM
  5. [Selling] ESO Beta Test Keys (This Fri) $25 per
    By TheFoxx in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 11-19-2013, 07:32 PM
All times are GMT -5. The time now is 05:18 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search