Poll: Would you like this addition to new hack tools, freedompeace-created or other?

Be advised that this is a public poll: other users can see the choice(s) you selected.

Page 1 of 5 123 ... LastLast
Results 1 to 15 of 65
  1. #1
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad

    How to: Code your own hacks in 2 seconds.

    PreScript: Please discuss :3

    I'm contemplating coming back to this section, and starting off with a great big new pioneering release (again) :)

    In short: Would you be interested in programming hacks and apps in the easiest way you've ever seen? Would you like to create a hack in 10 seconds, or a fully fledged app that will even run inside games, with extremely easy and ubiquitous technology?

    So, who would like such a thing? A dynamic scripting / hacking language in either Javascript, Lua or BASIC. You'll also be able to code your own menus in XML, HTML (+CSS) or XUI. Coding without coding.

    You'll be able to code extensions to the hack tool, sell and release them on a "marketplace", rate other user's. You'll be able to create anything to your mind's imagination, from a speedhack or chams to a fully fledged MSN client and LoL/WoW game emedder.

    Would you like to be able to do such a thing? And would you actually do it once this is released?

    As always, you'll have access to the best software to do this, and, as a freedompeace product, I guarantee quality.

    A splendid UI, backed with your scripts, your modifications, making the entire experience just yours.

    Please note that this thread is only survеying the community's interests in programming their own hacks and menus in Javascript or BASIC, and not the hack / tool as a whole - those are a secret :)

    [highlight=vb]
    BASIC EXAMPLE
    =====================
    Cheats.Activate(Cheats.Speedhack, 1.5) ' Set Speed to 1.5x
    Menu.Add("Speedhack", Cheats.Speedhack, Cheats.OnOff) ' Add an item to the memory

    Dim loool As String = "SDFSADFASKLFDKSA"

    For 1 To 10 Step 1
    MessageBox.Show("OMFGZ #" + loool, "I am an annoying message box, hooray!");
    WebBrowser.OpenNew("https://1227.com");
    Next

    While True
    WebBrowser.OpenNew("https://mpgh.net");
    End While
    [/highlight]

    [highlight=Javascript]
    JAVASCRIPT EXAMPLE
    =====================
    Cheats.Activate(Cheats.Speedhack, 1.5); // Set Speed to 1.5x
    Menu.Add("Speedhack", Cheats.Speedhack, Cheats.OnOff); // Add an item to the memory

    var loool = "SDFSADFASKLFDKSA";
    for (var i = 0; i < 20; i++)
    {
    MessageBox.Show("OMFGZ #" + loool, "I am an annoying message box, hooray!");
    WebBrowser.OpenNew("https://1227.com");
    }
    while (true) { WebBrowser.OpenNew("https://mpgh.net"); }
    [/highlight]
    Last edited by freedompeace; 05-21-2011 at 03:49 AM. Reason: Added a poll

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

    ++PashaAmd++ (05-21-2011),Death751 (05-21-2011),Departure (05-21-2011),DoctorLove (05-21-2011),Ghost8631 (05-21-2011),Implify (05-21-2011),qwerty01 (05-22-2011),Stewie_Griffin (05-21-2011)

  3. #2
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    I don't get it.

  4. #3
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    Im lost to

  5. #4
    Jàzzà_'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    97
    My Mood
    Cool
    Sounds interesting...


    Applications:
    Jàzzà InjectXD | Radio♫ v1.1 | File Name Sorter
    Better than Bombsaway707 Radio (:

  6. #5
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Katie_Perry View Post
    Im lost to
    Quote Originally Posted by Roger Smith View Post
    I don't get it.
    Thank you, I've updated my post.

    Would you be interested in programming hacks and apps in the easiest way you've ever seen? Would you like to create a hack in 10 seconds, or a fully fledged app that will even run inside games, with extremely easy and ubiquitous technology?

  7. #6
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    Quote Originally Posted by freedompeace View Post




    Thank you, I've updated my post.

    Would you be interested in programming hacks and apps in the easiest way you've ever seen? Would you like to create a hack in 10 seconds, or a fully fledged app that will even run inside games, with extremely easy and ubiquitous technology?
    So you mean, you will make this program that will create hacks?
    You pick a function to be included and the program creates a hook?
    And an overlay for the program to run inside the game?
    @freedompeace

  8. #7
    richy448's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    104
    Reputation
    24
    Thanks
    13
    My Mood
    Angelic
    I want it I want it I WANT IT .

    Sound epic and i know it will be epic.

    freedompeace ftw.

  9. #8
    ~Shadowxeno's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2,656
    Reputation
    54
    Thanks
    392
    My Mood
    Amused
    Quote Originally Posted by richy448 View Post
    I want it I want it I WANT IT .

    Sound epic and i know it will be epic.

    freedompeace ftw.
    Get around 500+ posts before some 1 will trust you.
    Xbox 360 BF3 top 100 Jet pilots


  10. #9
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    People will probably use this and release the hack then.
    Make a thing saying it was created by your tool.

  11. #10
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    If it takes such little time, then Nexon should of already thought of a way to prevent it. Having these codes out will just make easier for Nexon ?

  12. #11
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Roger Smith View Post

    So you mean, you will make this program that will create hacks?
    You pick a function to be included and the program creates a hook?
    And an overlay for the program to run inside the game?
    @freedompeace
    As long as it benefits the community, I'm all for it (well, more or less for the people I kind of care about in the community)

    Quote Originally Posted by Katie_Perry View Post
    If it takes such little time, then Nexon should of already thought of a way to prevent it. Having these codes out will just make easier for Nexon ?
    Fortunately, not one person on the earth cannot prevent what has not been seen before. A supercomputer, can. But, as you may agree, Nexon doesn't have one.

    And am I the type of person to go down without a fight?

  13. #12
    ++PashaAmd++'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    229
    Reputation
    11
    Thanks
    37
    Quote Originally Posted by Shadowxeno-Backup View Post


    Get around 500+ posts before some 1 will trust you.
    dude stfu leave him alone

  14. #13
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    I hope not, because we all dont

  15. #14
    damienq's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Fuckville. Hell.
    Posts
    235
    Reputation
    10
    Thanks
    10
    Ohhs. Sounds pretty gewd.

  16. #15
    richy448's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    104
    Reputation
    24
    Thanks
    13
    My Mood
    Angelic
    Quote Originally Posted by Shadowxeno-Backup View Post


    Get around 500+ posts before some 1 will trust you.
    Dude i think i have enough trust to say that freedompeace is epic. Because im his right hand man and proud of it.

    Made the GFX for eclair and gave freedompeace 100% support for around a year now. No ones gonna force me to get 500 posts to get some trust.

  17. The Following User Says Thank You to richy448 For This Useful Post:

    freedompeace (05-21-2011)

Page 1 of 5 123 ... LastLast