![]() |
|
[ALPHA] API for CodeCommunity [WIP] - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: [ALPHA] API for CodeCommunity [WIP] (/Thread-ALPHA-API-for-CodeCommunity-WIP) |
RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013 Hey guys, finally I'm showing the latest update: Update 3!! Update Notes Quote:update 3: Next things I'm probably working on: -Get CCP Shop items and their prices -Recoding much functions with Split() -Doing the same for Signature as for Avatar (no img/broken img) Any suggestions what I should code? Tell me! RE: [VB] API for CodeCommunity [WIP] - Eternity - 07-29-2013 (07-29-2013, 02:27 PM)Platinum Wrote: Hey guys, finally I'm showing the latest update: Update 3!! That looks awesome! Release the goddam source !
RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013 Lol not now < 3, I might later when it's released but for now I don't want to show my crappy coding :c. No truly, most functions are still crappy. RE: [VB] API for CodeCommunity [WIP] - Eternity - 07-29-2013 (07-29-2013, 02:58 PM)Platinum Wrote: Lol not now < 3, I might later when it's released but for now I don't want to show my crappy coding :c. No truly, most functions are still crappy. I can help you ![]() I'm dying to know how the code works ! RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013 (07-29-2013, 03:00 PM)Eternity Wrote:(07-29-2013, 02:58 PM)Platinum Wrote: Lol not now < 3, I might later when it's released but for now I don't want to show my crappy coding :c. No truly, most functions are still crappy. Well help me with what? Talk to meh on Skype <3 RE: [VB] API for CodeCommunity [WIP] - Eternity - 07-29-2013 (07-29-2013, 03:26 PM)Platinum Wrote:(07-29-2013, 03:00 PM)Eternity Wrote:(07-29-2013, 02:58 PM)Platinum Wrote: Lol not now < 3, I might later when it's released but for now I don't want to show my crappy coding :c. No truly, most functions are still crappy. I can't now. On my phone now. RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013 Then go on your pc!! Roar!!! RE: [VB] API for CodeCommunity [WIP] - Leumonic - 07-29-2013 Not trying to compete with you. Just thought I'd share that I was working on one as well, though I suspect mine is a bit different.
RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013 (07-29-2013, 05:43 PM)Sempiternal Wrote: Not trying to compete with you. Just thought I'd share that I was working on one as well, though I suspect mine is a bit different. That looks rather complicated bud, all you'd have to do with my API is: Initialize once (a user, or uid) using the command: UserSystem.ConfigureUID(UID) Then you can get any user info like so: UserSystem.GetUsername(uid) OR GetUsername(uid) (You can actually do it without the UserSystem before it) I will make it work on a normal username string as well I think. If you want to work together, sure! RE: [VB] API for CodeCommunity [WIP] - Leumonic - 07-29-2013 (07-29-2013, 06:00 PM)Platinum Wrote: That looks rather complicated bud -snip- It's actually rather simple. You create a global user variable, initialize it, and it sticks for the rest of the session. It can grab just about any information you can think of. I just need to finish it. If you want to work together, I'd be happy to, but I am positive we use different methods. |