Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    TH3RUSH3R's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by 3rw1n View Post
    int mySalary = 2000; (1) int bossSalary = 6000; (2) int temporary; (3) temporary = mySalary; (4) mySalary = bossSalary; (5) bossSalary = mySalary; (6)
    You should read again this bro.

    Should be like this :
    int a;
    int b;
    int temp;

    temp = a;
    a = b;
    b = temp;

  2. #17
    Boliberrys's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Damn i liked the tutorial. Would love if step 2, 3 and so on were posted

  3. #18
    Jogz's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    While I realize this is a 2 year old thread, thank you for taking the time to post it, its an awesome starting point.

  4. #19
    nadoifod's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    5
    My Mood
    Blah
    This is a great resource and I look forward to getting started. Thanks!

  5. #20
    Zaccheo95's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    tanks tankss tanksssssss!!!!!!!!

  6. #21
    razenlogic2's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Where is the other parts? I love your writing style its so good and understandable.

  7. #22
    CAMPOSBKN's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    26
    My Mood
    Bored
    thanks for the tutorial, the last parts were never uploaded? i know that this is a 4 years old post

  8. #23
    FleebJuice's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Thank you for this amazing guide, it's perfect for the beginner like me! Took C++ in college but this will help me improve

  9. #24
    moneYmind's Avatar
    Join Date
    Dec 2020
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    11
    My Mood
    Happy
    Thanks brother!

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Tutorial] How To Start Hacking? [TUTORIAL]
    By oviur in forum CrossFire Tutorials
    Replies: 6
    Last Post: 08-02-2014, 04:42 PM
  2. How to start hacking AVA?
    By Poi0987 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 5
    Last Post: 09-15-2013, 06:05 PM
  3. [Solved] How to start hacking for crossfire
    By sansan12345 in forum CrossFire Help
    Replies: 2
    Last Post: 01-02-2013, 08:54 AM
  4. How to start hack
    By Stormwalker13 in forum Combat Arms Europe Hacks
    Replies: 11
    Last Post: 03-07-2009, 02:00 PM
  5. Replies: 28
    Last Post: 03-02-2009, 07:44 AM

Tags for this Thread