Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

Discussion in 'Archives' started by Crackcode74, Jul 4, 2007.

Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]
  1. Unread #1 - Jul 4, 2007 at 11:58 AM
  2. Crackcode74
    Referrals:
    0

    Crackcode74 Guest

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    Hi I'm crackcode74, I'm awfully new to this site. And I want to become a User educator to help and educate people with my visual basics skill or anything else.

    Have you guys ever been amazed by flash games.Don't you wish you can hack the flash game for more better time?Well I made this tutorial for people that want to.A Flash trainer is a Cheating program that edits memory so you can get an advantage over something in a game.Creating this tutorial will soon make you try this!

    Tools-
    Visual Basic 6 (Don't use wares lol)
    SWF Flash decompiler (Google)
    Know a little about VB
    A BRAIN

    Note:This is a picture tutorial so some text has been written inside the tutorial.
    Note2:This tutorial is made by me,but based on G3300 tut.

    Steps


    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]

    [​IMG] Step 5
    [​IMG] Step 6
    [​IMG] Step 7


    Put this code :
    Private Sub Command1_Click()
    Call ShockwaveFlash1.SetVariable("ninja.health", Text1.Text)
    End Sub

    and then this

    Private Sub Form_Load()
    ShockwaveFlash1.Play
    End Sub

    8. [​IMG] Step

    The game Samurai Sam

    Game link(Movie Link):http://www.miniclip.com/games/samurai-sam/en/samuraisam*****

    Thanks for read =)

    More C,C+,C++,VB,and more programming user friendly tutorials coming soon!

    TUT 2:

    Hey,Crackcode here again with a new tutorial thats user friendly,and can be constructed and followed in matter of seconds.This tutorial is about IP finder making.A Ip finder program tracks a IP and where it can from.This shouldn't be used in a wrong way,and I take no responsibility on how you use this program!

    *Track
    *Locate
    *and say THIS IS WHERE YOU CAME FROM!?

    Note:This tutorial is a picture tutorial which means most text is in the pictures.
    Note 2:You will need a HTTPWRAPPER with SLEEPMODE/Model.These are easily found on google.

    Steps:
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    Put this code in the View Code box:


    Public Function GetBetween(Source As String, start As String, Finish As String)
    a = InStr(1, Source, start) + Len(start)

    If a = 0 Then
    GetBetween = ""
    Else
    B = InStr(a, Source, Finish)

    If B = 0 Then
    GetBetween = ""
    Else
    GetBetween = Mid(Source, a, B - a)
    End If
    End If

    End Function
    Private Sub cmdgetip_Click()

    Dim stuff As String
    txtyourip = HTTPWrapper1.GetWrapper("http://www.ipchicken.com/")
    stuff = GetBetween(txtyourip, "<b>", "<br>")
    txtyourip = stuff

    End Sub

    [​IMG]

    Hope you enjoy!

    More tutorials real soon!



    TuT 3: How to Hide a User from the welcome Screen..


    3rd magnificently easy prepared tutorial (with packed loaded of great pictures) to teach you something new!This tutorial is about Hiding a user from the welcome screen.What this basically means is the account Meowman won't show up where you enter a password to login the computer.This is great for sneaking in computers.I don't take responsibility on what you do with this little trick!Also check out the trick on hiding folders thats a great one too!

    Now for the steps

    Note:This is a picture tutorial so I don't mainly have to explain because if you have good vision just look at the screen.

    Steps:
    You will need solid access to a computer,which means logged in already.Navigate yourself to control panel and click on user accounts.Go to create a new account.

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]
    FOR THIS STEP IN REGISTRY EDITOR NAVIGATE YOUR SELF TO

    [​IMG]

    [​IMG]

    Now restart computer.You will see the basic everyday accounts.To access the hidden one you just made, press ctrl+alt+del TWICE.This will take you to WK2 login screen.Put in the username and password and SUCCESS!Hope you enjoy!

    Tut 4: How to speed up browsing for XP + 2000

    Note before preceding to try this technique backup registry.Damages could be severe

    4th tutorial prepared with a slight touch of.....PURE EASINESS.Each day another tutorial or 2 that helps many people with different things.This tutorial is about Speeding up browsing for WINDOWS 2000 AND WINDOWS XP.This is means file opening,searching,and sometimes start up.Lets start

    Steps:
    First, go to start.
    [​IMG]
    [​IMG]
    [​IMG]
    For this step naviagate yourself to this registry key:

    [​IMG]
    Dealte the key under Namespace

    I don't take responsible on what damages your computer will contain after doing this



    Tut 5:

    This guide will help you set up your enviromental variables so that you can compile.
    First off goto Start -->Right click my computer and goto properties.
    [​IMG]
    [​IMG]
    [​IMG]






    Tut 6: How to keep your computer Fast and Virus Free

    Im gonna show you guys some things you can do to make sure your computers stay in top shape.

    1. One of the the things you must make sure you have is an anti-virus i dont care if it free hacked cracked any of the above make sure you have protection. If you dont have one i suggest you download A-Squared free. Google it or goto download.com and search for it.

    2. Defragment your computer atleast twice a month. Yes it may take forever yes it may make your computer unusable while your doing it but it clears alot of room and really inhances your performance.

    3. Dont have anything on your startup than what you need. To edit this on Windows goto Start-->Run and then type MsConfig and click the "Startup" tab.

    Further information is always scan any files you download. Dont crowd up your desktop it makes it look unneat and takes forever to find what you need to find.
     
  3. Unread #2 - Jul 4, 2007 at 12:41 PM
  4. Quhx
    Joined:
    Jan 21, 2007
    Posts:
    887
    Referrals:
    0
    Sythe Gold:
    0

    Quhx Apprentice
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    The 1st and 2nd tuts of VB are really nice, but the rest is quite basic.
    And you forgot your 100 words of why you want to be a User ED :)
     
  5. Unread #3 - Jul 4, 2007 at 12:48 PM
  6. Crackcode74
    Referrals:
    0

    Crackcode74 Guest

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    So, your saying that you know how to hide your Username from the welcome screen...

    Anyway, I'll look for some of my tut on my computer.
     
  7. Unread #4 - Jul 4, 2007 at 1:19 PM
  8. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    hm.. smells ripped.
    (Look at the pics of first tutorial)
     
  9. Unread #5 - Jul 4, 2007 at 1:22 PM
  10. Crackcode74
    Referrals:
    0

    Crackcode74 Guest

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    Erm.. I don't get it.?
     
  11. Unread #6 - Jul 4, 2007 at 2:41 PM
  12. Ins4n3 m0nk
    Joined:
    Apr 29, 2006
    Posts:
    1,376
    Referrals:
    1
    Sythe Gold:
    0

    Ins4n3 m0nk Guru

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    I dont see how it's ripped.

    The picture quality is similar to the rest.

    anywho, great guides.
     
  13. Unread #7 - Jul 4, 2007 at 2:51 PM
  14. Quhx
    Joined:
    Jan 21, 2007
    Posts:
    887
    Referrals:
    0
    Sythe Gold:
    0

    Quhx Apprentice
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    I know a lot more then you think buddy :)
    And ----owned-----, I don't think they're ripped :p They seem to match with the quality of the other screens ;)
     
  15. Unread #8 - Jul 4, 2007 at 9:03 PM
  16. Crackcode74
    Referrals:
    0

    Crackcode74 Guest

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    Thanks guys :)
     
  17. Unread #9 - Jul 4, 2007 at 9:32 PM
  18. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    1) Organize your application better. Add an Index, some color, make it easier to read, space it out, add your 100+ words.

    2) Give me a decent explaination of why you went from using Photobucket, to ImageShack. If anything, the last two pictures are not yours.

    3) User some BB code please. You have some various codes throughout your tutorials. Please put them in [code'][/code] <-
     
  19. Unread #10 - Jul 5, 2007 at 6:43 AM
  20. Quhx
    Joined:
    Jan 21, 2007
    Posts:
    887
    Referrals:
    0
    Sythe Gold:
    0

    Quhx Apprentice
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    I use Imageshack and Tinypic both in a topic with multiple screens to, because Imageshack doesn't want to load after 4/5 screens xD
    Maybe he had that problem to :)

    As I don't think they're ripped.
     
  21. Unread #11 - Jul 5, 2007 at 8:22 AM
  22. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    Yes, but the quality of the last pictures are different than the first ones.
     
  23. Unread #12 - Jul 5, 2007 at 9:24 AM
  24. Quhx
    Joined:
    Jan 21, 2007
    Posts:
    887
    Referrals:
    0
    Sythe Gold:
    0

    Quhx Apprentice
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    Now that you mention it, all the screens are editted with Photoshop/Paint Shop Pro/GIMP, and the last 2 are editted with MS Paint.

    I'm curious to the explanation of that tbh :)
     
  25. Unread #13 - Jul 5, 2007 at 10:51 PM
  26. SlaveOfTheBeast
    Joined:
    Mar 4, 2007
    Posts:
    3,361
    Referrals:
    0
    Sythe Gold:
    0

    SlaveOfTheBeast Official hater of all things emo
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    Nice guides if they aren't ripped.
     
  27. Unread #14 - Jul 6, 2007 at 12:08 AM
  28. Gone Fishing
    Joined:
    Feb 5, 2007
    Posts:
    896
    Referrals:
    3
    Sythe Gold:
    0

    Gone Fishing Apprentice

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    I like the effects you've added on the images, it makes the images very easy to understand. As for the guides, I like 1 and 2, they come in handy. I'm not sure why I would ever need to use 3, unless you're up to no good on your computer and don't want someone to know about another account. Number 4 is ok, so is number 5 and 6 is a little bland, and is quite basic. Overall, it's pretty good, only a few errors I can see. A little color would be great though ^^;.
     
  29. Unread #15 - Jul 6, 2007 at 10:48 AM
  30. cr1mson
    Joined:
    May 29, 2006
    Posts:
    326
    Referrals:
    0
    Sythe Gold:
    0

    cr1mson Forum Addict

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    They're very nice if they aren't ripped, which I suspect you of. I'm going t search for them now. If theyre not ripped we could very much use you as an UE, although I don't like the fact that you are a leecher who joined last week or this week. Doesn't quite prove that you are active, which we need at the moment if I am not mistaking.

    [edit] At first glance it does not seem to be ripped directly I have not checked it on contents though.
     
  31. Unread #16 - Jul 6, 2007 at 1:31 PM
  32. Quhx
    Joined:
    Jan 21, 2007
    Posts:
    887
    Referrals:
    0
    Sythe Gold:
    0

    Quhx Apprentice
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    Banned xD I'm curious what for :p
     
  33. Unread #17 - Jul 6, 2007 at 3:02 PM
  34. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Crackcode74 User Educator Application: [DENIED/PROBABLY RIPPED]

    Denied / Banned.
     
< 23mil + | SELLING THE OFFICAL RUNE11MILL GUIDE MAKE UP TO 30M A DAY! only 700k >

Users viewing this thread
1 guest


 
 
Adblock breaks this site