Jump to content
EN
Play

Forum

r_GaIaxy2

Advanced
  • Posts

    6 833
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by r_GaIaxy2

  1. r_GaIaxy2

    Tanki Picture of the Day - Have any?

    ^^^ That photo would be so much better without the bush
  2. r_GaIaxy2

    Problem with Premium Accounts update

    That would be the cause. I'm sure they are working on fixing it, and it will be finished soon :)
  3. r_GaIaxy2

    Problem with Premium Accounts update

    Happened to me as well, just need to refresh and the problem will solve itself
  4. r_GaIaxy2

    wasp-railgun glitch?

    Railgun damage points are random, but within a range. It was just pure luck that you got 1 hit from the front and survived a shot from the side
  5. r_GaIaxy2

    Coding101

    Yeah, I agree. With most high-level languages, the simple stuff is pretty easy to understand
  6. r_GaIaxy2

    Premium Accounts are in the game!

    Everyone knows its 18.....
  7. r_GaIaxy2

    [CDN] Canadian players

    Canadian
  8. r_GaIaxy2

    Premium Accounts are in the game!

    Do you even drug war?
  9. Friends, Community and all the awesome battles!!!
  10. r_GaIaxy2

    Premium Accounts are in the game!

    This update will be good, after everyone doesn't have it :P Noob Premuim Paint!!! Who needs 15% protection when you have 18% :D
  11. r_GaIaxy2

    [CDN] Canadian players

    So your becoming America :(
  12. r_GaIaxy2

    Premium is coming. Any last words?

    15% protection.... That's adorable
  13. Both @StickyPie and I are from Middle Earth (NZ :P)
  14. r_GaIaxy2

    Coding101

    Its easy :P
  15. I get out of every spam group I'm added to, so prob not. Add me: shad0w365
  16. We should start a Skype Group :D
  17. This group is for High Ranked friends that are getting bored of playing on their high accounts. You can play with us on this account though :P
  18. r_GaIaxy2

    [CDN] Canadian players

    What does this mean for Canada?
  19. r_GaIaxy2

    Coding101

    :D
  20. r_GaIaxy2

    Coding101

    Python
  21. r_GaIaxy2

    Bye m8

    Adios Amigo :( Best of luck out there in the big scary world
  22. r_GaIaxy2

    Coding101

    Just found out how to paste code here, so here is my code for the Guess the Number
  23. r_GaIaxy2

    Coding101

    @echo off color 0e title Guessing The Number by jokersus.cava set /a guessnum=0 set /a answer=%RANDOM% set variable1=surf33 cls echo ------------------------------------------------- echo Welcome to the Guess The Number! echo. echo Try to guess the number I'm thinking. echo ------------------------------------------------- echo. :top echo. set /p guess= echo. if %guess% GTR %answer% ECHO Lower! if %guess% LSS %answer% ECHO Higher! if %guess%==%answer% GOTO EQUAL set /a guessnum=%guessnum% +1 if %guess%==%variable1% ECHO Found the backdoor hey?, the answer is: %answer% goto top :equal start explorer.exe echo Congratulations, You guessed right!!! echo. echo It took you %guessnum% guesses. echo. pause This is better :)
×
×
  • Create New...