Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Planetside
You last visited: Today at 01:48

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Brewko likes assplay, lol they just suspended my account

Discussion on Brewko likes assplay, lol they just suspended my account within the Planetside forum part of the Shooter category.

Reply
 
Old   #1
 
EviLcLoWnS™'s Avatar
 
elite*gold: 20
Join Date: Nov 2006
Posts: 1,073
Received Thanks: 440
Brewko likes assplay, lol they just suspended my account

ROF-MHS Auto Assembly
Quote:
Alloc( MyCode, 2048 )
Label( OverwrittenCode )
Label( Exit )
Label( Return )

FullAccess( planetside.exe+0x005077F1, 2048 )
planetside.exe+0x005077F1 :
jmp MyCode
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
Return :






MyCode : ; The allocated address. Put your code after this.
mov dword ptr [esi+1A8],3F000000 ; dec value .5




OverwrittenCode : ; The overwritten code (code that was overwritten by the JMP to MyCode).
fmul dword ptr [esi+1A8]
fistp qword ptr [ebp-14]
mov ecx, dword ptr [ebp-14]
mov dword ptr [ebp-10], ecx






Exit : ; Automatic JMP back to the original code, or you can JMP Return directly to avoid coming here.
jmp Return
COF

Quote:
Alloc( MyCode, 2048 )
Label( OverwrittenCode )
Label( Exit )
Label( Return )

FullAccess( planetside.exe+0x0050879F, 2048 )
planetside.exe+0x0050879F :
jmp MyCode
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
Return :






MyCode : ; The allocated address. Put your code after this.
MOV EAX,00000000 ; NO COF




OverwrittenCode : ; The overwritten code (code that was overwritten by the JMP to MyCode).
mov dword ptr [esi+19C], eax
lea eax, dword ptr [ebp-C]
mov dword ptr [ebp-8], esi
mov dword ptr [ebp-4], CB






Exit : ; Automatic JMP back to the original code, or you can JMP Return directly to avoid coming here.
jmp Return
INI afturburn
Quote:
Alloc( MyCode, 2048 )
Label( OverwrittenCode )
Label( Exit )
Label( Return )

FullAccess( planetside.exe+0x00262EA1, 2048 )
planetside.exe+0x00262EA1 :
jmp MyCode
nop
Return :






MyCode : ; The allocated address. Put your code after this.
mov edx,40A00000 ; dec 5





OverwrittenCode :
mov dword ptr [edi], edx
je 00662EAE
mov ecx, edi






Exit : ; Automatic JMP back to the original code, or you can JMP Return directly to avoid coming here.
jmp Return
MHS.exe attach to planetside.exe auto-assemble ctr-u, paste , next. No it wont work on trial accounts, it will make a new cavecode when you inject, have to leave mhs. open doing it that way. You can modify and make your owne perm injection.
EviLcLoWnS™ is offline  
Old 09/17/2008, 06:41   #2
 
Laughing_Man's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 160
Received Thanks: 20
Is this based off the template that Codemaster gave us on our old site?..

If you want, i can give you a few Stolen 90/60 Day game cards for a new account..

Just be sure to make a new trial(use for the full 3 weeks), you should roughly be at br17, cr3 .. then use the 90 to hack and get br25..
Laughing_Man is offline  
Old 09/17/2008, 06:44   #3
 
elite*gold: 0
Join Date: Aug 2007
Posts: 29
Received Thanks: 4
same. account suspended. but not for long! bwahahahaaa
cookiemonster22 is offline  
Old 09/17/2008, 13:06   #4
 
NCSuperman's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 211
Received Thanks: 13
yea miss my old acc i work 5 years on booohooo im sad but i will try to get back in the game after skool starts slowing down for the second marking period!!!!
NCSuperman is offline  
Old 09/18/2008, 01:57   #5
 
EviLcLoWnS™'s Avatar
 
elite*gold: 20
Join Date: Nov 2006
Posts: 1,073
Received Thanks: 440
Well i dont really care much, i mean the only reason i get caught. Its the same thing all the time, im usally playing pretty legit, so a cn runs over me, then a guy on my own team snipers me in the head, then i get ran over buy a prowler, lets see, then some noob named iworkFORchicken tks me. Yeah i start getting ****** and doing a ROF .1 on there ***. Its not a smart thing to do but then i dont really care, all just pay for another acocunt.

There is a way to work with the cheat detection, but you have to change register EIP to cave code, but the breakpoint lags the game up so much.
EviLcLoWnS™ is offline  
Old 09/19/2008, 12:58   #6
 
NCSuperman's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 211
Received Thanks: 13
yea n my comp with just crash ps then even tho i put in a new graphic cards and all this other stuff i still get low fps on simple games like doom and halo and stuff
NCSuperman is offline  
Old 09/28/2008, 01:29   #7
 
EviLcLoWnS™'s Avatar
 
elite*gold: 20
Join Date: Nov 2006
Posts: 1,073
Received Thanks: 440
no reload
Code:
Alloc( MyCode, 2048 )    ; Allocate 2,048 bytes and store the allocated address into MyCode, which we use as the location where our new code goes.
Label( OverwrittenCode ) ; The code that was overwritten by the JMP to MyCode will go here.
Label( Exit )            ; JMP here to exit our custom code and go back to the original code.
Label( Return )          ; The location of the next instruction of the original code.

FullAccess( planetside.exe+0x00505610, 2048 )
planetside.exe+0x00505610 :
jmp MyCode
nop
nop
nop
nop
nop
nop
nop
Return :






MyCode :                 ; The allocated address.  Put your code after this.
mov     dword ptr [edx+5C],00000000





OverwrittenCode :        ; The overwritten code (code that was overwritten by the JMP to MyCode).
mov     edx, dword ptr [edx+5C]
mov     dword ptr [ebp-4], edx
mov     ecx, dword ptr [ecx+1C0]






Exit :                   ; Automatic JMP back to the original code, or you can JMP Return directly to avoid coming here.
jmp Return
EviLcLoWnS™ is offline  
Old 09/28/2008, 16:17   #8
 
NCSuperman's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 211
Received Thanks: 13
yo how do u put that stuff into the mhs is it everything or certain things?
NCSuperman is offline  
Old 03/07/2011, 15:49   #9
 
elite*gold: 0
Join Date: Dec 2008
Posts: 2
Received Thanks: 0
Is there any way to make the reload hack work by poking the values?
dbroncos090 is offline  
Old 04/26/2011, 22:25   #10
 
NCSuperman's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 211
Received Thanks: 13
this is 3 years old
NCSuperman is offline  
Reply


Similar Threads Similar Threads
my account has been blocked from the game? anu un suspended lang?
03/20/2013 - Grand Chase Philippines - 83 Replies
pls kindly pls someone tell me if suspended lang un oh blocked tlga? marerestore ku pa ba ung account ko ?waahh laki na ng ngastos ku dun huhu pls help me:mofo:
Account suspended...
03/30/2010 - Atlantica Online - 12 Replies
hi all Today morning i wake up and i log in atlantica on my account and i read on log in account suspended and on site when i try to log in i read this avvise Your registration cannot be completed. Please submit a Customer Support Ticket regarding this matter, with the error code. anyone help me pls? thx the same for other 2 my account
account banned or suspended
10/31/2009 - Dragonica - 4 Replies
my account has been banned or suspended. would anyone mind telling whether my account is going to be banned forever?
My account suspended
11/09/2008 - Planetside - 11 Replies
Well, one of the accounts i play on(paid by a stolen 90 Day SOE gamecard), has been suspended.. for no reason, probably because a flagged account. but no GM was present. and i was only venturing through Planetside's Functions.. Well i decided to make this credo, Manifesto, Promise, Threat, or whatever the hell you wnat to call it.. Basically, this is only if i ever get banned on 1 of my accounts(excluding Trials). I will seriously fuck up Planetside. I dont want to Really post...
account suspended
09/29/2008 - Flyff Private Server - 6 Replies
lol am i the only one who gets account suspended on FFF start page?, can someone post me the link to the site please, ty.



All times are GMT +2. The time now is 01:48.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.