PixelBuddy menu

User Tag List

Thread: PixelBuddy

Page 4 of 4 FirstFirst 1234
Results 46 to 54 of 54
  1. #46
    Fretz1's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks homeslice,

    PixelBuddy
  2. #47
    Angrybear's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does not work with Windows 10 Creator update. Just spams certain abilities and not detecting pixels. Rolled back windows and works fine. I disabled all the new game mode stuff and still same thing.

  3. #48
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I posted fix for windows 10 Creators update several days ago in discord in #faq-and-rules channel


  4. Thanks psicrest (1 members gave Thanks to WiNiFiX for this useful post)
  5. #49
    Angrybear's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    I posted fix for windows 10 Creators update several days ago in discord in #faq-and-rules channel

    Thanks a ton

  6. #50
    psicrest's Avatar Active Member

    Reputation
    23
    Join Date
    Sep 2010
    Posts
    23
    Thanks G/R
    3/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dear WiniFix
    Wanna try using a SlimDX library and tap directly into the graphics driver. Maybe this will solve your problems with your bot not recognizing the right pixel and starts spamming skills.

    Code:
    using Microsoft.VisualBasic;
    using System;
    using System.Collections;
    using System.Collections.Generic;
    using System.Data;
    using System.Diagnostics;
    using SlimDX.Direct3D9; // needs a SlimDX library.
    using System.Drawing.Imaging;
    using System.IO;
    using System.Runtime.InteropServices;
    
    static class DxScreenCapture
    {
    	private static Device d;
    	private static IntPtr unmanagedSurface = IntPtr.Zero;
    	public DxScreenCapture()
    	{
    		PresentParameters present_params = new PresentParameters();
    		present_params.Windowed = true;
    		present_params.SwapEffect = SwapEffect.Discard;
    		present_params.BackBufferCount = 1;
    		present_params.FullScreenRefreshRateInHertz = 0;
    		d = new Device(new Direct3D(), 0, DeviceType.Hardware, IntPtr.Zero, CreateFlags.SoftwareVertexProcessing, present_params);
    	}
    
    
    	public static BitmapData CaptureWindow()
    	{
    		Rectangle rect = new Rectangle(your, rectangle, coords, to capture); // Change the value of this where the action bar is located. The bigger the rectangle, the slower the processing.
    		using (Surface s = Surface.CreateOffscreenPlain(d, Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height, Format.A8R8G8B8, Pool.SystemMemory)) {
    			unmanagedSurface = s.ComPointer;
    			d.GetFrontBufferData(0, s);
    			using (Bitmap screengrab = new Bitmap(System.Drawing.Bitmap.FromStream(Surface.ToStream(s, ImageFileFormat.Bmp, rect)))) {
    				BitmapData bmd = screengrab.LockBits(new Rectangle(0, 0, screengrab.Width, screengrab.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
    				return bmd;
    				screengrab.UnlockBits(bmd);
    			}
    			s.Dispose();
    			d.Dispose();
    		}
    	}
    }
    I use to make my own rotation bot but now im using openCV for much accurate skill checking without injection. I hope this helps.

  7. #51
    fragnot's Avatar Banned
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    237
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How is this working for a Havoc DH ?

  8. #52
    paladinh's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi! I'm trying to load any paladin routine at Rev 296 SVN and I'm getting this error:
    PixelBuddy-error1-png

    Any tips?

    Thank you.

  9. #53
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @psicrest I never have spamming spells, it will only do that if you using a bad pixel thats too common, if you chose a brownish color for X, then chose a non-brownish color for Y
    @fragnot Its free to use, test and tell us.
    @paladinh Thats PixelMagic not PixelBuddy, support for that is on Discord. read the pins its under one of them i know that, but thats a old error so you may be looking for a while.

  10. #54
    psicrest's Avatar Active Member

    Reputation
    23
    Join Date
    Sep 2010
    Posts
    23
    Thanks G/R
    3/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    @psicrest I never have spamming spells, it will only do that if you using a bad pixel thats too common, if you chose a brownish color for X, then chose a non-brownish color for Y
    I know what you mean, have you consider using OpenCV: Template Matching ?

Page 4 of 4 FirstFirst 1234
All times are GMT -5. The time now is 05:46 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search