Page 2 of 7 FirstFirst 1234 ... LastLast
Results 16 to 30 of 102
  1. #16
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,604
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Alright lets clear some stuff up:


    Quote Originally Posted by Kushala Daora View Post
    Here comes the shit show when people decompile it and make spam bots and other stuff.
    And that's a problem?


    Quote Originally Posted by BurgerLoverMx View Post
    Hoping you encrypted it
    Of course not. And I already told you it's called obfuscation.


    Quote Originally Posted by cfalls View Post
    Is there way to tell its actually running? Mine just says initial position set.
    "Initial position set" means it's alive.

    Quote Originally Posted by shwazzap22 View Post
    I got it to load up a few mules, but they would only spam for a short amount of time before DCing
    It was not designed to handle multiple clients, so openning up a few mules would glitch it. I might add that in the future.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

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

    bluuman (01-20-2017),Steve (01-20-2017)

  3. #17
    Steve's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Location
    Amsterdam
    Posts
    2,019
    Reputation
    1154
    Thanks
    4,353
    My Mood
    Devilish
    Thanks PK!

    MPGH History:

    Official Publicist (Wiki Manager) - 12-23-2017
    Official Publicist (Wiki Editor) - 12-06-2017
    Official News Team (Interviewer) - 09-09-2017
    Official News Team (Sports News) - 08-07-2017
    Premium Member - 02-05-2017
    Registered - 12-19-2016




  4. #18
    einaras's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    641
    Reputation
    22
    Thanks
    1,387
    My Mood
    Fine
    Wow im amazed that you released this :O

    Atleast you always give credit, so thanks for that :P

  5. The Following User Says Thank You to einaras For This Useful Post:

    New (01-20-2017)

  6. #19
    toddddd's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    720
    Reputation
    46
    Thanks
    6,363
    Absolutely beautiful PKTINOS. I was looking into doing something like this, but you got too it first, amazing. I will definitely check this out later today.

  7. The Following 2 Users Say Thank You to toddddd For This Useful Post:

    New (01-20-2017),Owlupus (01-20-2017)

  8. #20
    ffx244's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Is there a possibility to change bot position?
    reply pls

  9. #21
    toddddd's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    720
    Reputation
    46
    Thanks
    6,363
    I played around with this a little. It seems there is a bug somewhere though.

    I tried it with 3 different accounts and only 1 of those worked, and i think i know why i think (kind of).

    So i first tried it with one of my mules on a gmail address. Its one of the email that is like "somerandomemail+12345@gmail.com" (not really my email). For most of my mules i use a single gmail address and then have a unique id after the email by using the + sign. I tried login multiple times, double and triple checking the email and password to make sure they were typed correctly. Everytime i would get this error below:

     
    Code:
    CharID downloaded!
    Connected!
    [Client]         Connected to remote host.
    Some error occured. Here is the error message:
    Character not found
    [Client]         Disconnected.
    [Error]          An exception was thrown
    within PacketSend (packet = FAILURE)
    at NetworkStream.Write
    
    System.ObjectDisposedException: Cannot access a disposed object.
    Object name: 'System.Net.Sockets.NetworkStream'.
       at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at Lib_K_Relay.Networking.Client.<>c__DisplayClass46_0.<Send>b__0()
       at Lib_K_Relay.Utilities.PluginUtils.ProtectedInvoke(Action action, String errorProvider, Type filteredException)
    [Error]          An exception was thrown
    within RemoteRead (isClient = False)
    at NetworkStream.BeginRead
    
    System.ObjectDisposedException: Cannot access a disposed object.
    Object name: 'System.Net.Sockets.NetworkStream'.
       at System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
       at Lib_K_Relay.Networking.Client.BeginRead(Int32 offset, Int32 amount, Boolean client)
       at Lib_K_Relay.Networking.Client.<>c__DisplayClass48_0.<RemoteRead>b__0()
       at Lib_K_Relay.Utilities.PluginUtils.ProtectedInvoke(Action action, String errorProvider, Type filteredException)



    Then i tried it with a different mule i had that didnt have the + symbol in the email. It was able to login and work no problem. No errors at all.

    I decided to try one more time but using a different mule just incase there was something wrong with the previous mule i used (even though i logged in normally to double check it was fine, and it was). I tried a different mule but it had the same email structure as the first, it has a "+" in the email. Again it gave me the same error as the first one i tried.

    My guess is the + is throwing something off in the code. Either the program is converting it to "%2B" or the returned data is. All i can say for sure is that using an account that contains a "+" symbol in the email isnt working right now.

    Other then that, the program works great and is fantastic work!

  10. The Following User Says Thank You to toddddd For This Useful Post:

    New (01-20-2017)

  11. #22
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,604
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by toddddd View Post
    Other then that, the program works great and is fantastic work!
    Char not found means charid is false. Thus it was not downloaded correctly. From char/list. And char/list is a link, so you must make it as %2b

    Convert + to %2B and try again.

    Thus when it asks for email, you should input someemail%2B12345@gmail.com
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  12. #23
    toddddd's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    720
    Reputation
    46
    Thanks
    6,363
    Quote Originally Posted by PKTINOS View Post
    Convert + to %2B and try again.
    I tried this as well before i posted and when i did that it told me the account credentials were wrong. I will try again and edit this post if it works this time.

    edit: tried it with multiple different accounts and tried both "%2b" and "%2B" (incase that made a difference). I tried it with accounts that had special characters in the password and accounts that didnt have special characters in the password. If i converted the "+" to "%2b" i got the "Account credentials are invalid" error. If i dont convert the "+" then i get the "Character not found" error. So my guess is the data that is being returned might be converting the "+" to a "%2b" or something, as the data going to the server seems to work fine with the "+". These accounts i tried all contain only a single character and just the 1 character slot, so its not as if there are multiple slots to pick from or anything.
    Last edited by toddddd; 01-20-2017 at 12:34 PM.

  13. #24
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,604
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by toddddd View Post
    I tried this as well before i posted and when i did that it told me the account credentials were wrong. I will try again and edit this post if it works this time.
    OIC the problem.

    It uses that email to get char/list, but Hello packet also uses that, which it should use the + one. Ill make a built in that replaces + with %2B
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  14. The Following User Says Thank You to New For This Useful Post:

    toddddd (01-20-2017)

  15. #25
    toddddd's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    720
    Reputation
    46
    Thanks
    6,363
    Quote Originally Posted by PKTINOS View Post


    OIC the problem.

    It uses that email to get char/list, but Hello packet also uses that, which it should use the + one. Ill make a built in that replaces + with %2B
    Awesome i look forward to the update

  16. #26
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,604
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by toddddd View Post
    Awesome i look forward to the update
    Done and tested, you can now connect with accounts with "+" in their name. Props to you for pointing it out, thanks. Just type their emails normally: example+1@domain.com

    Virus scans:
    https://www.virustotal.com/el/file/6...is/1484941738/
    https://virusscan.jotti.org/it-IT/fi...job/32sj8obwar

    @059 @Ahlwong Please check for approval and replace with attachement in OP.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  17. The Following 3 Users Say Thank You to New For This Useful Post:

    aqwplayer (01-20-2017),bluuman (01-20-2017),toddddd (01-20-2017)

  18. #27
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,596
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Looks good.

    Approved
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  19. #28
    gamingmillion2's Avatar
    Join Date
    Jan 2017
    Gender
    female
    Posts
    103
    Reputation
    10
    Thanks
    35
    Great update

  20. #29
    bluuman's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    localhost
    Posts
    629
    Reputation
    10
    Thanks
    889
    Thanks for sharing m8, you rock

  21. #30
    pshotsc's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    On the top of the mountain called: SE Mountain
    Posts
    532
    Reputation
    10
    Thanks
    639
    My Mood
    Worried
    @PKTINOS I want to ask if it is possible to set the location of a player when the bot start?By GOTO packet?Or editing the code inside...

Page 2 of 7 FirstFirst 1234 ... LastLast

Similar Threads

  1. FPS CREATOR X10 Key!
    By Pod11 in forum Selling Accounts/Keys/Items
    Replies: 5
    Last Post: 04-23-2011, 06:38 AM
  2. FPS Creator X10
    By ogkush317 in forum Game Development
    Replies: 4
    Last Post: 04-11-2011, 06:33 PM
  3. Stalker x10
    By Czar in forum General
    Replies: 18
    Last Post: 06-18-2010, 03:11 PM
  4. ~Programs For ClientLess~
    By boi2gangsta in forum Silkroad Online Hacks & Cheats
    Replies: 0
    Last Post: 06-03-2009, 10:43 PM

Tags for this Thread