Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    winberg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    70
    Reputation
    14
    Thanks
    14
    My Mood
    Stressed

    My Version Of Auto QuickScope

    This is my version of AutoQuickScope. Right now it only works for alteriwnet, because of i dont have the real game and therefore cant find the offsets.

    Excuse my bad english

    You can copy and paste the code in to a c++ Dll or remake it for youre use:

    0x00B32788//this is the memory adress to make ads, 1 = ads, 0 = hip;


    Code:
    DWORD WINAPI Qs(LPVOID)
    {
    
    int OnOff = 1;
    	for(;;)
    	{
    
    
    		if(GetAsyncKeyState(VK_F5))//you can change this to any button
    		{
    			OnOff += 1;
    		}
    
    
    		if(OnOff %2 == 0)//if OnOff is even enable AutoQuickScope
    		{
    		if(GetAsyncKeyState(VK_RBUTTON))//if the Right mouse button is pressed
    		{
    
    			*(byte*)0x00B32788 = 1;//ads = true
    			Sleep(260);
    			mouse_event(MOUSEEVENTF_LEFTDOWN,0,0,0,0);//leftclick down
    			mouse_event(MOUSEEVENTF_LEFTUP, 0,0,0,0);//lefclick down
    			Sleep(20);
    			*(byte*)0x00B32788 = 0;//ads = false
    
    
    		}
    		}
    
    	}
    
    
    
    
    return 1;
    }
    Last edited by winberg; 04-11-2011 at 08:58 AM.

  2. #2
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Nice really nice.

  3. #3
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    nice man simple and good code
    I love it when people keep their agreements /sarcasm ftw

  4. #4
    winberg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    70
    Reputation
    14
    Thanks
    14
    My Mood
    Stressed
    Thanks, do it work for you guys?
    Last edited by winberg; 04-12-2011 at 07:34 AM.

  5. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    I suppose it do, since he posted it here....

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  6. The Following User Says Thank You to Jorndel For This Useful Post:

    iBuffo (04-15-2011)

  7. #6
    winberg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    70
    Reputation
    14
    Thanks
    14
    My Mood
    Stressed
    Quote Originally Posted by jorndel View Post
    I suppose it do, since he posted it here....
    I was the one posting, i was asking if they got it to work

  8. #7
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by lolbie View Post
    nice man simple and good code
    Not so much simple.

  9. #8
    ali544's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    somewhere
    Posts
    42
    Reputation
    10
    Thanks
    2
    My Mood
    Cool
    in my case, its not wrking, it says something like
    byte unknow

    Please visit My Chanel!

  10. #9
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    I am sorry then.
    I understod it as you released it and we could modify it to our own use.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  11. #10
    winberg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    70
    Reputation
    14
    Thanks
    14
    My Mood
    Stressed
    Quote Originally Posted by ali544 View Post
    in my case, its not wrking, it says something like
    byte unknow
    Are you playing on alterIWnet? the adress do not work for IWnet, unless you find the one IWnet is using for ads

    Quote Originally Posted by jorndel View Post
    I am sorry then.
    I understod it as you released it and we could modify it to our own use.
    Do whatever you want with it

  12. #11
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by winberg View Post
    Are you playing on alterIWnet? the adress do not work for IWnet, unless you find the one IWnet is using for ads



    Do whatever you want with it
    Adding a signature scan will make it working on every versions.

  13. The Following User Says Thank You to ♪~ ᕕ(ᐛ)ᕗ For This Useful Post:

    winberg (04-15-2011)

  14. #12
    Decobez's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Graphics Section <3
    Posts
    411
    Reputation
    28
    Thanks
    113
    My Mood
    Twisted
    very helpfull thread man thank you

  15. #13
    winberg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    70
    Reputation
    14
    Thanks
    14
    My Mood
    Stressed
    Quote Originally Posted by Decobez View Post
    very helpfull thread man thank you
    Im glad to help

  16. #14
    Jakob's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    4,721
    Reputation
    237
    Thanks
    510
    My Mood
    Psychedelic
    thanks man

  17. #15
    winberg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    70
    Reputation
    14
    Thanks
    14
    My Mood
    Stressed
    Quote Originally Posted by Drummermoose View Post
    thanks man
    You are welcome

Page 1 of 2 12 LastLast

Tags for this Thread