Search:

Type: Posts; User: toddddd

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    717

    [Help Request] Yes you can get banned on unnamed accounts.

    Yes you can get banned on unnamed accounts.
  2. Replies
    15
    Views
    1,829

    That is one way to do it. I cant speak for C#,...

    That is one way to do it. I cant speak for C#, but in C++ i put the receive function into a loop and would attempt to get size of the packet or how many bytes were still left to get. This is pretty...
  3. Replies
    130
    Views
    17,794

    I dont believe it works with steam credentials,...

    I dont believe it works with steam credentials, but you can try. I have only ever used web accounts (so email/password credentials).



    You account details have nothing to do with the program...
  4. Replies
    15
    Views
    1,829

    Okay so you labeled it like this: ff ff ff...

    Okay so you labeled it like this:


    ff ff ff ff //key_time

    00 // UNSURE WHAT THIS IS, seems to only be one byte

    00 00 // key length, since it's 0 no data follow

    00 00 00 00 // mapJSON...
  5. Thread: Trade bot

    by toddddd
    Replies
    10
    Views
    1,365

    https://developer.android.com/training/basics/firs...

    https://developer.android.com/training/basics/firstapp/index.html





    Theres plenty of resources around here to figure that out. You can always ask for help on the packet protocol on here,...
  6. Replies
    15
    Views
    1,829

    Yeah try to capture the bytes. For example,...

    Yeah try to capture the bytes.

    For example, here is the hello packet from my clientless code (minus the opcode/size at the start):

    00 07 58 31 36 2e 30 2e 30 ff ff ff fe 00 ac
    5a 64 50 6f 51...
  7. Replies
    15
    Views
    1,829

    I havent ever tried to do it in C# so i cant...

    I havent ever tried to do it in C# so i cant really say if the code is right or not, but if you are doing RSA and then Base64 it should be right. And it does look like that is what you are doing, so...
  8. Thread: Trade bot

    by toddddd
    Replies
    10
    Views
    1,365

    I dont quite understand your thought process...

    I dont quite understand your thought process here. You talk about wanting to make a clientless tradebot (on the phone), but then you want to open the game client on your phone? That would mean it...
  9. Replies
    130
    Views
    17,794

    All the info needed for how to set it up is...

    All the info needed for how to set it up is located on the ****** wiki. You will need to install/set up 2 libraries, edit a config file with the path to the libraries, open the project file in visual...
  10. Replies
    15
    Views
    1,829

    The server is not going to check the rest of the...

    The server is not going to check the rest of the packet if the build version is wrong. So just because you get the "server.update_client" response when you send the wrong build version does not mean...
  11. [Help Request] Its on my github in the RotMG_Clientless repo,...

    Its on my ****** in the RotMG_Clientless repo, but you have to change to the Daily Login branch. The resources and everything are outdated in that branch, but you can usually get the updated...
  12. Replies
    3
    Views
    1,007

    [Help Request] Based on the errors, it LOOKS like there is...

    Based on the errors, it LOOKS like there is something wrong with your xml files. But that is just a guess. I havent used the ResExtractor on the latest clients and reviewed the files in awhile, so...
  13. Replies
    2
    Views
    575

    [Help Request] The ability to do this has been disabled for...

    The ability to do this has been disabled for awhile now. There is no way to convert a steam account to web account anymore.
  14. Replies
    4
    Views
    582

    [Help Request] You need to update the resources (packets.xml,...

    You need to update the resources (packets.xml, objects.xml, tiles.xml) and then build the project using visual studios.
  15. [Help Request] Did you get it working yet? I just updated my...

    Did you get it working yet? I just updated my resources and tested and it worked for me.

    edit: looks like the packet_id's didnt even change since the previous build. So should of worked without...
  16. Replies
    75
    Views
    24,048

    [Outdated] No one here has it. It was never publicly...

    No one here has it. It was never publicly released. Any orape client that is released here is just ripped from the creators site and slightly modified to remove outside links. If you want the client...
  17. [Help Request] Did you make sure to correct the values that got...

    Did you make sure to correct the values that got censored by the forum? If you look at the comments on that post you will know what im talking about. Basically anywhere that you see "***************"...
  18. Replies
    1
    Views
    595

    Yes you can make one that does this. Just need to...

    Yes you can make one that does this. Just need to find the objectid of the portal and then send the QuestObjId Packet. It would look something like this:

    QuestObjIdPacket questObjId =...
  19. [Outdated] Ive been seeing a lot of people posting lately...

    Ive been seeing a lot of people posting lately about the "incorrect portal key" issue. Its something i fixed awhile ago in the release i was always putting out, the fix is pretty simple too. Its just...
  20. Replies
    5
    Views
    952

    It will collect items for multiple days IF the...

    It will collect items for multiple days IF the account has multiple days to collect. But yes it does need to be run every day since the account has to login once per day to get the reward. Someone...
  21. Replies
    3
    Views
    1,696

    You can make one really easily:...

    You can make one really easily: https://www.mpgh.net/forum/showthread.php?t=1203392
  22. Replies
    4
    Views
    723

    [Solved] Weird. I just tried to run it with through CMD...

    Weird. I just tried to run it with through CMD and it worked no problem for me. I havent tried to run it using the task scheduler though.
  23. Replies
    53
    Views
    7,574

    I got bored and decided to do some basic math. To...

    I got bored and decided to do some basic math. To go off what a few others have already said: $30k a month is nothing.

    First, lets look at some recent job openings for Deca Games:...
  24. Replies
    130
    Views
    17,794

    This thread doesnt really get updated since...

    This thread doesnt really get updated since everything is over on ******. Go over there it you want to check it out or have any questions on it.



    Yup i havent been doing too much as ive lost a...
  25. Eh i think that most people dont mind. The mule...

    Eh i think that most people dont mind. The mule creator i released was a script that you run via console so it had no gui interface. The point was to quickly create all the accounts and then open all...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4