Welcome, Guest.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - KittoniuM

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »
256
Battlefield 1 / ★ Important ★ ★ Important ★ BF1 VIP Hack and Cheat Info
« on: July 11, 2018, 01:22:14 AM »



The hack works on every server and every gamemode.
No bypass is required.


Anti-Cheat Support (The hack is undetectable on these)
Fairfight Anti Cheat - FF Undetected (but if you play blatanty, you will be banned!)

List of Features (Minor ones hidden)
  • Visuals/ESP Features
    • ESP for Players
    • Draw Health Text ESP
    • Draw Skeleton ESP (Bone ESP)
    • Draw Bone Marks ESP
    • Draw Distance Text ESP
    • Draw Nametags ESP
    • Draw Path Line ESP
    • Draw Healthbar ESP (Horizontal and Vertical Healthbars)
    • Draw Line ESP (Top, Center, Bottom)
    • Draw Box ESP (2D Box ESP and 3D Box ESP)
    • Customizable Text Color, Bone Color, Front (Visible) color, Back (Invisible) color
    • Radar ESP
    • ESP Distance Limit + Draw on Radar
    • Aimbot Target Only ESP Settings
    • Draw Ammo Pickups ESP
    • Draw Weapons ESP
  • GUI Features
    • Clock
    • Shoutbox
    • Snake
    • Tetris
    • Color Picker
    • Font Picker
    • 2D Radar ESP
    • Aimbot Target Information
    • Local Healthbar
    • Crosshair Picker
    • Laptop Battery Healthbar
    • Wifi Signal Strength Healthbar
    • Message of the Day Window
  • More Features
    • Custom Save/Load Config System
    • Master Key - toggle everything (Default: Insert)
    • Menu Key (Default: Delete)
    • Unload and Unload Key

WARNING: This list may be missing some features, as the hack is Always being updated. Some features may be removed without notice.


Current Bugs:
- ESP sometimes wont be drawn on players inside vehicles or turrets
- Autoloading hack at game startup may mess up resolution, try loading hack once ingame




Download
Subscribe to these channels - or you might crash!
https://www.youtube.com/channel/UCHWZyei1g8j_bQgE6kQcWFA
https://www.youtube.com/channel/UCVMQipNvJE-zoC6SSC7Br-g

After subscribing, download the Loader:
https://bigpackets.com/forum/products-3/bigpackets-loaderclientstreamer/
Download the loader, run 64bit loader and choose BF1

If your antivirus is deleting the loader, add the files to exclusions or uninstall the antivirus!!

257
News / July 2018
« on: July 05, 2018, 01:00:21 AM »
July 2018
July 26:
Garry's Mod Public + Public Light - Updated
* Fancy text option removed and enabled by default
* Fancy text will only affects ESP
* Global ESP settings removed
* sv_cheats 1 force button
* sv_allowcslua 1 force button
* ESP names for weapons are now perfect (Credits: UnstucK)
* Lead prediction lines are drawn now when using draw aimbot points
* All sweps are now picked up by the ESP
* ESP not picking some models up now does
working on FPS lag issue now.

July 26:
Forum - Updated
* Everybody has been Unbanned from the forums and our products!
* Accidentally banned Berkayys2004, sorry!

July 25:
Loader - Released
BpJuly5 Loader - Removed
* Goodbye BpJuly5, you helped our members hack the game for 1 year and 20 days!

July 24:
Garry's Mod Public - Updated
* Added crossbow aimbot prediction
* Added beta m9k specialities aimbot prediction

July 22:
Garry's Mod Public - Updated
* Cryllic letters not being displayed properly -- FIXED

July 18:
Garry's Mod Public - Updated
* Anti-Screengrab has been improved!
* Anti-Screengrab is now enabled on default
* Anti-Screengrab is now stable

July 16:
Codename CURE VIP - Added

Day of Defeat Source VIP - Updated
Team Fortress 2 VIP - Updated
Counter-Strike: Source VIP - Updated
Forum - Updated
* Sorted the boards and removed some spam
* Started using DrUnKeN ChEeTaH's monthly news layout
* Media posts have been rewarded their free credits, last call for videos??!

July 15:
Garry's Mod Public - Updated
* Login window serverside is now working
* Fixed WiFi window not showing the network name
* Fixed battery window saying discharging when its plugged in and NOT charging
* Fixed Bonescan feature showing as "Single Bone" and having wrong tooltip
* Bonescan now has a smart system targetting only the best parts of body first

July 12:
VIP/Public Loader - In Progress
https://gfycat.com/ShrillEcstaticHypsilophodon

July 11:
VIP/Public Loader - In Progress

July 10:
Foum - Updated
* A lot of spam threads removed, almost started deleting the accounts that participated in them too.

July 5:
Forum - Updated
Learning how to use PHP/CSS more efficiently
* BP homepage show news, still working on it ;)
* BigPackets discord shut down, another one might go up later.
* Working on new loader that includes two versions of GMod hack, and possibility of relesing paid hacks soon :)

258
News / June 2018
« on: June 03, 2018, 08:58:44 PM »
June 2018 Updates

June 22
Need a faster windows? Try this custom ISO
https://bigpackets.com/forum/discussion/windows-10-2016-ltsb-modded-download-by-felik/

June 20
Garry's Mod Public - Updated
- Fixed 2d box esp looking bad on pickups, now it rotates
- Added Ignore Spawn Protected Players
- Fixed Accuracy (No Spread)
and got stolen money from paypal back :)

June 10
Counter-Strike: Source VIP - Updated
- Added engine prediction
- Added no recoil

Garry's Mod Public - Updated
- Cleaned menu
- Radar stuff added back in menu
- Should be a little bit more stable

Current Bugs: sometimes while aiming your screen might go black (trying to figure out whats causing this)


June 3
Garry's Mod Public - Updated
- Aimbot Prediction has been fixed and enabled by default
- Darkrp job name esp added
- Darkrp job color square esp added
- Ignore admins added (UNTESTED)

259
News / May 2018
« on: May 25, 2018, 03:12:18 AM »
May 2018 Updates
May 25
Job names, rectangle with job color are getting added in the next bp gmod update


260
Reversing / Extract address of CALL instruction
« on: May 01, 2018, 10:43:47 PM »
Heres a nice function Syn showed when I was trying to figure out how to find the CALL address when your signature scan lands on a CALL XXXX

Quote
uintptr_t get_absolute_address(void* instruction, uint8_t skip = 1, uint8_t size = 5)
{
   unsigned char *memory = (unsigned char *)(instruction);
   int relative = *(int *)(memory + skip);
   uintptr_t absolute = relative + (uintptr_t)(instruction)+size;
   return absolute;
}

261
News / April 2018
« on: April 07, 2018, 10:22:32 PM »
April 2018

April 30:
CatalystHax key menu CLONED by BigPackets!!
Original CatalystHax 2010 Menu:

New BigPackets Clone:

(the tooltip is drawn under the menu!
Have no use for it yet, may add it to the official BP menu as a style or something :)


April 7:
Gmod Public Hack Updated

April 2:
Combat Arms Hack Started


262
Fallout New Vegas / [Reversing] Weapon Projectile Range
« on: March 09, 2018, 07:32:33 PM »
This is called everytime you shoot a gun (or create a projectile?)

Quote
009A7C44 - 89 4D FC  - mov [ebp-04],ecx
009A7C47 - 8B 45 FC  - mov eax,[ebp-04]
009A7C4A - D9 40 6C  - fld dword ptr [eax+6C] <<
009A7C4D - 8B E5  - mov esp,ebp
009A7C4F - 5D - pop ebp

EAX=34014340
EBX=0018FAE4
ECX=34014340
EDX=00000000
ESI=0018F4BC
EDI=0018F5A0
ESP=0018EFF4
EBP=0018EFF8
EIP=009A7C4D



263
Fallout New Vegas / [Reversing] Speed of Weapon Projectile
« on: March 09, 2018, 07:31:55 PM »
Called every tick/frame that a projectile is travelling


Quote
0069EF84 - 89 4D FC  - mov [ebp-04],ecx
0069EF87 - 8B 45 FC  - mov eax,[ebp-04]
0069EF8A - D9 40 68  - fld dword ptr [eax+68] <<
0069EF8D - 8B E5  - mov esp,ebp
0069EF8F - 5D - pop ebp

EAX=34014340
EBX=24B6FF04
ECX=34014340
EDX=00000000
ESI=00000000
EDI=00000000
ESP=24B6FCEC
EBP=24B6FCF0
EIP=0069EF8D



264
Fallout New Vegas / [Reversing] Accesses weapon spread value
« on: March 09, 2018, 07:24:38 PM »
Quote
00524C20 - EB 09 - jmp FalloutNV.exe+124C2B
00524C22 - 8B 55 FC  - mov edx,[ebp-04]
00524C25 - D9 82 08010000  - fld dword ptr [edx+00000108] <<
00524C2B - 8B E5  - mov esp,ebp
00524C2D - 5D - pop ebp

EAX=00000000
EBX=0018FAE4
ECX=18A1D9CC
EDX=18A1D9CC
ESI=00000000
EDI=0018F944
ESP=0018F2EC
EBP=0018F2F4
EIP=00524C2B



265
News / March 2018
« on: March 02, 2018, 04:41:38 PM »
March 2018

March 19:
Coded a shoutbox my self :D you will be able to talk to other BP users from the gui (it uses forum login and forum colors)
it will be added in the next update :)



March 11:
Gmod Public Hack Updated
- Fixed the Maximum ESP FOV and Maximum ESP Distance filter


March 3:
Garry's Mod Hack Updated (CreateMove tab and No Spread has been added back)




266
Quote
00524C20 - EB 09 - jmp FalloutNV.exe+124C2B
00524C22 - 8B 55 FC  - mov edx,[ebp-04]
00524C25 - D9 82 08010000  - fld dword ptr [edx+00000108] <<
00524C2B - 8B E5  - mov esp,ebp
00524C2D - 5D - pop ebp

EAX=00000000
EBX=0018FAE4
ECX=18948D58
EDX=18948D58
ESI=00000000
EDI=0018F944
ESP=0018F2EC
EBP=0018F2F4
EIP=00524C2B




Weapon: 18948D58

267
Quote
00575777 - 8B 45 FC  - mov eax,[ebp-04]
0057577A - D9 45 08  - fld dword ptr [ebp+08]
0057577D - D9 58 24  - fstp dword ptr [eax+24] <<
00575780 - 6A 02 - push 02
00575782 - 8B 4D FC  - mov ecx,[ebp-04]

EAX=1855AA68 (local player ptr)
EBX=0018FAE4
ECX=1855AA68 (local player ptr)
EDX=0108AA3C
ESI=00002B64
EDI=FFFFFFFE
ESP=0018F3BC
EBP=0018F3C0
EIP=00575780



268
Grand Theft Auto 5 / ★ Important ★ ★ Important ★ GTA 5 VIP Hack Features & Cheat Info
« on: February 16, 2018, 10:22:21 PM »
Download at the bottom of this post!







The hack works on every server and every gamemode.
No bypass is required.


Anti-Cheat Support (The hack is undetectable on these)
Rockstar's Anti Cheat - Undetected
Hack does not yet support FiveM.
Hack Only for Steam Version



List of Features (Minor ones hidden)
  • Fully Internal, no interactions between scripting system, making it undetected for a long time
  • Aimbot and ESP with Bones - must have DirectInput on for thirdperson aimbot
  • Animal ESP and Aimbot
  • Pickup ESP - shows all dropped things you can pickup
  • Teleport to Blip and ESP
  • Teleport to Aimbot Target
  • Unlimited Health
  • Unlimited Ammo
  • Never Fall Off Bike
  • Unlimited Special Ability (SINGLEPLAYER)
  • Never Wanted by Police
  • Speed Hack with customizable amount and key
  • Mega Kill with customizable key, auto, to kill passengers or blow up the vehicle, and ability to kill friendly npcs/players too
  • Disconnect everybody from your lobby, making you alone
  • Satan Mode with customizable key and delay per kill
  • Add wanted level
  • Decrease wanted level
  • No Wantedl
  • Super Jump
  • Explosive Ammo
  • Explosive Melee
  • Incendiary Ammo
  • Blip ESP - and the ability to customize what blips are on the ESP: Shop blips, job blips, important blips and misc blips.

  • Aimbot Features
    • Aim On Key
    • Smooth Aimbot/AimStep
    • Auto Shoot/Auto Fire
    • No Spread
    • No Recoil
    • Long Range Bullets
    • Target Lock
    • Off After Kill
    • Restore Angles
    • Lead Prediction
    • Friendlist/Aimbot Whitelist + Hotkey
    • Shitlist/Aimbot Shitlist + Hotkey
    • Bone Selection
    • Bone Scan
    • Target by Nearest Target, Furthest Player, Lowest Health, Most Health, Lowest FOV, Highest FOV
    • Rage Key
    • Health Limits (Minimum and Maximum)
    • Max FOV Limit + Draw Fov Circle
    • Max Distance Limit + Draw Radius on Radar
    • Advanced Filter - Aim at Players, NPCs, Projectiles, Pickups
    • Ignore Invisible Targets / Vischecks
    • Draw Aimbot Points + Customizable Color + Customizable Size
  • Visuals/ESP Features
    • ESP for Players, NPCs, Pickups, Projectiles
    • Draw Health Text ESP
    • Draw Skeleton ESP (Bone ESP)
    • Draw Bone Marks ESP
    • Draw Distance Text ESP
    • Draw Nametags ESP
    • Draw Path Line ESP
    • Draw Healthbar ESP (Horizontal and Vertical Healthbars)
    • Draw Line ESP (Top, Center, Bottom)
    • Draw Box ESP (2D Box ESP and 3D Box ESP)
    • Customizable Text Color, Bone Color, Front (Visible) color, Back (Invisible) color
    • Radar ESP
    • ESP Distance Limit + Draw on Radar
    • Aimbot Target Only ESP Settings
    • Draw Ammo Pickups ESP
    • Draw Weapons ESP
  • GUI Features
    • Clock
    • Shoutbox
    • Snake
    • Tetris
    • Color Picker
    • Font Picker
    • 2D Radar ESP
    • Aimbot Target Information
    • Aiming At You List
    • Local Healthbar
    • Crosshair Picker
    • Laptop Battery Healthbar
    • Wifi Signal Strength Healthbar
    • Message of the Day Window
    • Steam Client Features (Mass Message)
    • Spectator List
  • More Features
    • Custom Save/Load Config System
    • Master Key - toggle everything (Default: Insert)
    • Menu Key (Default: Delete)
    • Unload and Unload Key

WARNING: This list may be missing some features, as the hack is Always being updated. Some features may be removed without notice.






Download
Subscribe to our channel
https://www.youtube.com/channel/UCVMQipNvJE-zoC6SSC7Br-g

After subscribing, download the Loader:
https://bigpackets.com/forum/products-3/bigpackets-loaderclientstreamer/
Download the loader, run 64bit loader and choose Grand Theft Auto 5 VIP

If your antivirus is deleting the loader, add the files to exclusions or uninstall the antivirus!!



Known Bugs
- Aimbot works best in first person mode.
- Must have DirectInput on for aimbot to work properly in thirdperson - check "Keyboard / Mouse" settings ingame
- Teleporting requires you to stand fully still in thirdperson

Hack not starting?
Try loading it AFTER your game has loaded into the Main menu.




old pics
Off-Topic: ShowHide




269
Reversing / ImGui SUCKS and for beginners only
« on: February 03, 2018, 09:38:08 PM »
Original KittoniuM Post: https://web.archive.org/web/20200117070932/https://github.com/ocornut/imgui/issues/1586#issuecomment-362940262

i started doing real hacks in 2009 nd back then there was like no public mouse guis, there were arrow key menus and rarely a mouse gui

look at all these unique GUI's


it took real skill to make guis and they didn't all look like the same copypasted trash that u see nowadays after A5 posted a full hack source for CSGO that used imgui

but now u have these strange copypasters with literally 0 coding experience who can just paste everything they need without problems.
some are even PAYING for themes so it doesn't look like imgui





WTF?



pay to cheats who use imgui are revolting
it takes no skill to use imgui

its like a babies first gui

look at it's setup code:
Quote
  // Use ImGui functions between here and Render()
        ImGui::NewFrame();

        // This creates a window
        ImGui::Begin("Window Title Here");
        ImGui::Text("Hello, world!");
        ImGui::End();

        // ImGui functions end here
        ImGui::Render();


like really??

i coded my own GUI framework, i cloned drunken cheetah's designs because they are good and dont look like flat dogshit





this is why you should always stay away from "coders" who use imgui and hack providers who use it.

270
Reversing / Drunken Cheetah's Menu Designs
« on: February 03, 2018, 07:48:03 PM »
As you may know, BigPackets has replicated and revived pretty much all designs from Drunken Cheetah and his site GameAnarchy

Why ?
These are really good designs, GA was the best hack in Combat Arms









counterbalanceforum.com


























































UNREAL ENGINE CANVAS

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »

Total Registered Members:





2017-2023 BigPackets. All rights reserved. All other trademarks, logos and copyrights are the property of their respective owners. This site is not associated with any company in any way.