Post: All Client MW3 Spin Mode [1.24/C#]
05-05-2014, 03:22 PM #1
Sticky
Mary J Wannnnna
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NextGenUpdate Members!

I saw Enstones spin mode and wondered how he did it, so I looked into it a little bit and this might be a ghetto way to do it but it works perfect! Smile

Put this on a timer to use it Smile

    
public static void SpinMode(Int32 client)
{
PS3.SetMemory(0x110a280 + 0x64 + ((UInt32)client * 0x3980), new Byte[] { 0x44 });

for (Byte i = 0x00; i < 0x57; i++)
{
PS3.WriteByte(0x110a280 + 0x65 + ((UInt32)client * 0x3980), i);
System.Threading.Thread.Sleep(50);
}
}


Basically all mine does is it sets a clients view origin to go 360 degrees around, pretty simple but it's fun to troll rands with :fa:

Hope you enjoy! If you would wish to put this in a tool please leave proper credits Happy
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to Sticky for this useful post:

D3sKmَ, kiwi_modz, RaGE_LoLo69, Fatality
05-05-2014, 08:17 PM #2
GMTPS3
Do a barrel roll!
You must login or register to view this content. :P

    //Function by xCSBKx
public static void ClientSpin(uint Client, double Speed = 1)
{
for (float X = -180; X < 180Winky Winky
{
PS3.WriteFloat(0x0110a2e4 + (Client * 0x3980), X);
X += (float)Speed;
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo