Results 1 to 5 of 5
  1. #1
    makaniel1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    #Define ADR_Glasswall HARD
    Posts
    135
    Reputation
    10
    Thanks
    56

    I got Error SupernoSpread

    guys please help i got 6 error sa SupernoSpread


    Code:
    #include <windows.h>
    #include <stdio.h>
    
    //--------------------------Define Hacks--------------------------//
    #define ADR_Playerpointer 0x00
    #define ADR_Serverpointer 0x00
    #define ADR_Glasswall 0x00
    #define ADR_SuperNoSpread 0x00
    
    //--------------------------End Define Addies--------------------------//
    //--------------------------Define HackThread--------------------------//
    
    DWORD *playing = (DWORD*)ADR_Playerpointer;
    DWORD *lobby = (DWORD*)ADR_Serverpointer;
    
    //--------------------------End Define HackThread--------------------------//
    
    //--------------------------Start Hacks--------------------------//
    void SuperNoSpread()
    {
    *(double*)ADR_SuperNoSpread = 0;
    {
    {
    void glasswall()
    {
    if(GetAsyncKeyState(VK_F1) &1) //ON
    { 
    *(int*)(ADR_Glasswall)= 1;
    }
    }
    void glasswalloff()
    {
    if(GetAsyncKeyState(VK_F2) &1)//OFF
    { 
    *(int*)(ADR_Glasswall)= 0;
    }
    }
    void Kalolz() 
    {
    for(;; ) 
    {
    if(*playing)
    {
    supernospread();
    glasswall();
    glasswalloff();
    }
    if(*lobby)
    {
    }
    }
    Sleep(200); 
    }
    
    BOOL WINAPI DllMain(HINSTANCE mod, DWORD processStatus, LPVOID res)
    {
    if (processStatus == DLL_PROCESS_ATTACH)
    {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Kalolz , 0, 0, 0); 
    }
    return TRUE;
    }
    Run For your Lives !

  2. #2
    underpresure's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Umbrella Corporation
    Posts
    491
    Reputation
    10
    Thanks
    245
    My Mood
    Twisted
    Tama naman yung code mo


    I WAS KNOWN FOR:
    [ Public Release ]
    NoScreenShake + NoMuzzleFlash + AntiMine + AntiM14[] - HideIGN[√new]

    [ Private Hack ]
    NRHeavyTroop[] - PlayerFreeze[] - NoGravityGrenade[] - HideVehicle[√new]

    +++++         HACKING IS NOT A CRIME, IT IS A TALENT         +++++

    Being insecure is a sign of not being completly satisfied with yourself.
    You feel as if someone can easily take your spot!

  3. #3
    makaniel1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    #Define ADR_Glasswall HARD
    Posts
    135
    Reputation
    10
    Thanks
    56
    Quote Originally Posted by underpresure View Post
    Tama naman yung code mo
    may 6 error ako !
    Run For your Lives !

  4. #4
    MJCreado's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Germany
    Posts
    557
    Reputation
    58
    Thanks
    810
    My Mood
    Bored
    Code:
    void SuperNoSpread()
    {
    *(double*)ADR_SuperNoSpread = 0;
    }
    Code:
    if(*playing)
    {
    SuperNoSpread();
    glasswall();
    glasswalloff();
    }

  5. #5
    [WR]CodeR's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    11
    LAKAS TALAGA IDOL D3ATH SALAMAT PO AT SA CODE

Similar Threads

  1. first time 2 play combat arms.. 2bad i got error!!
    By JanRon in forum Combat Arms Help
    Replies: 4
    Last Post: 11-24-2010, 01:25 PM
  2. i got error 8 HELP
    By V_I_P in forum Combat Arms Help
    Replies: 5
    Last Post: 11-19-2010, 01:24 PM
  3. Need help. Got errors from whits base.
    By eXaLtIc™ in forum Combat Arms Coding Help & Discussion
    Replies: 13
    Last Post: 11-10-2010, 05:56 AM
  4. [SOLVED] Got Error
    By Mw2HaxPC in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 07-25-2010, 06:45 AM
  5. I GOT ERROR WIT "HOW TO MAKE YOUR OWNS HACKS"
    By LiL-kILLER in forum Combat Arms Hacks & Cheats
    Replies: 47
    Last Post: 07-17-2009, 01:25 PM