Oloz, account banned for? for? menu

User Tag List

Results 1 to 9 of 9
  1. #1
    ValouFR2's Avatar Banned
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    0
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Oloz, account banned for? for?

    Could I know why my account "ValouFR" is banned?
    and this without notice, just a ****ing song lulz?

    But a reason would be strong considerable!!

    Because I'm french? Good mind!

    Because I release programs? Good mind!

    Because what?





    It's the wrong section?

    Just a reason, and I stop lol'd!

    Oloz, account banned for? for?
  2. #2
    Hunterplay's Avatar Contributor
    Reputation
    158
    Join Date
    Jun 2008
    Posts
    927
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First try and login to see that ur actually banned.Then if you get no email it proberly means your hacked.I would call up Blizzard ASAP
    Former News Team Member

  3. #3
    Ellu's Avatar Active Member
    Reputation
    40
    Join Date
    Aug 2008
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Blizz can surely remove ban from this

  4. #4
    Gripen2's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2008
    Posts
    1,056
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Becaus all your programs were fake and stolen from Jadd.

  5. #5
    BlQ's Avatar Member
    Reputation
    9
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You "released" a program that wasnt yours -> ban hammer
    Now you have your reason -> stop cryin

  6. #6
    ValouFR2's Avatar Banned
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    0
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah lol, Jadd would be only a deep egocentric person then...

    It is a pity of such individuals exist.

    And I havn't stole the Jadd program, I'd found offset by myself!
    And Jadd Obfuscate his program by TheMida, and can't decompile...
    How I can decompile this.

    @Jadd: Continuous you is on the right track my brother, to destroy the concurence, thanks to your relations!

    Proves that you is only a kid mentally.

    Capitalism powaa, let us destroy all our competitors and let us bring the monopoly of the power!

    Reban me, poor mentally forum...

    Jadd you suck, are going to hang you, give I your address I sendings to you the chair and the rope!

    /arm

    Afk supermarket.
    Last edited by ValouFR2; 06-22-2009 at 10:20 AM.

  7. #7
    Kuiren's Avatar Banned
    Reputation
    611
    Join Date
    Nov 2006
    Posts
    1,118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    LOL. Enjoy your ban, noob.

    This is a DIRECT copy off all my code. Let's take the Terms Agreement for instance. My code:

    Code:
    				$GUI = GUICreate('UltimateWoW - Terms Agreement', 350, 280)
    				GUICtrlCreateLabel('By agreeing to these terms, you are agreeing to the following:' & @CRLF & @CRLF & @CRLF & '- You will not try to decompile, reverse engineer, try to crack, or do' & @CRLF & 'anything to harm this program or any part of UltimateWoW...' & @CRLF & @CRLF & '- Any attempt to do any of the following will result in a ban of your' & @CRLF & 'UltimateWoW account && IP.' & @CRLF & @CRLF & '- You may not supply download links to this program.' & @CRLF & @CRLF & '- You may not redistribute this program as your own nor make profit of' & @CRLF & 'this program directly.' & @CRLF & @CRLF & '- Attempted cracks will most likely harm your computer.', 7, 7)
    				$ContinueCheck = GUICtrlCreateCheckBox(' I agree to these terms.', 120, 225, -1, 16)
    				$ContinueButton = GUICtrlCreateButton('Continue...', 7, 250, 336, 23, $WS_DISABLED)
    				*****tState()
    				
    				$Enabled = 0
    				
    				While 1
    					If GUICtrlRead($ContinueCheck) = 1 Then
    						If $Enabled = 0 Then
    							GUICtrlSetState($ContinueButton, $GUI_ENABLE)
    							$Enabled = 1
    						EndIf
    					ElseIf GUICtrlRead($ContinueCheck) = 4 Then
    						If $Enabled = 1 Then
    							GUICtrlSetState($ContinueButton, $GUI_DISABLE)
    							$Enabled = 0
    						EndIf
    					EndIf
    					
    					$Function = GUIGetMsg()
    					If $Function = $ContinueButton Then
    						GUIDelete()
    						RegWrite('HKEY_LOCAL_MACHINE\SOFTWARE\UltimateWoW', 'TermsAgreed', 'REG_SZ', 'True')
    						ExitLoop
    					EndIf
    				WEnd
    And here's his code:
    Code:
    	$GUI = GUICreate("United Unicorn - Terms Agreement", 350, 280)
    	GUICtrlCreateLabel("If agreeing to these terms, you are agreeing to:" & @CRLF & @CRLF & @CRLF & "- Do not try to decompile, reverse engineering, try to crack, or do" & @CRLF & "anything to harm this program or any part of United Unicorn without option.ini & dick.bmp." & @CRLF & @CRLF & "- Do not supply other download links to this program." & @CRLF & @CRLF & "- Do not redistribute this program as your own for make profit or not of" & @CRLF & "this program directly or indirectly.", 7, 7)
    	$CONTINUECHECK = GUICtrlCreateCheckbox(" I agree to these terms.", 120, 225, -1, 16)
    	$CONTINUEBUTTON = GUICtrlCreateButton("Continue...", 7, 250, 336, 23, $WS_DISABLED)
    	*****tState()
    	$ENABLED = 0
    	While 1
    		If GUICtrlRead($CONTINUECHECK) = 1 Then
    			If $ENABLED = 0 Then
    				GUICtrlSetState($CONTINUEBUTTON, $GUI_ENABLE)
    				$ENABLED = 1
    			EndIf
    		ElseIf GUICtrlRead($CONTINUECHECK) = 4 Then
    			If $ENABLED = 1 Then
    				GUICtrlSetState($CONTINUEBUTTON, $GUI_DISABLE)
    				$ENABLED = 0
    			EndIf
    		EndIf
    		$FUNCTION = GUIGetMsg()
    		If $FUNCTION = $CONTINUEBUTTON Then
    			GUIDelete()
    			RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\UnitedUnicornHack", "TermsAgreed", "REG_SZ", "True")
    			ExitLoop
    		EndIf
    	WEnd
    Reported the post. Again, enjoy your ban, dickhole.

    And another tip: try obfuscating your code, if you even know what that means (for those wondering, he must have gotten the source of my script from one version, where it did not obfuscate correctly ).
    He could probably show more proof if he wanted too.

  8. #8
    [Soul Eater]'s Avatar The God King of Tails
    Reputation
    619
    Join Date
    Jan 2007
    Posts
    1,918
    Thanks G/R
    3/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And then there was none.

    Do the impossible, see the invisible
    Row row, Fight the power.

  9. #9
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And now your gonna get your fail accounts banned again. By me thanks <3

    /closed fgt
    If you need me you have my skype, if you don't have my skype then you don't need me.

Similar Threads

  1. Accounts banned for trading
    By jungly in forum World of Warcraft General
    Replies: 6
    Last Post: 01-29-2011, 02:57 AM
All times are GMT -5. The time now is 11:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search