Page 3 of 3 FirstFirst 123
Results 31 to 39 of 39
  1. #31
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by UnknownCoder View Post


    Think about this. Why make hacks in the first place? You want to show everyone your accomplishment don't you?Any coder wouldn't just make hacks for himself.
    Thank you for this.
    I really like coding that is the reason why I am here and doing all of this.

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  2. The Following User Says Thank You to Nubzgetkillz For This Useful Post:

    CAFlames (02-25-2011)

  3. #32
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by Nubzgetkillz View Post
    Thank you for this.
    I really like coding that is the reason why I am here and doing all of this.
    xD <3

    <filler>

  4. #33
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by UnknownCoder View Post


    xD <3

    <filler>
    love you ! no homo

    <forever>

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  5. #34
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Take the advice about string encryption... it can be as simple as a rotation encryption like the Caesar cipher which is very easy to implement and fast

    sTable:= 'ABCDEFGHIJKLMNOPQRSTUVWXYXabcdefghijklmnopqrstuvw xyz0123456789'

    Thats the standard English alphabet, rotation cipher is replacing posistion of char with a number

    example "A" rotate 5 would give you "F" but you will need to modulas(mod) this with the length of your table so if your charater was "8" it would return "D", Once you have this sorted and working mix the table up so its not "ABCDEF. ect.." to something like "kD6RTYs... ect.." then you have a very fast and custom encryption.

    If you need string encryption help just say as encryption is one of my hobbies I like to do in coding.

  6. #35
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Edit: XOR + VMProtect Full = Win!
    Last edited by Alessandro10; 02-25-2011 at 08:02 PM.

  7. #36
    godhacks's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Sin city
    Posts
    907
    Reputation
    5
    Thanks
    32
    My Mood
    Amazed
    coool...

  8. #37
    Threadstarter
    We are the CONTRIBUFORCE
    MPGH Member
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Quote Originally Posted by Departure View Post
    Take the advice about string encryption... it can be as simple as a rotation encryption like the Caesar cipher which is very easy to implement and fast

    sTable:= 'ABCDEFGHIJKLMNOPQRSTUVWXYXabcdefghijklmnopqrstuvw xyz0123456789'

    Thats the standard English alphabet, rotation cipher is replacing posistion of char with a number

    example "A" rotate 5 would give you "F" but you will need to modulas(mod) this with the length of your table so if your charater was "8" it would return "D", Once you have this sorted and working mix the table up so its not "ABCDEF. ect.." to something like "kD6RTYs... ect.." then you have a very fast and custom encryption.

    If you need string encryption help just say as encryption is one of my hobbies I like to do in coding.
    See, thatd be great but there is another reason WHY im crashing... an address, or detection, or PTC or something... I want to know what that reason is.

    The addresses that are on are: Superbullets and weapon range... are the superbullet addies in CA source code wrong?
    I use gordon's PTC method... and whit = hans + gellin + Alessandro10's Detour... So whats wrong?

    @whit
    @mmbob
    @Nubzgetkillz
    @noob

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  9. #38
    ChanceOfHax's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    PlayerInfo* pPlayer = SearchPlayerByIndex(ChanceOfHax);
    Posts
    113
    Reputation
    3
    Thanks
    5
    My Mood
    Sneaky
    lol!
    Current FPS: 6 xDDD
    Is it ur pc or the hack

  10. #39
    Threadstarter
    We are the CONTRIBUFORCE
    MPGH Member
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Quote Originally Posted by ChanceOfHax View Post
    lol!
    Current FPS: 6 xDDD
    Is it ur pc or the hack
    Read the thread and responses rtard.

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

Page 3 of 3 FirstFirst 123