I've Done Amazing Job, Take A Look Of This xD

03/13/2016 19:03 Ahmed El-Masry#1
hello epvp..
you must be wonder what is the amazing job right?:D
well i have unpacked and decompiled a famous paid sro bot :D
after everyone i ask for his help told me its not possible to get the exact source code, even WeeMan himself, now im telling you its possible :pimp:
but after decompiling i have no idea how to deal with source codes :D
i want to create a free bot for sro players not paid shit and i have all the source codes, AutoWalk, Auto Alchemy, Clientless Mode, And many other
with the lightest sources on the CPU, i think you know now the bot name :D
i want you to guide me to do:
1- edit the bot to works with all kinds of sro (ISRO, R-SRO, V-SRO) like phbot all in one version
2- Recompile the bot again with new design

P.S. i can pack the bot again on my own (Security Packing)

DONT EVEN DREAM THAT I WILL RELEASE THE BOT SOURCE CODES :D
03/13/2016 19:49 florian0#2
Can you explain how you believe you managed to unpack, deobfuscate and "decompile" the binary to source code, without even having a clue about programming?

Teach me, senpai.
03/13/2016 20:04 Ahmed El-Masry#3
Its google and tuts my bro, the bot with packed with Themida v2.4
i defined with virustotal.com then i used some topics to unpack the the file with tuts
and i opened it in a reflector and just choosed decompile...
the hardest part was unpacking the themida protection
believe me i was lucky 100%...everyone said its impossible to get the source codes
and i have to open it via IDA and translate the assembly into a source code
but it worked like that and i got a alot of packets and opened with notepad to find the source codes, was a surprise but i got it now and i will upload some screen shots later if you dot believe me
believe or dont, im awake since 2 days unpacking Themida protection downloaded about 8GB from internet
03/13/2016 20:46 LastThief*#4
Quote:
Originally Posted by florian0 View Post
Can you explain how you believe you managed to unpack, deobfuscate and "decompile" the binary to source code, without even having a clue about programming?

Teach me, senpai.
lol'd @[Only registered and activated users can see links. Click Here To Register...]

ontopic:
Why don't you prove it ?
03/13/2016 21:44 Ahmed El-Masry#5
[Only registered and activated users can see links. Click Here To Register...][/IMG]
all what i can tell you itss in C# language, no more info
im downoading visual studio atm and i will see if i can edit the bot server and recompile it again and the new free version will be the best prove :)
03/13/2016 22:09 vorosmihaly#6
Quote:
Originally Posted by Ahmed El-Masry View Post
[Only registered and activated users can see links. Click Here To Register...][/IMG]
all what i can tell you itss in C# language, no more info
im downoading visual studio atm and i will see if i can edit the bot server and recompile it again and the new free version will be the best prove :)
the only problem is: sbot is in c++ :D
But cool story
03/13/2016 23:01 Ahmed El-Masry#7
Quote:
Originally Posted by vorosmihaly View Post
the only problem is: sbot is in c++ :D
But cool story
actually dont know wich language is, as i said before i had no idea about coding
now i dont need someone who's have more skills than making joke to get the bot working...
if you guys won't help just pass me and dont reply, thank you
03/13/2016 23:08 akka1111#8
weeman bot is c++ and you are biggest noob loool
sure decompile posible that u can read the code little but recompile not posible

btw he bot not have any secrets , anyone with normal c skills and lot of time can make a sro bot

if u wanna hack the bot , you must crack it , a backgroundcrack that give you unlimit bot time in every upcoming version , its posible but bot check every 30min so you must block pack or somthing
but iam sure u to stupid for this haha
03/13/2016 23:13 Ahmed El-Masry#9
Quote:
Originally Posted by akka1111 View Post
weeman bot is c++ and you are biggest noob loool
sure decompile posible that u can read the code little but recompile not posible

btw he bot not have any secrets , anyone with normal c skills and lot of time can make a sro bot

if u wanna hack the bot , you must crack it , a backgroundcrack that give you unlimit bot time in every upcoming version , its posible but bot check every 30min so you must block pack or somthing
but iam sure u to stupid for this haha
who said that i have decompiled WeeMan's bot (phbot)?
who;s the noob now? nigga plz... pass me away

okay, please CLOSE my post :) thank you all for coming up tonight, your host for the evening:)
03/13/2016 23:37 akka1111#10
you have just google decompile themida
then u tried the first tool
then u got a result with files
now u think you king , but i think u have no idea what you are doing
and your files worth nothing its not the source code ...
03/14/2016 00:34 Ahmed El-Masry#11
Quote:
Originally Posted by akka1111 View Post
you have just google decompile themida
then u tried the first tool
then u got a result with files
now u think you king , but i think u have no idea what you are doing
and your files worth nothing its not the source code ...
fisrt tool? dude i said i stay awake for 2 days Lmfao.
and i wasn't a tool, it was 2 tools and 3 plugins for one of them + themida unpack script + i faced a lot of errors and i asked for help to fix
now people you disrespect me, i have done something hard admit it
some of the codes:
Code:
namespace SbotP.Properties
{
    using System.CodeDom.Compiler;
    using System.Configuration;
    using System.Runtime.CompilerServices;

    [GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", ""), CompilerGenerated]
    internal sealed class Settings : ApplicationSettingsBase
    {
        private static Settings defaultInstance = ((Settings) SettingsBase.Synchronized(new Settings()));

        public static Settings Default
        {
            get
            {
                return defaultInstance;
            }
        }
    }
}

now i got enough of you all really :bandit:
the code above proves that source code generated fro decompiled application
FUCK Y'LL :D
03/14/2016 01:11 Devsome#12
Quote:
Originally Posted by Ahmed El-Masry View Post
fisrt tool? dude i said i stay awake for 2 days Lmfao.
and i wasn't a tool, it was 2 tools and 3 plugins for one of them + themida unpack script + i faced a lot of errors and i asked for help to fix
now people you disrespect me, i have done something hard admit it
some of the codes:
Code:
namespace SbotP.Properties
{
    using System.CodeDom.Compiler;
    using System.Configuration;
    using System.Runtime.CompilerServices;

    [GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", ""), CompilerGenerated]
    internal sealed class Settings : ApplicationSettingsBase
    {
        private static Settings defaultInstance = ((Settings) SettingsBase.Synchronized(new Settings()));

        public static Settings Default
        {
            get
            {
                return defaultInstance;
            }
        }
    }
}


now i got enough of you all really :bandit:
the code above proves that source code generated fro decompiled application
FUCK Y'LL :D
Is this some of the code ? 10/10
This proves nothing, recompile sBot with your own text.label and some console.log to prove it.
03/14/2016 01:15 Ahmed El-Masry#13
Quote:
Originally Posted by Devsome View Post
Is this some of the code ? 10/10
This proves nothing, recompile sBot with your own text.label and some console.log to prove it.
arghh finally someone professional :handsdown:

dude that's the problem, i have no idea how to recompile it again with my own label, need also to change bot server but each source code its separated aas its in the picture i uploaded thats why i need help,
what do i will earn of bullshit y'll?
we need something free forever just guide me please
03/14/2016 03:42 Royalblade*#14
No proof => Talking shit.
03/14/2016 21:33 theking200051#15
to edit the source code u need to learn programing ,so what about learn programing to create your own bot ?