did dishes
swept
cleaned litter box
threw all trash away
break time
i've told so many people about my breakthrough with the code
working hard for so many months wanting it for years
and finally getting the code right
I can't believe before like 4 days ago all my scripts and code was "dumb"
just pressed buttons without ever being smart or knowing what was happening
basically zero logic
like literally nothing I wrote over all the years could ever take data from the game and operate with knowing
exp scripts escu script crafter choco racing script like literally nothing I wrote before could read what was happening in the game
and all of a sudden one breakthrough with several of my other codes
specifically the segment that allows me to bring 11's window to the front and type in the game
now my programs can actually read the game data and make decisions based off of that on what to do next
it's such a revolutionary thing it's really very cool
not much I can actually do that hasn't been done before
fish bot no clip speed bot all stuff I plan on making but all has been made and sold a million times
first project on the list is a well made fish bot
it's quite the undertaking considering the ID lists I have found are out of date and mostly wrong
I feel I will make several other programs before I actually finish the fish bot
the code I finally had the breakthrough on and got working
is the code to run EliteAPI.dll from elitemmo network
on the elitemmo network wiki it has all the functions I can call
eliteapi.dll is wrote in C or C++ as far as I can tell
elitemmo network also has a elitemmo.api.dll with many more functions to call
from my understanding the way I am able to use EliteAPI.dll will not work for elitemmo.api.dll
because elitemmo.api.dll is wrote in C# not C++
the method I am using does not work for C# so I will need to troubleshoot my code to actually get the elitemmo.api.dll functions to actually work
it's another project I would love to take on
Another thing is if there is any other api.dll I could potentially make use of those increasing my options and making me even better at programming
several others have existed over the life of 11 like fface and few others
most addons/plugins make use of some form of it
and nowadays most addons/plugins are wrote in lua
I'm not really interested in learning lua
I could potentially translate the lua code to python and make something out of that
I think i've wrote enough in this post to bore everyone to death
so I will now begin tinkering with my code
No comments:
Post a Comment