Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: DreamEvo on September 04, 2012, 08:38:25 PM

Title: Freeze Time?
Post by: DreamEvo on September 04, 2012, 08:38:25 PM
ive tried to download a trainer but they ALL pop up as viruses but what ever. how do i freeze time using the cheat engine? Ive seen the numbers but i still dont get it
Title: Re: Freeze Time?
Post by: xXxNarumi on September 04, 2012, 11:59:25 PM
Your virus protector fails or your pc does.
None of them has virus and cheat engine cannot freeze them easily or maybe can't
Title: Re: Freeze Time?
Post by: Red Blaster on September 05, 2012, 03:26:35 AM
The Bully in-game trainer will have a freeze time option.
Title: Re: Freeze Time?
Post by: xXxNarumi on September 05, 2012, 07:07:18 AM
Thing is he thinks people trying to hack his pc. So he hates those trainers.
Comodo firewall FTW :D
Title: Re: Freeze Time?
Post by: Kainsmoney on September 05, 2012, 01:11:10 PM
Here are the Cheat Engine values for the clock, 12 & 24, the clock is in 4 bites.

Code: [Select]
0000 0         12 Midn
0100 16780000  0100 Am
0200 33560000  0200 Am
0300 50340000  0300 Am
0400 67120000  0400 Am
0500 83900000  0500 Am
0600 100680000 0600 Am
0700 117460000 0700 Am
0800 134240000 0800 Am
0900 151020000 0900 Am
1000 167800000 1000 Am
1100 184580000 1100 Am
1200 201360000 12 Noon
1300 218140000 0100 Pm
1400 234920000 0200 Pm
1500 251700000 0300 Pm
1600 268480000 0400 Pm
1700 285260000 0500 Pm
1800 302040000 0600 Pm
1900 318820000 0700 Pm
2000 335600000 0800 Pm
2100 352380000 0900 Pm
2200 369160000 1000 Pm
2300 385940000 1100 Pm
Title: Re: Freeze Time?
Post by: xXxNarumi on September 05, 2012, 02:36:41 PM
Me and my fucking thoughts thinking these are impossible.
I gotta quit my prediction.
Title: Re: Freeze Time?
Post by: SWEGTA on September 05, 2012, 02:53:02 PM
^ I keep thinking that your picture is porn D:
Title: Re: Freeze Time?
Post by: deadpoolXYZ on September 05, 2012, 03:18:45 PM
^ I keep thinking that your picture is porn D:

xDDDDD

The girl in the pic reminds me of zero suit samus from metroid.
Title: Re: Freeze Time?
Post by: xXxNarumi on September 05, 2012, 03:26:21 PM
Dammit why people thinking its porn!
Also Its Rachel from Resident evil revelations XD a anime drawing someone did :D
Title: Re: Freeze Time?
Post by: SWEGTA on September 05, 2012, 03:34:46 PM
Just looks like it..
Title: Re: Freeze Time?
Post by: xXxNarumi on September 05, 2012, 04:59:08 PM
>:C
Title: Re: Freeze Time?
Post by: Walter20210 on September 05, 2012, 06:45:43 PM
Porn......
:D xD

EDIT:
Looks like Hentai xD
Title: Re: Freeze Time?
Post by: xXxNarumi on September 05, 2012, 07:06:27 PM
Now im planing on changing my picture
Title: Re: Freeze Time?
Post by: Walter20210 on September 05, 2012, 07:21:52 PM
LOL D:
Title: Re: Freeze Time?
Post by: Al Arlington on September 05, 2012, 07:28:24 PM
^ I keep thinking that your picture is porn D:

xDDDDD

The girl in the pic reminds me of zero suit samus from metroid.
I wouldn't say shes "Zero Suit" ;)
Title: Re: Freeze Time?
Post by: xXxNarumi on September 05, 2012, 07:47:04 PM
Lol :3
Title: Re: Freeze Time?
Post by: Walter20210 on September 05, 2012, 07:56:10 PM
:D
Title: Re: Freeze Time?
Post by: SWEGTA on September 06, 2012, 06:45:47 AM
 :euro:
Title: Re: Freeze Time?
Post by: denifarropilha on September 11, 2012, 08:29:57 PM
The Bully in-game trainer will have a freeze time option.
and can you gime me the download link for bully in game trainer
Title: Re: Freeze Time?
Post by: Red Blaster on September 11, 2012, 10:01:04 PM
It hasn't been released yet.
Title: Re: Freeze Time?
Post by: denifarropilha on September 22, 2012, 07:24:14 PM
It hasn't been released yet.
and have a day for a release?
Title: Re: Freeze Time?
Post by: xXxNarumi on September 22, 2012, 07:27:02 PM
It hasn't been released yet.
and have a day for a release?

Woah woah mate not allowed to ask for any releases and He doesnt like to discuss a timer for any release.
Lets just wait when he's done with it meanwhile I could try and work on a freeze timer.
Title: Re: Freeze Time?
Post by: Red Blaster on September 23, 2012, 01:07:35 AM
We never give out ETA's for our works...it comes when it comes. Simple as that.
Title: Re: Freeze Time?
Post by: SWEGTA on September 23, 2012, 06:22:03 AM
I agree.
Title: Re: Freeze Time?
Post by: Liudeius on July 27, 2013, 03:12:20 AM
This is the first result on google, so here's a script to freeze time.

Code: [Select]
local FreezeTime = readInteger("Bully.exe+7CEB48");
local Cancel = createForm(true );
local Repeat = createTimer(Cancel, true );

timer_setInterval(Repeat, 1000);

timer_onTimer(Repeat, function( )
writeInteger("Bully.exe+7CEB48", FreezeTime);
end );
I've only used it on the main clock, I doubt it would work on class or challenges.

When you want to freeze time, alt+tab out of the game, and run the script in cheat engine. When you want time to start up again, close the window which pops up when you run the script.

If you don't know how to use a script, open Cheat Engine, click the button flashing between red and green, choose the Bully.exe from the list, then on the tool bar click Table>Show Cheat Table Lua Script. Copy and paste the script into the box, then click execute once you want to freeze the clock.
Title: Re: Freeze Time?
Post by: Unknownsoldier on June 08, 2014, 08:47:35 PM
^ I keep thinking that your picture is porn D:
actually looks more like she's masturbating