Montag, 21. März 2016

Better Bing Rewards Bot


Better Bing Rewards Bot


1. What is does it do?
Better Bing Rewards Bot is an automation tool to search Bing to earn Microsoft points.

1.2. Features
- Supports multiple accounts: Auto rotate through all accounts. A text file with the credentials is required.
- Supports auto and manual mode for auto and manual searches.
- Supports an individual wordlist. A text file is required.
- Supports multithreading (Proxy settings & requires multiple Windows users).
- Supports Tor (Proxy settings and Identity switcher).
- Supports Ip2location database (IP geolocation and to force US IP and US country).
- Support individual and searches in desktop and mobile version of Bing.
- Stealthier: The search engines switches between desktop and mobile version.
- Faster: Logs the earned Microsoft points.
- Stealthier: Random sleep delay: Set a random time delay "5-10" to wait between searches.
- Stealthier: Random searches count: Set a random number of searches "30-50" for searches.
- Stealthier: Random sleep between authentification "2-5" minutes to wait between accounts.
- Stealthier: In auto mode random order of account.
- Stealthier: In all searches random click in searches.
- Supports auto start through a scheduled task.
- Stealthier: Simulate real user and real key strokes and real mouse button clicks.
- Shows earned Microsoft points for each searches.
- Faster: Stop searches when all points are earned.
- Maximize income: Continues searches until all points are earned (ignores searches count up to 2x)
NEW! Maximize income: Dashboard tasks: earn special dashboard tasks (not the quiz)!
NEW! Stealthier: Custom Desktop & Mobile User Agent!
NEW! Faster: Auto detect & select US language/market!
NEW! Faster: Auto skip temporarily suspended accounts!
NEW! Faster: Check earned Microsoft points!





1.3 Requirements
- Windows 10 x32 and x64
- accounts.txt file
- words.txt file
- Microsoft Bing Rewards accounts

IMPORTANT INFORMATION
Windows XP/Vista/7 requires .net framework v4.

[1] https://bbrb.codeplex.com/

Flattr this
Chi Hoang HTML/CSS, JS, PHP and SQL
TestDome Certificate

Mittwoch, 4. März 2015

Dienstag, 1. April 2014

How can I increase VMware Workstation 8 performance?

FYI, this setting increased the performance of my guest box a lot. My host is a 64 bit Linux box with BFS and the timer is at 1500hz. If you can enjoy virtualization like I do I would like to recommend to check this out. My box has 6GB physical ram and I created a 5GB ramdisk but it should also work with only 2GB of physical ram. tmpfs seems to dynamically allocate wanted ram. host.cpukHz needs to be exactly the host box cpu speed. mem.ShareScanThreshold needs to be exactly the guest box ram size. Start the guest box and install the vmware tools and let it install the virtual drivers for the hardisk, video card and so on. I've created a guest box with Windows XP SP3 OS and it works like a charm. It could be a little faster but my box is cpu limited. It's only a 2.2Ghz 64 bit dual core cpu and it's doesn't support hyperthreading. It's also good if the guest box has enough ram (2GB).

    # create a ramdisk  
    tmpfs /dev/shm tmpfs defaults,size=5G,nr_inodes=5k,mode=700 0 0

    #temp directory
    tmpDirectory="/dev/shm"
    # bugfix
    host.cpukHz = "2400000"
    host.noTSC = "TRUE"
    ptsc.noTSC = "TRUE"
    # I/O fix
    prefvmx.useRecommendedLockedMemSize = "TRUE"
    prefvmx.minVmMemPct = "100"
    # temp file fix
    mainMem.useNamedFile = "FALSE"
    MemTrimRate=0
    MemAllowAutoScaleDown = "FALSE"
    # Cpu fix
    mem.ShareScanTotal=0
    mem.ShareScanVM=0
    mem.ShareScanThreshold=2024
    sched.mem.maxmemctl=0
    # Disable page sharing
    sched.mem.pshare.enable = "FALSE"
    # Disable 3d
    mks.enable3d = "true"
    roamingVM.enabled = "FALSE"
    roamingVM.useBackgroundSync = "FALSE"
    # Disable logging
    logging = "FALSE"
   # Disable unity
   isolation.tools.unity.disable = "TRUE"
   unity.allowCompositingInGuest = "FALSE"
   unity.enableLaunchMenu = "FALSE"
   unity.showBadges = "FALSE"
   unity.showBorders = "FALSE"
   unity.wasCapable = "TRUE"
   # Disable snapshot
   snapshot.disabled = "TRUE"
   mainMem.partialLazySave = "FALSE"
   mainMem.partialLazyRestore = "FALSE"
   priority.grabbed = "high"
   priority.ungrabbed = "normal"

Here is some explanation: http://vmfaq.com/entry/25/. It's also good to compile a kernel with max 1khz timer freqquency.

Turion Power Control config file for FSC Amilo XA 3530 @ 2400 Mhz

: PSTATESET pstate 0

vid 30
fid 16
did 0
enable

: PSTATESET pstate 1

vid 30
fid 12
did 0
enable

: PSTATESET pstate 2

vid 32
fid 8
did 0
enable

: PSTATESET pstate 3

vid 52
fid 16
did 1
enable

: PSTATESET pstate 4

vid 64
fid 16
did 2
enable

: PSTATESET pstate 5

vid 64
fid 12
did 2
enable

: GENERAL

psmax 6
psienable
nbvid 52
altvidslamtime 4
psithreshold 60
C1Eenable 0
C1Eenable 1

Samstag, 29. März 2014

PowerXpress FSC Amilo XA 3530 with Windows 8.1


Gpu switching  (PowerXpress) and Windows 8.1 and the FSC Amilo XA 3530 is working!!!Please show your love a donate a few Euros! Donate 5€ | Donate 10€. Feel free to write me an e-mail.


Because I don't get donation the download is temporarily not available! Feel free to write me an e-mail


Flattr this blog