The script below uses the number 8 , however you can change this to whatever number you like, I recommend using 8 as your max number but you can go higher, though it will start to do a rubber banding effect if you make it too high. 1 is the default run speed. You can go lower if you're bored as well and want to make things look funny lol.
--PREVIEW--
--Instructions--
--Instructions--
Code:
[ENABLE] AoBScan(TFURunSpeed,F3 0F 10 40 18 F3 0F 5A C0 F3 0F 10 8E 98 00 00 00 F3 0F 5A C9) alloc(newmem,2048) label(returnhere) alloc(myfl4,4) myfl4: dq (float)8 //<<- Change this from anything between 1 to 9. 1 is Default run speed amount. registersymbol(TFURunSpeed) newmem: movss xmm1,[myfl4] jmp returnhere TFURunSpeed+9: jmp newmem nop nop nop returnhere: [DISABLE] dealloc(newmem) TFURunSpeed+9: movss xmm1,[rsi+00000098]
DESKTOP VERSION ONLY...Happy Trolling :0)






