Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,940
» Latest member: guiborloth
» Forum threads: 21,927
» Forum posts: 22,893

Full Statistics

Online Users
There are currently 753 online users.
» 0 Member(s) | 747 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex

Latest Threads
[DevBlog MS] .NET and .NE...
Forum: C#, Visual Basic, & .Net Frameworks
Last Post: xSicKxBot

» Replies: 0
» Views: 11
[Steam Release] Dreadland...
Forum: New Game Releases
Last Post: xSicKxBot

» Replies: 0
» Views: 11
[WoW Retail News] More Cl...
Forum: World of Warcraft
Last Post: xSicKxBot

» Replies: 0
» Views: 13
[DevBlog MS] Test what yo...
Forum: C#, Visual Basic, & .Net Frameworks
Last Post: xSicKxBot

» Replies: 0
» Views: 17
[Steam Release] Legion TD...
Forum: New Game Releases
Last Post: xSicKxBot

» Replies: 0
» Views: 13
Pack-a-Punch location in ...
Forum: PC Discussion
Last Post: xSicKxBot

» Replies: 0
» Views: 18
[Dev News] Modern Game Pr...
Forum: Game Development
Last Post: xSicKxBot

» Replies: 0
» Views: 15
[WoW Retail News] Catacly...
Forum: World of Warcraft
Last Post: xSicKxBot

» Replies: 0
» Views: 14
[MS Blog] What we’ve lear...
Forum: Windows
Last Post: xSicKxBot

» Replies: 0
» Views: 20
[WoW Retail News] Blizzar...
Forum: World of Warcraft
Last Post: xSicKxBot

» Replies: 0
» Views: 13

 
  Minecraft Hacks/Cheats LoliClient NEW FEATURES RELEASE (V1.4)
Posted by: xSicKx - 06-01-2018, 10:25 PM - Forum: PC Mods - Replies (2)

MINECRAFT HACKS / CHEATS

STATUS : WORKING


FEATURES :
nofall
xray
mob esp (player esp in next update, most likely tomorrow)
fullbright
killaura
chestESP
Sprint
Sneak
Tracers
Chams
ChestStealer
Player ESP
player Tracers
Unique startup menu / animations -
Mob Tracers
Newest features :
PropHunt ESP
Spider
UI Revamp
Sneak



HOW TO INSTALL:
1. Download the file
2. Extract the folder name LoliClient
3. Put it into C:/Users\URNAME\Appdata\.minecraft\verisons\ (or press Windows+R - and type
%appdata%)
4. Start the game
5. create new launch profile and select "release LoliClient"
6. Enjoy my first release! more features coming very very soon!
PRESS H TO OPEN GUI


Menu
[Image: 90b51fd7554f361d3188cc48285d1dff.jpg]

PropHunt ESP
[Image: df849692351d4b3ab1a26ca05b1930f8.png]

Chams
[Image: b929ea292d7773971e788ca4762bea0f.png]

Main Menu
[Image: 8f32a5c9a54bd03daaac25f3fb9fa55c.png]

for now this is gona be the last update, pm me if you want private special updates! i wana make this really nice and release it later when its super cleaned up, but whenever a feature is added and you pm'd me asking, i will let you know if its avalable thanks for downloading and thanking this post everyone!

*might be weeks until stable release, thats why im saying pm me if you want other feature



Download:

Hidden Content


Reply to this thread to unlock the contents

Enjoy!

Print this item

  DOTA 2 Hacks | engima script OP! active item refresh
Posted by: xSicKx - 06-01-2018, 10:00 PM - Forum: PC Mods - Replies (1)

DOTA 2 Cheats/Hacks ENGIMA Script (OP)

How to install:
1= copy, paste it in {Steam\steamapps\common\dota 2 beta\game\dota\cfg}
2= run dota and open console and wright {exec enigma}

How it use it in game:

Press fast KEY G (2-3 times) blink + spell

items + ult = 100 profit

and press KEY F (refresher+spell+items+ult)

warning !
you have to put blink and other items like in the photo

It's a cfg file, it WONT GET YOU BANNED


[Image: Qu0eQTh.png]

Download:

Hidden Content


Reply to this thread to unlock the contents


Enjoy

Print this item

  C# MPGH/Forum AutoBumper AutoPoster 1.1
Posted by: xSicKx - 06-01-2018, 09:55 PM - Forum: C#, Visual Basic, & .Net Frameworks - No Replies

Thought this was an interesting find for you guys.

MPGH AutoBumper 1.1
(+) Auto-login
(+) Supports 2FA
(+) Last bump check
(+) Custom bump message



[Image: biVNleB4Qxu74uIp1OV5QQ.jpeg]

Config examples
Single-thread bump:
[Image: e2iS25Z7S7yz4Bu-ThT3Kw.jpeg]

Multi-thread bump:
[Image: fj8UrsvpRmihG6SJshiOrg.jpeg]


Are my credentials safe?
This application doesn't store any login credentials on your PC!
MPGH cookies are used for auto-login instead.

[Image: yYXxyk9yQfKxEOXUrNRR9A.jpeg]


What does 'SKIPPED' mean?
It means that last bump was less than 24 hours ago.
(MPGH rules allows to bump only once per 24 hours)


How do I open config.json file?
Right click > Open with > Notepad


Why is it stuck on 'Checking 2FA...'?
Your login credentials are incorrect.


Changelog
Added 'REMEMBER ME' option.
Fixed bumping multiple threads.


Download:

Hidden Content


Reply to this thread to unlock the contents


hope you guys enjoy, this is kind of like auto-posting. or however you want to say it.
Enjoy!

Print this item

  [Release] Fully Open Source C# Memory Editor
Posted by: xSicKx - 06-01-2018, 09:39 PM - Forum: C#, Visual Basic, & .Net Frameworks - No Replies

Squalr is an open source C# memory editor. The scans can be up to x5 faster than Cheat Engine through use of SSE/AVX instructions for the scan methods. This has been in development for several years now, and is beginning to catch up very quickly to Cheat Engine.

Features include:

  • Standard memory editing capabilities
  • Memory Scanning
  • Pointer Scanning
  • x86/x64 assembler/disassembler
  • Debugging (find what reads/writes)
  • Scripts are written in C#

The back-end is also available through NuGet.

Squalr is performant Memory Editing software that allows users to create and share cheats in their windows desktop games. This includes memory scanning, pointers, x86/x64 assembly injection, and so on.

How does Squalr achieve fast memory scans in .NET? Multi-threading combined with single-core parallelism via SIMD instructions. See this article: SIMD in .NET. To take advantage of these gains, your CPU needs to have support for SSE, AVX, or AVX-512.

[Image: Squalr.png]

Squalr has an API for performing high performance memory scanning:

Download:
Hidden Content


Reply to this thread to unlock the contents

Hope this is helpful

Print this item

  League of Legends | Role Call 1.2 - Call roles, pick champs, and autolock! LOL
Posted by: xSicKx - 06-01-2018, 09:37 PM - Forum: PC Mods - No Replies

League of Legends - LOL

Introducing Role Call - A lightweight, easy to use application, designed for those of you that play normals and always get in fights about roles. The application has been designed to be update proof, this is achieved by enabling users to record click locations for their screen so that it will work for future client updates and all resolutions!

Features:
Record clicks
Customizable message
Auto champion select
Autolock (can be toggled)
Setting saving (One and done, no need to re-record your clicks or message/champion unless you want to!)

Changelog:

1.1
Simulated mouse movements over the champion to fix a bug where it wouldn't always select the champion.
Opted for a dark UI instead of the original basic UI.

1.2
Added settings menu - Edit execute key, top most, minimize to tray options added.
Minor adjustments to how click movements work to improve performance and to prevent bugs.

Screenshots:

[Image: vLuR7s9.png]

[Image: tou1Bon.png]

Download: Mediafire

Hidden Content


Reply to this thread to unlock the contents

Print this item

  Fortnite RAZER DOUBLE PUMP MACRO - UNBANNABLE "cheat" DOWNLOAD
Posted by: xSicKx - 06-01-2018, 09:31 PM - Forum: PC Mods - No Replies

What this does:
This macro switches between two pump shotguns and fires both until your key is let go.

How to install:
1. Open Razer Synapse
(after downloading the file)
2. Navigate to macros tab
3. Press on the 3 dots and press import
4. Browse and find the file and import it
5. Bind the macro to a button on your mouse
(remember to select pay while assigned button is held)

REMEMBER TO CHANGE THE NUMBER KEYS TO YOUR PUMP SLOTS!
[Image: OsPfhNW.jpg]
*if your ping is terrible, change the 750 ms delay to 760 or more*


Download: (Mediafire)

Hidden Content


Reply to this thread to unlock the contents

Print this item

  Fortnite Autobuilding + Autorunner v1.1 | Undetected 100% external DOWNLOAD
Posted by: xSicKx - 06-01-2018, 09:28 PM - Forum: PC Mods - No Replies

Fortnite Autobuilding + Autorunner v1.1 | Undetected 100% external

  • Build a wall with 1 keypress in less than a milisecond (key = Z)
  • Build a floor with 1 keypress in less than a milisecond (key = X)
  • Build some stairs with 1 keypress in less than a milisecond (key = C)
  • Automatically run with 1 keypress (key = V)


You need to have your building and run settings on default!


[Image: 6uZOD6w.jpg]

[Image: 7dqCOwy.png]

Download: (direct download)

Hidden Content


Reply to this thread to unlock the contents

Print this item

  Fortnite Aimbot, Chams, Nospread, Etc FULL SOURCE CODE (Direct download)
Posted by: xSicKx - 06-01-2018, 09:20 PM - Forum: C++/C Programming - Replies (7)

Posting a full source code for Fortnite. Obviously will likely need updating, and will require a working undetected bypass for BattlEye. Enjoy!


Don't ask questions like "how to use this". This is source code for an internal C++ cheat, if you don't know C++, don't even bother.


Download: (Mediafire+Mega.nz Link)

Hidden Content


Reply to this thread to unlock the contents

Print this item

  XONE - Wizard of Legend
Posted by: xSicKxBot - 06-01-2018, 06:32 PM - Forum: New Game Releases - No Replies

Wizard of Legend



Wizard of Legend is a fast paced 2D dungeon crawler where you assume the role of a powerful wizard on his quest for fame and glory! Combine powerful spells and quick reflexes to become a Wizard of Legend!

Publisher: Humble Bundle

Release Date: May 15, 2018

Print this item

  XONE - Dark Souls Remastered
Posted by: xSicKxBot - 06-01-2018, 06:32 PM - Forum: New Game Releases - No Replies

Dark Souls Remastered



Embark upon an epic dark fantasy in a universe stricken by decline and the Curse. Explore its intricate world design - full of hidden passages, dungeons and secrets - and uncover its deeply rooted lore.

Publisher: Namco Bandai Games

Release Date: May 25, 2018

Print this item