Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    Password77's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Canada, ON
    Posts
    179
    Reputation
    10
    Thanks
    181
    My Mood
    Cheerful

    Encrypted strings and Encrypt Project

    Thanks for the encryption method @flameswor10
    I have managed to encrypt some strings for you guys
    Here is how I encrypted them strings. I have used FILE I/O So that I don't have to write each strings down.
    /*YourFile->*/myfile<<"\n <- new line ofc char *NoFog <- declaring string = FlameDecrypt("<- Method Name for decrypting later in your project no one wants to type that shit up<< FlameCrypt("No Fog",1)<-decrypt it <<",1<- only 1ce lol"<<");";//end
    Code:
    #include <iostream>
    #include <Windows.h>
    #include <fstream>
    
    using namespace::std;
    //encrypting method
    char* FlameCrypt(char string[], int key)
    {
    	int length = strlen(string);
    	char* tempstring = new char[length + 1];
    	for (int i = 0; i < length; i ++)
    	{
    		int KeyStep = key + i;
    		tempstring[i] = string[i] + KeyStep;
    	}
    	tempstring[length] = 0;
    	return tempstring;
    }
    //decrypting method
    char* FlameDecrypt(char string[], int key)
     {
    	int length = strlen(string);
    	char* tempstring = new char[length + 1];
    	for (int i = 0; i < length; i ++)
    	{
    		int KeyStep = key + i;
    		tempstring[i] = string[i] - KeyStep;
    	}
    	tempstring[length] = 0;
    	return tempstring;
    }
    //main method
    int main()
    
    {
    //here we declare the fine
    ofstream myfile;
    //we open it here if you don't have the file made, it will make it itself :)
      myfile.open ("Cryptnew.txt");
    //here we start encrypting it.
        myfile<<"\n char *Weapon = FlameDecrypt(" << FlameCrypt("No Fog",1)<<",1"<<");";
      myfile<<"\n char *aimbot = FlameDecrypt(" << FlameCrypt("Aimbot",1)<<",1"<<");";
      myfile<<"\n char *ESP = FlameDecrypt(" << FlameCrypt("ESP",1)<<",1"<<");";
      myfile<<"\n char *SemiVip = FlameDecrypt(" << FlameCrypt("S",1)<<",1"<<");";
      myfile<<"\n char *Visuals = FlameDecrypt(" <<FlameCrypt("Visuals",1)<<",1"<<");";
      myfile<<"\n char *Misic = FlameDecrypt(" <<FlameCrypt("Misic",1)<<",1"<<");";
      myfile<<"\n char *Aimkey = FlameDecrypt(" << FlameCrypt("Aimkey",1)<<",1"<<");";
    myfile<<"\n char *Auto = FlameDecrypt(" << FlameCrypt("Auto",1)<<",1"<<");";
    myfile<<"\n char *Shift = FlameDecrypt(" << FlameCrypt("Shift",1)<<",1"<<");";
    myfile<<"\n char *Ctrl = FlameDecrypt(" << FlameCrypt("Ctrl",1)<<",1"<<");";
    myfile<<"\n char *Aimbone = FlameDecrypt(" <<FlameCrypt("Aimbone",1)<<",1"<<");";
    myfile<<"\n char *Neck = FlameDecrypt(" << FlameCrypt("Neck",1)<<",1"<<");";
    myfile<<"\n char *Head = FlameDecrypt(" << FlameCrypt("Head",1)<<",1"<<");";
    myfile<<"\n char *Torso = FlameDecrypt(" << FlameCrypt("Torso",1)<<",1"<<");";
    myfile<<"\n char *Nuts = FlameDecrypt(" << FlameCrypt("Nuts",1)<<",1"<<");";
    myfile<<"\n char *LessTwich = FlameDecrypt(" << FlameCrypt("Less Twich",1)<<",1"<<");";
    myfile<<"\n char *ACor = FlameDecrypt(" << FlameCrypt("Aim Correction",1)<<",1"<<");";
    myfile<<"\n char *MSG = FlameDecrypt(" <<FlameCrypt(".:Rest are being added:.",1)<<",1"<<");";
    myfile<<"\n char *NPCTele = FlameDecrypt(" << FlameCrypt("NPC Telekill",1)<<",1"<<");";
    myfile<<"\n char *RejoinElite = FlameDecrypt(" << FlameCrypt("Rejoin Elite",1)<<",1"<<");";
    myfile<<"\n char *InstantSpwan = FlameDecrypt(" << FlameCrypt("Instant Respwan",1)<<",1"<<");";
    myfile<<"\n char *WireframePeople = FlameDecrypt(" << FlameCrypt("Wireframe People",1)<<",1"<<");";
    myfile<<"\n char *WireFrameWorld = FlameDecrypt(" << FlameCrypt("Wireframe World",1)<<",1"<<");";
    myfile<<"\n char *ModuleSpwnaner = FlameDecrypt(" << FlameCrypt("Module Spwaner",1)<<",1"<<");";
    myfile<<"\n char *PickUp = FlameDecrypt(" << FlameCrypt("Pick up",1)<<",1"<<");";
    myfile<<"\n char *RapidFire = FlameDecrypt(" <<FlameCrypt("Rapid Fire",1)<<",1"<<");";
    myfile<<"\n char *Spammer = FlameDecrypt(" << FlameCrypt("Spammer",1)<<",1"<<");";
    myfile<<"\n char *HackOn = FlameDecrypt(" << FlameCrypt("Hack On",1)<<",1"<<");";
    myfile<<"\n char *HacksOff = FlameDecrypt(" << FlameCrypt("Hacks Off",1)<<",1"<<");";
    myfile<<"\n char *VSpam = FlameDecrypt(" <<FlameCrypt("Voice Spam",1)<<",1"<<");";
    //it is necessary to close the file once you open it :)
      myfile.close();
    	system("pause");
        return 0;
    }
    Well if you are lazy to encrypt them yourself, here is a little encrypted strings
    Code:
    char *aimbot = FlameDecrypt("Bkpftz",1);
     char *ESP = FlameDecrypt("FUS",1);
     char *SemiVip = FlameDecrypt("Tgpm",1);
      char *vip = FlameDecrypt("Wks",1);
     char *Visuals = FlameDecrypt("Wkvyfrz",1);
     char *Misic = FlameDecrypt("Nkvmh",1);
     char *Aimkey = FlameDecrypt("Bkpoj",1);
     char *Auto = FlameDecrypt("Bwws",1);
     char *Shift = FlameDecrypt("Tjljy",1);
     char *Ctrl = FlameDecrypt("Dvup",1);
     char *Aimbone = FlameDecrypt("Bkpfttl",1);
     char *Neck = FlameDecrypt("Ogfo",1);
     char *Head = FlameDecrypt("Igdh",1);
     char *Torso = FlameDecrypt("Uquwt",1);
     char *Nuts = FlameDecrypt("Owww",1);
     char *LessTwich = FlameDecrypt("Mgvw%Z~qlr",1);
     char *ACor = FlameDecrypt("Bkp$Huyznmu||",1);
     char *MSG2 = FlameDecrypt("/<Uixz'i{o+nrw}w1swxzzQF",1);
     char *NPCTele = FlameDecrypt("ORF$Yksmtswx",1);
     char *RejoinElite = FlameDecrypt("Sgmsnt'Musq",1);
     char *InstantSpwan = FlameDecrypt("Jpvxft{([o~|o}",1);
     char *WireframePeople = FlameDecrypt("Xkuikxhun*[q|~{u",1);
     char *WireFrameWorld = FlameDecrypt("Xkuikxhun*b{zs",1);
     char *ModuleSpwnaner = FlameDecrypt("Nqgyqk'[ylzr",1);
     char *PickUp = FlameDecrypt("Qkfo%{w",1);
     char *RapidFireName = FlameDecrypt("Scsmi&Mq{o",1);
     char *Spammer = FlameDecrypt("Trdqrky",1);
     char *HackOn = FlameDecrypt("Icfo%Uu",1);
     char *HacksOff = FlameDecrypt("Icfox&Vno",1);
     char *VSpam = FlameDecrypt("Wqlgj&Zxjw",1);
    // char *vip = FlameDecrypt("Wks",1);
    
    char *fg1 = FlameDecrypt("GqjIsgitn*<",1);
     char *fg0 = FlameDecrypt("GqjIsgitn*;",1);
     char *ps = FlameDecrypt("&u",1);
     char *plyr = FlameDecrypt("/<SpflzC8",1);
     char *vsl = FlameDecrypt("/<Ymx{htC8",1);
     char *l = FlameDecrypt("?",1);
     char *r = FlameDecrypt("=",1);
     char *wep = FlameDecrypt("Xgdttt",1);
     char *spd = FlameDecrypt("Trhii&Oilu",1);
     char *off = FlameDecrypt("phi",1);
     char *on = FlameDecrypt("pp",1);
     char *pg = FlameDecrypt("Qnd}jx'Ouy",1);
     char *fyH = FlameDecrypt("Gn|$Mgjs",1);
     char *en = FlameDecrypt("FUS$Sgtm|",1);
     char *fpd = FlameDecrypt("GRV$Iozxuk",1);
     char *wpr = FlameDecrypt("Xgdttt'Zjxrq",1);
     char *chms = FlameDecrypt("Djdqx",1);
     char *ch = FlameDecrypt("Dtrwxnhq{",1);
     char *stat = FlameDecrypt("Tvdxzy",1);
     char *nf = FlameDecrypt("Oq#Jtm",1);
     char *lol = "BT";
     char *ns = FlameDecrypt("Oq#Wuxlim",1);
     char *nr = FlameDecrypt("Oq#Vjivqu*",1);
     char *Sb = FlameDecrypt("Twsiw&I}uvp",1);
     char *sfptc1 = FlameDecrypt("Tjr{Koymykt-?",1);
     char *sfptc0 = FlameDecrypt("Tjr{Koymykt->",1);
     char *cmsptc1 = FlameDecrypt("TmhpRukmu]q{qx|1C",1);
     char *cmsptc0 = FlameDecrypt("TmhpRukmu]q{qx|1B",1);
     char *fpptc1 = FlameDecrypt("Tjr{Kvz(:8;",1);
     char *fpptc0 = FlameDecrypt("Tjr{Kvz(98;",1);
     char *wfptc1 = FlameDecrypt("XkuiKxhun*<",1);
     char *wfptc0 = FlameDecrypt("XkuiKxhun*;",1);
     char *pgptc1 = FlameDecrypt("Qnd}jxNzjt.<AABC",1);
     char *pgptc0 = FlameDecrypt("Qnd}jxNzjt.G@A",1);
     char *sps1 = FlameDecrypt("Tjr{Ukynx|xm{qtcs}{:L",1);
     char *sps0 = FlameDecrypt("Tjr{Ukynx|xm{qtcs}{:K",1);
     /*************NoSpreadthinies on ***********/ 
    
     char *ns1 = FlameDecrypt("QguxzxiZx~lv}}Uwxxw678IHKLMNOP",1);
     char *ns2 = FlameDecrypt("QguxzxiQwm}qntcwxx567HGJKLMNO",1);
     char *ns3 = FlameDecrypt("Qguxzxi_jvv\rru345FEHIJKLM",1);
     char *ns4 = FlameDecrypt("QguxzxiNr|tztW}swtzi}~~;<=NMPQRSTU",1);
     char *ns5 = FlameDecrypt("QguxzxiZnmzuy./0A@CDEFGH",1);
     char *ns6 = FlameDecrypt("GkuiRu}mYo}q012CBEFGHIJ",1);
     char *ns7 = FlameDecrypt("[qrqjjMq{oX{sSt}cy{:;<MLOPQRST",1);
     char *ns8 = FlameDecrypt("[qrqjjMq{oX{s_uw678IHKLMNOP",1);
     char *ns9 = FlameDecrypt("[qrqjjMq{oOpy_uw678IHKLMNOP",1);
     /*************NoSpreadthinies off***********/ 
    
     char *ns1o = FlameDecrypt("QguxzxiZx~lv}}Uwxxw6JFIJKLMN",1);
     char *ns2o = FlameDecrypt("QguxzxiQwm}qntcwxx567KGJKLMNO",1);
     char *ns3o = FlameDecrypt("Qguxzxi_jvv\rru345OEHIJKLM",1);
     char *ns4o = FlameDecrypt("QguxzxiNr|tztW}swtzi}~~;<=NMUQRSTU",1);
     char *ns5o = FlameDecrypt("QguxzxiZnmzuy./0J@CDEFGH",1);
     char *ns6o = FlameDecrypt("GkuiRu}mYo}q012LBEFGHIJ",1);
     char *ns7o = FlameDecrypt("[qrqjjMq{oX{sSt}cy{:;<VLOPQRST",1);
     char *ns8o = FlameDecrypt("[qrqjjMq{oX{s_uw678RHKLMNOP",1);
     char *ns9o = FlameDecrypt("[qrqjjMq{oOpy_uw678RHKLMNOP",1);
     /*************Speed On***********/ 
    
     char *sp1 = FlameDecrypt("Xcoo[ks(::;<;>?@ABC",1);
     char *sp2 = FlameDecrypt("GTxr[ks(::;<;>?@ABC",1);
     char *sp3 = FlameDecrypt("CTxr[ks(::;<;>?@ABC",1);
     char *sp4 = FlameDecrypt("TTxr[ks(::;<;>?@ABC",1);
     char *sp5 = FlameDecrypt("Ewfo[ks(::;<;>?@ABC",1);
     /*************Speed Off***********/ 
    
     char *sp1o = FlameDecrypt("Xcoo[ks(@:9<=>?@A",1);
     char *sp2o = FlameDecrypt("GTxr[ks(;B@:=>?@AB",1);
     char *sp3o = FlameDecrypt("CTxr[ks(;B@:=>?@AB",1);
     char *sp4o = FlameDecrypt("TTxr[ks(;B@:=>?@AB",1);
     char *sp5o = FlameDecrypt("Ewfo[ks(>:9<=>?@A",1);
     /*************Rest***********/ 
    
     char *scrnglow1 = FlameDecrypt("TeuijtNtxPznp{u1C",1);
     char *scrnglow0 = FlameDecrypt("TeuijtNtxPznp{u1B",1);
     /*************Esp***********/ 
    
     char *eps = FlameDecrypt("",1);
     /*************NoRcl***********/ 
    
     char *norcl = FlameDecrypt("",1);
     /*************SB**********/ 
    
     char *sbb = FlameDecrypt("!",1);
    Enjoy guys! Also this isn't the best way to encrypt strings but better than not encrypting them, right?
    Doing more Java and Python
    Need help with your hack? Ask me, I will try to help you with all my might .

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

    InvalidCode (08-02-2012),NorthKorea (08-03-2012),pDevice (08-01-2012),street_21 (08-03-2012)

  3. #2
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  4. The Following User Says Thank You to Flengo For This Useful Post:

    fakeness (08-02-2012)

  5. #3
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by Password77 View Post
    Those are only encrypted string we can only decrypt them. This gives us the choice to encrypt ANY strings we want. I just did a little extra work to encrypt them myself.
    Did you actually test if they work?
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  6. #4
    demtrios's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    MPGH.Net
    Posts
    870
    Reputation
    10
    Thanks
    1,056
    My Mood
    Amused
    More beautiful method I use most practical Xor ^ ^


    Cock CS since 26032013

  7. #5
    Password77's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Canada, ON
    Posts
    179
    Reputation
    10
    Thanks
    181
    My Mood
    Cheerful
    XOR is better I know :P. I will post some xor strings soon ^^
    Quote Originally Posted by demtrios View Post
    More beautiful method I use most practical Xor ^ ^
    Doing more Java and Python
    Need help with your hack? Ask me, I will try to help you with all my might .

  8. #6
    InvalidCode's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Thanks Password, Will Help Me Learn More...

  9. #7
    Password77's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Canada, ON
    Posts
    179
    Reputation
    10
    Thanks
    181
    My Mood
    Cheerful
    No problem. Glad i could help
    Quote Originally Posted by InvalidCode View Post
    Thanks Password, Will Help Me Learn More...
    Doing more Java and Python
    Need help with your hack? Ask me, I will try to help you with all my might .

  10. #8
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    This is not a fucking encryption
    Thats simple math (variable+1|variable-1)

    if u want to encrypt something use AES or Rijndael
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  11. The Following 4 Users Say Thank You to kotentopf For This Useful Post:

    ac1d_buRn (08-03-2012),Ch40zz-C0d3r (08-02-2012),fakeness (08-02-2012),Shadow` (08-03-2012)

  12. #9
    jpan05's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    This is step encryption I have XOR that does a better job so clam your tits
    Quote Originally Posted by kotentopf View Post
    This is not a fucking encryption
    Thats simple math (variable+1|variable-1)

    if u want to encrypt something use AES or Rijndael

  13. #10
    Password77's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Canada, ON
    Posts
    179
    Reputation
    10
    Thanks
    181
    My Mood
    Cheerful
    XOR for life
    Quote Originally Posted by jpan05 View Post
    This is step encryption I have XOR that does a better job so clam your tits
    Doing more Java and Python
    Need help with your hack? Ask me, I will try to help you with all my might .

  14. #11
    xjack206's Avatar
    Join Date
    Oct 2009
    Gender
    female
    Location
    cannada
    Posts
    7
    Reputation
    10
    Thanks
    0
    do i just copy and paste this and use microsoft visual and make it dll?

  15. #12
    Krillin's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    6
    My Mood
    Cynical
    Quote Originally Posted by xjack206 View Post
    do i just copy and paste this and use microsoft visual and make it dll?
    Xipher says you should learn C++

  16. #13
    Password77's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Canada, ON
    Posts
    179
    Reputation
    10
    Thanks
    181
    My Mood
    Cheerful
    Yes and make sure you inject the dll as admin and you will have a working Godmode, Lifetaker and many morre hacks like Anti kick and Aimbot for free and this isn't patchable either
    Quote Originally Posted by xjack206 View Post
    do i just copy and paste this and use microsoft visual and make it dll?


    ---------- Post added at 08:42 AM ---------- Previous post was at 08:41 AM ----------

    Quote Originally Posted by Krillin View Post
    Xipher says you should learn C++
    No need for C++ when this source it self provides you Godmode, lifetaker, antikick, aimbot ++. Just C+P it and build it as a dll

    ---------- Post added at 08:47 AM ---------- Previous post was at 08:42 AM ----------

    Why so much hate? I just posted this because people might learn something off of this maybe? I have already mentioned this being sloppy way of encrypting but better than not encrypting at all..
    Quote Originally Posted by kotentopf View Post
    This is not a fucking encryption
    Thats simple math (variable+1|variable-1)

    if u want to encrypt something use AES or Rijndael
    Doing more Java and Python
    Need help with your hack? Ask me, I will try to help you with all my might .

  17. #14
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by jpan05 View Post
    This is step encryption I have XOR that does a better job so clam your tits
    XOR is also not a real encryption. Xor is a bit Operator. Its just called Xor Encryption, cause you primary use just Xor to xor two values. if u use the same second value on the new value, you get the first value back.

    Or to explain it in binary:

    11011010
    ^
    01101101
    =
    10110111

    and backwards:
    10110111
    ^
    01101101
    =
    11011010

    So if u find out the "key" (second operator) you can simple reverse the string.

    you now understand Xor, b***h (5$ he will ignore or rage answer)
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  18. The Following User Says Thank You to kotentopf For This Useful Post:

    [MPGH]Flengo (08-03-2012)

  19. #15
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Nice, thank you that you clear that.
    All who know a bit ASM should know this since there's the same fucking name for a method ("XOR")...

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

Page 1 of 3 123 LastLast

Similar Threads

  1. [Release] Encrypted Strings
    By Flengo in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 12-24-2012, 06:23 PM
  2. [Info] nmconew General Packet Format and Encryption
    By Fovea in forum Vindictus Hacks & Cheats
    Replies: 11
    Last Post: 05-15-2011, 02:08 PM
  3. Program 4 auto-Serials and encryption
    By Web-Designer in forum Coders Lounge
    Replies: 3
    Last Post: 01-03-2011, 12:41 PM
  4. [RELEASE||HELP]Compression and Encryption of Byte Arrays
    By topblast in forum Visual Basic Programming
    Replies: 0
    Last Post: 12-24-2010, 01:21 AM
  5. Strings and chracter arrays
    By zeco in forum C++/C Programming
    Replies: 0
    Last Post: 08-04-2009, 03:14 PM