[Function Call] BDOLua.Execute("...") menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    190
    Join Date
    Aug 2012
    Posts
    424
    Thanks G/R
    0/132
    Trade Feedback
    66 (98%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Function Call] BDOLua.Execute("...")

    mmoviper + pyx.bdo were using

    BDOLua.Execute("....")

    to feed in lua code as string to tell the game to execute it

    anyone out here knows more about it?
    which function to look for?

    is it in the blackdesert64 or coherentui64 module?

    its the last puzzle piece i need to finish something great

    Edit: I guess it is lua_dostring() but I have no clue where to find it
    Last edited by R3peat; 05-01-2017 at 12:15 PM.

    [Function Call] BDOLua.Execute("...")
  2. #2
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    190
    Join Date
    Aug 2012
    Posts
    424
    Thanks G/R
    0/132
    Trade Feedback
    66 (98%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guess i found luaL_dostring
    [Function Call] BDOLua.Execute("...")-uj7oxaf-gif

    was using it all the time to interact with the ingame ui by calling functiions like "Inventory_ShowAni()" for example

    but didnt realized that this is the doString func

    i mean i am not sure yet if its the right func... have to test

  3. #3
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    190
    Join Date
    Aug 2012
    Posts
    424
    Thanks G/R
    0/132
    Trade Feedback
    66 (98%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok it works

    tested it with a bit of test code stolen from the original lua scripts

    "Pipe.Call.LuaFunction("Panel_CashShopAlert:SetPosX(50)Panel_CashShopAlert:SetPo sY(500)");"

    works noone participated in this discussion but mby someone is interested in and my findings can help this guy have fun

  4. #4
    ol2012's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi,R3pea

    I want to know how to replace the script, do you know?

  5. #5
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    190
    Join Date
    Aug 2012
    Posts
    424
    Thanks G/R
    0/132
    Trade Feedback
    66 (98%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what exactly do u mean? replace which script?

  6. #6
    ol2012's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    replace which script,file ui_gameoption.luac .
    I want to remove language character restrictions

  7. #7
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    190
    Join Date
    Aug 2012
    Posts
    424
    Thanks G/R
    0/132
    Trade Feedback
    66 (98%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dont understand what the replacement with a modded version of "ui_gameoption.luac" would give u

    gimme more details of ur exact goal

  8. #8
    ol2012's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rows 37863 , local function loadLanguageResType()

  9. #9
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    190
    Join Date
    Aug 2012
    Posts
    424
    Thanks G/R
    0/132
    Trade Feedback
    66 (98%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its the only position where this function is used in the lua files and i cant find it with IDA. i dont even know what this function is doin

    loadLanguageRes"ource"Type prbly

  10. #10
    ol2012's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    file: http://o7ov9niwk.bkt.clouddn.com/ui_gameoption.luac

    ../luacscript/x64/window/option/ui_gameoption.luac
    Last edited by ol2012; 05-03-2017 at 02:05 PM. Reason: Update

  11. #11
    ol2012's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would like to replace this function and support other languages. eg :Chinese

  12. #12
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    190
    Join Date
    Aug 2012
    Posts
    424
    Thanks G/R
    0/132
    Trade Feedback
    66 (98%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    u just need a modded languagedata.xlsm file with chinese translation

  13. #13
    ol2012's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did, but not normal tips . eg: the player is to kill

  14. #14
    ol2012's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by R3peat View Post
    u just need a modded languagedata.xlsm file with chinese translation
    Will pay for help [ $100] ??

  15. #15
    amadorcon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2016
    Posts
    4
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So you got a tool for lua editing?

    I'm searching for someone with the ability to do a packet injector or at least modify lua

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 11
    Last Post: 11-21-2011, 12:25 AM
  2. Remote function call, calling convention?
    By lweid in forum WoW Memory Editing
    Replies: 11
    Last Post: 03-24-2011, 03:39 PM
  3. CEGUI - EndScene Hook - DLL Function Call
    By Orix in forum WoW Memory Editing
    Replies: 5
    Last Post: 02-12-2011, 03:51 PM
  4. detection of engine function calls
    By mnbvc in forum WoW Memory Editing
    Replies: 10
    Last Post: 03-28-2010, 03:06 PM
  5. ASM function call?
    By akh in forum WoW Memory Editing
    Replies: 15
    Last Post: 09-02-2008, 12:31 AM
All times are GMT -5. The time now is 01:43 PM. 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