google-site-verification: googlebaca44933768a824.html Altaric's Rappelz Bot php side - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

Altaric's Rappelz Bot php side

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Altaric's Rappelz Bot php side

    This is the code used for altaric's rappelz bot located on artificialhacking.com. I'm not doing this to be an ass, I'm doing this cause I'm bored tbh. Plus I love having enemies :S. Anyways, I only have the code because I've hosted it on my site before. What you do with this is solely up to you.

    Code:
    <?PHP
    
      date_default_timezone_set('UTC');
    
      if (isset($_GET['submit']))
    
      {
    
        $result = "Unkown user : ".$_GET['submit'];
    
        $MD5 = "FAB07D91D32D4C158E0A64532CB3EE89";
    
        $Expired = "Your subscription has expired.";
    
        if ($_GET['submit'] == "19627843") {                // Altaric - Lifetime
    
          if (time() < mktime(15, 00, 0, 7, 26, 2059))
    
            $result = $MD5; else $result = $Expired; }
    
    
    
        if ($_GET['submit'] == "2107577236") {             // Altaric too lifetime
    
          if (time() < mktime(15, 00, 0, 7, 26, 2059))
    
            $result = $MD5; else $result = $Expired; }
    
    
    
        echo $result;
    
      }



    your hwid goes in ['submit'] == "ID HERE") {

    Enjoy.
    Let's Smoke!: [Image]
    Maris: AHHHHH
    Maris: WTF IS THAT?!
    Let's Smoke: that's a pic of me lol
    Maris: its the incredible hulk

    #2
    thats their authoring script or what? It's really undynamic wow

    i search a good source code for Dods with aimbot and other stuff i know this is the same engine as counter strike source but css hacks are not work in dods.

    Comment


      #3
      Thank you for adding another fail site to my list. Whether or not it is fail, I really don't give a damn, its just more BS.yay2
      <&[myg0t]sp0rk>your little lungs is too small to hotbox with god

      See a Star? Add a Zero, now you can know him.

      Comment


        #4
        It's a very simple hash check. It checks if your HWID is in the system, then checks the date that it expires. Very simple. Fortunately, Kevzor and I really changed ours when we had our bot. We pretty much went for the "confuse the fuck out of people" way. Seemed to work just well.
        Let's Smoke!: [Image]
        Maris: AHHHHH
        Maris: WTF IS THAT?!
        Let's Smoke: that's a pic of me lol
        Maris: its the incredible hulk

        Comment


          #5
          Originally posted by Bluntman View Post
          It's a very simple hash check. It checks if your HWID is in the system, then checks the date that it expires. Very simple. Fortunately, Kevzor and I really changed ours when we had our bot. We pretty much went for the "confuse the fuck out of people" way. Seemed to work just well.
          Thanks anyway, looks interesting !

          Comment


            #6
            in which site acctualy?

            Comment


              #7
              artificialhacking.com
              Let's Smoke!: [Image]
              Maris: AHHHHH
              Maris: WTF IS THAT?!
              Let's Smoke: that's a pic of me lol
              Maris: its the incredible hulk

              Comment


                #8
                dont ya mean artificialaiming.com

                Comment


                  #9
                  cool~~

                  Comment


                    #10
                    Re: Altaric's Rappelz Bot php side

                    Thanks You !

                    Comment

                    Working...
                    X