Warrock - Code Snippets

08/24/2012 22:39 bodhi12#226
Quote:
Originally Posted by scraprecon View Post
One question bodhi, is it YOUR bypass or did you find it?
Quote:
Originally Posted by scraprecon View Post
@bodhi how many addys you used?
many ;D
08/25/2012 13:39 Deltran_#227
is someone good with coding ?
im new and use elektro :O i love this ded

but people crash with my hax is thi s the base problem ? i only put nospread nosrecoi in it :

if(NoRecoil)
{

FailUpdate<double>((void*)OFS_NORECOIL1,0);
FailUpdate<double>((void*)OFS_NORECOIL2,0);
FailUpdate<double>((void*)OFS_NORECOIL3,0);
}
08/25/2012 14:03 GigaByte™#228
Quote:
Originally Posted by Deltran_ View Post
is someone good with coding ?
im new and use elektro :O i love this ded

but people crash with my hax is thi s the base problem ? i only put nospread nosrecoi in it :

if(NoRecoil)
{

FailUpdate<double>((void*)OFS_NORECOIL1,0);
FailUpdate<double>((void*)OFS_NORECOIL2,0);
FailUpdate<double>((void*)OFS_NORECOIL3,0);
}
*(float*)(Player+OFS_NR1) = 0;
"" NR2) = 0;
"" NR3) = 0;
08/25/2012 14:15 Deltran_#229
Quote:
Originally Posted by GigaByte™ View Post
*(float*)(Player+OFS_NR1) = 0;
"" NR2) = 0;
"" NR3) = 0;
64 bit crash with this
08/25/2012 14:45 xRoute66x#230
Quote:
Originally Posted by Deltran_ View Post
64 bit crash with this
I have the same Source, and 64 bit , but it doesnt crash o.0

Code:
if (XR_NoRecoil)
{*(float*)(dwPP+OFS_NORECOIL_1) = 0;
*(float*)(dwPP+OFS_NORECOIL_2) = 0;
*(float*)(dwPP+OFS_NORECOIL_3) = 0;}
08/25/2012 15:26 GigaByte™#231
Quote:
Originally Posted by Deltran_ View Post
64 bit crash with this
Obviously you have to write the code like this:
Quote:
Originally Posted by xroute66x™ :) View Post
Code:
if (XR_NoRecoil)
{*(float*)(dwPP+OFS_NORECOIL_1) = 0;
*(float*)(dwPP+OFS_NORECOIL_2) = 0;
*(float*)(dwPP+OFS_NORECOIL_3) = 0;}
Can't just write "" lol ;)
08/26/2012 12:41 Deltran_#232
can someone pass me OPK Structs and OPK Source code?
08/27/2012 05:31 boknoy24#233
hey, anyone have zombie opk source. that allow you to move only zombie are in one position.
08/27/2012 10:58 CyberVeezy :)#234
Anti Framelagg
Code:
 if(X3_AFrameLagg)
   {
    *(DWORD*)ADR_FRAMELAGGS = 18.5F;
}
Addy: #define ADR_FRAMELAGGS 0x8505D4
Credits: xCrazia
Info: Diese Funktion sollte ein paar kleine Frame Laggs bei euch beheben.
08/27/2012 13:59 -Marekiarox-#235
#requeste Source Opk Player...
08/27/2012 15:29 antondude#236
Quote:
Originally Posted by CyberVeezy :) View Post
Anti Framelagg
Code:
 if(X3_AFrameLagg)
   {
    *(DWORD*)ADR_FRAMELAGGS = 18.5F;
}
Addy: #define ADR_FRAMELAGGS 0x8505D4
Credits: xCrazia
Info: Diese Funktion sollte ein paar kleine Frame Laggs bei euch beheben.

Achso ok.
08/27/2012 15:31 GigaByte™#237
Quote:
Originally Posted by CyberVeezy :) View Post
Anti Framelagg
Code:
 if(X3_AFrameLagg)
   {
    *(DWORD*)ADR_FRAMELAGGS = 18.5F;
}
Addy: #define ADR_FRAMELAGGS 0x8505D4
Credits: xCrazia
Info: Diese Funktion sollte ein paar kleine Frame Laggs bei euch beheben.
Hm.. I tried this but it gives me even more lag and then crashes out :(
08/27/2012 17:22 Deltran_#238
#request

on and off bytes
08/27/2012 17:47 jeffrey1994#239
Quote:
Originally Posted by Deltran_ View Post
#request

on and off bytes
NOP NOP NOP NOP NOP NOP NOP :handsdown:

#request
SWIMHACK
08/27/2012 19:43 Deltran_#240
#request

tut on how to find on bytes ?