-
Content Count
89 -
Joined
-
Last visited
-
Days Won
27
0xTSST last won the day on September 19 2020
0xTSST had the most liked content!
About 0xTSST
-
Rank
Advanced Member
Profile Information
-
Device
iPhone 8
Recent Profile Visitors
1,830 profile views
-
-
-
Pr3stigi0us reacted to a post in a topic: [ARM64] Critical Ops v1.22.2 +14 features (Radar, Walk through walls, Float, Anti-Flash And More!)
-
Ziyadwantstohack started following 0xTSST
-
Ziyadwantstohack reacted to a post in a topic: [GIVEWAYS For Tweakser] Offset ESP Name + Radar Critical Ops
-
-
-
Lol
-
Whole Lotta Luv reacted to a post in a topic: [GIVEWAYS For Tweakser] Offset ESP Name + Radar Critical Ops
-
Whole Lotta Luv started following 0xTSST
-
-
-
-
PlanetValentine started following 0xTSST
-
King Overdose started following 0xTSST
-
Pr3stigi0us started following 0xTSST
-
_Color2 it’s A Shader can’t Be ESP Name + Radar
-
-
-
-
-
-
0xTSST started following [GIVEWAYS For Tweakser] Offset ESP Name + Radar Critical Ops
-
I will Release The Offset Cuz I don’t have Motivation To make More Tweak For Game To 200 Reaction/ Like And if i don’t get after 1 Months it Will Are 100 Reaction and Too I wants 60 Follwers ( I have alr 22 Followers ) And I wants 150 Reply’s ( Spam Its Not Allowed ) Previews:
-
I like see u online
-
-
-
-
If u use that code credit me [Hide] void (* Player_Update)(void *Player);void _Player_Update(void *Player) { int userAmount = [[switches getValueFromSwitch:@"kill"] intValue]; if([switches isSwitchOn:@"kill"]) { *(int *)((uint64_t)Player + 0x74) = userAmount; } return Player_Update(Player);} %ctor {MSHookFunction((void *)getRealOffset(0x1018D0BE4), (void *)_Player_Update, (void**)&Player_Update);} void setup() { [switches addTextfieldSwitch:@"kill" description:@"Here you can enter your own kill amount!" inputBorderColor:[UIColor colorWithRed:0.74 green:0.00 blue:0.00 alpha:1.0]]; } [/Hide]
-
Lol
-
-
-
Finally credit me for gloves ooff
-
Stop I’m horny now
-
//if you use this code just credit me :) [Hide] void (*FirstPersonHandsTexture_SetGloves)(void *firstpersonhandstexture, int, int) = (void (*)(void *, int, int))getRealOffset(0x10147A8C4); void (*orig_FirstPersonHandsTexture_Update)(void *firstpersonhandstexture); void FirstPersonHandsTexture_Update(void *firstpersonhandstexture){ int sliderValue = [[switches getValueFromSwitch:@"Gloves"] intValue]; if([switches isSwitchOn:@"Gloves"]) { FirstPersonHandsTexture_SetGloves(firstpersonhandstexture, sliderValue, sliderValue); } orig_FirstPersonHandsTexture_Update(firstpersonhandstexture); } %ctor { MSHookFunction((void *)getRealOffset(0x10147B5B8), (void *)FirstPersonHandsTexture_Update, (void **)&orig_FirstPersonHandsTexture_Update); } Void Setup { [switches addSliderSwitch:@"Gloves" description:@"Set your custom move speed" minimumValue:0 maximumValue:33 sliderColor:UIColorFromHex(0xBD0000)]; } [/Hide]