Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    iCreativeEmily's Avatar
    Join Date
    Apr 2019
    Gender
    female
    Posts
    11
    Reputation
    84
    Thanks
    73

    Post Base Drawing for the Scripting Framework

    Base drawing for the scripting framework


    Code:
    Imports EmilyCore
    
    Public Class Test
    
    Private core As Core
    Private windowRenderHandle As Core.renderHandle
    
    Sub Main()
    If core.Attach().result = False Then Exit Sub
    windowRenderHandle  = core.getWindowRenderHandle()
    windowRenderHandle.drawString("Hello script!",new Font("Consolas",10),new Point(0,0)
    End Sub
    
    End Class


    EmilyCore.Core

    Function Name Return Type Description
    Attach() result Injects the core dll into game process and attach the graphic render on it (Use this for ingame drawings)
    injectAdvanced() result Injects the core dll into render game process and attach the graphic render on it (Use this for full screen drawings)
    getWindowRenderHandle() renderHandle Gets the Attach() handle to perform drawings
    getGlobalRenderHandle() renderHandle Gets the injectAdvanced() handle to perform drawings
    getFrameworksLoaded() list(frameworksLoaded) Returns a list of dll injected



    Result

    bool result [the action was completed without error]
    bool errors [the action was completed with errors]
    str errorText [the description of errors]


    enum frameworksLoaded

    1 globalRender
    2 gameWindowRender



    EmilyCore.Core.renderHandle

    Function Name Parameters Description
    drawString() string,font,point draws a string
    drawLine() point,point draws a line

    btw: searching for 1 graphic 1 cpp 2 c#/vb helpers for this project.


    scan: https://www.virustotal.com/gui/file/...7a3f/detection


    <b>Downloadable Files</b> Downloadable Files

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

    andrecsgo (05-20-2019),andrejjanjetovic (04-29-2019),BloodyMilo (10-15-2019),bom65m (10-21-2019),dave:)) (09-20-2019),death_owl (04-21-2019),diabloisdead (04-29-2019),ErNarxHD (06-07-2019),fantadino (04-27-2019),fgogo (05-03-2019),flohi59430 (10-10-2019),gustavodead123 (06-25-2019),HoeMo (09-09-2019),j5252 (06-08-2019),Janitor (04-20-2019),jpalmores230 (06-09-2019),kingcarlos846 (05-05-2019),lil pete (07-05-2019),lyzone (05-21-2019),mertSENTELLO (11-08-2019),MrLiu (06-27-2019),NadTheDad (12-23-2019),ozHGTR (04-02-2020),Rime (05-26-2019),sepehrkiller (05-14-2019),sos1991 (09-23-2019),thiiago11 (05-14-2019),TroverHacks (04-20-2019),user129012 (06-25-2019),vikaporonga (04-30-2019),wqerqwer (09-20-2019),xgermans (04-29-2019),Xzyran (06-18-2019),yasal (10-28-2019),YMTSJ (05-15-2019),zzinggame (10-11-2019)

  3. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    //Approved

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  4. #3
    kiezha29's Avatar
    Join Date
    Apr 2019
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    wer i will paste in game folder ? were i will post the dll ? to work
    Last edited by kiezha29; 04-21-2019 at 05:46 AM.

  5. #4
    themis2523's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    240
    Reputation
    10
    Thanks
    8
    My Mood
    Amazed
    awesome thanks

  6. #5
    Ahmad's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Youtube & League
    Posts
    7,428
    Reputation
    1964
    Thanks
    2,788
    My Mood
    Yeehaw
    Thanks for releasing the source code!
    BALD ALLAH OF MPGH
    League of Legends God & Previous Minion



  7. #6
    Janitor's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    MPGH Reports
    Posts
    16,255
    Reputation
    3259
    Thanks
    7,214
    Finally someone posting some good stuff.

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

    Ahmad (04-22-2019)

  9. #7
    Ahmad's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Youtube & League
    Posts
    7,428
    Reputation
    1964
    Thanks
    2,788
    My Mood
    Yeehaw
    If I may, I'd request a title change to what the source code is...
    BALD ALLAH OF MPGH
    League of Legends God & Previous Minion



  10. #8
    Ahmad's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Youtube & League
    Posts
    7,428
    Reputation
    1964
    Thanks
    2,788
    My Mood
    Yeehaw
    Quote Originally Posted by lokos7854 View Post
    Someone can explain to me how this works.
    It's a bare bonez script for someone wanting to try and make an actual script.
    BALD ALLAH OF MPGH
    League of Legends God & Previous Minion



  11. #9
    Ahmad's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Youtube & League
    Posts
    7,428
    Reputation
    1964
    Thanks
    2,788
    My Mood
    Yeehaw
    Quote Originally Posted by lokos7854 View Post
    this type of script is made with c++ or which language is better ?
    Taken from his post: "btw: searching for 1 graphic 1 cpp 2 c#/vb helpers for this project."

    So I think it involves C++/C#/some graphics.
    BALD ALLAH OF MPGH
    League of Legends God & Previous Minion



  12. #10
    Janitor's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    MPGH Reports
    Posts
    16,255
    Reputation
    3259
    Thanks
    7,214
    Quote Originally Posted by Ahmad View Post


    Taken from his post: "btw: searching for 1 graphic 1 cpp 2 c#/vb helpers for this project."

    So I think it involves C++/C#/some graphics.
    C++ included

  13. #11
    Its-Squirtle's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    You work from elobuddy right?

  14. #12
    iCreativeEmily's Avatar
    Join Date
    Apr 2019
    Gender
    female
    Posts
    11
    Reputation
    84
    Thanks
    73
    Quote Originally Posted by Its-Squirtle View Post
    You work from elobuddy right?
    i worked for elobuddy yes

  15. #13
    Afford's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    244
    Reputation
    27
    Thanks
    40
    thanks!!!!!

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

    Samuelov (05-01-2019)

  17. #14
    Unmaskeddd's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    5
    My Mood
    Asleep
    I would like to help out

  18. #15
    factobot's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    I can help with the C# if you still need it.

Page 1 of 2 12 LastLast

Similar Threads

  1. Hello guys ... I am looking for the scripts on cheat engine
    By a7020255 in forum Rust Discussions & Help
    Replies: 0
    Last Post: 02-25-2014, 08:58 AM
  2. [Release] I'm giving my char "FOR FREE" | DRAWING CHARACTER [ THE RESULTS ]
    By Beatraax in forum Battlefield Play4Free Hacks
    Replies: 4
    Last Post: 01-29-2013, 10:41 PM
  3. [Help] Looking for the ''take control'' script
    By moeps2 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 1
    Last Post: 12-07-2012, 06:39 PM
  4. [Release] Fine tuned Autoit script for The Contract and Hoarfrost Hollow
    By hisoko in forum Vindictus Hacks & Cheats
    Replies: 1
    Last Post: 05-02-2012, 06:40 AM
  5. [Solved] There is any script for the 360° trick?
    By tikastro1 in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 08-15-2011, 02:14 PM